1. 177cf6e clocksources: Switch back to the clksrc table by Daniel Lezcano · 8 years ago
  2. b7c4db8 clocksource/drivers/clksrc-probe: Introduce init functions with return code by Daniel Lezcano · 8 years ago
  3. f89eae4 Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  4. 54cf809 locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait() by Peter Zijlstra · 8 years ago
  5. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  6. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 8 years ago
  7. e0fb1b3 Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 8 years ago
  8. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  9. 2e636d5 sched/preempt: Fix preempt_count manipulations by Peter Zijlstra · 8 years ago
  10. 168f1a7 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  11. 3469d26 Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  12. ca9eb49 SIGNAL: Move generic copy_siginfo() to signal.h by James Hogan · 8 years ago
  13. c983f0e seccomp: Get compat syscalls from asm-generic header by Matt Redfearn · 8 years ago
  14. 8801561 Merge branch 'for-joerg/arm-smmu/updates' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into arm/smmu by Joerg Roedel · 8 years ago
  15. 1fb48f8 Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree by Ingo Molnar · 8 years ago
  16. e511267 io-64-nonatomic: Add relaxed accessor variants by Robin Murphy · 8 years ago
  17. fba7cd6 asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic() by Romain Perier · 8 years ago
  18. 91ed140 x86/asm: Make sure verify_cpu() has a good stack by Borislav Petkov · 8 years ago
  19. d479960 locking/rwsem: Introduce basis for down_write_killable() by Michal Hocko · 8 years ago
  20. f8e04d8 locking/rwsem: Get rid of __down_write_nested() by Michal Hocko · 8 years ago
  21. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  22. 11caf57 Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 8 years ago
  23. 19d6f04 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  24. f75d486 bitops: Do not default to __clear_bit() for __clear_bit_unlock() by Peter Zijlstra · 8 years ago
  25. 643ad15 Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  26. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  27. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  28. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  29. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  30. 2553b67 lib/bug.c: use common WARN helper by Josh Poimboeuf · 8 years ago
  31. a644fdf include/asm-generic/atomic-long.h: force inlining of some atomic_long operations by Denys Vlasenko · 8 years ago
  32. dfbf289 bug: set warn variable before calling WARN() by Steven Rostedt · 8 years ago
  33. 458aa76 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range by Aneesh Kumar K.V · 8 years ago
  34. 96b9b1c Merge tag 'tty-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 8 years ago
  35. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 8 years ago
  36. d09e356 Merge branch 'mm-readonly-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  37. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  38. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 8 years ago
  39. a1cbaad asm-generic: remove old nonatomic-io wrapper files by Arnd Bergmann · 8 years ago
  40. 3c04705 asm-generic: default BUG_ON(x) to if(x)BUG() by Arnd Bergmann · 9 years ago
  41. b82e530 locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h by Dan Streetman · 8 years ago
  42. 4e0b6ca asm-generic: page.h: Remove useless get_user_page and free_user_page by Chen Gang · 9 years ago
  43. c74ba8b arch: Introduce post-init read-only memory by Kees Cook · 8 years ago
  44. e6a1c1e Merge tag 'powerpc-4.5-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  45. aa6aedb gpio: allow setting ARCH_NR_GPIOS from Kconfig by Arnd Bergmann · 8 years ago
  46. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 8 years ago
  47. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  48. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 8 years ago
  49. 3694bd7 asm-generic: Fix local variable shadow in __set_fixmap_offset by Mark Rutland · 9 years ago
  50. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 8 years ago
  51. 249f3c4 Merge 4.5-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago
  52. 2eaa790 earlycon: Use common framework for earlycon declarations by Peter Hurley · 9 years ago
  53. b6b83f7 PCI: Remove empty asm-generic/pci-bridge.h by Bjorn Helgaas · 8 years ago
  54. 5bbe029 PCI: Move pci_set_flags() from asm-generic/pci-bridge.h to linux/pci.h by Bjorn Helgaas · 8 years ago
  55. 0f26922 cputime: Prevent 32bit overflow in time[val|spec]_to_cputime() by zengtao · 8 years ago
  56. eae2177 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  57. e3de671 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  58. 20d666e dma-mapping: remove <asm-generic/dma-coherent.h> by Christoph Hellwig · 9 years ago
  59. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  60. a200dcb Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost by Linus Torvalds · 9 years ago
  61. 9795593 asm/sections: add helpers to check for section data by Thierry Reding · 9 years ago
  62. f25748e3 mm, dax: convert vmf_insert_pfn_pmd() to pfn_t by Dan Williams · 9 years ago
  63. 4b471e8 mm, thp: remove infrastructure for handling splitting PMDs by Kirill A. Shutemov · 9 years ago
  64. 8f235d1 mm: add PHYS_PFN, use it in __phys_to_pfn() by Chen Gang · 9 years ago
  65. 6a65d26 asm-generic: implement virt_xxx memory barriers by Michael S. Tsirkin · 9 years ago
  66. a9e4252 asm-generic: add __smp_xxx wrappers by Michael S. Tsirkin · 9 years ago
  67. 57f7c03 asm-generic: guard smp_store_release/load_acquire by Michael S. Tsirkin · 9 years ago
  68. 5a1b26d7 lcoking/barriers, arch: Use smp barriers in smp_store_release() by Davidlohr Bueso · 9 years ago
  69. 0ffedcd Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  70. 24af98c Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  71. d9fe4fa x86/mm/pat: Add untrack_pfn_moved for mremap by Toshi Kani · 9 years ago
  72. d5a73ca lcoking/barriers, arch: Use smp barriers in smp_store_release() by Davidlohr Bueso · 9 years ago
  73. 64d816c locking/qspinlock: Use _acquire/_release() versions of cmpxchg() & xchg() by Waiman Long · 9 years ago
  74. 90eec10 treewide: Remove old email address by Peter Zijlstra · 9 years ago
  75. dce1eb9 __div64_32(): make it overridable at compile time by Nicolas Pitre · 9 years ago
  76. f682b27 __div64_const32(): abstract out the actual 128-bit cross product code by Nicolas Pitre · 9 years ago
  77. 461a5e5 do_div(): generic optimization for constant divisor on 32-bit machines by Nicolas Pitre · 9 years ago
  78. 911918a div64.h: optimize do_div() for power-of-two constant divisors by Nicolas Pitre · 9 years ago
  79. 7dac710 Merge tag 'for-4.4' of git://git.osdn.jp/gitroot/uclinux-h8/linux by Linus Torvalds · 9 years ago
  80. 247e75d pci: remove pci_dma_supported by Christoph Hellwig · 9 years ago
  81. a02613a asm-generic: {get,put}_user ptr argument evaluate only 1 time by Yoshinori Sato · 9 years ago
  82. 9cf5c09 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 9 years ago
  83. 0d51ce9 Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  84. e627078 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 9 years ago
  85. 5352869 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  86. 105ff3c atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() by Linus Torvalds · 9 years ago
  87. d63a978 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  88. e3ed766 Merge branch 'acpi-init' by Rafael J. Wysocki · 9 years ago
  89. bd5e88a mm,thp: reduce ifdef'ery for THP in generic code by Vineet Gupta · 9 years ago
  90. 4008cb3 asm-generic: temporarily add back asm-generic/io-64-nonatomic*.h by Arnd Bergmann · 9 years ago
  91. d975440 asm-generic: cmpxchg: avoid warnings from macro-ized cmpxchg() implementations by Marek Vasut · 9 years ago
  92. a1164a3 move count_zeroes.h out of asm-generic by Christoph Hellwig · 9 years ago
  93. 2f8e2c8 move io-64-nonatomic*.h out of asm-generic by Christoph Hellwig · 9 years ago
  94. a7b7617 mm: add architecture primitives for software dirty bit clearing by Martin Schwidefsky · 9 years ago
  95. 00eb4ba locking/rwsem: Use acquire/release semantics by Davidlohr Bueso · 9 years ago
  96. 81a43ad locking/mutex: Use acquire/release semantics by Davidlohr Bueso · 9 years ago
  97. 63ab7bd locking/asm-generic: Add _{relaxed|acquire|release}() variants for inc/dec atomics by Davidlohr Bueso · 9 years ago
  98. 82fc167 Merge tag 'v4.3-rc4' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  99. 609ca06 sched/core: Create preempt_count invariant by Peter Zijlstra · 9 years ago
  100. 30c4465 Merge branch 'strscpy' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 9 years ago