1. 8c775af asm-prototypes: Clear any CPP defines before declaring the functions by Michal Marek · 7 years ago
  2. 705df55 x86/kbuild: enable modversions for symbols exported from asm by Adam Borowski · 7 years ago
  3. f27c2f6 Revert "default exported asm symbols to zero" by Linus Torvalds · 7 years ago
  4. 8ab2ae6 default exported asm symbols to zero by Arnd Bergmann · 7 years ago
  5. d7c19b0 mm: kmemleak: scan .data.ro_after_init by Jakub Kicinski · 7 years ago
  6. 7f8d61f percpu: use notrace variant of preempt_disable/preempt_enable by Heiko Carstens · 8 years ago
  7. c0a0aba kconfig.h: remove config_enabled() macro by Masahiro Yamada · 8 years ago
  8. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  9. b6daa51 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 8 years ago
  10. f96ed26 Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/libata by Linus Torvalds · 8 years ago
  11. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  12. 6727ad9 nmi_backtrace: generate one-line reports for idle cpus by Chris Metcalf · 8 years ago
  13. 08ea8c0 mm: move phys_mem_access_prot_allowed() declaration to pgtable.h by Baoyou Xie · 8 years ago
  14. df720ac exceptions: detritus removal by Al Viro · 8 years ago
  15. 1b5ca12 percpu: improve generic percpu modify-return implementation by Nicholas Piggin · 8 years ago
  16. dcd3ea8 libata: remove <asm-generic/libata-portmap.h> by Christoph Hellwig · 8 years ago
  17. 0f4c4af kbuild: -ffunction-sections fix for archs with conflicting sections by Nicholas Piggin · 8 years ago
  18. 77e5bdf Merge branch 'uaccess-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. 9ad18b7 asm-generic: make get_user() clear the destination on errors by Al Viro · 8 years ago
  20. 2545e5d asm-generic: make copy_from_user() zero the destination properly by Al Viro · 8 years ago
  21. b67067f kbuild: allow archs to select link dead code/data elimination by Nicholas Piggin · 8 years ago
  22. 0d025d2 mm/usercopy: get rid of CONFIG_DEBUG_STRICT_USER_COPY_CHECKS by Josh Poimboeuf · 8 years ago
  23. 2db34e8 locking/qrwlock: Fix write unlock bug on big endian systems by pan xinhui · 8 years ago
  24. 22823ab EXPORT_SYMBOL() for asm by Al Viro · 8 years ago
  25. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  26. f716a85 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  27. 0e06f5c Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  28. e77b085 mm/mmu_gather: track page size with mmu gather and force flush if page size change by Aneesh Kumar K.V · 8 years ago
  29. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  30. bbce2ad Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 8 years ago
  31. 015cd86 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 8 years ago
  32. 766fd5f Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  33. c86ad14 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  34. e41f501 vmlinux.lds: account for destructor sections by Dmitry Vyukov · 8 years ago
  35. 5743021 sched/cputime: Count actually elapsed irq & softirq time by Rik van Riel · 8 years ago
  36. f066286 locking/atomic: Introduce inc/dec variants for the atomic_fetch_$op() API by Davidlohr Bueso · 8 years ago
  37. 5ee02af vmlinux.lds.h: replace config_enabled() with IS_ENABLED() by Masahiro Yamada · 8 years ago
  38. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 8 years ago
  39. 28aa2bd locking/atomic: Implement atomic{,64,_long}_fetch_{add,sub,and,andnot,or,xor}{,_relaxed,_acquire,_release}() by Peter Zijlstra · 8 years ago
  40. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 8 years ago
  41. 7cb45c0 locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.h by Peter Zijlstra · 8 years ago
  42. 32fb2fc vmlinux.lds.h: allow arch specific handling of ro_after_init data section by Heiko Carstens · 8 years ago
  43. ca50e42 locking/qspinlock: Use atomic_sub_return_release() in queued_spin_unlock() by Pan Xinhui · 8 years ago
  44. 6428671 locking/mutex: Optimize mutex_trylock() fast-path by Peter Zijlstra · 8 years ago
  45. d157bd8 locking/rwsem: Remove rwsem_atomic_add() and rwsem_atomic_update() by Jason Low · 8 years ago
  46. 8ee62b1 locking/rwsem: Convert sem->count to 'atomic_long_t' by Jason Low · 8 years ago
  47. 2c61002 locking/qspinlock: Fix spin_unlock_wait() some more by Peter Zijlstra · 8 years ago
  48. 6705fdb char/genrtc: remove the rest of the driver by Arnd Bergmann · 8 years ago
  49. 5ab788d rtc: cmos: move mc146818rtc code out of asm-generic/rtc.h by Arnd Bergmann · 8 years ago
  50. 9e44fb1 asm-generic/io.h: add io{read,write}64 accessors by Horia Geantă · 8 years ago
  51. 7a1aedb asm-generic/io.h: allow barriers in io{read,write}{16,32}be by Horia Geantă · 8 years ago
  52. 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
  53. 54cf809 locking,qspinlock: Fix spin_is_locked() and spin_unlock_wait() by Peter Zijlstra · 8 years ago
  54. a05a70d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  55. fd8cfd3 arch: fix has_transparent_hugepage() by Hugh Dickins · 8 years ago
  56. 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
  57. 07b7526 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 8 years ago
  58. 2e636d5 sched/preempt: Fix preempt_count manipulations by Peter Zijlstra · 8 years ago
  59. 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
  60. 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
  61. ca9eb49 SIGNAL: Move generic copy_siginfo() to signal.h by James Hogan · 8 years ago
  62. c983f0e seccomp: Get compat syscalls from asm-generic header by Matt Redfearn · 8 years ago
  63. 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
  64. 1fb48f8 Merge tag 'v4.6-rc6' into x86/asm, to refresh the tree by Ingo Molnar · 8 years ago
  65. e511267 io-64-nonatomic: Add relaxed accessor variants by Robin Murphy · 8 years ago
  66. fba7cd6 asm-generic/futex: Re-enable preemption in futex_atomic_cmpxchg_inatomic() by Romain Perier · 8 years ago
  67. 91ed140 x86/asm: Make sure verify_cpu() has a good stack by Borislav Petkov · 8 years ago
  68. d4799608 locking/rwsem: Introduce basis for down_write_killable() by Michal Hocko · 8 years ago
  69. f8e04d8 locking/rwsem: Get rid of __down_write_nested() by Michal Hocko · 8 years ago
  70. be7635e arch, ftrace: for KASAN put hard/soft IRQ entries into separate sections by Alexander Potapenko · 8 years ago
  71. 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
  72. 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
  73. f75d486 bitops: Do not default to __clear_bit() for __clear_bit_unlock() by Peter Zijlstra · 8 years ago
  74. 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
  75. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 8 years ago
  76. 814a2bf Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 8 years ago
  77. 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
  78. 588ab3f Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 8 years ago
  79. 2553b67 lib/bug.c: use common WARN helper by Josh Poimboeuf · 8 years ago
  80. a644fdf include/asm-generic/atomic-long.h: force inlining of some atomic_long operations by Denys Vlasenko · 8 years ago
  81. dfbf289 bug: set warn variable before calling WARN() by Steven Rostedt · 8 years ago
  82. 458aa76 mm/thp/migration: switch from flush_tlb_range to flush_pmd_tlb_range by Aneesh Kumar K.V · 8 years ago
  83. 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
  84. 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
  85. 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
  86. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 8 years ago
  87. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 8 years ago
  88. a1cbaad asm-generic: remove old nonatomic-io wrapper files by Arnd Bergmann · 8 years ago
  89. 3c04705 asm-generic: default BUG_ON(x) to if(x)BUG() by Arnd Bergmann · 8 years ago
  90. b82e530 locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h by Dan Streetman · 8 years ago
  91. 4e0b6ca asm-generic: page.h: Remove useless get_user_page and free_user_page by Chen Gang · 8 years ago
  92. c74ba8b arch: Introduce post-init read-only memory by Kees Cook · 8 years ago
  93. 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
  94. aa6aedb gpio: allow setting ARCH_NR_GPIOS from Kconfig by Arnd Bergmann · 8 years ago
  95. d61172b mm/core, x86/mm/pkeys: Differentiate instruction fetches by Dave Hansen · 8 years ago
  96. 1b2ee12 mm/core: Do not enforce PKEY permissions on remote mm access by Dave Hansen · 8 years ago
  97. 33a709b mm/gup, x86/mm/pkeys: Check VMAs and PTEs for protection keys by Dave Hansen · 8 years ago
  98. 3694bd7 asm-generic: Fix local variable shadow in __set_fixmap_offset by Mark Rutland · 8 years ago
  99. c777e2a powerpc/mm: Fix Multi hit ERAT cause by recent THP update by Aneesh Kumar K.V · 8 years ago
  100. 249f3c4 Merge 4.5-rc4 into tty-next by Greg Kroah-Hartman · 8 years ago