summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: Remove redundant nr_cpus_allowed testShawn Bohrer2013-10-061-2/+1
* sched/wait: Clean up wait.h details a bitIngo Molnar2013-10-041-64/+60
* MAINTAINERS, sched: Update file patternPeter Zijlstra2013-10-041-0/+2
* sched/wait: Make the __wait_event*() interface more friendlyPeter Zijlstra2013-10-045-81/+73
* sched/wait: Collapse __wait_event_hrtimeout()Peter Zijlstra2013-10-041-13/+2
* sched/wait: Collapse __wait_event_killable()Peter Zijlstra2013-10-041-16/+1
* sched/wait: Collapse __wait_event_interruptible_tty()Peter Zijlstra2013-10-041-17/+4
* sched/wait: Collapse __wait_event_interruptible_lock_irq_timeout()Peter Zijlstra2013-10-041-19/+6
* sched/wait: Collapse __wait_event_interruptible_lock_irq()Peter Zijlstra2013-10-041-20/+6
* sched/wait: Collapse __wait_event_lock_irq()Peter Zijlstra2013-10-041-14/+6
* sched/wait: Collapse __wait_event_interruptible_exclusive()Peter Zijlstra2013-10-041-20/+2
* sched/wait: Collapse __wait_event_interruptible_timeout()Peter Zijlstra2013-10-041-15/+3
* sched/wait: Collapse __wait_event_interruptible()Peter Zijlstra2013-10-041-15/+2
* sched/wait: Collapse __wait_event_timeout()Peter Zijlstra2013-10-041-11/+3
* sched/wait: Collapse __wait_event()Peter Zijlstra2013-10-041-11/+2
* sched/wait: Introduce ___wait_event()Peter Zijlstra2013-10-041-0/+36
* sched/wait: Change the wait_exclusive control flowPeter Zijlstra2013-10-041-4/+5
* sched/wait: Change timeout logicPeter Zijlstra2013-10-041-13/+11
* sched/wait: Make the signal_pending() checks consistentPeter Zijlstra2013-10-042-26/+22
* sched: Revert need_resched() to look at TIF_NEED_RESCHEDPeter Zijlstra2013-09-283-16/+5
* sched, x86: Optimize the preempt_schedule() callPeter Zijlstra2013-09-258-8/+116
* sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-2510-17/+124
* sched: Prepare for per-cpu preempt_countPeter Zijlstra2013-09-252-5/+9
* sched: Extract the basic add/sub preempt_count modifiersPeter Zijlstra2013-09-2510-103/+113
* sched: Create more preempt_count accessorsPeter Zijlstra2013-09-253-5/+18
* sched, arch: Create asm/preempt.hPeter Zijlstra2013-09-2532-48/+85
* sched: Add NEED_RESCHED to the preempt_countPeter Zijlstra2013-09-254-12/+69
* sched: Introduce preempt_count accessor functionsPeter Zijlstra2013-09-257-18/+30
* sched, idle: Fix the idle polling state logicPeter Zijlstra2013-09-256-52/+91
* sched: Remove {set,clear}_need_reschedPeter Zijlstra2013-09-251-2/+13
* sched, rcu: Make RCU use resched_cpu()Peter Zijlstra2013-09-252-9/+16
* x86: Use asm goto to implement better modify_and_test() functionsPeter Zijlstra2013-09-255-92/+58
* sched: Micro-optimize by dropping unnecessary task_rq() callsMichael S. Tsirkin2013-09-252-25/+27
* sched/balancing: Periodically decay max cost of idle balanceJason Low2013-09-204-7/+38
* sched/balancing: Consider max cost of idle balance per sched domainJason Low2013-09-206-1/+26
* sched: Reduce overestimating rq->avg_idleJason Low2013-09-201-3/+4
* sched/balancing: Prevent the reselection of a previous env.dst_cpu if some ta...Vladimir Davydov2013-09-201-3/+3
* Merge branch 'sched/urgent' into sched/coreIngo Molnar2013-09-205664-148900/+331101
|\
| * sched/balancing: Fix cfs_rq->task_h_load calculationVladimir Davydov2013-09-201-1/+1
| * sched/balancing: Fix 'local->avg_load > busiest->avg_load' case in fix_small_...Vladimir Davydov2013-09-201-2/+2
| * sched/balancing: Fix 'local->avg_load > sds->avg_load' case in calculate_imba...Vladimir Davydov2013-09-201-1/+2
| * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-09-184-13/+16
| |\
| | * sched: Fix comment for sched_info_departMichael S. Tsirkin2013-09-161-2/+3
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-09-182-3/+3
| |\ \
| | * | perf: Fix UAPI export of PERF_EVENT_IOC_IDVince Weaver2013-09-181-1/+1
| | * | perf/x86/intel: Fix Silvermont offcore masksPeter Zijlstra2013-09-121-2/+2
| * | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-176-8/+59
| |\ \ \
| | * | | KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov2013-09-171-0/+9
| | * | | kvm: free resources after canceling async_pfRadim Krčmář2013-09-171-1/+4
| | * | | KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov2013-09-171-0/+4
OpenPOWER on IntegriCloud