Age | Commit message (Expand) | Author |
2020-12-14 | Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2020-11-10 | um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb() | Richard Weinberger |
2020-11-06 | highmem: Get rid of kmap_types.h | Thomas Gleixner |
2020-10-25 | treewide: Convert macro and uses of __section(foo) to __section("foo") | Joe Perches |
2020-09-25 | kbuild: preprocess module linker script | Masahiro Yamada |
2020-08-07 | asm-generic: pgalloc: provide generic pgd_free() | Mike Rapoport |
2020-08-07 | asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() | Mike Rapoport |
2020-06-09 | mmap locking API: convert nested write lock sites | Michel Lespinasse |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport |
2020-06-08 | asm-generic: don't include <linux/mm.h> in cacheflush.h | Christoph Hellwig |
2020-04-29 | um: Fix xor.h include | Johannes Berg |
2020-04-10 | mm/special: create generic fallbacks for pte_special() and pte_mkspecial() | Anshuman Khandual |
2020-03-29 | um: Implement ndelay/udelay in time-travel mode | Johannes Berg |
2020-03-29 | um: Implement time-travel=ext | Johannes Berg |
2020-03-29 | um: time-travel: Rewrite as an event scheduler | Johannes Berg |
2020-03-29 | um: Move timer-internal.h to non-shared | Johannes Berg |
2020-01-30 | Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds |
2020-01-29 | Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/li... | Linus Torvalds |
2020-01-28 | Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-01-23 | mm: remove arch_bprm_mm_init() hook | Dave Hansen |
2020-01-20 | Merge tag 'v5.5-rc7' into efi/core, to pick up fixes | Ingo Molnar |
2020-01-19 | um: Fix time-travel=inf-cpu with xor/raid6 | Johannes Berg |
2020-01-19 | Revert "um: Enable CONFIG_CONSTRUCTORS" | Johannes Berg |
2020-01-07 | um: Implement copy_thread_tls | Amanieu d'Antras |
2019-12-18 | um: ubd: use 64-bit time_t where possible | Arnd Bergmann |
2019-12-10 | mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmallo... | Ingo Molnar |
2019-12-04 | um: add support for folded p4d page tables | Mike Rapoport |
2019-11-04 | vmlinux.lds.h: Replace RODATA with RO_DATA | Kees Cook |
2019-11-04 | vmlinux.lds.h: Move NOTES into RO_DATA | Kees Cook |
2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland |
2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport |
2019-09-24 | mm: remove quicklist page table caches | Nicholas Piggin |
2019-09-15 | um: Add SPDX headers for files in arch/um/include | Alex Dewar |
2019-09-15 | um: drivers: Add virtio vhost-user driver | Erel Geron |
2019-09-15 | um: Don't use generic barrier.h | Johannes Berg |
2019-09-15 | um: time-travel: Fix periodic timers | Johannes Berg |
2019-09-15 | um: Enable CONFIG_CONSTRUCTORS | Johannes Berg |
2019-09-15 | um: Implement TRACE_IRQFLAGS_SUPPORT | Johannes Berg |
2019-09-15 | um: Remove misleading #define ARCh_IRQ_ENABLED | Johannes Berg |
2019-09-15 | um: Fix off by one error in IRQ enumeration | Anton Ivanov |
2019-08-23 | um: fix time travel mode | Johannes Berg |
2019-07-14 | Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-07-12 | um: switch to generic version of pte allocation | Mike Rapoport |
2019-07-04 | um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT | Johannes Berg |
2019-07-02 | um: Support time travel mode | Johannes Berg |
2019-07-02 | um: Pass nsecs to os timer functions | Johannes Berg |
2019-07-02 | um: Silence lockdep complaint about mmap_sem | Johannes Berg |
2019-07-02 | um: Timer code cleanup | Johannes Berg |