1. a4aa028 uml: fix a boot splat wrt use of cpu_all_mask by Maciej Żenczykowski · 5 years ago
  2. db1b4aa um: Don't hardcode path as it is architecture dependent by Ritesh Raj Sarraf · 6 years ago
  3. 1e480ee um: Avoid marking pages with "changed protection" by Anton Ivanov · 6 years ago
  4. d21e4ba um: Give start_idle_thread() a return code by Richard Weinberger · 6 years ago
  5. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  6. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  7. fa1b5d0 Merge tag 'kconfig-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  8. 0004438 um: clean up archheaders recipe by Masahiro Yamada · 6 years ago
  9. 13d3d01 um: fix parallel building with O= option by Masahiro Yamada · 6 years ago
  10. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  11. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  12. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  13. 9bea180 um: create a proper drivers Kconfig by Christoph Hellwig · 6 years ago
  14. f163977 um: cleanup Kconfig files by Christoph Hellwig · 6 years ago
  15. 79b05c1 um: stop abusing KBUILD_KCONFIG by Christoph Hellwig · 6 years ago
  16. 43fee2b kbuild: do not redirect the first prerequisite for filechk by Masahiro Yamada · 6 years ago
  17. 2fb9279 kbuild: change ld_flags to contain LDFLAGS_$(@F) by Masahiro Yamada · 6 years ago
  18. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 6 years ago
  19. 8d1e513 Merge branch 'for-linus-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  20. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 6 years ago
  21. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  22. 5ec9121 um: Fix raw interface options by Anton Ivanov · 6 years ago
  23. 4579a1b um: Fix initialization of vector queues by Anton Ivanov · 6 years ago
  24. cca76c1 um: remove uml initcalls by Alexander Pateenok · 6 years ago
  25. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 6 years ago
  26. 0ad39cb Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  27. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  28. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  29. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 6 years ago
  30. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 6 years ago
  31. 530621b signal/um: More carefully relay signals in relay_signal. by Eric W. Biederman · 6 years ago
  32. bc08c07 signal/um: Use force_sig_fault where appropriate by Eric W. Biederman · 6 years ago
  33. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 6 years ago
  34. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 6 years ago
  35. 375479c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  36. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 6 years ago
  37. e40238d Fix vector raw inintialization logic by Anton Ivanov · 6 years ago
  38. ce471fd Migrate vector timers to new timer API by Anton Ivanov · 6 years ago
  39. 530ba6c um: Compile with modern headers by Jason A. Donenfeld · 7 years ago
  40. 584bfe6 um: vector: Fix an error handling path in 'vector_parse()' by Christophe JAILLET · 7 years ago
  41. be967f7 um: vector: Fix a memory allocation check by Christophe JAILLET · 7 years ago
  42. 9f3199b um: vector: fix missing unlock on error in vector_net_open() by Wei Yongjun · 7 years ago
  43. f166850 um: Add missing EXPORT for free_irq_by_fd() by Anton Ivanov · 7 years ago
  44. 49da7e6 High Performance UML Vector Network Driver by Anton Ivanov · 7 years ago
  45. ff6a179 Epoll based IRQ controller by Anton Ivanov · 7 years ago
  46. 4d1a535 um: Use POSIX ucontext_t instead of struct ucontext by Krzysztof Mazur · 7 years ago
  47. 288fb3d um: time: Use timespec64 for persistent clock by Arnd Bergmann · 7 years ago
  48. cc70bec um: Restore symbol versions for __memcpy and memcpy by Geert Uytterhoeven · 7 years ago
  49. 7a501609 mconsole_proc(): don't mess with file->f_pos by Al Viro · 6 years ago
  50. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 6 years ago
  51. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 6 years ago
  52. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
  53. 3b10db2b signal: Replace memset(info,...) with clear_siginfo for clarity by Eric W. Biederman · 7 years ago
  54. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  55. e0af0c1 arch: Remove clkdev.h asm-generic from Kbuild by Stephen Boyd · 7 years ago
  56. caf9a82 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  57. c10e83f arch, mm: Allow arch_dup_mmap() to fail by Thomas Gleixner · 7 years ago
  58. 10a7e9d Do not hash userspace addresses in fault handlers by Kees Cook · 7 years ago
  59. ab95477 bpf: fix build issues on um due to mising bpf_perf_event.h by Daniel Borkmann · 7 years ago
  60. a23f06f bpf: fix build issues on um due to mising bpf_perf_event.h by Daniel Borkmann · 7 years ago
  61. 76d2d4a um: annotate ->poll() instances by Al Viro · 7 years ago
  62. 699d7a5 um: make sure to have generated headers for target by Al Viro · 7 years ago
  63. 14b661e Merge tag 'for-linus-20171120' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  64. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  65. 8745808 mm, arch: remove empty_bad_page* by Michal Hocko · 7 years ago
  66. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  67. 9de8da4 kconfig: kill off GENERIC_IO option by Rob Herring · 7 years ago
  68. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  69. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  70. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  71. d151558 linux/compiler.h: Split into compiler.h and compiler_types.h by Will Deacon · 7 years ago
  72. 02ab4fc um: net: Convert timers to use timer_setup() by Kees Cook · 7 years ago
  73. 69b73e9 um/time: Fixup namespace collision by Thomas Gleixner · 7 years ago
  74. c17c020 arch: remove unused *_segments() macros/functions by Tobias Klauser · 7 years ago
  75. 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
  76. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  77. 6d20e6b um: return negative in tuntap_open_tramp() by Dan Carpenter · 7 years ago
  78. 39940db um: Use relative modversions with LD_SCRIPT_DYN by Thomas Meyer · 7 years ago
  79. 883354a um: link vmlinux with -no-pie by Thomas Meyer · 7 years ago
  80. d348864 um: Fix CONFIG_GCOV for modules. by Thomas Meyer · 7 years ago
  81. cbb0006 Fix minor typos and grammar in UML start_up help by James Pack · 7 years ago
  82. a997960 um: defconfig: Cleanup from old Kconfig options by Krzysztof Kozlowski · 7 years ago
  83. 6f602af um: Fix FP register size for XSTATE/XSAVE by Thomas Meyer · 7 years ago
  84. 21cb255 mconsole: switch to kernel_read by Christoph Hellwig · 7 years ago
  85. 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
  86. 99baac2 mm: fix MADV_[FREE|DONTNEED] TLB flush miss problem by Minchan Kim · 7 years ago
  87. 56236a5 mm: refactor TLB gathering API by Minchan Kim · 7 years ago
  88. ee9f8fc x86/unwind: Add the ORC unwinder by Josh Poimboeuf · 7 years ago
  89. 4ecd4ff Merge branch 'for-linus-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  90. 94df7fe um: v2: Use generic NOTES macro by Thomas Meyer · 7 years ago
  91. e909983 um: Add kerneldoc for userspace_tramp() and start_userspace() by Thomas Meyer · 7 years ago
  92. 88af233 um: Add kerneldoc for segv_handler by Thomas Meyer · 7 years ago
  93. 171fa69 um: stub-data.h: remove superfluous include by Thomas Meyer · 7 years ago
  94. 22e19c8 um: userspace - be more verbose in ptrace set regs error by Thomas Meyer · 7 years ago
  95. dc50214 Merge branch 'uaccess.strlen' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  96. 1bcbfbf um: add dummy ioremap and iounmap functions by Logan Gunthorpe · 7 years ago
  97. f44f1e7 um: Avoid longjmp/setjmp symbol clashes with libpthread.a by Florian Fainelli · 7 years ago
  98. 745a600 um: console: Ignore console= option by Masami Hiramatsu · 7 years ago
  99. 0936d4f um: Use os_warn to print out pre-boot warning/error messages by Masami Hiramatsu · 7 years ago
  100. 721ccae um: Add os_warn() for pre-boot warning/error messages by Masami Hiramatsu · 7 years ago