summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | sched/debug: Export the newly added tracepointsQais Yousef2019-06-241-0/+11
| * | | | | sched/debug: Add sched_overutilized tracepointQais Yousef2019-06-241-2/+8
| * | | | | sched/debug: Add new tracepoint to track PELT at se levelQais Yousef2019-06-242-0/+3
| * | | | | sched/debug: Add new tracepoints to track PELT at rq levelQais Yousef2019-06-242-1/+14
| * | | | | sched/debug: Add a new sched_trace_*() helper functionsQais Yousef2019-06-241-0/+99
| * | | | | sched/autogroup: Make autogroup_path() always availableQais Yousef2019-06-241-2/+0Star
| * | | | | sched/wait: Deduplicate code with do-whilePavel Begunkov2019-06-241-6/+2Star
| * | | | | sched/topology: Remove unused 'sd' parameter from arch_scale_cpu_capacity()Vincent Guittot2019-06-248-13/+13
| * | | | | Merge tag 'v5.2-rc6' into sched/core, to refresh the branchIngo Molnar2019-06-2418-88/+149
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | sched/fair: Don't push cfs_bandwith slack timers forwardbsegall@google.com2019-06-172-4/+11
| * | | | | sched/core: Optimize try_to_wake_up() for local wakeupsPeter Zijlstra2019-06-171-5/+29
| * | | | | sched/fair: Fix "runnable_avg_yN_inv" not used warningsQian Cai2019-06-171-1/+1
| * | | | | sched/fair: Clean up definition of NOHZ blocked load functionsValentin Schneider2019-06-171-10/+16
| * | | | | sched/core: Add __sched tag for io_schedule()Gao Xiang2019-06-171-1/+1
| * | | | | Merge tag 'v5.2-rc5' into sched/core, to pick up fixesIngo Molnar2019-06-1747-264/+256Star
| |\ \ \ \ \
| * | | | | | sched/fair: Remove sgs->sum_weighted_loadDietmar Eggemann2019-06-031-3/+1Star
| * | | | | | sched/core: Remove sd->*_idxDietmar Eggemann2019-06-032-25/+10Star
| * | | | | | sched/core: Remove rq->cpu_load[]Dietmar Eggemann2019-06-033-12/+1Star
| * | | | | | sched/debug: Remove sd->*_idx range on sysctlDietmar Eggemann2019-06-031-23/+14Star
| * | | | | | sched/fair: Replace source_load() & target_load() with weighted_cpuload()Dietmar Eggemann2019-06-032-87/+4Star
| * | | | | | sched/fair: Remove the rq->cpu_load[] update codeDietmar Eggemann2019-06-034-264/+0Star
| * | | | | | sched/fair: Remove rq->loadDietmar Eggemann2019-06-033-9/+2Star
| * | | | | | sched/core: Provide a pointer to the valid CPU maskSebastian Andrzej Siewior2019-06-039-48/+50
* | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-07-0912-1500/+1982
|\ \ \ \ \ \ \
| * | | | | | | locking/lockdep: increase size of counters for lockdep statisticsKobe Wu2019-06-251-20/+16Star
| * | | | | | | locking/lockdep: Move mark_lock() inside CONFIG_TRACE_IRQFLAGS && CONFIG_PROV...Arnd Bergmann2019-06-251-39/+34Star
| * | | | | | | x86/percpu, sched/fair: Avoid local_clock()Peter Zijlstra2019-06-171-2/+3
| * | | | | | | locking/rwsem: Guard against making count negativeWaiman Long2019-06-171-12/+41
| * | | | | | | locking/rwsem: Adaptive disabling of reader optimistic spinningWaiman Long2019-06-172-8/+135
| * | | | | | | locking/rwsem: Enable time-based spinning on reader-owned rwsemWaiman Long2019-06-172-30/+144
| * | | | | | | locking/rwsem: Make rwsem->owner an atomic_long_tWaiman Long2019-06-171-45/+80
| * | | | | | | locking/rwsem: Enable readers spinning on writerWaiman Long2019-06-172-12/+75
| * | | | | | | locking/rwsem: Clarify usage of owner's nonspinaable bitWaiman Long2019-06-171-22/+21Star
| * | | | | | | locking/rwsem: Wake up almost all readers in wait queueWaiman Long2019-06-171-5/+26
| * | | | | | | locking/rwsem: More optimal RT task handling of null ownerWaiman Long2019-06-171-7/+44
| * | | | | | | locking/rwsem: Always release wait_lock before waking up tasksWaiman Long2019-06-171-16/+15Star
| * | | | | | | locking/rwsem: Implement lock handoff to prevent lock starvationWaiman Long2019-06-172-54/+173
| * | | | | | | locking/rwsem: Make rwsem_spin_on_owner() return owner stateWaiman Long2019-06-171-18/+47
| * | | | | | | locking/rwsem: Code cleanup after files mergingWaiman Long2019-06-172-95/+42Star
| * | | | | | | locking/rwsem: Merge rwsem.h and rwsem-xadd.c into rwsem.cWaiman Long2019-06-174-900/+891Star
| * | | | | | | locking/rwsem: Implement a new locking schemeWaiman Long2019-06-172-136/+85Star
| * | | | | | | locking/rwsem: Remove rwsem_wake() wakeup optimizationWaiman Long2019-06-171-72/+0Star
| * | | | | | | locking/rwsem: Make owner available even if !CONFIG_RWSEM_SPIN_ON_OWNERWaiman Long2019-06-172-24/+1Star
| * | | | | | | locking/lockdep: Remove unnecessary DEBUG_LOCKS_WARN_ON()Kobe Wu2019-06-171-1/+1
| * | | | | | | jump_label: Batch updates if arch supports itDaniel Bristot de Oliveira2019-06-171-0/+23
| * | | | | | | jump_label: Sort entries of the same key by the codeDaniel Bristot de Oliveira2019-06-171-0/+14
| * | | | | | | jump_label: Add a jump_label_can_update() helperDaniel Bristot de Oliveira2019-06-171-11/+18
| * | | | | | | Merge tag 'v5.2-rc5' into locking/core, to pick up fixesIngo Molnar2019-06-1747-264/+256Star
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | locking/lock_events: Use raw_cpu_{add,inc}() for statsPeter Zijlstra2019-06-031-41/+4Star
| * | | | | | | locking/lockdep: Fix merging of hlocks with non-zero referencesImre Deak2019-06-031-9/+9