1. 278911e um: time-travel: Restrict time update in IRQ handler by Johannes Berg · 5 years ago
  2. eec94b8 um: time-travel: Fix periodic timers by Johannes Berg · 5 years ago
  3. 786b238 um: Enable CONFIG_CONSTRUCTORS by Johannes Berg · 5 years ago
  4. 324f80c um: Place (soft)irq text with macros by Johannes Berg · 5 years ago
  5. 0dafcbe um: Implement TRACE_IRQFLAGS_SUPPORT by Johannes Berg · 5 years ago
  6. 276d75c um: Remove misleading #define ARCh_IRQ_ENABLED by Johannes Berg · 5 years ago
  7. b8f7882 um: Avoid using uninitialized regs by Johannes Berg · 5 years ago
  8. 68c15a2 um: Remove sig_info[SIGALRM] by Johannes Berg · 5 years ago
  9. d47761d um: Error handling fixes in vector drivers by Anton Ivanov · 5 years ago
  10. 5853193 um: Add checks to mtu parameter parsing by Anton Ivanov · 5 years ago
  11. 77f1073 um: Added support for unix socket transports and bess transport by Anton Ivanov · 5 years ago
  12. b3b8ca2 um: Add legacy tap support and rename existing vector to hybrid by Anton Ivanov · 5 years ago
  13. 03e46a4 um: Remove meaningless clearing of clean-files by Masahiro Yamada · 5 years ago
  14. 09ccf03 um: Fix off by one error in IRQ enumeration by Anton Ivanov · 6 years ago
  15. e0917f8 um: fix time travel mode by Johannes Berg · 5 years ago
  16. f2772a0 Merge tag 'for-linus-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 5 years ago
  17. 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  18. f32848e um: switch to generic version of pte allocation by Mike Rapoport · 6 years ago
  19. 75dd474 kbuild: remove src and obj from the top Makefile by Masahiro Yamada · 6 years ago
  20. 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  21. b482e48 um: fix build without CONFIG_UML_TIME_TRAVEL_SUPPORT by Johannes Berg · 6 years ago
  22. c4683cd um: Fix kcov crash during startup by Marek Majkowski · 6 years ago
  23. 80b81cd um: configs: Remove useless UEVENT_HELPER_PATH by Krzysztof Kozlowski · 6 years ago
  24. 0650387 um: Support time travel mode by Johannes Berg · 6 years ago
  25. c7c6f3b um: Pass nsecs to os timer functions by Johannes Berg · 6 years ago
  26. b00bdd3 um: Remove drivers/ssl.h by Johannes Berg · 6 years ago
  27. c7f04e8 um: Don't garbage collect in deactivate_all_fds() by Johannes Berg · 6 years ago
  28. 80bf6ce um: Silence lockdep complaint about mmap_sem by Johannes Berg · 6 years ago
  29. 8eacd6f um: Remove locking in deactivate_all_fds() by Johannes Berg · 6 years ago
  30. 56fc187 um: Timer code cleanup by Johannes Berg · 6 years ago
  31. fcd242c um: fix os_timer_one_shot() by Johannes Berg · 6 years ago
  32. bebe468 um: Fix IRQ controller regression on console read by Jouni Malinen · 6 years ago
  33. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  34. 96ac6d4 treewide: Add SPDX license identifier - Kbuild by Greg Kroah-Hartman · 6 years ago
  35. 2e1661d2 signal: Remove the task parameter from force_sig_fault by Eric W. Biederman · 6 years ago
  36. 9d63175 signal/um: Remove task parameter from send_sigtrap by Eric W. Biederman · 6 years ago
  37. 3cf5d07 signal: Remove task parameter from force_sig by Eric W. Biederman · 6 years ago
  38. cb44c9a signal: Remove task parameter from force_sigsegv by Eric W. Biederman · 6 years ago
  39. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  40. 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
  41. 4afd58e initramfs: provide a generic free_initrd_mem implementation by Christoph Hellwig · 6 years ago
  42. 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
  43. 5a28fc9 x86/mpx, mm/core: Fix recursive munmap() corruption by Dave Hansen · 6 years ago
  44. 80f2321 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  45. 1987b1b um: irq: don't set the chip for all irqs by Bartosz Golaszewski · 6 years ago
  46. ea70d79 um: define set_pte_at() as a static inline function, not a macro by Bartosz Golaszewski · 6 years ago
  47. 0d4e5ac um: remove uses of variable length arrays by Bartosz Golaszewski · 6 years ago
  48. 4b6b4c9 um: remove unused variable by Bartosz Golaszewski · 6 years ago
  49. 689a586 uml: fix a boot splat wrt use of cpu_all_mask by Maciej Żenczykowski · 6 years ago
  50. 9ca5529 um: Do not unlock mutex that is not hold. by Daniel Walter · 6 years ago
  51. 75f24f7 arch: um: drivers: Kconfig: pedantic formatting by Enrico Weigelt, metux IT consult · 6 years ago
  52. 3760659 arch: um: Kconfig: pedantic indention cleanups by Enrico Weigelt, metux IT consult · 6 years ago
  53. 5c2ffce um: Revert to using stack for pt_regs in signal handling by Anton Ivanov · 6 years ago
  54. 41bc10c Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linux by Linus Torvalds · 6 years ago
  55. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  56. dd4e5d6 Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  57. 2c6a392 Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  58. 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
  59. c5bf68f *: convert stream-like files from nonseekable_open -> stream_open by Kirill Smelkov · 6 years ago
  60. aa2ecb7 um: vector netdev: adjust to xmit_more API change by Johannes Berg · 6 years ago
  61. fdc7833 um/stacktrace: Remove the pointless ULONG_MAX marker by Thomas Gleixner · 6 years ago
  62. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  63. fdcd06a arch: Use asm-generic header for asm/mmiowb.h by Will Deacon · 6 years ago
  64. 32d9258 syscalls: Remove start and number from syscall_set_arguments() args by Steven Rostedt (VMware) · 6 years ago
  65. b35f549 syscalls: Remove start and number from syscall_get_arguments() args by Steven Rostedt (Red Hat) · 8 years ago
  66. 7bb8709 um/tlb: Convert to generic mmu_gather by Peter Zijlstra · 6 years ago
  67. ed6a793 asm-generic/tlb, arch: Provide CONFIG_HAVE_MMU_GATHER_PAGE_SIZE by Peter Zijlstra · 6 years ago
  68. 6c83d0d Merge branch 'for-linus-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  69. 8a7f97b treewide: add checks for the return value of memblock_alloc*() by Mike Rapoport · 6 years ago
  70. aea05eb um: Fix for a possible OOPS in ubd initialization by Anton Ivanov · 6 years ago
  71. df20af1 um: Remove duplicated include from vector_user.c by YueHaibing · 6 years ago
  72. 08300f4 a.out: remove core dumping support by Linus Torvalds · 6 years ago
  73. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  74. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  75. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  76. 6aa293d Merge branch 'for-linus-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  77. 1953031 Merge tag 'kconfig-v4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  78. 668c35f Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  79. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  80. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  81. 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
  82. b979423 um: writev needs <sys/uio.h> by Christoph Hellwig · 6 years ago
  83. efe5f5b um: remove redundant generic-y by Masahiro Yamada · 6 years ago
  84. 742f3c8 um: Optimize Flush TLB for force/fork case by Anton Ivanov · 6 years ago
  85. 8892d85 um: Avoid marking pages with "changed protection" by Anton Ivanov · 6 years ago
  86. 38e3cbd um: Skip TLB flushing where not needed by Anton Ivanov · 6 years ago
  87. a9c52c2 um: Optimize TLB operations v2 by Anton Ivanov · 6 years ago
  88. 747b254 um: Remove unnecessary faulted check in uaccess.c by Anton Ivanov · 6 years ago
  89. 50109b5 um: Add support for DISCARD in the UBD Driver by Anton Ivanov · 6 years ago
  90. a41421e um: Remove unsafe printks from the io thread by Anton Ivanov · 6 years ago
  91. 53766de um: Clean-up command processing in UML UBD driver by Anton Ivanov · 6 years ago
  92. a43c831 um: Switch to block-mq constants in the UML UBD driver by Anton Ivanov · 6 years ago
  93. 550ed0e um: Make GCOV depend on !KCOV by Richard Weinberger · 6 years ago
  94. 0053102 um: Include sys/uio.h to have writev() by Richard Weinberger · 6 years ago
  95. 0d76433 um: Add HAVE_DEBUG_BUGVERBOSE by Hernán Gonzalez · 6 years ago
  96. 733f4ef um: remove unused filechk_gen_header in Makefile by Masahiro Yamada · 6 years ago
  97. 65bba04 kbuild: fix UML build error with CONFIG_GCC_PLUGINS by Masahiro Yamada · 6 years ago
  98. 5cfc879 pcmcia: remove per-arch PCMCIA config entry by Masahiro Yamada · 6 years ago
  99. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  100. dc5db21 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago