1. a659811 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  2. 4cf5892 mm: treewide: remove unused address argument from pte_alloc functions by Joel Fernandes (Google) · 6 years ago
  3. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  4. 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
  5. 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
  6. 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
  7. ca79b0c mm: convert totalram_pages and totalhigh_pages variables to atomic by Arun KS · 6 years ago
  8. 3d6357d mm: reference totalram_pages and managed_pages once per function by Arun KS · 6 years ago
  9. 940b241 um: Remove obsolete reenable_XX calls by Anton Ivanov · 6 years ago
  10. b979423 um: writev needs <sys/uio.h> by Christoph Hellwig · 6 years ago
  11. efe5f5b um: remove redundant generic-y by Masahiro Yamada · 6 years ago
  12. 742f3c8 um: Optimize Flush TLB for force/fork case by Anton Ivanov · 6 years ago
  13. 8892d85 um: Avoid marking pages with "changed protection" by Anton Ivanov · 6 years ago
  14. 38e3cbd um: Skip TLB flushing where not needed by Anton Ivanov · 6 years ago
  15. a9c52c2 um: Optimize TLB operations v2 by Anton Ivanov · 6 years ago
  16. 747b254 um: Remove unnecessary faulted check in uaccess.c by Anton Ivanov · 6 years ago
  17. 50109b5 um: Add support for DISCARD in the UBD Driver by Anton Ivanov · 6 years ago
  18. a41421e um: Remove unsafe printks from the io thread by Anton Ivanov · 6 years ago
  19. 53766de um: Clean-up command processing in UML UBD driver by Anton Ivanov · 6 years ago
  20. a43c831 um: Switch to block-mq constants in the UML UBD driver by Anton Ivanov · 6 years ago
  21. 550ed0e um: Make GCOV depend on !KCOV by Richard Weinberger · 6 years ago
  22. 0053102 um: Include sys/uio.h to have writev() by Richard Weinberger · 6 years ago
  23. 0d76433 um: Add HAVE_DEBUG_BUGVERBOSE by Hernán Gonzalez · 6 years ago
  24. 733f4ef um: remove unused filechk_gen_header in Makefile by Masahiro Yamada · 6 years ago
  25. 65bba04 kbuild: fix UML build error with CONFIG_GCC_PLUGINS by Masahiro Yamada · 6 years ago
  26. 5cfc879 pcmcia: remove per-arch PCMCIA config entry by Masahiro Yamada · 6 years ago
  27. eb01d42 PCI: consolidate PCI config entry in drivers/pci by Christoph Hellwig · 6 years ago
  28. dc5db21 Merge tag 'for-linus-20181109' of git://git.kernel.dk/linux-block by Linus Torvalds · 6 years ago
  29. 0033dfd ubd: fix missing initialization of io_req by Anton Ivanov · 6 years ago
  30. 6961cd4 ubd: fix missing lock around request issue by Jens Axboe · 6 years ago
  31. 9bb9d4f Merge branch 'for-linus-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 6 years ago
  32. 7e1c4e2 memblock: stop using implicit alignment to SMP_CACHE_BYTES by Mike Rapoport · 6 years ago
  33. 57c8a66 mm: remove include/linux/bootmem.h by Mike Rapoport · 6 years ago
  34. c6ffc5c memblock: rename free_all_bootmem to memblock_free_all by Mike Rapoport · 6 years ago
  35. 2013288 memblock: replace free_bootmem{_node} with memblock_free by Mike Rapoport · 6 years ago
  36. 2a5bda5 memblock: replace alloc_bootmem with memblock_alloc by Mike Rapoport · 6 years ago
  37. e8625dc memblock: replace alloc_bootmem_low_pages with memblock_alloc_low by Mike Rapoport · 6 years ago
  38. aca52c3 mm: remove CONFIG_HAVE_MEMBLOCK by Mike Rapoport · 6 years ago
  39. b4a991e mm: remove CONFIG_NO_BOOTMEM by Mike Rapoport · 6 years ago
  40. 917e2fd um: Make line/tty semantics use true write IRQ by Anton Ivanov · 6 years ago
  41. 59fdf91 um: trap: fix spelling mistake, EACCESS -> EACCES by Colin Ian King · 6 years ago
  42. 9ca19a3 um: Don't hardcode path as it is architecture dependent by Ritesh Raj Sarraf · 6 years ago
  43. d312a25 um: NULL check before kfree is not needed by YueHaibing · 6 years ago
  44. 369cca2 um: remove unused AIO code by Christoph Hellwig · 6 years ago
  45. 7ff1e34 um: Give start_idle_thread() a return code by Richard Weinberger · 7 years ago
  46. ddf6398 um: switch to NO_BOOTMEM by Mike Rapoport · 6 years ago
  47. be6ec5b um: setup_physmem: stop using global variables by Mike Rapoport · 6 years ago
  48. 638820d Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 6 years ago
  49. ecb0a83 ubd: remove use of blk_rq_map_sg by Christoph Hellwig · 6 years ago
  50. 4e6da0fe um: Convert ubd driver to blk-mq by Richard Weinberger · 7 years ago
  51. 3ac946d vmlinux.lds.h: Move LSM_TABLE into INIT_DATA by Kees Cook · 6 years ago
  52. fef912b block: genhd: add 'groups' argument to device_add_disk by Hannes Reinecke · 6 years ago
  53. d503ac5 kbuild: rename LDFLAGS to KBUILD_LDFLAGS by Masahiro Yamada · 6 years ago
  54. 50a7ca3 mm: convert return type of handle_mm_fault() caller to vm_fault_t by Souptick Joarder · 6 years ago
  55. 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
  56. 0004438 um: clean up archheaders recipe by Masahiro Yamada · 6 years ago
  57. 13d3d01 um: fix parallel building with O= option by Masahiro Yamada · 6 years ago
  58. 87a4c37 kconfig: include kernel/Kconfig.preempt from init/Kconfig by Christoph Hellwig · 6 years ago
  59. 06ec64b Kconfig: consolidate the "Kernel hacking" menu by Christoph Hellwig · 6 years ago
  60. 1572497 kconfig: include common Kconfig files from top-level Kconfig by Christoph Hellwig · 6 years ago
  61. 9bea180 um: create a proper drivers Kconfig by Christoph Hellwig · 6 years ago
  62. f163977 um: cleanup Kconfig files by Christoph Hellwig · 6 years ago
  63. 79b05c1 um: stop abusing KBUILD_KCONFIG by Christoph Hellwig · 6 years ago
  64. 43fee2b kbuild: do not redirect the first prerequisite for filechk by Masahiro Yamada · 6 years ago
  65. 2fb9279 kbuild: change ld_flags to contain LDFLAGS_$(@F) by Masahiro Yamada · 6 years ago
  66. 5e7b921 Merge tag 'docs-broken-links' of git://linuxtv.org/mchehab/experimental by Linus Torvalds · 7 years ago
  67. 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
  68. 5fb94e9 docs: Fix some broken references by Mauro Carvalho Chehab · 7 years ago
  69. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  70. 5ec9121 um: Fix raw interface options by Anton Ivanov · 7 years ago
  71. 4579a1b um: Fix initialization of vector queues by Anton Ivanov · 7 years ago
  72. cca76c1 um: remove uml initcalls by Alexander Pateenok · 7 years ago
  73. fd3a886 net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlan by Willem de Bruijn · 7 years ago
  74. 0ad39cb Merge tag 'kconfig-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 7 years ago
  75. 0bbcce5 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  76. 93e95fa Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago
  77. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 7 years ago
  78. 3f3942a proc: introduce proc_create_single{,_data} by Christoph Hellwig · 7 years ago
  79. 530621b signal/um: More carefully relay signals in relay_signal. by Eric W. Biederman · 7 years ago
  80. bc08c07 signal/um: Use force_sig_fault where appropriate by Eric W. Biederman · 7 years ago
  81. 3eb0f51 signal: Ensure every siginfo we send has all bits initialized by Eric W. Biederman · 7 years ago
  82. 2b5a9a3 time: Add an asm-generic/compat.h file by Arnd Bergmann · 7 years ago
  83. 375479c Merge git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml by Linus Torvalds · 7 years ago
  84. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  85. e40238d Fix vector raw inintialization logic by Anton Ivanov · 7 years ago
  86. ce471fd Migrate vector timers to new timer API by Anton Ivanov · 7 years ago
  87. 530ba6c um: Compile with modern headers by Jason A. Donenfeld · 7 years ago
  88. 584bfe63 um: vector: Fix an error handling path in 'vector_parse()' by Christophe JAILLET · 7 years ago
  89. be967f7 um: vector: Fix a memory allocation check by Christophe JAILLET · 7 years ago
  90. 9f3199b um: vector: fix missing unlock on error in vector_net_open() by Wei Yongjun · 7 years ago
  91. f166850 um: Add missing EXPORT for free_irq_by_fd() by Anton Ivanov · 7 years ago
  92. 49da7e6 High Performance UML Vector Network Driver by Anton Ivanov · 7 years ago
  93. ff6a179 Epoll based IRQ controller by Anton Ivanov · 7 years ago
  94. 4d1a535 um: Use POSIX ucontext_t instead of struct ucontext by Krzysztof Mazur · 7 years ago
  95. 288fb3d um: time: Use timespec64 for persistent clock by Arnd Bergmann · 7 years ago
  96. cc70bec um: Restore symbol versions for __memcpy and memcpy by Geert Uytterhoeven · 7 years ago
  97. 7a501609 mconsole_proc(): don't mess with file->f_pos by Al Viro · 7 years ago
  98. 3879ae6 Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux by Linus Torvalds · 7 years ago
  99. 168fe32 Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  100. d417302 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 7 years ago