1. 3b54765 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  2. 514c603 headers: untangle kmemleak.h from mm.h by Randy Dunlap · 6 years ago
  3. 078eb6a x86/mm/memory_hotplug: determine block size based on the end of boot memory by Pavel Tatashin · 6 years ago
  4. 672a9c1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 6 years ago
  5. e02d37b Merge tag 'sound-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 6 years ago
  6. 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
  7. 06dd3df Merge tag 'char-misc-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 6 years ago
  8. 9eb3122 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 6 years ago
  9. 23221d9 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  10. 4608f06 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next by Linus Torvalds · 6 years ago
  11. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  12. 642e7fd Merge branch 'syscalls-next' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/linux by Linus Torvalds · 6 years ago
  13. bc16d40 Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  14. 2fcd2b3 Merge branch 'x86-dma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  15. a553243 Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  16. cea061e4 Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  17. d22fff8 Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  18. 986b37c Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  19. e68b4ba Merge branch 'x86-build-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  20. 5e46caf Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  21. 2451d1e Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  22. 86bbbeb Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  23. 3e2052e syscalls/x86: auto-create compat_sys_*() prototypes by Dominik Brodowski · 7 years ago
  24. 4c8ca51 x86/sigreturn: use SYSCALL_DEFINE0 by Tautschnig, Michael · 7 years ago
  25. 025bd39 x86: fix sys_sigreturn() return type to be long, not unsigned long by Dominik Brodowski · 7 years ago
  26. 66f4e88 x86/ioport: add ksys_ioperm() helper; remove in-kernel calls to sys_ioperm() by Dominik Brodowski · 7 years ago
  27. c7b95d5 mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead() by Dominik Brodowski · 7 years ago
  28. a90f590 mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff() by Dominik Brodowski · 7 years ago
  29. 9d5b7c9 mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64() by Dominik Brodowski · 7 years ago
  30. edf292c fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate() by Dominik Brodowski · 7 years ago
  31. 36028d5 fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls by Dominik Brodowski · 7 years ago
  32. df260e2 fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate() by Dominik Brodowski · 7 years ago
  33. 806cbae fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall by Dominik Brodowski · 7 years ago
  34. 411d947 fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate() by Dominik Brodowski · 7 years ago
  35. ab0d1e8 fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl() by Dominik Brodowski · 7 years ago
  36. b51d3cd x86: remove compat_sys_x86_waitpid() by Dominik Brodowski · 7 years ago
  37. 37db219 x86: use _do_fork() in compat_sys_x86_clone() by Dominik Brodowski · 7 years ago
  38. 486adce Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  39. 701f3b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  40. 320b164 Merge tag 'drm-for-v4.17' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 6 years ago
  41. c0b458a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  42. 10b84da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  43. ad0500c Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  44. 93e04d4 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  45. 1159e094 perf/x86/intel: Enable C-state residency events for Cannon Lake by Harry Pan · 7 years ago
  46. 490d03e perf/x86/intel: Add Cannon Lake support for RAPL profiling by Harry Pan · 7 years ago
  47. eaeb8e7 x86/cpu/tme: Fix spelling: "configuation" -> "configuration" by Colin Ian King · 7 years ago
  48. d6289f3 x86/build: Don't pass in -D__KERNEL__ multiple times by Cao jin · 7 years ago
  49. 169310f Merge branch 'linus' into locking/core, to pick up fixes by Ingo Molnar · 6 years ago
  50. 7257348 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 6 years ago
  51. 6ed70cf perf/x86/pt, coresight: Clean up address filter structure by Alexander Shishkin · 6 years ago
  52. 2d07491 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 6 years ago
  53. e2efacb Revert "x86/mce/AMD: Collect error info even if valid bits are not set" by Yazen Ghannam · 6 years ago
  54. bd47a85 x86/platform/UV: Fix critical UV MMR address error by mike.travis@hpe.com · 6 years ago
  55. 17a1079 KVM: x86: Fix pv tlb flush dependencies by Wanpeng Li · 6 years ago
  56. b24d0d5 Merge 4.16-rc7 into char-misc-next by Greg Kroah-Hartman · 6 years ago
  57. 07344b1 x86/boot: Fix SEV boot failure from change to __PHYSICAL_MASK_SHIFT by Tom Lendacky · 6 years ago
  58. 151ad17 x86/platform/uv/BAU: Add APIC idt entry by Andrew Banman · 6 years ago
  59. 9b9a513 x86/msr: Make rdmsrl_safe_on_cpu() scheduling safe as well by Eric Dumazet · 6 years ago
  60. 2b4f44ee Backmerge tag 'v4.16-rc7' into drm-next by Dave Airlie · 6 years ago
  61. 5b6d710 Merge remote-tracking branch 'asoc/topic/intel' into asoc-next by Mark Brown · 6 years ago
  62. 67bbd7a x86/cpuid: Allow cpuid_read() to schedule by Eric Dumazet · 6 years ago
  63. 07cde31 x86/msr: Allow rdmsr_safe_on_cpu() to schedule by Eric Dumazet · 6 years ago
  64. 547edac x86/mm: Update comment in detect_tme() regarding x86_phys_bits by Kirill A. Shutemov · 7 years ago
  65. 47a9973 x86/PCI: Fix a potential regression when using dmi_get_bios_year() by Andy Shevchenko · 7 years ago
  66. 1897a96 Documentation: Fix early-microcode.txt references after file rename by Jaak Ristioja · 7 years ago
  67. bd62710 x86/alternatives: Fixup alternative_call_2 by Alexey Dobriyan · 7 years ago
  68. fc5d107 x86/mm/32: Remove unused node_memmap_size_bytes() & CONFIG_NEED_NODE_MEMMAP_SIZE logic by David Rientjes · 6 years ago
  69. 0bc91d4 Merge tag 'v4.16-rc7' into x86/mm, to fix up conflict by Ingo Molnar · 6 years ago
  70. 71eb9ee perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs by Stephane Eranian · 6 years ago
  71. 631fe15 perf/x86: Update rdpmc_always_available static key to the modern API by Davidlohr Bueso · 6 years ago
  72. 4e07db9 x86/devicetree: Use CPU description from Device Tree by Ivan Gorinov · 6 years ago
  73. 447a564 treewide: Align function definition open/close braces by Joe Perches · 7 years ago
  74. e25283b x86/apic: Finish removing unused callbacks by David Rientjes · 6 years ago
  75. d286236 Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  76. eaf6799 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  77. e847f6a x86/purgatory: Avoid creating stray .<pid>.d files, remove -MD from KBUILD_CFLAGS by Sven Wegener · 6 years ago
  78. ea2301b Merge branch 'linus' into x86/dma, to resolve a conflict with upstream by Ingo Molnar · 6 years ago
  79. 7054e4e Merge branch 'perf/urgent' into perf/core, to pick up fixes by Ingo Molnar · 6 years ago
  80. d8ba61b x86/entry/64: Don't use IST entry for #BP stack by Andy Lutomirski · 9 years ago
  81. 06ace26f x86/efi: Free efi_pgd with free_pages() by Waiman Long · 6 years ago
  82. ea89c06 x86/tsc: Get rid of rdtscll() by Thomas Gleixner · 6 years ago
  83. 9d1887e KVM: nVMX: sync vmcs02 segment regs prior to vmx_set_cr0 by Sean Christopherson · 7 years ago
  84. 03fe2de Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  85. f36b753 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  86. 8401c72 Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 6 years ago
  87. 28ee90f x86/mm: implement free pmd/pte page interfaces by Toshi Kani · 6 years ago
  88. b6bdb75 mm/vmalloc: add interfaces to free unmapped page table by Toshi Kani · 6 years ago
  89. c4f4d2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  90. 32d43cd kvm/x86: fix icebp instruction handling by Linus Torvalds · 7 years ago
  91. 31ad7f8 x86/vsyscall/64: Use proper accessor to update P4D entry by Boris Ostrovsky · 7 years ago
  92. d026604 x86: Remove FAST_FEATURE_TESTS by Peter Zijlstra · 7 years ago
  93. e501ce9 x86: Force asm-goto by Peter Zijlstra · 7 years ago
  94. 4c0ca49 Merge branch 'siginfo-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace into aarch64/for-next/core by Will Deacon · 7 years ago
  95. edc39c9 Merge branch 'linus' into x86/build to pick up dependencies by Thomas Gleixner · 7 years ago
  96. c10f07a dma/direct: Handle force decryption for DMA coherent buffers in common code by Christoph Hellwig · 7 years ago
  97. b6e0547 dma/direct: Handle the memory encryption bit in common code by Christoph Hellwig · 7 years ago
  98. e7de6c7 dma/swiotlb: Remove swiotlb_set_mem_attributes() by Christoph Hellwig · 7 years ago
  99. 178c568 x86/dma: Remove dma_alloc_coherent_gfp_flags() by Christoph Hellwig · 7 years ago
  100. 51c7eeb x86/dma/amd_gart: Use dma_direct_{alloc,free}() by Christoph Hellwig · 7 years ago