summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2015-02-04perf: Add a bit of paranoiaPeter Zijlstra-1/+18
2015-02-04Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changesIngo Molnar-11/+19
2015-02-04locking/rtmutex: Optimize setting task running after being blockedDavidlohr Bueso-4/+3
2015-02-04locking/rwsem: Use task->state helpersDavidlohr Bueso-3/+2
2015-02-04sched/completion: Add lock-free checking of the blocking caseNicholas Mc Guire-0/+9
2015-02-04sched/completion: Remove unnecessary ->wait.lock serialization when reading c...Nicholas Mc Guire-8/+1
2015-02-04locking/mutex: Explicitly mark task as running after wakeupDavidlohr Bueso-0/+2
2015-02-04Merge tag 'v3.19-rc7' into locking/core, to refresh the branch before applyin...Ingo Molnar-85/+235
2015-02-04sched/Documentation: Remove unneeded wordSharon Dvir-1/+1
2015-02-04sched: Pull resched loop to __schedule() callersFrederic Weisbecker-4/+7
2015-02-04sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang-2/+1
2015-02-04sched: Fix hrtick_start() on UPWanpeng Li-0/+5
2015-02-04sched/deadline: Avoid pointless __setscheduler()Wanpeng Li-1/+15
2015-02-04sched/deadline: Fix stale yield statePeter Zijlstra-19/+19
2015-02-04sched/deadline: Fix hrtick for a non-leftmost taskWanpeng Li-1/+7
2015-02-04Merge branch 'sched/urgent' into sched/core, to merge fixes before applying n...Ingo Molnar-6/+30
2015-02-04sched/deadline: Fix deadline parameter modification handlingPeter Zijlstra-6/+30
2015-02-03PM / hibernate: exclude freed pages from allocated pages printoutWonhong Kwon-3/+6
2015-02-03Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n...Ingo Molnar-57/+126
2015-02-02tracing: Separate out initializing top level dir from instancesSteven Rostedt (Red Hat)-21/+30
2015-02-02tracing: Make tracing_init_dentry_tr() staticSteven Rostedt (Red Hat)-2/+1
2015-02-02perf: provide sysfs_show for struct perf_pmu_events_attrCody P Schafer-0/+12
2015-02-01sched: don't cause task state changes in nested sleep debuggingLinus Torvalds-3/+2
2015-01-30Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-2/+13
2015-01-30sched/deadline: Modify cpudl::free_cpus to reflect rd->onlineXunlei Pang-7/+28
2015-01-30sched/idle: Add missing checks to the exit condition of cpu_idle_poll()Preeti U Murthy-1/+2
2015-01-30sched: Fix missing preemption opportunityFrederic Weisbecker-21/+19
2015-01-30sched/rt: Reduce rq lock contention by eliminating locking of non-feasible ta...Tim Chen-1/+16
2015-01-30Merge branch 'sched/urgent' into sched/coreIngo Molnar-251/+511
2015-01-30PM / sleep: export suspend_resume trace eventTodd E Brandt-0/+1
2015-01-29ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens-10/+10
2015-01-28trace: Use 64-bit timekeepingTina Ruchandani-10/+8
2015-01-28tracing: Add array printing helperDave Martin-0/+44
2015-01-28Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar-74/+216
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar-17/+49
2015-01-28sched: Fix crash if cpuset_cpumask_can_shrink() is passed an empty cpumaskMike Galbraith-0/+3
2015-01-28perf: Tighten (and fix) the grouping conditionPeter Zijlstra-2/+13
2015-01-28sched/fair: Avoid using uninitialized variable in preferred_group_nid()Jan Beulich-1/+1
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-80/+220
2015-01-27tracing: Remove newline from trace_printk warning bannerBorislav Petkov-1/+2
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-8/+17
2015-01-26bpf: rcu lock must not be held when calling copy_to_user()Alexei Starovoitov-8/+17
2015-01-26Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2015-01-26kexec, Kconfig: spell "architecture" properlyBorislav Petkov-1/+1
2015-01-26Merge branch 'linus' into irq/coreThomas Gleixner-43/+97
2015-01-25new fs_pin killing logicsAl Viro-47/+34
2015-01-25get rid of the second argument of acct_kill()Al Viro-10/+7
2015-01-25take count and rcu_head out of fs_pinAl Viro-6/+8
2015-01-25pull bumping refcount into ->kill()Al Viro-0/+6
2015-01-25kill pin_put()Al Viro-4/+10