summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-01-2819-191/+315
|\
| * sched/fair: Define sched_idle_cpu() only for SMP configurationsViresh Kumar2020-01-201-0/+2
| * sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider2020-01-171-0/+39
| * idle: fix spelling mistake "iterrupts" -> "interrupts"Hewenliang2020-01-171-1/+1
| * sched/fair: Remove redundant call to cpufreq_update_util()Vincent Guittot2020-01-171-7/+7
| * sched/psi: create /proc/pressure and /proc/pressure/{io|memory|cpu} only when...Wang Long2020-01-171-4/+6
| * sched/fair: Fix sgc->{min,max}_capacity calculation for SD_OVERLAPPeng Liu2020-01-171-22/+4
| * sched/fair: calculate delta runnable load only when it's neededPeng Wang2020-01-171-5/+6
| * sched/cputime: move rq parameter in irqtime_account_process_tickAlex Shi2020-01-171-9/+6
| * stop_machine: Make stop_cpus() staticYangtao Li2020-01-171-1/+1
| * sched/debug: Reset watchdog on all CPUs while processing sysrq-tWei Li2020-01-171-2/+9
| * sched/core: Fix size of rq::uclamp initializationLi Guanglei2020-01-171-1/+2
| * sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef2020-01-171-0/+6
| * sched/fair: Load balance aggressively for SCHED_IDLE CPUsViresh Kumar2020-01-171-11/+21
| * sched/fair : Improve update_sd_pick_busiest for spare capacity caseVincent Guittot2020-01-171-5/+9
| * watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang2020-01-171-3/+0
| * sched/rt: Make RT capacity-awareQais Yousef2019-12-253-18/+94
| * sched/fair: Make EAS wakeup placement consider uclamp restrictionsValentin Schneider2019-12-251-2/+10
| * sched/fair: Make task_fits_capacity() consider uclamp restrictionsValentin Schneider2019-12-251-1/+15
| * sched/uclamp: Rename uclamp_util_with() into uclamp_rq_util_with()Valentin Schneider2019-12-252-5/+6
| * sched/uclamp: Make uclamp util helpers use and return UL valuesValentin Schneider2019-12-252-10/+10
| * sched/uclamp: Remove uclamp_util()Valentin Schneider2019-12-251-9/+0
| * sched/fair: Make sched-idle CPU selection consistent throughoutViresh Kumar2019-12-251-22/+12
| * sched/core: Remove unused variable from set_user_nice()Qian Cai2019-12-251-2/+1
| * Merge tag 'v5.5-rc3' into sched/core, to pick up fixesIngo Molnar2019-12-2533-180/+1108
| |\
| * | stop_machine: remove try_stop_cpus helperYangtao Li2019-12-171-30/+0
| * | schied/fair: Skip calculating @contrib without loadPeng Wang2019-12-171-3/+17
| * | sched/fair: Optimize select_idle_cpuCheng Jian2019-12-171-3/+4
| * | cpu/hotplug, stop_machine: Fix stop_machine vs hotplug orderPeter Zijlstra2019-12-171-4/+9
| * | sched/wait: fix ___wait_var_event(exclusive)Oleg Nesterov2019-12-171-0/+1
| * | sched: Use fair:prio_changed() instead of ad-hoc implementationFrederic Weisbecker2019-12-171-8/+8
| * | sched: Spare resched IPI when prio changes on a single fair taskFrederic Weisbecker2019-12-171-0/+3
| * | sched/rt, workqueue: Use PREEMPTIONSebastian Andrzej Siewior2019-12-081-1/+1
| * | sched/rt, locking: Use CONFIG_PREEMPTIONSebastian Andrzej Siewior2019-12-081-6/+6
| * | Merge branch 'linus' into sched/urgent, to pick up the latest before merging ...Ingo Molnar2019-12-0859-2011/+1846
| |\ \
| * | | sched/clock: Use static_branch_likely() with sched_clock_runningZhenzhong Duan2019-11-291-3/+3
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-01-2810-236/+185
|\ \ \ \
| * \ \ \ Merge branch 'core/kprobes' into perf/core, to pick up fixesIngo Molnar2020-01-282-25/+45
| |\ \ \ \
| | * | | | tracing: Initialize ret in syscall_enter_define_fields()Steven Rostedt (VMware)2020-01-171-1/+2
| | * | | | kprobes: Fix optimize_kprobe()/unoptimize_kprobe() cancellation logicMasami Hiramatsu2020-01-091-24/+43
| * | | | | Merge tag 'v5.5-rc7' into perf/core, to pick up fixesIngo Molnar2020-01-2024-162/+249
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'core/kprobes' into perf/core, to pick up a completed branchIngo Molnar2019-12-2510-212/+141
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | / | | |_|_|_|/ | |/| | | |
| | * | | | Merge tag 'v5.5-rc1' into core/kprobes, to resolve conflictsIngo Molnar2019-12-1069-2094/+2754
| | |\ \ \ \
| | * | | | | kprobes: Set unoptimized flag after unoptimizing codeMasami Hiramatsu2019-11-271-1/+3
| | * | | | | ftrace: Rework event_create_dir()Peter Zijlstra2019-11-278-168/+138
| | * | | | | module: Remove set_all_modules_text_*()Peter Zijlstra2019-11-271-43/+0
| | | |_|/ / | | |/| | |
* | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-01-283-21/+19
|\ \ \ \ \ \
| * | | | | | locking/osq: Use optimized spinning loop for arm64Waiman Long2020-01-171-13/+10
| * | | | | | locking/qspinlock: Fix inaccessible URL of MCS lock paperWaiman Long2020-01-171-6/+7
| * | | | | | locking/lockdep: Fix lockdep_stats indentation problemWaiman Long2020-01-171-2/+2