1. 9182ae8 perf: Pass last sampling period to perf_sample_data_init() by Robert Richter · 13 years ago
  2. 96267c5 arch: Introduce smp_load_acquire(), smp_store_release() by Peter Zijlstra · 11 years ago
  3. 0f5f10c net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  4. 37b516d BACKPORT: ipc: add COMPAT_SHMLBA support by Will Deacon · 12 years ago
  5. a30558a BACKPORT: FROMLIST: mm: ASLR: use get_random_long() by dcashman · 9 years ago
  6. 68cceaf PCI: Convert pcibios_resource_to_bus() to take a pci_bus, not a pci_dev by Yinghai Lu · 11 years ago
  7. a04387b vm: add VM_FAULT_SIGSEGV handling support by Linus Torvalds · 10 years ago
  8. e6b7431 arch/sparc/math-emu/math_32.c: drop stray break operator by Andrey Utkin · 10 years ago
  9. 8a4eef9 sparc64: ldc_connect() should not return EINVAL when handshake is in progress. by Sowmini Varadhan · 10 years ago
  10. 971e36f sparc64: Guard against flushing openfirmware mappings. by David S. Miller · 10 years ago
  11. 7b7ac12 sparc64: Do not insert non-valid PTEs into the TSB hash table. by David S. Miller · 10 years ago
  12. 2152fd4 sparc64: Add membar to Niagara2 memcpy code. by David S. Miller · 11 years ago
  13. 82deb0d sparc64: Fix huge TSB mapping on pre-UltraSPARC-III cpus. by David S. Miller · 11 years ago
  14. 0fac4f2 sparc64: Don't bark so loudly about 32-bit tasks generating 64-bit fault addresses. by David S. Miller · 11 years ago
  15. a79660c sparc64: Fix top-level fault handling bugs. by David S. Miller · 11 years ago
  16. edce1c8 sparc64: Handle 32-bit tasks properly in compute_effective_address(). by David S. Miller · 11 years ago
  17. 569d9de sparc64: Make itc_sync_lock raw by Kirill Tkhai · 11 years ago
  18. 82fc5f8 sparc64: Fix argument sign extension for compat_sys_futex(). by David S. Miller · 11 years ago
  19. d701a50 sparc64: don't treat 64-bit syscall return codes as 32-bit by Dave Kleikamp · 11 years ago
  20. 81121ec sparc32: fix build failure for arch_jump_label_transform by Paul Gortmaker · 11 years ago
  21. 461df9a Revert "sparc64: Fix __copy_{to,from}_user_inatomic defines." by Dave Kleikamp · 11 years ago
  22. 99c0dd1 sparc: PCI: Fix incorrect address calculation of PCI Bridge windows on Simba-bridges by oftedal · 11 years ago
  23. b47207b compiler/gcc4: Add quirk for 'asm goto' miscompilation bug by Ingo Molnar · 11 years ago
  24. b1bb7e1 sparc32: Fix exit flag passed from traced sys_sigreturn by Kirill Tkhai · 11 years ago
  25. c47d378 sparc64: Fix not SRA'ed %o5 in 32-bit traced syscall by Kirill Tkhai · 11 years ago
  26. 6445955 sparc64: Fix off by one in trampoline TLB mapping installation loop. by David S. Miller · 11 years ago
  27. e8f3c50 sparc64: Remove RWSEM export leftovers by Kirill Tkhai · 11 years ago
  28. 156879c sparc64: Fix ITLB handler of null page by Kirill Tkhai · 11 years ago
  29. e23cbbc sparc32: Add ucmpdi2.o to obj-y instead of lib-y. by David S. Miller · 12 years ago
  30. 720f361 sparc32: add ucmpdi2 by Sam Ravnborg · 12 years ago
  31. e6f292b sparc: tsb must be flushed before tlb by Dave Kleikamp · 11 years ago
  32. 10fe9f9 sparc64 address-congruence property by bob picco · 11 years ago
  33. dc654c3 sparc32: vm_area_struct access for old Sun SPARCs. by Olivier DANET · 11 years ago
  34. bcd3925 sparc64: Fix race in TLB batch processing. by David S. Miller · 12 years ago
  35. a26f4c4 signal: Define __ARCH_HAS_SA_RESTORER so we know whether to clear sa_restorer by Ben Hutchings · 12 years ago
  36. e804ab8 sparc: huge_ptep_set_* functions need to call set_huge_pte_at() by Dave Kleikamp · 12 years ago
  37. 6364420 sparc64: not any error from do_sigaltstack() should fail rt_sigreturn() by Al Viro · 12 years ago
  38. 923a6b6 sparc64: Be less verbose during vmemmap population. by David S. Miller · 12 years ago
  39. 3637a63 sparc64: do not clobber personality flags in sys_sparc64_personality() by Jiri Kosina · 12 years ago
  40. d4fa516 sparc64: Fix bit twiddling in sparc_pmu_enable_event(). by David S. Miller · 12 years ago
  41. ddedc45 sparc64: Like x86 we should check current->mm during perf backtrace generation. by David S. Miller · 12 years ago
  42. 3239df8 sparc64: fix ptrace interaction with force_successful_syscall_return() by Al Viro · 12 years ago
  43. 8c36df1 KEYS: Use the compat keyctl() syscall wrapper on Sparc64 for Sparc32 compat by David Howells · 13 years ago
  44. d50bcfe Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  45. b0d5430 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  46. 9cee5ca vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  47. 3899298 seccomp: ignore secure_computing return values by Will Drewry · 13 years ago
  48. e8a9376 mm: larger stack guard gap, between vmas by Hugh Dickins · 7 years ago
  49. 1abbca7 swap: add per-partition lock for swapfile by Shaohua Li · 12 years ago
  50. a8e8f37 Undo stable backports by Stephen Boyd · 12 years ago
  51. f132c6c Merge commit 'AU_LINUX_ANDROID_ICS.04.00.04.00.126' into msm-3.4 by Steve Muckle · 12 years ago
  52. a5a737e sparc64: Do not clobber %g2 in xcall_fetch_glob_regs(). by David S. Miller · 13 years ago
  53. e9a5ea1 sparc32,leon: add notify_cpu_starting() by Yong Zhang · 13 years ago
  54. bfce281 kill mm argument of vm_munmap() by Al Viro · 13 years ago
  55. a46ef99 VM: add "vm_munmap()" helper function by Linus Torvalds · 13 years ago
  56. 3d3eeb2 sparc64: Eliminate obsolete __handle_softirq() function by Paul E. McKenney · 13 years ago
  57. 9e0daff sparc64: Fix bootup crash on sun4v. by David S. Miller · 13 years ago
  58. a9e1e53 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  59. 58bca4a Merge branch 'for-linus' of git://git.linaro.org/people/mszyprowski/linux-dma-mapping by Linus Torvalds · 13 years ago
  60. d657784 sparc32,leon: fix leon build by Sam Ravnborg · 13 years ago
  61. c29554f sparc/mm/fault_32.c: Port OOM changes to do_sparc_fault by Kautuk Consul · 13 years ago
  62. 7358e51 sparc/mm/fault_64.c: Port OOM changes to do_sparc64_fault by Kautuk Consul · 13 years ago
  63. a92bc5a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  64. deb74f5 Merge tag 'for-linus' of git://github.com/rustyrussell/linux by Linus Torvalds · 13 years ago
  65. 2533e82 sparc: pgtable_64: change include order by Aaro Koskinen · 13 years ago
  66. fa2a451 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 13 years ago
  67. bde4d8b sparc32: fix fallout from system.h removal by Sam Ravnborg · 13 years ago
  68. 923f797 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 13 years ago
  69. 8befc9f sparc: Fix even more fallout from system.h split. by David S. Miller · 13 years ago
  70. 7f55ba9 sparc: fix fallout from system.h split by Stephen Rothwell · 13 years ago
  71. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  72. 50483c3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile by Linus Torvalds · 13 years ago
  73. 0b5f9c0 remove references to cpu_*_map in arch/ by Rusty Russell · 13 years ago
  74. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 13 years ago
  75. 141124c Delete all instances of asm/system.h by David Howells · 13 years ago
  76. 49a7f04 Move all declarations of free_initmem() to linux/mm.h by David Howells · 13 years ago
  77. d550bbd Disintegrate asm/system.h for Sparc by David Howells · 13 years ago
  78. c416258 SPARC: adapt for dma_map_ops changes by Andrzej Pietrasiewicz · 13 years ago
  79. cb52d89 powerpc+sparc/vio: Modernize driver registration by Benjamin Herrenschmidt · 13 years ago
  80. e339364 Kbuild: centralize MKIMAGE and cmd_uimage definitions by Stephen Warren · 13 years ago
  81. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  82. 8e3ade2 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 13 years ago
  83. d314d74 nmi watchdog: do not use cpp symbol in Kconfig by Cong Wang · 13 years ago
  84. 475c77e Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci by Linus Torvalds · 13 years ago
  85. ce24d8a sparc: use block_sigmask() by Matt Fleming · 13 years ago
  86. c207f3a Merge tag 'irqdomain-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 13 years ago
  87. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 13 years ago
  88. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 13 years ago
  89. a031589 sparc/PCI: convert devtree and arch-probed bus addresses to resource by Bjorn Helgaas · 13 years ago
  90. 2ba6894 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  91. 9c2b957 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  92. a24401b highmem: kill all __kmap_atomic() by Cong Wang · 13 years ago
  93. 4da0bd73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 13 years ago
  94. 48b25c4 [PATCH v3] ipc: provide generic compat versions of IPC syscalls by Chris Metcalf · 13 years ago
  95. e0adb99 sparc32: Add -Av8 to assembler command line. by David S. Miller · 13 years ago
  96. 2481c5f perf: Disable PERF_SAMPLE_BRANCH_* when not supported by Stephane Eranian · 13 years ago
  97. 187f188 BUG: headers with BUG/BUG_ON etc. need linux/bug.h by Paul Gortmaker · 13 years ago
  98. ba74c14 sched/rt: Document scheduler related skip-resched-check sites by Thomas Gleixner · 14 years ago
  99. bd2f553 sched/rt: Use schedule_preempt_disabled() by Thomas Gleixner · 14 years ago
  100. d593f25 irq_domain: Centralize definition of irq_dispose_mapping() by Grant Likely · 13 years ago