Age | Commit message (Expand) | Author | Files | Lines |
2015-05-18 | genirq: Don't suspend nested_thread irqs over system suspend | NeilBrown | 1 | -0/+4 |
2015-05-18 | sched,perf: Fix periodic timers | Peter Zijlstra | 5 | -33/+38 |
2015-05-17 | sched: Fix function declaration return type mismatch | Nicholas Mc Guire | 1 | -3/+3 |
2015-05-15 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -33/+33 |
2015-05-15 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -8/+33 |
2015-05-13 | rtmutex: Warn if trylock is called from hard/softirq context | Thomas Gleixner | 1 | -0/+7 |
2015-05-13 | locking/rtmutex: Drop usage of __HAVE_ARCH_CMPXCHG | Sebastian Andrzej Siewior | 1 | -3/+3 |
2015-05-13 | genirq: devres: Fix testing return value of request_any_context_irq() | Axel Lin | 1 | -2/+2 |
2015-05-13 | ktime: Fix ktime_divns to do signed division | John Stultz | 1 | -6/+8 |
2015-05-12 | locking/qrwlock: Rename QUEUE_RWLOCK to QUEUED_RWLOCKS | Waiman Long | 3 | -5/+5 |
2015-05-11 | Merge branch 'perf/urgent' into perf/core, to resolve conflicts | Ingo Molnar | 2 | -15/+42 |
2015-05-11 | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 2 | -4/+4 |
2015-05-11 | locking/pvqspinlock: Replace xchg() by the more descriptive set_mb() | Waiman Long | 1 | -1/+1 |
2015-05-10 | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2015-05-10 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -5/+1 |
2015-05-09 | Merge tag 'trace-fixes-v4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+2 |
2015-05-08 | module: Call module notifier on failure after complete_formation() | Steven Rostedt | 1 | -0/+3 |
2015-05-08 | locking/pvqspinlock, x86: Enable PV qspinlock for Xen | David Vrabel | 1 | -1/+1 |
2015-05-08 | locking/pvqspinlock, x86: Enable PV qspinlock for KVM | Waiman Long | 1 | -1/+1 |
2015-05-08 | locking/pvqspinlock: Implement simple paravirt support for the qspinlock | Waiman Long | 2 | -1/+392 |
2015-05-08 | locking/qspinlock: Revert to test-and-set on hypervisors | Peter Zijlstra (Intel) | 1 | -0/+3 |
2015-05-08 | locking/qspinlock: Use a simple write to grab the lock | Waiman Long | 1 | -16/+50 |
2015-05-08 | locking/qspinlock: Optimize for smaller NR_CPUS | Peter Zijlstra (Intel) | 1 | -1/+68 |
2015-05-08 | locking/qspinlock: Extract out code snippets for the next patch | Waiman Long | 1 | -31/+48 |
2015-05-08 | locking/qspinlock: Add pending bit | Peter Zijlstra (Intel) | 1 | -21/+98 |
2015-05-08 | locking/qspinlock: Introduce a simple generic 4-byte queued spinlock | Waiman Long | 4 | -0/+218 |
2015-05-08 | locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write() | Waiman Long | 1 | -0/+44 |
2015-05-08 | perf: Fix software migrate events | Peter Zijlstra | 1 | -1/+1 |
2015-05-08 | futex: Implement lockless wakeups | Davidlohr Bueso | 1 | -16/+17 |
2015-05-08 | sched: Implement lockless wake-queues | Peter Zijlstra | 1 | -0/+46 |
2015-05-08 | sched, timer: Use the atomic task_cputime in thread_group_cputimer | Jason Low | 2 | -16/+16 |
2015-05-08 | sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i... | Jason Low | 3 | -42/+55 |
2015-05-08 | sched/numa: Document usages of mm->numa_scan_seq | Jason Low | 1 | -0/+13 |
2015-05-08 | sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()... | Jason Low | 11 | -24/+24 |
2015-05-08 | sched/core: Remove unnecessary down/up conversion | Nicholas Mc Guire | 1 | -2/+2 |
2015-05-08 | signals, sched: Change all uses of JOBCTL_* from 'int' to 'long' | Palmer Dabbelt | 1 | -3/+3 |
2015-05-08 | sched: Move the loadavg code to a more obvious location | Peter Zijlstra | 5 | -219/+217 |
2015-05-08 | Merge branch 'sched/urgent' into sched/core, before applying new patches | Ingo Molnar | 2 | -33/+33 |
2015-05-08 | perf: Annotate inherited event ctx->mutex recursion | Peter Zijlstra | 1 | -8/+33 |
2015-05-08 | sched/core: Remove __cpuinit section tag that crept back in | Paul Gortmaker | 1 | -1/+1 |
2015-05-08 | sched/core: Fix regression in cpuset_cpu_inactive() for suspend | Omar Sandoval | 1 | -16/+12 |
2015-05-08 | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 2 | -17/+21 |
2015-05-08 | Merge branch 'sched/urgent' into sched/core | Ingo Molnar | 1 | -4/+0 |
2015-05-07 | nohz: Fix !HIGH_RES_TIMERS hang | Thomas Gleixner | 1 | -6/+3 |
2015-05-07 | nohz: Set isolcpus when nohz_full is set | Chris Metcalf | 1 | -0/+3 |
2015-05-07 | context_tracking: Inherit TIF_NOHZ through forks instead of context switches | Frederic Weisbecker | 2 | -26/+19 |
2015-05-07 | context_tracking: Protect against recursion | Frederic Weisbecker | 1 | -0/+29 |
2015-05-07 | tracing: Make ftrace_print_array_seq compute buf_len | Alex Bennée | 1 | -1/+2 |
2015-05-06 | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -7/+9 |
2015-05-05 | tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is ... | Andreas Sandberg | 1 | -3/+7 |