aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)Author
2023-09-14Merge tag 'v6.4.16' into v6.4/standard/basev6.4/standard/xilinx-zynqmpv6.4/standard/x86v6.4/standard/tiny/x86v6.4/standard/tiny/common-pcv6.4/standard/tiny/basev6.4/standard/ti-am335xv6.4/standard/qemuppcv6.4/standard/qemuarm64v6.4/standard/nxp-ls20xxv6.4/standard/edgerouterv6.4/standard/beaglebonev6.4/standard/bcm-2xxx-rpiv6.4/standard/baseBruce Ashfield
2023-09-13sched/rt: Fix sysctl_sched_rr_timeslice intial valueCyril Hrubis
2023-08-30Merge tag 'v6.4.13' into v6.4/standard/baseBruce Ashfield
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-08-20kernel/sched: Fix double free on invalid isolcpus/nohz_full paramsAdrian Cinal
2023-08-16kernel/sched: Fix uninitialized read in nohz_full/isolcpus setupAdrian Cinal
2023-07-27Merge tag 'v6.4.7' into v6.4/standard/baseBruce Ashfield
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-07-27sched/fair: Use recent_used_cpu to test p->cpus_ptrMiaohe Lin
2023-07-27sched/fair: Don't balance task to its current running CPUYicong Yang
2023-07-25Merge tag 'v6.4.4' into v6.4/standard/baseBruce Ashfield
2023-07-19sched/core: Avoid multiple calling update_rq_clock() in __cfsb_csd_unthrottle()Hao Jia
2023-07-06sched/isolation: really align nohz_full with rcu_nocbsPaul Gortmaker
2023-05-08sched: fix cid_lock kernel-doc warningsRandy Dunlap
2023-04-28Merge tag 'smp-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-28Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-21sched/clock: Fix local_clock() before sched_clock_init()Aaron Thompson
2023-04-21sched/rt: Fix bad task migration for rt tasksSchspa Shi
2023-04-21sched: Fix performance regression introduced by mm_cidMathieu Desnoyers
2023-04-21Merge branch 'v6.3-rc7'Peter Zijlstra
2023-04-18delayacct: track delays from IRQ/SOFTIRQYang Yang
2023-04-12sched/core: Make sched_dynamic_mutex staticJosh Poimboeuf
2023-04-12sched/fair: Fix imbalance overflowVincent Guittot
2023-04-05sched/numa: use hash_32 to mix up PIDs accessing VMARaghavendra K T
2023-04-05sched/numa: implement access PID reset logicRaghavendra K T
2023-04-05sched/numa: enhance vma scanning logicRaghavendra K T
2023-04-05sched/numa: apply the scan delay to every new vmaMel Gorman
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-04-05sched/psi: Extract update_triggers side effectDomenico Cerasuolo
2023-04-05sched/psi: Rename existing poll members in preparationDomenico Cerasuolo
2023-04-05sched/psi: Rearrange polling code in preparationDomenico Cerasuolo
2023-04-05sched/fair: Fix inaccurate tally of ttwu_move_affineLibo Chen
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin
2023-03-24trace: Add trace_ipi_send_cpu()Peter Zijlstra
2023-03-24sched, smp: Trace smp callback causing an IPIValentin Schneider
2023-03-24sched, smp: Trace IPIs sent via send_call_function_single_ipi()Valentin Schneider
2023-03-22livepatch,sched: Add livepatch task switching to cond_resched()Josh Poimboeuf
2023-03-22sched: Interleave cfs bandwidth timers for improved single thread performance...Shrikanth Hegde
2023-03-22sched/core: Reduce cost of sched_move_task when config autogroupwuchi
2023-03-22sched/core: Avoid selecting the task that is throttled to run when core-sched...Hao Jia
2023-03-22sched/topology: Make sched_energy_mutex,update staticTom Rix
2023-03-21sched/fair: Sanitize vruntime of entity being migratedVincent Guittot