1. ab074ad Merge git://git.infradead.org/users/eparis/audit by Linus Torvalds · 10 years ago
  2. dbb885f Merge branch 'locking-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  3. 036c650 alpha: use Kbuild logic to include <asm-generic/sections.h> by Geert Uytterhoeven · 10 years ago
  4. afa3536 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  5. 2291059 locking,arch: Use ACCESS_ONCE() instead of cast to volatile in atomic_read() by Pranith Kumar · 10 years ago
  6. 1953117 asm/uapi: Add definition of TIOC[SG]RS485 by Ricardo Ribalda Delgado · 10 years ago
  7. 0451623 Alpha: define syscall_get_arch() by Eric Paris · 10 years ago
  8. c5c38ef irq_work: Introduce arch_irq_work_has_interrupt() by Peter Zijlstra · 10 years ago
  9. 9e36c63 alpha: io: implement relaxed accessor macros for writes by Will Deacon · 10 years ago
  10. 5691e44 alpha: Wire up sched_setattr, sched_getattr, and renameat2 syscalls. by Michael Cree · 10 years ago
  11. b93c7b8 locking,arch,alpha: Fold atomic_ops by Peter Zijlstra · 10 years ago
  12. 56106da lib/scatterlist: clean up useless architecture versions of scatterlist.h by Laura Abbott · 10 years ago
  13. 3a6bfbc arch, locking: Ciao arch_mutex_cpu_relax() by Davidlohr Bueso · 10 years ago
  14. c84a1e3 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  15. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  16. a43ae58 PCI: Turn pcibios_penalize_isa_irq() into a weak function by Hanjun Guo · 10 years ago
  17. 2a705ad sched/idle, alpha: Switch from TS_POLLING to TIF_POLLING_NRFLAG by Peter Zijlstra · 10 years ago
  18. 6ae1102 arch,alpha: Convert smp_mb__*() to the asm-generic primitives by Peter Zijlstra · 10 years ago
  19. 073d822 arch: Remove stub cputime.h headers by Frederic Weisbecker · 10 years ago
  20. ddf1d16 locking/mcs: Allow architecture specific asm files to be used for contended case by Tim Chen · 11 years ago
  21. b119fa6 locking/mcs: Order the header files in Kbuild of each architecture in alphabetical order by Tim Chen · 11 years ago
  22. a9302e8 alpha: Enable system-call auditing support. by 蔡正龙 · 11 years ago
  23. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  24. ea02f94 net: introduce SO_BPF_EXTENSIONS by Michal Sekletar · 11 years ago
  25. 93ea02b arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h by Peter Zijlstra · 11 years ago
  26. e3fec2f lib: Add missing arch generic-y entries for asm-generic/hash.h by David S. Miller · 11 years ago
  27. d5bdaf4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mattst88/alpha by Linus Torvalds · 11 years ago
  28. 4007162 Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  29. 4914d7b alpha: Use qemu+cserve provided high-res clock and alarm. by Richard Henderson · 11 years ago
  30. 85d0b3a alpha: Reorganize rtc handling by Richard Henderson · 11 years ago
  31. 7f3bbb8 alpha: Primitive support for CPU power down. by Richard Henderson · 11 years ago
  32. 994dcf7 alpha: Notice if we're being run under QEMU by Richard Henderson · 13 years ago
  33. a47e5bb alpha: Eliminate compiler warning from memset macro by Richard Henderson · 11 years ago
  34. 3fd681b alpha: handle pgtable_page_ctor() fail by Kirill A. Shutemov · 11 years ago
  35. 00d1a39 preempt: Make PREEMPT_ACTIVE generic by Thomas Gleixner · 11 years ago
  36. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  37. 0ca4343 errno.h: remove "NFS" from descriptions in comments by Eric Sandeen · 11 years ago
  38. 62748f3 net: introduce SO_MAX_PACING_RATE by Eric Dumazet · 11 years ago
  39. a787870 sched, arch: Create asm/preempt.h by Peter Zijlstra · 11 years ago
  40. 46931bf alpha: Force the user-visible HZ to a constant 1024. by Richard Henderson · 13 years ago
  41. 748a76b alpha: Implement atomic64_dec_if_positive by Richard Henderson · 11 years ago
  42. 6da7539 alpha: Improve atomic_add_unless by Richard Henderson · 11 years ago
  43. 01350eb alpha: Add kcmp and finit_module syscalls by Richard Henderson · 11 years ago
  44. 8b3ed3c alpha: locks: remove unused arch_*_relax operations by Will Deacon · 11 years ago
  45. 41d9884c Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  46. bb458c6 Safer ABI for O_TMPFILE by Al Viro · 11 years ago
  47. 64b0dc5 net: rename busy poll socket op and globals by Eliezer Tamir · 11 years ago
  48. 496322b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  49. 922c1df mm/ALPHA: clean up unused VALID_PAGE() by Jiang Liu · 11 years ago
  50. 60545d0 [O_TMPFILE] it's still short a few helpers, but infrastructure should be OK now... by Al Viro · 11 years ago
  51. 40d158e consolidate io_remap_pfn_range definitions by Al Viro · 11 years ago
  52. dafcc43 net: add socket option for low latency polling by Eliezer Tamir · 11 years ago
  53. 73287a4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  54. 08d7676 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  55. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  56. ee761f6 arch: Consolidate tsk_is_polling() by Thomas Gleixner · 11 years ago
  57. e74e2592 alpha: irq: remove deprecated use of IRQF_DISABLED by Will Deacon · 11 years ago
  58. 7d4c04f net: add option to enable error queue packets waking select by Keller, Jacob E · 11 years ago
  59. e1b5bb6 consolidate cond_syscall and SYSCALL_ALIAS declarations by Al Viro · 12 years ago
  60. 9e2d59a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 11 years ago
  61. d64008a burying unused conditionals by Al Viro · 12 years ago
  62. 574c486 consolidate kernel-side struct sigaction declarations by Al Viro · 12 years ago
  63. 92a3ce4 consolidate declarations of k_sigaction by Al Viro · 12 years ago
  64. 055dc21 soreuseport: infrastructure by Tom Herbert · 12 years ago
  65. d59577b sk-filter: Add ability to lock a socket filter program by Vincent Bernat · 12 years ago
  66. f8d6c8d ALPHA: drivers: remove __dev* attributes. by Greg Kroah-Hartman · 12 years ago
  67. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  68. 031b656 unify SS_ONSTACK/SS_DISABLE definitions by Al Viro · 12 years ago
  69. 1ca97bb new helper: current_user_stack_pointer() by Al Viro · 12 years ago
  70. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  71. 96433f6e UAPI: (Scripted) Disintegrate arch/alpha/include/asm by David Howells · 12 years ago
  72. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  73. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  74. 9977d9b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  75. 090f8cc Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  76. 608ff1a Merge branch 'akpm' (Andrew's patchbomb) by Linus Torvalds · 12 years ago
  77. 42d7395 mm: support more pagesizes for MAP_HUGETLB/SHM_HUGETLB by Andi Kleen · 12 years ago
  78. 6d49e35 propagate name change to comments in kernel source by Nadia Yvette Chambers · 12 years ago
  79. 22062a9 new helper: signal_pt_regs() by Al Viro · 12 years ago
  80. 4f4202f unify default ptrace_signal_deliver by Al Viro · 12 years ago
  81. dfe09ae alpha: switch to generic fork/vfork/clone by Al Viro · 12 years ago
  82. 8cbd9cc tracing,x86: Add a TSC trace_clock by David Sharp · 12 years ago
  83. d4185bb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  84. a8fc927 sk-filter: Add ability to get socket filter program (v2) by Pavel Emelyanov · 12 years ago
  85. ca364d8 Merge 3.7-rc3 into tty-next by Greg Kroah-Hartman · 12 years ago
  86. c629803 tty, ioctls -- Add new ioctl definitions for tty flags fetching by Cyrill Gorcunov · 12 years ago
  87. 3185bd2 alpha: separate thread-synchronous flags by Al Viro · 12 years ago
  88. d25282d Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 12 years ago
  89. 4e21fc1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  90. 5522be6 alpha: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  91. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  92. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  93. c37d615 Merge branch 'disintegrate-asm-generic' of git://git.infradead.org/users/dhowells/linux-headers into asm-generic by Arnd Bergmann · 12 years ago
  94. e7a570f asm-generic: Add default clkdev.h by Mark Brown · 12 years ago
  95. 4413e16 UAPI: (Scripted) Set up UAPI Kbuild files by David Howells · 12 years ago
  96. 16a8016 sanitize tsk_is_polling() by Al Viro · 12 years ago
  97. 8af4efa bury _TIF_RESTORE_SIGMASK by Al Viro · 12 years ago
  98. 44f4b56 alpha: introduce ret_from_kernel_execve(), switch to generic kernel_execve() by Al Viro · 12 years ago
  99. cba1ec7 alpha: switch to generic kernel_thread() by Al Viro · 12 years ago
  100. 756144f alpha: switch to generic sys_execve() by Al Viro · 12 years ago