1. 8bb227a um: remove set_fs by Christoph Hellwig · 3 years ago
  2. 4c1f795 um: header debriding - sigio.h by Al Viro · 3 years, 3 months ago
  3. 021fdae um: header debriding - os.h by Al Viro · 3 years, 3 months ago
  4. b31ef6d um: header debriding - net_*.h by Al Viro · 3 years, 3 months ago
  5. bb1a2c4 um: header debriding - mem_user.h by Al Viro · 3 years, 3 months ago
  6. ed4b1cc um: header debriding - activate_ipi() by Al Viro · 3 years, 3 months ago
  7. 8e5d7cf um: common-offsets.h debriding... by Al Viro · 3 years, 3 months ago
  8. 2610ed6 um, x86: bury crypto_tfm_ctx_offset by Al Viro · 3 years, 3 months ago
  9. 7f5f156 um: remove a dangling extern of syscall_trace() by Al Viro · 3 years, 3 months ago
  10. 6605a44 um: kill unused cpu() by Al Viro · 3 years, 3 months ago
  11. dbba7f7 um: stop polluting the namespace with registers.h contents by Al Viro · 3 years, 3 months ago
  12. 077b732 um: registers: Rename function names to avoid conflicts and build problems by Randy Dunlap · 3 years, 4 months ago
  13. bbe3350 um: rename set_signals() to um_set_signals() by Johannes Berg · 3 years, 4 months ago
  14. 5f8539e um: fix ndelay/udelay defines by Johannes Berg · 3 years, 4 months ago
  15. e8f023c Merge tag 'asm-generic-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 3 years, 2 months ago
  16. 42a20f8 sched: Add wrapper for get_wchan() to keep task blocked by Kees Cook · 3 years, 3 months ago
  17. 7962c2e arch: remove unused function syscall_set_arguments() by Peter Collingbourne · 3 years, 4 months ago
  18. b250e6d1 Merge tag 'kbuild-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 4 months ago
  19. df43d90 Merge tag 'printk-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 4 months ago
  20. 39f75da isystem: trim/fixup stdarg.h and other headers by Alexey Dobriyan · 3 years, 5 months ago
  21. 166ec46 asm-generic: remove extra strn{cpy_from,len}_user declarations by Arnd Bergmann · 5 years ago
  22. f27180d asm-generic/uaccess.h: remove __strncpy_from_user/__strnlen_user by Arnd Bergmann · 5 years ago
  23. 3370155 printk: Userspace format indexing support by Chris Down · 3 years, 7 months ago
  24. dcf3c93 Merge tag 'for-linus-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 3 years, 6 months ago
  25. 9cf6fa2 mm: rename pud_page_vaddr to pud_pgtable and make it return pmd_t * by Aneesh Kumar K.V · 3 years, 6 months ago
  26. 1c2f7d1 mm/thp: define default pmd_pgtable() by Anshuman Khandual · 3 years, 6 months ago
  27. fac7757 mm: define default value for FIRST_USER_ADDRESS by Anshuman Khandual · 3 years, 6 months ago
  28. 80f9733 um: Remove the repeated declaration by Shaokun Zhang · 3 years, 7 months ago
  29. 80f849b um: implement flush_cache_vmap/flush_cache_vunmap by Johannes Berg · 3 years, 10 months ago
  30. dd3035a um: add a UML specific futex implementation by Anton Ivanov · 3 years, 10 months ago
  31. c0ecca6 um: enable the use of optimized xor routines in UML by Anton Ivanov · 3 years, 10 months ago
  32. d8fb32f4 um: Add support for host CPU flags and alignment by Anton Ivanov · 3 years, 10 months ago
  33. 43c590c um: virtio/pci: enable suspend/resume by Johannes Berg · 3 years, 10 months ago
  34. 68f5d3f um: add PCI over virtio emulation driver by Johannes Berg · 3 years, 10 months ago
  35. d6b399a um: time-travel/signals: fix ndelay() in interrupt by Johannes Berg · 3 years, 10 months ago
  36. 33c7d06 um: expose time-travel mode to userspace side by Johannes Berg · 3 years, 10 months ago
  37. fbb42e7f um: export signals_enabled directly by Johannes Berg · 3 years, 10 months ago
  38. 2efea7d um: remove unused smp_sigio_handler() declaration by Johannes Berg · 3 years, 10 months ago
  39. 0bbadaf um: allow disabling NO_IOMEM by Johannes Berg · 3 years, 10 months ago
  40. ed102bf um: Fix W=1 missing-include-dirs warnings by Randy Dunlap · 3 years, 9 months ago
  41. 6e16631 um: pgtable.h: Fix W=1 warning for empty body in 'do' statement by Randy Dunlap · 3 years, 9 months ago
  42. 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, 10 months ago
  43. 3aac798 um: Enforce the usage of asm-generic/softirq_stack.h by Thomas Gleixner · 3 years, 11 months ago
  44. ddad518 um: irq.h: include <asm-generic/irq.h> by Johannes Berg · 3 years, 11 months ago
  45. cc3ac20 um: io.h: include <linux/types.h> by Johannes Berg · 3 years, 11 months ago
  46. dde8b58 um: add a pseudo RTC by Johannes Berg · 4 years ago
  47. bfc58e2 um: remove process stub VMA by Johannes Berg · 4 years ago
  48. 9f0b480 um: rework userspace stubs to not hard-code stub location by Johannes Berg · 4 years ago
  49. 84b2789 um: separate child and parent errors in clone stub by Johannes Berg · 4 years ago
  50. a7d4888 um: defer killing userspace on page table update failures by Johannes Berg · 4 years ago
  51. 731ecea mm: Remove arch_remap() and mm-arch-hooks.h by Christophe Leroy · 4 years ago
  52. c8177ab um: time-travel: rework interrupt handling in ext mode by Johannes Berg · 4 years ago
  53. a31e9c4 Revert "um: support some of ARCH_HAS_SET_MEMORY" by Johannes Berg · 4 years ago
  54. 2fcb409 Revert "um: allocate a guard page to helper threads" by Johannes Berg · 4 years ago
  55. 1cdcfb4 um: return error from ioremap() by Johannes Berg · 4 years ago
  56. 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 ago
  57. 005b2a9 Merge tag 'tif-task_work.arch-2020-12-14' of git://git.kernel.dk/linux-block by Linus Torvalds · 4 years ago
  58. 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 ago
  59. 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 ago
  60. 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 ago
  61. 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 ago
  62. 1138553 um: time-travel: Correct time event IRQ delivery by Johannes Berg · 4 years ago
  63. cae20ba um: irq/sigio: Support suspend/resume handling of workaround IRQs by Johannes Berg · 4 years, 1 month ago
  64. ef4459a um: allocate a guard page to helper threads by Johannes Berg · 4 years, 1 month ago
  65. 963285b um: support some of ARCH_HAS_SET_MEMORY by Johannes Berg · 4 years, 1 month ago
  66. a374b7c um: Support suspend to RAM by Johannes Berg · 4 years, 1 month ago
  67. 92dcd3d um: Allow PM with suspend-to-idle by Johannes Berg · 4 years, 1 month ago
  68. 49da38a um: Simplify os_idle_sleep() and sleep longer by Johannes Berg · 4 years, 1 month ago
  69. 2fccfcc um: Remove IRQ_NONE type by Johannes Berg · 4 years, 1 month ago
  70. 0737402 um: irq: Reduce irq_reg allocation by Johannes Berg · 4 years, 1 month ago
  71. 458e1f7 um: irq: Clean up and rename struct irq_fd by Johannes Berg · 4 years, 1 month ago
  72. aaf5800 um: virtio: Use dynamic IRQ allocation by Johannes Berg · 4 years, 1 month ago
  73. 36d46a5 um: Support dynamic IRQ allocation by Johannes Berg · 4 years, 1 month ago
  74. 09041c9 um: Add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 2 months ago
  75. e83694a um/irqstat: Get rid of the duplicated declarations by Thomas Gleixner · 4 years, 1 month ago
  76. 9a5085b um: Call pgtable_pmd_page_dtor() in __pmd_free_tlb() by Richard Weinberger · 4 years, 2 months ago
  77. a5b3cd3 um: add support for TIF_NOTIFY_SIGNAL by Jens Axboe · 4 years, 3 months ago
  78. d7029e4 highmem: Get rid of kmap_types.h by Thomas Gleixner · 4 years, 2 months ago
  79. 9431da3 um: use asm-generic/mmu_context.h for no-op implementations by Nicholas Piggin · 4 years, 4 months ago
  80. 33def84 treewide: Convert macro and uses of __section(foo) to __section("foo") by Joe Perches · 4 years, 2 months ago
  81. 596b047 kbuild: preprocess module linker script by Masahiro Yamada · 4 years, 4 months ago
  82. f9cb654 asm-generic: pgalloc: provide generic pgd_free() by Mike Rapoport · 4 years, 5 months ago
  83. 1355c31 asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one() by Mike Rapoport · 4 years, 5 months ago
  84. aaa2cc5 mmap locking API: convert nested write lock sites by Michel Lespinasse · 4 years, 7 months ago
  85. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  86. 974b9b2 mm: consolidate pte_index() and pte_offset_*() definitions by Mike Rapoport · 4 years, 7 months ago
  87. ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 7 months ago
  88. e0cf615 asm-generic: don't include <linux/mm.h> in cacheflush.h by Christoph Hellwig · 4 years, 7 months ago
  89. d0e20fd um: Fix xor.h include by Johannes Berg · 4 years, 9 months ago
  90. 78e7c5a mm/special: create generic fallbacks for pte_special() and pte_mkspecial() by Anshuman Khandual · 4 years, 9 months ago
  91. 0bc8fb4 um: Implement ndelay/udelay in time-travel mode by Johannes Berg · 4 years, 11 months ago
  92. 88ce642 um: Implement time-travel=ext by Johannes Berg · 4 years, 11 months ago
  93. 4b786e2 um: time-travel: Rewrite as an event scheduler by Johannes Berg · 4 years, 11 months ago
  94. f185063 um: Move timer-internal.h to non-shared by Johannes Berg · 4 years, 11 months ago
  95. 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
  96. 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
  97. 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
  98. 42222ea mm: remove arch_bprm_mm_init() hook by Dave Hansen · 5 years ago
  99. a786810 Merge tag 'v5.5-rc7' into efi/core, to pick up fixes by Ingo Molnar · 5 years ago
  100. d65197a um: Fix time-travel=inf-cpu with xor/raid6 by Johannes Berg · 5 years ago