1. 9a5085b um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb() by Richard Weinberger · 4 years, 3 months ago
  2. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 4 months ago
  3. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 6 months ago
  4. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 6 months ago
  5. aaa2cc5 mmap locking API: convert nested write lock sites by Michel Lespinasse · 4 years, 8 months ago
  6. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 8 months ago
  7. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 8 months ago
  8. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 8 months ago
  9. e0cf615 asm-generic: don't include <linux/mm.h> in cacheflush.h by Christoph Hellwig · 4 years, 8 months ago
  10. d0e20fd um: Fix xor.h include by Johannes Berg · 4 years, 10 months ago
  11. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  12. 0bc8fb4 um: Implement ndelay/udelay in time-travel mode by Johannes Berg · 5 years ago
  13. ccaaaf6 Merge tag 'mpx-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/daveh/x86-mpx by Linus Torvalds · 5 years ago
  14. fad7bdc Merge tag 'for-linus-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  15. 42222ea mm: remove arch_bprm_mm_init() hook by Dave Hansen · 5 years ago
  16. a786810 Merge tag 'v5.5-rc7' into efi/core, to pick up fixes by Ingo Molnar · 5 years ago
  17. d65197a um: Fix time-travel=inf-cpu with xor/raid6 by Johannes Berg · 5 years ago
  18. 87c9366 Revert "um: Enable CONFIG_CONSTRUCTORS" by Johannes Berg · 5 years ago
  19. 457677c um: Implement copy_thread_tls by Amanieu d'Antras · 5 years ago
  20. 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
  21. e19f97e um: add support for folded p4d page tables by Mike Rapoport · 5 years ago
  22. c823182 vmlinux.lds.h: Replace RODATA with RO_DATA by Kees Cook · 5 years ago
  23. eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
  24. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  25. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  26. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  27. f2f4bf5 um: Add SPDX headers for files in arch/um/include by Alex Dewar · 5 years ago
  28. 5d38f32 um: drivers: Add virtio vhost-user driver by Erel Geron · 5 years ago
  29. a30cc14 um: Don't use generic barrier.h by Johannes Berg · 5 years ago
  30. 786b238 um: Enable CONFIG_CONSTRUCTORS by Johannes Berg · 5 years ago
  31. 276d75c um: Remove misleading #define ARCh_IRQ_ENABLED by Johannes Berg · 5 years ago
  32. 09ccf03 um: Fix off by one error in IRQ enumeration by Anton Ivanov · 6 years ago
  33. f2772a0 Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  34. f32848e um: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  35. 80bf6ce um: Silence lockdep complaint about mmap_sem by Johannes Berg · 6 years ago
  36. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  37. 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
  38. 1335d9a Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  39. 983dfa4 Merge tag 'for-linus-5.2-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  40. 5a28fc9 x86/mpx, mm/core: Fix recursive munmap() corruption by Dave Hansen · 6 years ago
  41. ea70d79 um: define set_pte_at() as a static inline function, not a macro by Bartosz Golaszewski · 6 years ago
  42. dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  43. 171c2bc Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  44. fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago
  45. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  46. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  47. 7bb8709 um/tlb: Convert to generic mmu_gather by Peter Zijlstra · 6 years ago
  48. ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
  49. 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
  50. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  51. efe5f5b um: remove redundant generic-y by Masahiro Yamada · 6 years ago
  52. 8892d85 um: Avoid marking pages with "changed protection" by Anton Ivanov · 6 years ago
  53. 3ac946d vmlinux.lds.h: Move LSM_TABLE into INIT_DATA by Kees Cook · 6 years ago
  54. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  55. cca76c1 um: remove uml initcalls by Alexander Pateenok · 7 years ago
  56. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  57. 49da7e6 High Performance UML Vector Network Driver by Anton Ivanov · 7 years ago
  58. cc70bec um: Restore symbol versions for __memcpy and memcpy by Geert Uytterhoeven · 7 years ago
  59. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  60. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  61. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  62. c10e83f arch, mm: Allow arch_dup_mmap() to fail by Thomas Gleixner · 7 years ago
  63. ab95477 bpf: fix build issues on um due to mising bpf_perf_event.h by Daniel Borkmann · 7 years ago
  64. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  65. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  66. 2896b80e Merge branch 'for-linus-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  67. 6f602afd um: Fix FP register size for XSTATE/XSAVE by Thomas Meyer · 7 years ago
  68. b0c79f4 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  69. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  70. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  71. ee9f8fc x86/unwind: Add the ORC unwinder by Josh Poimboeuf · 7 years ago
  72. 4ecd4ff Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  73. 94df7fe um: v2: Use generic NOTES macro by Thomas Meyer · 8 years ago
  74. 1bcbfbf um: add dummy ioremap and iounmap functions by Logan Gunthorpe · 8 years ago
  75. 6474924 arch: remove unused macro/function thread_saved_pc() by Tobias Klauser · 8 years ago
  76. d3b5d35 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  77. eea86b6 Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', 'uaccess.mn10300', 'uaccess.nios2', 'uaccess.openrisc', 'uaccess.parisc', 'uaccess.powerpc', 'uaccess.s390', 'uaccess.score', 'uaccess.sh', 'uaccess.sparc', 'uaccess.tile', 'uaccess.um', 'uaccess.unicore32', 'uaccess.x86' and 'uaccess.xtensa' into work.uaccess by Al Viro · 8 years ago
  78. bee3f41 Merge branch 'parisc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux into uaccess.parisc by Al Viro · 8 years ago
  79. a668ce3 um: switch to RAW_COPY_USER by Al Viro · 8 years ago
  80. 3fb50075 asm-generic/uaccess.h: don't mess with __copy_{to,from}_user by Al Viro · 8 years ago
  81. db68ce1 new helper: uaccess_kernel() by Al Viro · 8 years ago
  82. aaa2e7a add asm-generic/extable.h by Al Viro · 8 years ago
  83. 9a804fe mm/gup: Drop the arch_pte_access_permitted() MMU callback by Kirill A. Shutemov · 8 years ago
  84. 9849a56 arch, mm: convert all architectures to use 5level-fixup.h by Kirill A. Shutemov · 8 years ago
  85. af1d5b3 uaccess: drop duplicate includes from asm/uaccess.h by Al Viro · 8 years ago
  86. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  87. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  88. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  89. 692a68c mm: remove the page size change check in tlb_remove_page by Aneesh Kumar K.V · 8 years ago
  90. 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
  91. b528e4b mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages by Aneesh Kumar K.V · 8 years ago
  92. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  93. dad2232 um: Don't discard .text.exit section by Andrey Ryabinin · 8 years ago
  94. 9e0243d Merge branch 'for-linus-4.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 8 years ago
  95. 3e93895 um: Use asm-generic/irqflags.h by Daniel Wagner · 9 years ago
  96. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  97. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  98. 9d95b17 um, pkeys: Add UML arch_*_access_permitted() methods by Dave Hansen · 9 years ago
  99. 012a416 um: asm/page.h: remove the pte_high member from struct pte_t by Nicolai Stange · 9 years ago
  100. 16da306 um: kill pfn_t by Dan Williams · 9 years ago