aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-05-09module: Call module notifier on failure after complete_formation()Steven Rostedt1-0/+3
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for XenDavid Vrabel1-1/+1
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long1-1/+1
2015-05-08locking/pvqspinlock: Implement simple paravirt support for the qspinlockWaiman Long2-1/+392
2015-05-08locking/qspinlock: Revert to test-and-set on hypervisorsPeter Zijlstra (Intel)1-0/+3
2015-05-08locking/qspinlock: Use a simple write to grab the lockWaiman Long1-16/+50
2015-05-08locking/qspinlock: Optimize for smaller NR_CPUSPeter Zijlstra (Intel)1-1/+68
2015-05-08locking/qspinlock: Extract out code snippets for the next patchWaiman Long1-31/+48
2015-05-08locking/qspinlock: Add pending bitPeter Zijlstra (Intel)1-21/+98
2015-05-08locking/qspinlock: Introduce a simple generic 4-byte queued spinlockWaiman Long4-0/+218
2015-05-08locking/rwsem: Reduce spinlock contention in wakeup after up_read()/up_write()Waiman Long1-0/+44
2015-05-08perf: Fix software migrate eventsPeter Zijlstra1-1/+1
2015-05-08futex: Implement lockless wakeupsDavidlohr Bueso1-16/+17
2015-05-08sched: Implement lockless wake-queuesPeter Zijlstra1-0/+46
2015-05-08sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2-16/+16
2015-05-08sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to improve scalabilityJason Low3-42/+55
2015-05-08sched/numa: Document usages of mm->numa_scan_seqJason Low1-0/+13
2015-05-08sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()/WRITE_ONCE()Jason Low11-24/+24
2015-05-08sched/core: Remove unnecessary down/up conversionNicholas Mc Guire1-2/+2
2015-05-08signals, sched: Change all uses of JOBCTL_* from 'int' to 'long'Palmer Dabbelt1-3/+3
2015-05-08sched: Move the loadavg code to a more obvious locationPeter Zijlstra5-219/+217
2015-05-08Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar2-33/+33
2015-05-08perf: Annotate inherited event ctx->mutex recursionPeter Zijlstra1-8/+33
2015-05-08sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker1-1/+1
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval1-16/+12
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2-17/+21
2015-05-08Merge branch 'sched/urgent' into sched/coreIngo Molnar1-4/+0
2015-05-07nohz: Fix !HIGH_RES_TIMERS hangThomas Gleixner1-6/+3
2015-05-07nohz: Set isolcpus when nohz_full is setChris Metcalf1-0/+3
2015-05-07context_tracking: Inherit TIF_NOHZ through forks instead of context switchesFrederic Weisbecker2-26/+19
2015-05-07context_tracking: Protect against recursionFrederic Weisbecker1-0/+29
2015-05-06tracing: Make ftrace_print_array_seq compute buf_lenAlex Bennée1-1/+2
2015-05-06Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+9
2015-05-05tick: hrtimer-broadcast: Prevent endless restarting when broadcast device is unusedAndreas Sandberg1-3/+7
2015-05-05genirq: Fix type inconsistencyNicholas Mc Guire1-1/+1
2015-05-05genirq: Fix unnecessary automatic type conversionNicholas Mc Guire1-1/+1
2015-05-05genirq: MSI: Constify irq_domain_opsKrzysztof Kozlowski1-1/+1
2015-05-05timer: Use timer->base for flag checksJoonwoo Park1-1/+1
2015-05-05tick-broadcast: Fix the printing of broadcast masksPreeti U Murthy1-4/+4
2015-05-05tick: broadcast: Simplify oneshot logic and shorten lock regionThomas Gleixner1-25/+17
2015-05-05tick: broadcast: Prevent livelock from event handlerThomas Gleixner1-28/+25
2015-05-04sched / idle: Eliminate the "reflect" check from cpuidle_idle_call()Rafael J. Wysocki1-44/+46
2015-05-04sched / idle: Move the default idle call code to a separate functionRafael J. Wysocki1-19/+24
2015-05-04perf: Remove unused function perf_mux_hrtimer_cancel()Thomas Gleixner1-28/+0
2015-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-6/+6
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+2
2015-04-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-15/+0
2015-04-30modsign: change default key detailsDavid Howells1-3/+3
2015-04-30workqueue: Allow modifying low level unbound workqueue cpumaskLai Jiangshan1-9/+118
2015-04-29livepatch: x86: make kASLR logic more accurateJiri Kosina1-2/+3