1. 9c2d5ee sparc/sparc64: allocate sys_membarrier system call number by Mathieu Desnoyers · 9 years ago
  2. 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  3. b0f205c mm: mlock: add mlock flags to enable VM_LOCKONFAULT usage by Eric B Munson · 9 years ago
  4. 2c302e7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  5. 52708d6 sparc64: Fix numa distance values by Nitin Gupta · 9 years ago
  6. 62e8a32 atomic, arch: Audit atomic_{read,set}() by Peter Zijlstra · 9 years ago
  7. 452e06a dma-mapping: consolidate dma_set_mask by Christoph Hellwig · 9 years ago
  8. ee19637 dma-mapping: consolidate dma_supported by Christoph Hellwig · 9 years ago
  9. efa21e4 dma-mapping: cosolidate dma_mapping_error by Christoph Hellwig · 9 years ago
  10. 1e89375 dma-mapping: consolidate dma_{alloc,free}_noncoherent by Christoph Hellwig · 9 years ago
  11. 6894258 dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent} by Christoph Hellwig · 9 years ago
  12. f6f7a63 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  13. b3d9ed3 sparc32: do not include swap.h from pgtable_32.h by Michal Hocko · 9 years ago
  14. 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
  15. 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
  16. 089b669 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 9 years ago
  17. f52609f Merge branch 'locking/arch-atomic' into locking/core, because it's ready for upstream by Ingo Molnar · 9 years ago
  18. c1b3475 sparc64: Fix incorrect ASI_ST_BLKINIT_MRU_S value by Rob Gardner · 9 years ago
  19. 60acc4e treewide: Fix typo compatability -> compatibility by Laurent Pinchart · 9 years ago
  20. 4492215 sparc64: Fix userspace FPU register corruptions. by David S. Miller · 9 years ago
  21. 11276d5 locking/static_keys: Add a new static_key interface by Peter Zijlstra · 9 years ago
  22. 76695af locking, arch: use WRITE_ONCE()/READ_ONCE() in smp_store_release()/smp_load_acquire() by Andrey Konovalov · 9 years ago
  23. e6942b7 atomic: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  24. 304a0d6 sparc: Provide atomic_{or,xor,and} by Peter Zijlstra · 10 years ago
  25. c93bf92 ftrace: Format MCOUNT_ADDR address as type unsigned long by Minfei Huang · 9 years ago
  26. f2abeef mm: clean up per architecture MM hook header files by Laurent Dufour · 9 years ago
  27. 47a4694 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
  28. 08bd4fc mm/hugetlb: remove arch_prepare/release_hugepage from arch headers by Dominik Dingel · 9 years ago
  29. ad90fb9 Merge branch 'for-4.2/sg' of git://git.kernel.dk/linux-block by Linus Torvalds · 9 years ago
  30. b69fb76 sparc64: perf: Add sanity checking on addresses in user stack by David Ahern · 9 years ago
  31. 8809aa2 mm: clarify that the function operates on hugepage pte by Aneesh Kumar K.V · 9 years ago
  32. a67a31f mm/hugetlb: reduce arch dependent code about hugetlb_prefault_arch_hook by Zhang Zhen · 9 years ago
  33. 2ae416b mm: new mm hook framework by Laurent Dufour · 9 years ago
  34. d813335 Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  35. d70b3ef Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  36. 23b7776 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  37. 1bf7067 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  38. 7ef3d7d Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/core, to merge last updates by Ingo Molnar · 9 years ago
  39. 01d72a9 PCI: Remove unused pci_dma_burst_advice() by Bjorn Helgaas · 9 years ago
  40. 556269c arch/*/io.h: Add ioremap_wt() to all architectures by Toshi Kani · 9 years ago
  41. 71966f3 Merge branch 'locking/core' into x86/core, to prepare for dependent patch by Ingo Molnar · 9 years ago
  42. f407a82 Merge branch 'linus' into sched/core, to resolve conflict by Ingo Molnar · 9 years ago
  43. 494e5b6 sparc: Resolve conflict between sparc v9 and M7 on usage of bit 9 of TTE by Khalid Aziz · 9 years ago
  44. 06931e6 sched/topology: Rename topology_thread_cpumask() to topology_sibling_cpumask() by Bartosz Golaszewski · 9 years ago
  45. c546d5d remove scatterlist.h generation from arch Kbuild files by Christoph Hellwig · 9 years ago
  46. b92b8b3 locking/arch: Rename set_mb() to smp_store_mb() by Peter Zijlstra · 9 years ago
  47. ab3f02f locking/arch: Add WRITE_ONCE() to set_mb() by Peter Zijlstra · 9 years ago
  48. a22e5f5 arch: Remove __ARCH_HAVE_CMPXCHG by Thomas Gleixner · 9 years ago
  49. acc455c sparc64: Setup sysfs to mark LDOM sockets, cores and threads correctly by chris hyser · 9 years ago
  50. bb620c3 sparc: Make sparc64 use scalable lib/iommu-common.c functions by Sowmini Varadhan · 9 years ago
  51. c12f048 sparc: Revert generic IOMMU allocator. by David S. Miller · 9 years ago
  52. e2fdae7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 9 years ago
  53. d0f138b sparc: switch to using asm-generic for seccomp.h by Kees Cook · 9 years ago
  54. f1600e5 sparc: Make sparc64 use scalable lib/iommu-common.c functions by Sowmini Varadhan · 9 years ago
  55. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 9 years ago
  56. cc76ee7 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 9 years ago
  57. 720d707 sparc: Fix execution domain removal by Guenter Roeck · 9 years ago
  58. 1446477 sparc: Remove signal translation and exec_domain by Richard Weinberger · 10 years ago
  59. 55dd0df jump_label: Allow asm/jump_label.h to be included in assembly by Anton Blanchard · 9 years ago
  60. b5aff55 sparc: perf: Add support M7 processor by David Ahern · 9 years ago
  61. 9555b47 sparc: io_64.h: Replace io function-link macros by Ricardo Ribalda · 10 years ago
  62. 8f765b8 arch: sparc: kernel: starfire.c: Remove unused function by Rickard Strandqvist · 10 years ago
  63. eaa0eda Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  64. f56141e all arches, signal: move restart_block to struct task_struct by Andy Lutomirski · 10 years ago
  65. d016bf7 mm: make FIRST_USER_ADDRESS unsigned long on all archs by Kirill A. Shutemov · 10 years ago
  66. 4ecf886 sparc32: fix broken set_pte() by Kirill A. Shutemov · 10 years ago
  67. 6a8c482 sparc: drop pte_file()-related helpers by Kirill A. Shutemov · 10 years ago
  68. 7b02190 mm/debug_pagealloc: fix build failure on ppc and some other archs by Joonsoo Kim · 10 years ago
  69. 0795cb1 sparc32: nocheck uaccess coding style tweaks by Michael S. Tsirkin · 10 years ago
  70. 4b636ba sparc64: nocheck uaccess coding style tweaks by Michael S. Tsirkin · 10 years ago
  71. 7185820 sparc64: uaccess_64 macro whitespace fixes by Michael S. Tsirkin · 10 years ago
  72. 8ccf7b2 sparc32: uaccess_32 macro whitespace fixes by Michael S. Tsirkin · 10 years ago
  73. 1d638ef sparc64/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  74. 9b7accb sparc32/uaccess: fix sparse errors by Michael S. Tsirkin · 10 years ago
  75. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  76. 78a45c6 Merge branch 'akpm' (second patch-bomb from Andrew) by Linus Torvalds · 10 years ago
  77. 38351a3 sparc: hook up execveat system call by David Drysdale · 10 years ago
  78. f96fe22 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  79. 1678c2b sparc/ldc: create separate ldc_unbind from ldc_free by Dwight Engen · 10 years ago
  80. fe47c3c vio: create routines for inc,dec vio dring indexes by Dwight Engen · 10 years ago
  81. 1077fa3 arch: Add lightweight memory barriers dma_rmb() and dma_wmb() by Alexander Duyck · 10 years ago
  82. 8a44971 arch: Cleanup read_barrier_depends() and comments by Alexander Duyck · 10 years ago
  83. 70e71ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  84. c164e03 mm: fix huge zero page accounting in smaps report by Kirill A. Shutemov · 10 years ago
  85. 0cb6c96 net, lib: kill arch_fast_hash library bits by Daniel Borkmann · 10 years ago
  86. a0e4467 Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 10 years ago
  87. 6d0ba91 sunvnet: add VIO v1.7 and v1.8 support by David L Stevens · 10 years ago
  88. 89aa075 net: sock: allow eBPF programs to be attached to sockets by Alexei Starovoitov · 10 years ago
  89. 60b7379 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  90. 0d1d909 sparc: Add NOP dma_cache_sync() implementation. by David S. Miller · 10 years ago
  91. 1459143 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  92. 7c3969c sparc: io: remove duplicate relaxed accessors on sparc32 by Arnd Bergmann · 10 years ago
  93. 5a2b59d sparc64: Fix constraints on swab helpers. by David S. Miller · 10 years ago
  94. 2c8c56e net: introduce SO_INCOMING_CPU by Eric Dumazet · 10 years ago
  95. 1a17fdc sparc32: Implement xchg and atomic_xchg using ATOMIC_HASH locks by Andreas Larsson · 10 years ago
  96. a8a93c6 Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-next by Greg Kroah-Hartman · 10 years ago
  97. c20ce79 sparc: Hook up bpf system call. by David S. Miller · 10 years ago
  98. 83da00f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 10 years ago
  99. ef3e035 sparc64: Fix register corruption in top-most kernel stack frame during boot. by David S. Miller · 10 years ago
  100. 1191ccb sparc: io: implement dummy relaxed accessor macros for writes by Will Deacon · 11 years ago