summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* sched/wait: Avoid abort_exclusive_wait() in __wait_on_bit_lock()Oleg Nesterov2016-09-301-43/+21
* sched/wait: Avoid abort_exclusive_wait() in ___wait_event()Oleg Nesterov2016-09-301-10/+25
* sched/wait: Fix abort_exclusive_wait(), it should pass TASK_NORMAL to wake_up()Oleg Nesterov2016-09-301-5/+3
* sched/fair: Fix fixed point arithmetic width for shares and effective loadDietmar Eggemann2016-09-301-2/+2
* sched/core, x86/topology: Fix NUMA in package topology bugTim Chen2016-09-301-0/+3
* Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-09-305-24/+63
|\
| * Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-09-272-8/+40
| |\
| | * cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo2016-09-231-4/+25
| | * cpuset: fix non static symbol warningWei Yongjun2016-09-161-1/+1
| | * cpuset: handle race between CPU hotplug and cpuset_hotplug_workJoonwoo Park2016-09-131-3/+14
| * | Merge tag 'trace-v4.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2016-09-251-13/+16
| |\ \
| | * | fix memory leaks in tracing_buffers_splice_read()Al Viro2016-09-251-6/+8
| | * | tracing: Move mutex to protect against resetting of seq dataSteven Rostedt (Red Hat)2016-09-251-7/+8
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-241-1/+1
| |\ \ \
| | * | | perf/core: Limit matching exclusive events to one PMUAlexander Shishkin2016-09-221-1/+1
| * | | | Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-09-241-2/+6
| |\ \ \ \
| | * | | | genirq: Skip chained interrupt trigger setup if type is IRQ_TYPE_NONEMarc Zyngier2016-09-191-2/+6
| | |/ / /
* | | | | sched/debug: Hide printk() by defaultPeter Zijlstra2016-09-221-1/+3
* | | | | sched/fair: Fix SCHED_HRTICK bug leading to late preemption of tasksSrivatsa Vaddagiri2016-09-221-1/+1
* | | | | sched/core: Avoid _cond_resched() for PREEMPT=yPeter Zijlstra2016-09-221-0/+2
* | | | | sched/core: Optimize __schedule()Peter Zijlstra2016-09-222-35/+29
* | | | | stop_machine: Avoid a sleep and wakeup in stop_one_cpu()Cheng Chao2016-09-222-2/+11
* | | | | sched/core: Remove unnecessary initialization in sched_init()Cheng Chao2016-09-221-5/+0
* | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2016-09-225-15/+73
|\ \ \ \ \ | |/ / / /
| * | | | cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner2016-09-191-0/+6
| |/ / /
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-09-131-0/+22
| |\ \ \
| * \ \ \ Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-09-132-14/+48
| |\ \ \ \
| | * | | | perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin2016-09-101-4/+11
| | * | | | perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin2016-09-101-6/+25
| | * | | | perf/core: Remove WARN from perf_event_read()Peter Zijlstra2016-09-051-4/+12
| * | | | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2016-09-101-0/+9
| |\ \ \ \ \
| | * | | | | mm: fix cache mode of dax pmd mappingsDan Williams2016-09-091-0/+9
| * | | | | | PM / QoS: avoid calling cancel_delayed_work_sync() during early bootTejun Heo2016-09-051-1/+10
| | |/ / / / | |/| | | |
* | | | | | sched/core: Do not use smp_processor_id() with preempt enabled in smpboot_thr...Con Kolivas2016-09-221-1/+1
* | | | | | Revert "sched/fair: Make update_min_vruntime() more readable"Peter Zijlstra2016-09-101-4/+7
* | | | | | sched/debug: Remove several CONFIG_SCHEDSTATS guardsJosh Poimboeuf2016-09-053-144/+136
* | | | | | sched/debug: Rename 'schedstat_val()' -> 'schedstat_val_or_zero()'Josh Poimboeuf2016-09-052-3/+5
* | | | | | sched/debug: Clean up schedstat macrosJosh Poimboeuf2016-09-055-46/+46
* | | | | | sched/debug: Rename and move enqueue_sleeper()Josh Poimboeuf2016-09-051-69/+73
* | | | | | sched/deadline: Fix the intention to re-evalute tick dependency for offline CPUWanpeng Li2016-09-051-28/+18
* | | | | | schedcore: Remove duplicated init_task's preempt_notifiers initseokhoon.yoon2016-09-051-4/+0
* | | | | | sched/fair: Fix load_above_capacity fixed point arithmetic widthDietmar Eggemann2016-09-051-1/+1
* | | | | | sched/deadline: Split cpudl_set() into cpudl_set() and cpudl_clear()Tommaso Cucinotta2016-09-053-22/+40
* | | | | | sched/deadline: Make CPU heap faster avoiding real swaps on heapifyTommaso Cucinotta2016-09-051-21/+45
* | | | | | sched/deadline: Refactor CPU heap codeTommaso Cucinotta2016-09-051-27/+23
* | | | | | sched/fair: Make update_min_vruntime() more readableByungchul Park2016-09-051-10/+7
* | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar2016-09-0523-96/+346
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | sched/core: Fix a race between try_to_wake_up() and a woken up taskBalbir Singh2016-09-051-0/+22
| |/ / / /
| * | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-09-041-1/+2
| |\ \ \ \
| | * | | | tick/nohz: Fix softlockup on scheduler stalls in kvm guestWanpeng Li2016-09-021-1/+2
| | |/ / /
OpenPOWER on IntegriCloud