summaryrefslogtreecommitdiffstats
path: root/kernel/regset.c (unfollow)
Commit message (Expand)AuthorFilesLines
2021-04-16sched,fair: Alternative sched_slice()Peter Zijlstra2-1/+14
2021-04-16sched: Move /proc/sched_debug to debugfsPeter Zijlstra1-9/+16
2021-04-16sched,debug: Convert sysctl sched_domains to debugfsPeter Zijlstra3-211/+59
2021-04-16debugfs: Implement debugfs_create_str()Peter Zijlstra2-0/+108
2021-04-16sched,preempt: Move preempt_dynamic to debug.cPeter Zijlstra3-77/+78
2021-04-16sched: Move SCHED_DEBUG sysctl to debugfsPeter Zijlstra6-113/+80
2021-04-16sched: Don't make LATENCYTOP select SCHED_DEBUGPeter Zijlstra1-1/+0
2021-04-16sched: Remove sched_schedstats sysctl out from under SCHED_DEBUGPeter Zijlstra1-11/+11
2021-04-16sched/numa: Allow runtime enabling/disabling of NUMA balance without SCHED_DEBUGMel Gorman1-1/+3
2021-04-16sched: Use cpu_dying() to fix balance_push vs hotplug-rollbackPeter Zijlstra2-12/+15
2021-04-16cpumask: Introduce DYING maskPeter Zijlstra2-0/+26
2021-04-16cpumask: Make cpu_{online,possible,present,active}() inlinePeter Zijlstra1-31/+66
2021-04-14rseq: Optimise rseq_get_rseq_cs() and clear_rseq_cs()Eric Dumazet1-0/+9
2021-04-14rseq: Remove redundant access_ok()Eric Dumazet1-4/+1
2021-04-14rseq: Optimize rseq_update_cpu_id()Eric Dumazet1-4/+11
2021-04-14signal: Allow tasks to cache one sigqueue structThomas Gleixner5-2/+46
2021-04-14signal: Hand SIGQUEUE_PREALLOC flag to __sigqueue_alloc()Thomas Gleixner1-10/+7
2021-04-09sched/fair: Introduce a CPU capacity comparison helperValentin Schneider1-23/+10
2021-04-09sched/fair: Clean up active balance nr_balance_failed trickeryValentin Schneider1-16/+15
2021-04-09sched/fair: Ignore percpu threads for imbalance pullsLingutla Chandrasekhar1-0/+4
2021-04-09sched/fair: Bring back select_idle_smt(), but differentlyRik van Riel1-12/+43
2021-04-08psi: allow unprivileged users with CAP_SYS_RESOURCE to write psi filesJosh Hunt1-6/+14
2021-03-25sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()Barry Song1-1/+1
2021-03-25sched/core: Use -EINVAL in sched_dynamic_mode()Rasmus Villemoes1-1/+1
2021-03-25sched/core: Stop using magic values in sched_dynamic_mode()Rasmus Villemoes1-3/+3
2021-03-23sched/fair: Reduce long-tail newly idle balance costAubrey Li1-0/+9
2021-03-23sched/fair: Optimize test_idle_cores() for !SMTBarry Song1-3/+5
2021-03-23psi: Reduce calls to sched_clock() in psiShakeel Butt1-9/+10
2021-03-23stop_machine: Add caller debug info to queue_stop_cpus_workValentin Schneider1-0/+1
2021-03-22sched: Fix various typosIngo Molnar20-42/+42
2021-03-17rseq, ptrace: Add PTRACE_GET_RSEQ_CONFIGURATION requestPiotr Figiel2-0/+35
2021-03-10sched: Remove unnecessary variable from schedule_tail()Edmundo Carmona Antoranz1-3/+1
2021-03-10sched: Optimize __calc_delta()Clement Courbet2-8/+12
2021-03-06psi: Optimize task switch inside shared cgroupsChengming Zhou2-26/+37
2021-03-06psi: Pressure states are unlikelyJohannes Weiner1-7/+7
2021-03-06psi: Use ONCPU state tracking machinery to detect reclaimChengming Zhou4-52/+24
2021-03-06psi: Add PSI_CPU_FULL stateChengming Zhou2-4/+13
2021-03-06sched/topology: fix the issue groups don't span domain->span for NUMA diamete...Barry Song1-30/+61
2021-03-06cpu/hotplug: Add cpuhp_invoke_callback_range()Vincent Donnefort1-68/+102
2021-03-06cpu/hotplug: CPUHP_BRINGUP_CPU failure exceptionVincent Donnefort1-3/+16
2021-03-06cpu/hotplug: Allowing to reset fail injectionVincent Donnefort1-0/+5
2021-03-06sched/pelt: Fix task util_est update filteringVincent Donnefort1-3/+12
2021-03-06sched/fair: Fix shift-out-of-bounds in load_balance()Valentin Schneider2-2/+8
2021-03-06sched/fair: use lsub_positive in cpu_util_next()Vincent Donnefort1-1/+1
2021-03-06sched/fair: Fix task utilization accountability in compute_energy()Vincent Donnefort1-4/+20
2021-03-06sched/fair: Reduce the window for duplicated updateVincent Guittot1-3/+8
2021-03-06sched/fair: Trigger the update of blocked load on newly idle cpuVincent Guittot4-4/+35
2021-03-06sched/fair: Reorder newidle_balance pulled_task testsVincent Guittot1-5/+5
2021-03-06sched/fair: Merge for each idle cpu loop of ILBVincent Guittot1-25/+7
2021-03-06sched/fair: Remove unused parameter of update_nohz_statsVincent Guittot1-3/+3