summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli2015-04-02
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-02
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Avoid a superfluous checkWanpeng Li2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Optimize freq invariant accountingPeter Zijlstra2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Move CFS tasks to CPUs with higher capacityVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Replace capacity_factor by usageVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Make scale_rt invariant with frequencyVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Make sched entity usage tracking scale-invariantMorten Rasmussen2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Remove frequency scaling from cpu_capacityVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Track group sched_entity usage contributionsMorten Rasmussen2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-27
| * | | | | | | | | | | | | | | | | | | | | | | | | sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt2015-03-23
| * | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-03-23
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li2015-03-10
| * | | | | | | | | | | | | | | | | | | | | | | | | | sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Avoid some pointless iterationsJan Beulich2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | sched/numa: Do not move past the balance point if unbalancedRik van Riel2015-02-18
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/mutex: Further simplify mutex_spin_on_owner()Jason Low2015-04-09
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document...Tom(JeHyeon) Yeon2015-03-25
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Fix lock optimistic spinning when owner is not runningJason Low2015-03-07
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking: Remove ACCESS_ONCE() usageDavidlohr Bueso2015-02-24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'v4.0-rc1' into locking/core, to refresh the tree before merging ne...Ingo Molnar2015-02-24
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Check for active lock before bailing on spinningDavidlohr Bueso2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Avoid deceiving lock spinnersDavidlohr Bueso2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Set lock ownership ASAPDavidlohr Bueso2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/rwsem: Document barrier need when waking tasksDavidlohr Bueso2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/futex: Check PF_KTHREAD rather than !p->mm to filter out kthreadsOleg Nesterov2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/mutex: Refactor mutex_spin_on_owner()Jason Low2015-02-18
| * | | | | | | | | | | | | | | | | | | | | | | | | | | locking/mutex: In mutex_spin_on_owner(), return true when owner changesJason Low2015-02-18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-13
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-23
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'pm+acpi-4.0-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branches 'pm-sleep', 'pm-cpufreq' and 'pm-cpuidle'Rafael J. Wysocki2015-04-09
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / | | | |/| | | | | | | | / / / / / / / / / / / / / / / / / | | |_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |
| | * | | | | | | | | | | | | | | | | | | | | | | | | | Revert "PM / hibernate: avoid unsafe pages in e820 reserved regions"Rafael J. Wysocki2015-04-07
| | |/ / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-04-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi2015-04-07
| |/ / / / / / / / / / / / / / / / / / / / / / / / / /
* / / / / / / / / / / / / / / / / / / / / / / / / / / Copy the kernel module data from user space in chunksLinus Torvalds2015-04-08
|/ / / / / / / / / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge tag 'lazytime_fix' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2015-04-01
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | fs: add dirtytime_expire_seconds sysctlTheodore Ts'o2015-03-17
| | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2015-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loopPreeti U Murthy2015-03-23
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-03-23
| |/ / / / / / / / / / / / / / / / / / / / / / /