1. 22d3e0c Merge tag 'kbuild-fixes-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  2. 8b9d271 kbuild: reword help of LD_DEAD_CODE_DATA_ELIMINATION by Masahiro Yamada · 6 years ago
  3. cf65a0f dma-mapping: move all DMA mapping code to kernel/dma by Christoph Hellwig · 6 years ago
  4. be779f0 Merge tag 'kbuild-v4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  5. d82991a Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  6. 469cb73 kconfig: add CC_IS_CLANG and CLANG_VERSION by Masahiro Yamada · 6 years ago
  7. a435389 kconfig: add CC_IS_GCC and GCC_VERSION by Masahiro Yamada · 6 years ago
  8. 1c8c5a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  9. 8b5c6a3 Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit by Linus Torvalds · 6 years ago
  10. 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
  11. 8715ee7 Merge tag 'kbuild-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 6 years ago
  12. d7822b1 rseq: Introduce restartable sequences system call by Mathieu Desnoyers · 6 years ago
  13. 2972666 kconfig: replace $(UNAME_RELEASE) with function call by Masahiro Yamada · 6 years ago
  14. 104daea kconfig: reference environment variables directly and remove 'option env=' by Masahiro Yamada · 6 years ago
  15. f1089c9 kbuild: remove CONFIG_CROSS_COMPILE support by Masahiro Yamada · 6 years ago
  16. 5b79c2a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  17. ae67d58 init/main.c: include <linux/mem_encrypt.h> by Mathieu Malaterre · 6 years ago
  18. 6f6e434 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  19. cd33d88 sched/fair: Fix documentation file path by Sebastian Andrzej Siewior · 6 years ago
  20. 5d20ee3 kbuild: Allow LD_DEAD_CODE_DATA_ELIMINATION to be selectable if enabled by Nicholas Piggin · 6 years ago
  21. b9f672a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  22. bae77c5 bpf: enable stackmap with build_id in nmi context by Song Liu · 6 years ago
  23. f0b7521 audit: convert sessionid unset to a macro by Richard Guy Briggs · 6 years ago
  24. ae646f0 init: fix false positives in W+X checking by Jeffrey Hugo · 6 years ago
  25. f142f08 Fix typo in comment. by Florian La Roche · 6 years ago
  26. 9fb71c2 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  27. 096523203 seq_file: allocate seq_file from kmem_cache by Alexey Dobriyan · 6 years ago
  28. 1a6a05a init/ramdisk: use pr_cont() at the end of ramdisk loading by Aaro Koskinen · 6 years ago
  29. 3ea056c uts: create "struct uts_namespace" from kmem_cache by Alexey Dobriyan · 6 years ago
  30. 2a56bb5 Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 6 years ago
  31. b0dc52f init: Have initcall_debug still work without CONFIG_TRACEPOINTS by Steven Rostedt (VMware) · 6 years ago
  32. 4e37958 init, tracing: Have printk come through the trace events for initcall_debug by Steven Rostedt (VMware) · 6 years ago
  33. 4ee7c60 init, tracing: Add initcall trace events by Steven Rostedt (VMware) · 6 years ago
  34. 1b2951d Merge tag 'gpio-v4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 6 years ago
  35. 7303e30 syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscalls by Dominik Brodowski · 6 years ago
  36. 1bd21c6 syscalls/core: Introduce CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y by Dominik Brodowski · 6 years ago
  37. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  38. f5a8eb6 Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 6 years ago
  39. e2aaa9f kernel: add ksys_setsid() helper; remove in-kernel call to sys_setsid() by Dominik Brodowski · 6 years ago
  40. 9b32105 kernel: add ksys_unshare() helper; remove in-kernel calls to sys_unshare() by Dominik Brodowski · 6 years ago
  41. 3ce4a7b fs: add ksys_read() helper; remove in-kernel calls to sys_read() by Dominik Brodowski · 6 years ago
  42. 76847e4 fs: add ksys_lseek() helper; remove in-kernel calls to sys_lseek() by Dominik Brodowski · 6 years ago
  43. cbb60b9 fs: add ksys_ioctl() helper; remove in-kernel calls to sys_ioctl() by Dominik Brodowski · 6 years ago
  44. 454dab3 fs: add ksys_getdents64() helper; remove in-kernel calls to sys_getdents64() by Dominik Brodowski · 6 years ago
  45. bae217e fs: add ksys_open() wrapper; remove in-kernel calls to sys_open() by Dominik Brodowski · 6 years ago
  46. 2ca2a09 fs: add ksys_close() wrapper; remove in-kernel calls to sys_close() by Dominik Brodowski · 6 years ago
  47. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 6 years ago
  48. 55731b3 fs: add do_fchownat(), ksys_fchown() helpers and ksys_{,l}chown() wrappers by Dominik Brodowski · 6 years ago
  49. cbfe20f fs: add do_faccessat() helper and ksys_access() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 6 years ago
  50. 03450e2 fs: add ksys_fchmod() and do_fchmodat() helpers and ksys_chmod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 6 years ago
  51. 46ea89e fs: add do_linkat() helper and ksys_link() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 6 years ago
  52. 87c4e19 fs: add do_mknodat() helper and ksys_mknod() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 6 years ago
  53. b724e84 fs: add do_symlinkat() helper and ksys_symlink() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 6 years ago
  54. 0101db7 fs: add do_mkdirat() helper and ksys_mkdir() wrapper; remove in-kernel calls to syscall by Dominik Brodowski · 6 years ago
  55. f459dffa fs: add ksys_rmdir() wrapper; remove in-kernel calls to sys_rmdir() by Dominik Brodowski · 6 years ago
  56. 0f32ab8 fs: add ksys_unlink() wrapper; remove in-kernel calls to sys_unlink() by Dominik Brodowski · 6 years ago
  57. 447016e fs: add ksys_chdir() helper; remove in-kernel calls to sys_chdir() by Dominik Brodowski · 6 years ago
  58. e7a3e8b fs: add ksys_write() helper; remove in-kernel calls to sys_write() by Dominik Brodowski · 6 years ago
  59. a16fe33 fs: add ksys_chroot() helper; remove-in kernel calls to sys_chroot() by Dominik Brodowski · 6 years ago
  60. c724832 fs: add ksys_dup{,3}() helper; remove in-kernel calls to sys_dup{,3}() by Dominik Brodowski · 6 years ago
  61. 3a18ef5 fs: add ksys_umount() helper; remove in-kernel call to sys_umount() by Dominik Brodowski · 6 years ago
  62. 312db1a fs: add ksys_mount() helper; remove in-kernel calls to sys_mount() by Dominik Brodowski · 6 years ago
  63. a687a53 treewide: simplify Kconfig dependencies for removed archs by Arnd Bergmann · 6 years ago
  64. a6fb601 init: Fix initcall0 name as it is "pure" not "early" by Steven Rostedt (VMware) · 6 years ago
  65. 578ae44 jump_label: Disable jump labels in __exit code by Josh Poimboeuf · 6 years ago
  66. 95260c1 Merge tag 'v4.16-rc5' into devel by Linus Walleij · 6 years ago
  67. 739d875 mn10300: Remove the architecture by David Howells · 6 years ago
  68. 424529f pc104: Add EXPERT dependency for PC104 Kconfig option by William Breathitt Gray · 7 years ago
  69. 3335224 jump_label: Explicitly disable jump labels in __init code by Josh Poimboeuf · 6 years ago
  70. 70216e1 membarrier: Provide core serializing command, *_SYNC_CORE by Mathieu Desnoyers · 6 years ago
  71. e61938a locking: Introduce sync_core_before_usermode() by Mathieu Desnoyers · 6 years ago
  72. 3ccfebe powerpc, membarrier: Skip memory barrier in switch_mm() by Mathieu Desnoyers · 6 years ago
  73. 49f9c35 Merge tag 'init_task-20180117' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 6 years ago
  74. 3678e2f Expand the INIT_SIGNALS and INIT_SIGHAND macros and remove by David Howells · 7 years ago
  75. 4e7e3ad Expand various INIT_* macros and remove by David Howells · 7 years ago
  76. d11ed3a Expand INIT_TASK() in init/init_task.c and remove by David Howells · 7 years ago
  77. 67549d4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  78. 661e4e3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  79. 0500871 Construct init thread stack in the linker script rather than by union by David Howells · 7 years ago
  80. 290af86 bpf: introduce BPF_JIT_ALWAYS_ON config by Alexei Starovoitov · 7 years ago
  81. 414a2dc sched/isolation: Make CONFIG_CPU_ISOLATION=y depend on SMP or COMPILE_TEST by Geert Uytterhoeven · 7 years ago
  82. 4c47031 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  83. 5aa90a8 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  84. aa8c624 x86/mm/pti: Add infrastructure for page table isolation by Thomas Gleixner · 7 years ago
  85. 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
  86. 613e396 init: Invoke init_espfix_bsp() from mm_init() by Thomas Gleixner · 7 years ago
  87. 2c43838 sched/isolation: Enable CONFIG_CPU_ISOLATION=y by default by Frederic Weisbecker · 7 years ago
  88. 7d229c6 main: kernel_start: move housekeeping_init() before workqueue_init_early() by Tal Shorer · 7 years ago
  89. d1b069f EXPERT Kconfig menu: fix broken EXPERT menu by Randy Dunlap · 7 years ago
  90. e35c4c6 initramfs: use time64_t timestamps by Arnd Bergmann · 7 years ago
  91. e8cfbc2 pid: remove pidhash by Gargi Sharma · 7 years ago
  92. 95846ec pid: replace pid bitmap implementation with IDR API by Gargi Sharma · 7 years ago
  93. e4f02fd init/version.c: include <linux/export.h> instead of <linux/module.h> by Masahiro Yamada · 7 years ago
  94. 7c225c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 7 years ago
  95. 75f296d kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACK by Levin, Alexander (Sasha Levin) · 7 years ago
  96. 4950276 kmemcheck: remove annotations by Levin, Alexander (Sasha Levin) · 7 years ago
  97. 5b36577 mm: slabinfo: remove CONFIG_SLABINFO by Yang Shi · 7 years ago
  98. 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
  99. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  100. b18d628 Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago