1. cede884 locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG by Sebastian Andrzej Siewior · 10 years ago
  2. c7114b4 locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS by Waiman Long · 10 years ago
  3. 62c7a1e locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS by Ingo Molnar · 10 years ago
  4. 52c9d2b locking/pvqspinlock: Replace xchg() by the more descriptive set_mb() by Waiman Long · 10 years ago
  5. e95e6f1 locking/pvqspinlock, x86: Enable PV qspinlock for Xen by David Vrabel · 10 years ago
  6. bf0c7c3 locking/pvqspinlock, x86: Enable PV qspinlock for KVM by Waiman Long · 10 years ago
  7. a23db28 locking/pvqspinlock: Implement simple paravirt support for the qspinlock by Waiman Long · 10 years ago
  8. 2aa79af locking/qspinlock: Revert to test-and-set on hypervisors by Peter Zijlstra (Intel) · 10 years ago
  9. 2c83e8e locking/qspinlock: Use a simple write to grab the lock by Waiman Long · 10 years ago
  10. 69f9cae locking/qspinlock: Optimize for smaller NR_CPUS by Peter Zijlstra (Intel) · 10 years ago
  11. 6403bd7 locking/qspinlock: Extract out code snippets for the next patch by Waiman Long · 10 years ago
  12. c1fb159 locking/qspinlock: Add pending bit by Peter Zijlstra (Intel) · 10 years ago
  13. a33fda3 locking/qspinlock: Introduce a simple generic 4-byte queued spinlock by Waiman Long · 10 years ago
  14. 59aabfc locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write() by Waiman Long · 10 years ago
  15. 02f0f57 Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  16. 6c3c1eb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  17. 4a152c3 Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  18. 9dbbe3c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  19. 9c4249c modsign: change default key details by David Howells · 10 years ago
  20. df8d9ee cpuidle: Run tick_broadcast_exit() with disabled interrupts by Rafael J. Wysocki · 10 years ago
  21. 14bc84ce Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 10 years ago
  22. 876a7ae bpf: fix 64-bit divide by Alexei Starovoitov · 10 years ago
  23. 73459e2 x86: pvclock: Really remove the sched notifier for cross-cpu migrations by Paolo Bonzini · 10 years ago
  24. 9ec3a64 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  25. 7e01b5a kexec: allocate the kexec control page with KEXEC_CONTROL_MEMORY_GFP by Martin Schwidefsky · 10 years ago
  26. 27cf3a1 Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/audit by Linus Torvalds · 10 years ago
  27. 4f21123 Merge tag 'trace-v4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  28. 15ce265 Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux by Linus Torvalds · 10 years ago
  29. 1fc1499 Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 10 years ago
  30. 41d5e08 Merge tag 'tty-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 10 years ago
  31. 5224b96 smp: Fix error case handling in smp_call_function_*() by Linus Torvalds · 10 years ago
  32. 396c9df Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  33. cb0f3f3 Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 10 years ago
  34. 388f997 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 10 years ago
  35. 3193899 tracing: Fix possible out of bounds memory access when parsing enums by Steven Rostedt (Red Hat) · 10 years ago
  36. 1116334 oprofile: reduce mmap_sem hold for mm->exe_file by Davidlohr Bueso · 10 years ago
  37. 9d796e6 gcov: fix softlockups by Andrey Ryabinin · 10 years ago
  38. 230633d kernel/sysctl.c: detect overflows when converting to int by Heinrich Schuchardt · 10 years ago
  39. 6e399cd prctl: avoid using mmap_sem for exe_file serialization by Davidlohr Bueso · 10 years ago
  40. 90f31d0 mm: rcu-protected get_mm_exe_file() by Konstantin Khlebnikov · 10 years ago
  41. 16db3d3 kernel/sysctl.c: threads-max observe limits by Heinrich Schuchardt · 10 years ago
  42. ac1b398 kernel/fork.c: avoid division by zero by Heinrich Schuchardt · 10 years ago
  43. ff691f6 kernel/fork.c: new function for max_threads by Heinrich Schuchardt · 10 years ago
  44. 3ea7f5e fork_init: update max_threads comment by Jean Delvare · 10 years ago
  45. 35f71bc fork: report pid reservation failure properly by Michal Hocko · 10 years ago
  46. 69828dc signal: remove warning about using SI_TKILL in rt_[tg]sigqueueinfo by Vladimir Davydov · 10 years ago
  47. 64a4096 ptrace: ptrace_detach() can no longer race with SIGKILL by Oleg Nesterov · 10 years ago
  48. b72c186 ptrace: fix race between ptrace_resume() and wait_task_stopped() by Oleg Nesterov · 10 years ago
  49. 8053871 smp: Fix smp_call_function_single_async() locking by Linus Torvalds · 10 years ago
  50. d7bc319 lockdep: Make print_lock() robust against concurrent release by Peter Zijlstra · 10 years ago
  51. 725f9dc bpf: fix two bugs in verification logic when accessing 'ctx' pointer by Alexei Starovoitov · 10 years ago
  52. c3de631 bpf: fix verifier memory corruption by Alexei Starovoitov · 10 years ago
  53. 84fce9d tracing: Fix incorrect enabling of trace events by boot cmdline by Joonsoo Kim · 10 years ago
  54. ef99b88 tracing: Handle ftrace_dump() atomic context in graph_trace_open() by Rabin Vincent · 10 years ago
  55. eea3a00 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  56. 962e370 tracing: remove use of seq_printf return value by Joe Perches · 10 years ago
  57. 94ff212 cgroup: remove use of seq_printf return value by Joe Perches · 10 years ago
  58. 7a54f46 kernel/reboot.c: add orderly_reboot for graceful reboot by Joel Stanley · 10 years ago
  59. 972fae69 kernel/hung_task.c: change hung_task.c to use for_each_process_thread() by Aaron Tomlin · 10 years ago
  60. 96831c0a kernel/resource.c: remove deprecated __check_region() and friends by Jakub Sitnicki · 10 years ago
  61. 2813893 kernel: conditionally support non-root users, groups and capabilities by Iulia Manda · 10 years ago
  62. 5bbe354 mm: allow compaction of unevictable pages by Eric B Munson · 10 years ago
  63. adbe427 memcg: zap mem_cgroup_lookup() by Vladimir Davydov · 10 years ago
  64. fa2e5c0 Merge branch 'exec_domain_rip_v2' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/misc by Linus Torvalds · 10 years ago
  65. fa92789 Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  66. 7682c91 VFS: kernel/: d_inode() annotations by David Howells · 10 years ago
  67. 3b36215 VFS: audit: d_backing_inode() annotations by David Howells · 10 years ago
  68. 6c373ca Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  69. b9cc448 params: handle quotes properly for values not of form foo="bar". by Rusty Russell · 10 years ago
  70. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  71. 8d7dc92 rcu: Control grace-period delays directly from value by Paul E. McKenney · 10 years ago
  72. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  73. 6e276d2 kernel, cpuset: remove exception for __GFP_THISNODE by David Rientjes · 10 years ago
  74. 692297d watchdog: introduce the hardlockup_detector_disable() function by Ulrich Obergfell · 10 years ago
  75. b2f57c3 watchdog: clean up some function names and arguments by Ulrich Obergfell · 10 years ago
  76. 195daf6 watchdog: enable the new user interface of the watchdog mechanism by Ulrich Obergfell · 10 years ago
  77. bcfba4f watchdog: implement error handling for failure to set up hardware perf events by Ulrich Obergfell · 10 years ago
  78. 83a80a3 watchdog: introduce separate handlers for parameters in /proc/sys/kernel by Ulrich Obergfell · 10 years ago
  79. ef246a2 watchdog: introduce proc_watchdog_common() by Ulrich Obergfell · 10 years ago
  80. f54c227 watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog() by Ulrich Obergfell · 10 years ago
  81. a0c9cbb watchdog: introduce the proc_watchdog_update() function by Ulrich Obergfell · 10 years ago
  82. 84d56e6 watchdog: new definitions and variables, initialization by Ulrich Obergfell · 10 years ago
  83. ca2ec32 Merge branch 'for-linus-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 10 years ago
  84. 6c8a53c9 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. e95e7f6 Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  86. 078838d Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  87. eeee78c Merge tag 'trace-v4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  88. 3f3c73de Merge tag 'trace-4.1-tracefs' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  89. 9497d738 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 10 years ago
  90. 4fd48b4 Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
  91. 45141ee Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  92. 8954672 Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  93. bcf5d54 Merge branch 'for-4.1/core-noarch' into for-linus by Jiri Kosina · 10 years ago
  94. 7fd5647 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  95. 49d2953 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  96. cc76ee7 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  97. 9003601 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 10 years ago
  98. 00df35f cpu: Defer smpboot kthread unparking until CPU known to scheduler by Paul E. McKenney · 10 years ago
  99. 9058f3b Remove rest of exec domains. by Richard Weinberger · 10 years ago
  100. 973f911 Remove execution domain support by Richard Weinberger · 10 years ago