| Age | Commit message (Expand) | Author |
| 2015-05-12 | PM / sleep: Refine diagnostic messages in enter_state() | Rafael J. Wysocki |
| 2015-05-12 | ftrace: Provide trace clock monotonic raw | Drew Richardson |
| 2015-05-12 | tracing: Export tracing clock functions | Jerry Snitselaar |
| 2015-05-12 | locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS | Waiman Long |
| 2015-05-11 | livepatch: match return value to function signature | Nicholas Mc Guire |
| 2015-05-11 | workqueue: function name in the comment differs from the real function name | Gong Zhaogang |
| 2015-05-11 | Merge branch 'perf/urgent' into perf/core, to resolve conflicts | Ingo Molnar |
| 2015-05-11 | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar |
| 2015-05-11 | locking/pvqspinlock: Replace xchg() by the more descriptive set_mb() | Waiman Long |
| 2015-05-09 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
| 2015-05-09 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
| 2015-05-09 | seccomp, filter: add and use bpf_prog_create_from_user from seccomp | Daniel Borkmann |
| 2015-05-09 | seccomp: simplify seccomp_prepare_filter and reuse bpf_prepare_filter | Nicolas Schichan |
| 2015-05-08 | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
| 2015-05-08 | sched: always use blk_schedule_flush_plug in io_schedule_out | Shaohua Li |
| 2015-05-09 | module: Call module notifier on failure after complete_formation() | Steven Rostedt |
| 2015-05-08 | locking/pvqspinlock, x86: Enable PV qspinlock for Xen | David Vrabel |
| 2015-05-08 | locking/pvqspinlock, x86: Enable PV qspinlock for KVM | Waiman Long |
| 2015-05-08 | locking/pvqspinlock: Implement simple paravirt support for the qspinlock | Waiman Long |
| 2015-05-08 | locking/qspinlock: Revert to test-and-set on hypervisors | Peter Zijlstra (Intel) |
| 2015-05-08 | locking/qspinlock: Use a simple write to grab the lock | Waiman Long |
| 2015-05-08 | locking/qspinlock: Optimize for smaller NR_CPUS | Peter Zijlstra (Intel) |
| 2015-05-08 | locking/qspinlock: Extract out code snippets for the next patch | Waiman Long |
| 2015-05-08 | locking/qspinlock: Add pending bit | Peter Zijlstra (Intel) |
| 2015-05-08 | locking/qspinlock: Introduce a simple generic 4-byte queued spinlock | Waiman Long |
| 2015-05-08 | locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write() | Waiman Long |
| 2015-05-08 | perf: Fix software migrate events | Peter Zijlstra |
| 2015-05-08 | futex: Implement lockless wakeups | Davidlohr Bueso |
| 2015-05-08 | sched: Implement lockless wake-queues | Peter Zijlstra |
| 2015-05-08 | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low |
| 2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low |
| 2015-05-08 | sched/numa: Document usages of mm->numa_scan_seq | Jason Low |
| 2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low |
| 2015-05-08 | sched/core: Remove unnecessary down/up conversion | Nicholas Mc Guire |
| 2015-05-08 | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt |
| 2015-05-08 | sched: Move the loadavg code to a more obvious location | Peter Zijlstra |
| 2015-05-08 | Merge branch 'sched/urgent' into sched/core, before applying new patches | Ingo Molnar |
| 2015-05-08 | perf: Annotate inherited event ctx->mutex recursion | Peter Zijlstra |
| 2015-05-08 | sched/core: Remove __cpuinit section tag that crept back in | Paul Gortmaker |
| 2015-05-08 | sched/core: Fix regression in cpuset_cpu_inactive() for suspend | Omar Sandoval |
| 2015-05-08 | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner |
| 2015-05-08 | Merge branch 'sched/urgent' into sched/core | Ingo Molnar |
| 2015-05-07 | nohz: Fix !HIGH_RES_TIMERS hang | Thomas Gleixner |
| 2015-05-07 | nohz: Set isolcpus when nohz_full is set | Chris Metcalf |
| 2015-05-07 | context_tracking: Inherit TIF_NOHZ through forks instead of context switches | Frederic Weisbecker |
| 2015-05-07 | context_tracking: Protect against recursion | Frederic Weisbecker |
| 2015-05-06 | tracing: Make ftrace_print_array_seq compute buf_len | Alex Bennée |
| 2015-05-06 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds |
| 2015-05-05 | tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ... | Andreas Sandberg |
| 2015-05-05 | genirq: Fix type inconsistency | Nicholas Mc Guire |