1. f780d89 sched/headers: Remove <asm/ptrace.h> from <linux/sched.h> by Ingo Molnar · 8 years ago
  2. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  3. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  4. ac1820f Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 8 years ago
  5. 6d1c42d Merge tag 'extable-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 8 years ago
  6. b672592 sched/cputime: Remove generic asm headers by Frederic Weisbecker · 8 years ago
  7. d92280d sh: migrate exception table users off module.h and onto extable.h by Paul Gortmaker · 8 years ago
  8. 815dd18 treewide: Consolidate get_dma_ops() implementations by Bart Van Assche · 8 years ago
  9. 5299709 treewide: Constify most dma_map_ops structures by Bart Van Assche · 8 years ago
  10. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  11. 692a68c mm: remove the page size change check in tlb_remove_page by Aneesh Kumar K.V · 8 years ago
  12. 07e3266 mm: add tlb_remove_check_page_size_change to track page size change by Aneesh Kumar K.V · 8 years ago
  13. b528e4b mm/hugetlb: add tlb_remove_hugetlb_entry for handling hugetlb pages by Aneesh Kumar K.V · 8 years ago
  14. 6d0d287 locking/core: Provide common cpu_relax_yield() definition by Christian Borntraeger · 8 years ago
  15. 5bd0b85 locking/core, arch: Remove cpu_relax_lowlatency() by Christian Borntraeger · 8 years ago
  16. 79ab11c locking/core: Introduce cpu_relax_yield() by Christian Borntraeger · 8 years ago
  17. 890658b locking/mutex: Kill arch specific code by Peter Zijlstra · 8 years ago
  18. 4cdf8db Merge branch 'work.uaccess2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  19. df720ac exceptions: detritus removal by Al Viro · 8 years ago
  20. 9bf6ffd locking/atomic, arch/sh: Fix ATOMIC_FETCH_OP() by Peter Zijlstra · 8 years ago
  21. 6e05050 sh: fix copy_from_user() by Al Viro · 8 years ago
  22. c685238 sh64: failing __get_user() should zero by Al Viro · 8 years ago
  23. 1630e84 Merge tag 'sh-for-4.8' of git://git.libc.org/linux-sh by Linus Torvalds · 8 years ago
  24. 6c84239 Merge tag 'rtc-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 8 years ago
  25. 74bdaa6 sh: system call wire up by Yoshinori Sato · 8 years ago
  26. 00b73d8 sh: add working futex atomic ops on userspace addresses for smp by Rich Felker · 9 years ago
  27. 2b47d54 sh: add J2 atomics using the cas.l instruction by Rich Felker · 8 years ago
  28. 834da19 sh: add AT_HWCAP flag for J-Core cas.l instruction by Rich Felker · 9 years ago
  29. 5a846ab sh: add support for J-Core J2 processor by Rich Felker · 9 years ago
  30. 00085f1 dma-mapping: use unsigned long for dma_attrs by Krzysztof Kozlowski · 8 years ago
  31. 7e78141 signal: consolidate {TS,TLF}_RESTORE_SIGMASK code by Andy Lutomirski · 8 years ago
  32. bbe6c77 sh: make sigcontext definition consistent across fpu/nofpu models by Rich Felker · 9 years ago
  33. ff18143 sh: cmpxchg: fix a bit shift bug in big_endian os by Pan Xinhui · 9 years ago
  34. 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
  35. e9d55e1 mm: change the interface for __tlb_remove_page() by Aneesh Kumar K.V · 8 years ago
  36. 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
  37. 32d6bd9 tree wide: get rid of __GFP_REPEAT for order-0 allocations part I by Michal Hocko · 8 years ago
  38. b53d6be locking/atomic: Remove linux/atomic.h:atomic_fetch_or() by Peter Zijlstra · 9 years ago
  39. 7d9794e locking/atomic, arch/sh: Implement atomic_fetch_{add,sub,and,or,xor}() by Peter Zijlstra · 9 years ago
  40. 726328d locking/spinlock, arch: Update and fix spin_unlock_wait() implementations by Peter Zijlstra · 9 years ago
  41. d4db687 rtc: sh: provide rtc_class_ops directly by Arnd Bergmann · 9 years ago
  42. f09c514 rtc: cmos: remove empty asm/mc146818rtc.h files by Arnd Bergmann · 9 years ago
  43. 3469d26 Merge branch 'locking-rwsem-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  44. e4a2b01 locking/rwsem, sh: Drop superfluous arch specific implementation by Michal Hocko · 9 years ago
  45. 2e927c6 locking/rwsem: Drop explicit memory barriers by Michal Hocko · 9 years ago
  46. f8e04d8 locking/rwsem: Get rid of __down_write_nested() by Michal Hocko · 9 years ago
  47. ccc7d5a sh: fix function signature of cpu_coregroup_mask to match pointer type by Rich Felker · 9 years ago
  48. ef21b32 sh: fix smp-shx3 build regression from removal of arch localtimer by Rich Felker · 9 years ago
  49. b31a3bc Merge tag 'tag-sh-for-4.6' of git://git.libc.org/linux-sh by Linus Torvalds · 9 years ago
  50. 1200b68 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 9 years ago
  51. 1a46712 Merge tag 'gpio-v4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 9 years ago
  52. 044b81f sh: add SMP method selection to device tree pseudo-board by Rich Felker · 9 years ago
  53. ea17c9d sh: Use generic clkdev.h header by Stephen Boyd · 9 years ago
  54. 63e3027 Merge tag 'pci-v4.6-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  55. 1e94082 ipv6: Pass proto to csum_ipv6_magic as __u8 instead of unsigned short by Alexander Duyck · 9 years ago
  56. 01cfbad ipv4: Update parameters for csum_tcpudp_magic to their original types by Alexander Duyck · 9 years ago
  57. 0bae2f1 Merge branch 'ib-mfd-regulator-gpio-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd into devel by Linus Walleij · 9 years ago
  58. bc4b024 PCI: Move pci_dma_* helpers to common code by Christoph Hellwig · 9 years ago
  59. 288e6ea gpio: Include linux/gpio.h instead of asm/gpio.h by Bjorn Helgaas · 9 years ago
  60. fb9b050 sh: fix smp_store_mb for !SMP by Michael S. Tsirkin · 9 years ago
  61. e1c7e32 dma-mapping: always provide the dma_map_ops based implementation by Christoph Hellwig · 9 years ago
  62. 9e3f84c sh: move xchg_cmpxchg to a header by itself by Michael S. Tsirkin · 9 years ago
  63. 3226aad sh: support 1 and 2 byte xchg by Michael S. Tsirkin · 9 years ago
  64. 90a3ccb sh: define __smp_xxx, fix smp_store_mb for !SMP by Michael S. Tsirkin · 9 years ago
  65. 2d33fa1 sh64: fix __NR_fgetxattr by Dmitry V. Levin · 9 years ago
  66. a1a2ab2 Merge tag 'v4.3-rc6' into locking/core, to pick up fixes before applying new changes by Ingo Molnar · 9 years ago
  67. 934ed25 sh: add copy_user_page() alias for __copy_user() by Ross Zwisler · 9 years ago
  68. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  69. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  70. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  71. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  72. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  73. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  74. 12f03ee Merge tag 'libnvdimm-for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm by Linus Torvalds · 9 years ago
  75. 59a47ff Merge tag 'trace-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 9 years ago
  76. ca520ca Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  77. 25525be Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  78. a1d8561 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  79. 8d58b66 Merge tag 'v4.2-rc8' into x86/mm, before applying new changes by Ingo Molnar · 9 years ago
  80. 92281dee arch: introduce memremap() by Dan Williams · 9 years ago
  81. b31fdac sched, sh: Fold finish_arch_switch() into switch_to() by Peter Zijlstra · 9 years ago
  82. 4c73e89 arch/*/io.h: Add ioremap_uc() to all architectures by Luis R. Rodriguez · 9 years ago
  83. de9e432 atomic: Collapse all atomic_{set,clear}_mask definitions by Peter Zijlstra · 10 years ago
  84. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  85. 658aa51 sh: Provide atomic_{or,xor,and} by Peter Zijlstra · 11 years ago
  86. c93bf92 ftrace: Format MCOUNT_ADDR address as type unsigned long by Minfei Huang · 9 years ago
  87. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  88. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  89. 08bd4fc mm/hugetlb: remove arch_prepare/release_hugepage from arch headers by Dominik Dingel · 9 years ago
  90. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  91. a67a31f mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook by Zhang Zhen · 10 years ago
  92. 2ae416b mm: new mm hook framework by Laurent Dufour · 10 years ago
  93. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 10 years ago
  94. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 10 years ago
  95. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 10 years ago
  96. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 10 years ago
  97. a22e5f5 arch: Remove __ARCH_HAVE_CMPXCHG by Thomas Gleixner · 10 years ago
  98. 6496edf Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  99. daea906d sh: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  100. c8ed001 Fix weird uses of num_online_cpus(). by Rusty Russell · 10 years ago