1. ed102bf um: Fix W=1 missing-include-dirs warnings by Randy Dunlap · 3 years, 9 months ago
  2. 6e16631 um: pgtable.h: Fix W=1 warning for empty body in 'do' statement by Randy Dunlap · 3 years, 9 months ago
  3. 29c395c Merge tag 'x86-entry-2021-02-24' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 3 years, 11 months ago
  4. 3aac798 um: Enforce the usage of asm-generic/softirq_stack.h by Thomas Gleixner · 4 years ago
  5. ddad518 um: irq.h: include <asm-generic/irq.h> by Johannes Berg · 4 years ago
  6. cc3ac20 um: io.h: include <linux/types.h> by Johannes Berg · 4 years ago
  7. dde8b58 um: add a pseudo RTC by Johannes Berg · 4 years ago
  8. bfc58e2 um: remove process stub VMA by Johannes Berg · 4 years ago
  9. 9f0b480 um: rework userspace stubs to not hard-code stub location by Johannes Berg · 4 years ago
  10. 84b2789 um: separate child and parent errors in clone stub by Johannes Berg · 4 years ago
  11. a7d4888 um: defer killing userspace on page table update failures by Johannes Berg · 4 years ago
  12. 731ecea mm: Remove arch_remap() and mm-arch-hooks.h by Christophe Leroy · 4 years, 1 month ago
  13. c8177ab um: time-travel: rework interrupt handling in ext mode by Johannes Berg · 4 years, 1 month ago
  14. a31e9c4 Revert "um: support some of ARCH_HAS_SET_MEMORY" by Johannes Berg · 4 years ago
  15. 2fcb409 Revert "um: allocate a guard page to helper threads" by Johannes Berg · 4 years ago
  16. 1cdcfb4 um: return error from ioremap() by Johannes Berg · 4 years, 1 month ago
  17. 345b17a Merge tag 'for-linus-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 4 years, 1 month ago
  18. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years, 1 month ago
  19. 1578071 Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 4 years, 1 month ago
  20. 2cffa11 Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  21. 3c41e57 Merge tag 'irqchip-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/core by Thomas Gleixner · 4 years, 1 month ago
  22. edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  23. 1138553 um: time-travel: Correct time event IRQ delivery by Johannes Berg · 4 years, 1 month ago
  24. cae20ba um: irq/sigio: Support suspend/resume handling of workaround IRQs by Johannes Berg · 4 years, 1 month ago
  25. ef4459a um: allocate a guard page to helper threads by Johannes Berg · 4 years, 1 month ago
  26. 963285b um: support some of ARCH_HAS_SET_MEMORY by Johannes Berg · 4 years, 1 month ago
  27. a374b7c um: Support suspend to RAM by Johannes Berg · 4 years, 2 months ago
  28. 92dcd3d um: Allow PM with suspend-to-idle by Johannes Berg · 4 years, 2 months ago
  29. 49da38a um: Simplify os_idle_sleep() and sleep longer by Johannes Berg · 4 years, 2 months ago
  30. 2fccfcc um: Remove IRQ_NONE type by Johannes Berg · 4 years, 2 months ago
  31. 0737402 um: irq: Reduce irq_reg allocation by Johannes Berg · 4 years, 2 months ago
  32. 458e1f7 um: irq: Clean up and rename struct irq_fd by Johannes Berg · 4 years, 2 months ago
  33. aaf5800 um: virtio: Use dynamic IRQ allocation by Johannes Berg · 4 years, 2 months ago
  34. 36d46a5 um: Support dynamic IRQ allocation by Johannes Berg · 4 years, 2 months ago
  35. 09041c9 um: Add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  36. e83694a um/irqstat: Get rid of the duplicated declarations by Thomas Gleixner · 4 years, 2 months ago
  37. 9a5085b um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb() by Richard Weinberger · 4 years, 3 months ago
  38. a5b3cd3 um: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  39. d7029e4 highmem: Get rid of kmap_types.h by Thomas Gleixner · 4 years, 3 months ago
  40. 9431da3 um: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 5 months ago
  41. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 3 months ago
  42. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 4 months ago
  43. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
  44. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
  45. aaa2cc5 mmap locking API: convert nested write lock sites by Michel Lespinasse · 4 years, 7 months ago
  46. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  47. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  48. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  49. e0cf615 asm-generic: don't include <linux/mm.h> in cacheflush.h by Christoph Hellwig · 4 years, 7 months ago
  50. d0e20fd um: Fix xor.h include by Johannes Berg · 4 years, 10 months ago
  51. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  52. 0bc8fb4 um: Implement ndelay/udelay in time-travel mode by Johannes Berg · 5 years ago
  53. 88ce642 um: Implement time-travel=ext by Johannes Berg · 5 years ago
  54. 4b786e2 um: time-travel: Rewrite as an event scheduler by Johannes Berg · 5 years ago
  55. f185063 um: Move timer-internal.h to non-shared by Johannes Berg · 5 years ago
  56. 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
  57. 22b17db Merge tag 'y2038-drivers-for-v5.6-signed' of git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground by Linus Torvalds · 5 years ago
  58. 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
  59. 42222ea mm: remove arch_bprm_mm_init() hook by Dave Hansen · 5 years ago
  60. a786810 Merge tag 'v5.5-rc7' into efi/core, to pick up fixes by Ingo Molnar · 5 years ago
  61. d65197a um: Fix time-travel=inf-cpu with xor/raid6 by Johannes Berg · 5 years ago
  62. 87c9366 Revert "um: Enable CONFIG_CONSTRUCTORS" by Johannes Berg · 5 years ago
  63. 457677c um: Implement copy_thread_tls by Amanieu d'Antras · 5 years ago
  64. 853bc0a um: ubd: use 64-bit time_t where possible by Arnd Bergmann · 5 years ago
  65. 1f059df mm/vmalloc: Add empty <asm/vmalloc.h> headers and use them from <linux/vmalloc.h> by Ingo Molnar · 5 years ago
  66. e19f97e um: add support for folded p4d page tables by Mike Rapoport · 5 years ago
  67. c823182 vmlinux.lds.h: Replace RODATA with RO_DATA by Kees Cook · 5 years ago
  68. eaf9370 vmlinux.lds.h: Move NOTES into RO_DATA by Kees Cook · 5 years ago
  69. b4ed71f mm: treewide: clarify pgtable_page_{ctor,dtor}() naming by Mark Rutland · 5 years ago
  70. 782de70 mm: consolidate pgtable_cache_init() and pgd_cache_init() by Mike Rapoport · 5 years ago
  71. 1322479 mm: remove quicklist page table caches by Nicholas Piggin · 5 years ago
  72. f2f4bf5 um: Add SPDX headers for files in arch/um/include by Alex Dewar · 5 years ago
  73. 5d38f32 um: drivers: Add virtio vhost-user driver by Erel Geron · 5 years ago
  74. a30cc14 um: Don't use generic barrier.h by Johannes Berg · 5 years ago
  75. eec94b8 um: time-travel: Fix periodic timers by Johannes Berg · 5 years ago
  76. 786b238 um: Enable CONFIG_CONSTRUCTORS by Johannes Berg · 5 years ago
  77. 0dafcbe um: Implement TRACE_IRQFLAGS_SUPPORT by Johannes Berg · 5 years ago
  78. 276d75c um: Remove misleading #define ARCh_IRQ_ENABLED by Johannes Berg · 5 years ago
  79. 09ccf03 um: Fix off by one error in IRQ enumeration by Anton Ivanov · 6 years ago
  80. e0917f8 um: fix time travel mode by Johannes Berg · 5 years ago
  81. 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
  82. f32848e um: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  83. b482e48 um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT by Johannes Berg · 6 years ago
  84. 0650387 um: Support time travel mode by Johannes Berg · 6 years ago
  85. c7c6f3b um: Pass nsecs to os timer functions by Johannes Berg · 6 years ago
  86. 80bf6ce um: Silence lockdep complaint about mmap_sem by Johannes Berg · 6 years ago
  87. 56fc187 um: Timer code cleanup by Johannes Berg · 6 years ago
  88. fcd242c um: fix os_timer_one_shot() by Johannes Berg · 6 years ago
  89. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  90. 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
  91. 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
  92. 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
  93. 5a28fc9 x86/mpx, mm/core: Fix recursive munmap() corruption by Dave Hansen · 6 years ago
  94. ea70d79 um: define set_pte_at() as a static inline function, not a macro by Bartosz Golaszewski · 6 years ago
  95. dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  96. 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
  97. fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago
  98. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  99. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  100. 7bb8709 um/tlb: Convert to generic mmu_gather by Peter Zijlstra · 6 years ago