summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming2019-09-031-1/+2
| * | | | | | | | | | | | | | | | | sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld2019-08-121-3/+3
| * | | | | | | | | | | | | | | | | cpufreq: schedutil: fix equation in commentQais Yousef2019-08-081-3/+3
| * | | | | | | | | | | | | | | | | sched: Rework pick_next_task() slow-pathPeter Zijlstra2019-08-087-73/+34
| * | | | | | | | | | | | | | | | | sched: Allow put_prev_task() to drop rq->lockPeter Zijlstra2019-08-087-8/+32
| * | | | | | | | | | | | | | | | | sched/fair: Expose newidle_balance()Peter Zijlstra2019-08-082-10/+12
| * | | | | | | | | | | | | | | | | sched: Add task_struct pointer to sched_class::set_curr_taskPeter Zijlstra2019-08-087-46/+48
| * | | | | | | | | | | | | | | | | sched: Rework CPU hotplug task selectionPeter Zijlstra2019-08-082-18/+15
| * | | | | | | | | | | | | | | | | sched/{rt,deadline}: Fix set_next_task vs pick_next_taskPeter Zijlstra2019-08-082-24/+24
| * | | | | | | | | | | | | | | | | sched: Fix kerneldoc comment for ia64_set_curr_taskPeter Zijlstra2019-08-081-1/+1
| * | | | | | | | | | | | | | | | | stop_machine: Fix stop_cpus_in_progress orderingPeter Zijlstra2019-08-081-0/+2
| * | | | | | | | | | | | | | | | | sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk2019-08-082-69/+7
| * | | | | | | | | | | | | | | | | sched: Clean up active_mm reference countingPeter Zijlstra2019-08-081-19/+30
| * | | | | | | | | | | | | | | | | rcu/tree: Fix SCHED_FIFO paramsPeter Zijlstra2019-08-081-3/+3
| * | | | | | | | | | | | | | | | | sched/core: Silence a warning in sched_init()Qian Cai2019-07-251-5/+5
| * | | | | | | | | | | | | | | | | sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli2019-07-251-4/+0
| * | | | | | | | | | | | | | | | | sched/core: Prevent race condition between cpuset and __sched_setscheduler()Juri Lelli2019-07-252-3/+28
| * | | | | | | | | | | | | | | | | rcu/tree: Call setschedule() gp ktread to SCHED_FIFO outside of atomic regionJuri Lelli2019-07-251-3/+3
| * | | | | | | | | | | | | | | | | cgroup/cpuset: Change cpuset_rwsem and hotplug lock orderJuri Lelli2019-07-251-5/+17
| * | | | | | | | | | | | | | | | | cgroup/cpuset: Convert cpuset_mutex to percpu_rwsemJuri Lelli2019-07-251-33/+35
| * | | | | | | | | | | | | | | | | sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli2019-07-251-0/+33
| * | | | | | | | | | | | | | | | | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-255-6/+106
| * | | | | | | | | | | | | | | | | sched/core: Streamle calls to task_rq_unlock()Mathieu Poirier2019-07-251-10/+14
| * | | | | | | | | | | | | | | | | sched/topology: Add partition_sched_domains_locked()Mathieu Poirier2019-07-251-4/+13
| * | | | | | | | | | | | | | | | | sched/fair: Introduce fits_capacity()Viresh Kumar2019-07-251-10/+8
| * | | | | | | | | | | | | | | | | sched/isolation: Prefer housekeeping CPU in local nodeWanpeng Li2019-07-253-5/+35
| * | | | | | | | | | | | | | | | | sched/stats: Fix unlikely() use of sched_info_on()Yi Wang2019-07-251-3/+4
| * | | | | | | | | | | | | | | | | sched/core: Convert get_task_struct() to return the taskMatthew Wilcox (Oracle)2019-07-254-14/+7
| * | | | | | | | | | | | | | | | | sched/fair: Fall back to sched-idle CPU if idle CPU isn't foundViresh Kumar2019-07-251-10/+33
| * | | | | | | | | | | | | | | | | sched/fair: Start tracking SCHED_IDLE tasks count in cfs_rqViresh Kumar2019-07-252-3/+14
| * | | | | | | | | | | | | | | | | time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney2019-07-251-8/+49
| * | | | | | | | | | | | | | | | | sched/fair: Fix imbalance due to CPU affinityVincent Guittot2019-07-251-2/+3
| * | | | | | | | | | | | | | | | | sched/fair: Change task_numa_work() storage to staticValentin Schneider2019-07-251-1/+1
| * | | | | | | | | | | | | | | | | sched/fair: Move task_numa_work() init to init_numa_balancing()Valentin Schneider2019-07-251-4/+5
| * | | | | | | | | | | | | | | | | sched/fair: Move init_numa_balancing() below task_numa_work()Valentin Schneider2019-07-251-41/+41
* | | | | | | | | | | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2019-09-162-1/+95
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | kprobes: Prohibit probing on BUG() and WARN() addressMasami Hiramatsu2019-09-051-1/+2
| * | | | | | | | | | | | | | | | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2019-09-027-32/+61
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | perf: Allow normal events to output AUX dataAlexander Shishkin2019-08-281-0/+93
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-09-166-53/+207
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | mutex: Fix up mutex_waiter usagePeter Zijlstra2019-08-082-15/+0
| * | | | | | | | | | | | | | | | | | locking/mutex: Use mutex flags macro instead of hard codeMukesh Ojha2019-08-061-1/+1
| * | | | | | | | | | | | | | | | | | locking/mutex: Make __mutex_owner static to mutex.cMukesh Ojha2019-08-062-0/+41
| * | | | | | | | | | | | | | | | | | locking/rwsem: Check for operations on an uninitialized rwsemDavidlohr Bueso2019-08-061-4/+18
| * | | | | | | | | | | | | | | | | | locking/rwsem: Make handoff writer optimistically spin on ownerWaiman Long2019-08-061-6/+26
| * | | | | | | | | | | | | | | | | | locking/lockdep: Report more stack trace statisticsBart Van Assche2019-07-253-0/+39
| * | | | | | | | | | | | | | | | | | locking/lockdep: Reduce space occupied by stack tracesBart Van Assche2019-07-252-38/+92
| * | | | | | | | | | | | | | | | | | stacktrace: Constify 'entries' argumentsBart Van Assche2019-07-251-2/+2
| * | | | | | | | | | | | | | | | | | locking/lockdep: Make it clear that what lock_class::key points at is not mod...Bart Van Assche2019-07-253-3/+4
* | | | | | | | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-09-1619-703/+1263
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud