summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Linus Torvalds2023-11-021-1/+1
|\
| * treewide: mark stuff as __ro_after_initAlexey Dobriyan2023-10-181-1/+1
* | Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-11-022-56/+16
|\ \
| * | sched/fair: use folio_xchg_last_cpupid() in should_numa_migrate_memory()Kefeng Wang2023-10-251-1/+1
| * | sched/fair: use folio_xchg_access_time() in numa_hint_fault_latency()Kefeng Wang2023-10-251-1/+1
| * | sched: remove wait bookmarksMatthew Wilcox (Oracle)2023-10-181-50/+10
| * | sched/numa, mm: make numa migrate functions to take a folioKefeng Wang2023-10-161-6/+6
| |/
* | Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-26/+3
|\ \
| * | arch: Remove Itanium (IA-64) architectureArd Biesheuvel2023-09-111-26/+3
* | | Merge tag 'pm-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2023-10-311-34/+32
|\ \ \
| * \ \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2023-10-261-34/+32
| |\ \ \
| | * | | cpufreq: Rebuild sched-domains when removing cpufreq driverPierre Gondois2023-10-061-26/+29
| | * | | cpufreq: schedutil: Merge initialization code of sg_cpu in single loopLiao Chang2023-10-061-8/+3
| | |/ /
* | | | Merge tag 'sched-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-10-3014-844/+740
|\ \ \ \
| * | | | sched/fair: Remove SIS_PROPPeter Zijlstra2023-10-244-57/+0
| * | | | sched/fair: Use candidate prev/recent_used CPU if scanning failed for cluster...Yicong Yang2023-10-241-1/+16
| * | | | sched/fair: Scan cluster before scanning LLC in wake-up pathBarry Song2023-10-243-4/+49
| * | | | sched: Add cpus_share_resources APIBarry Song2023-10-243-0/+26
| * | | | sched/core: Fix RQCF_ACT_SKIP leakHao Jia2023-10-241-4/+1
| * | | | Merge tag 'v6.6-rc7' into sched/core, to pick up fixesIngo Molnar2023-10-231-14/+60
| |\| | |
| * | | | sched/fair: Remove unused 'curr' argument from pick_next_entity()Yiwei Lin2023-10-201-4/+4
| * | | | sched/nohz: Update comments about NEWILB_KICKJoel Fernandes (Google)2023-10-201-2/+13
| * | | | sched/fair: Remove duplicate #includeJiapeng Chong2023-10-181-2/+0
| * | | | sched/psi: Update poll => rtpoll in relevant commentsFan Yu2023-10-161-16/+16
| * | | | sched: Make PELT acronym definition searchableMathieu Desnoyers2023-10-131-1/+1
| * | | | sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra2023-10-134-3/+17
| * | | | sched/psi: Bail out early from irq time accountingHaifeng Xu2023-10-131-0/+3
| * | | | sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra2023-10-122-5/+5
| * | | | sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang2023-10-111-14/+3
| * | | | sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang2023-10-111-3/+4
| * | | | sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King2023-10-101-4/+0
| * | | | sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman2023-10-101-3/+52
| * | | | sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman2023-10-101-3/+15
| * | | | sched/numa: Move up the access pid reset logicRaghavendra K T2023-10-101-10/+7
| * | | | sched/numa: Trace decisions related to skipping VMAsMel Gorman2023-10-101-4/+13
| * | | | sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman2023-10-101-6/+6
| * | | | sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar2023-10-092-1/+2
| * | | | sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde2023-10-091-38/+74
| * | | | sched/psi: Change update_triggers() to a 'void' functionYang Yang2023-10-091-4/+3
| * | | | sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois2023-10-091-36/+3
| * | | | sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot2023-10-097-23/+18
| * | | | sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng2023-10-092-4/+4
| * | | | sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar2023-10-091-3/+2
| * | | | sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar2023-10-091-5/+5
| * | | | sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar2023-10-091-14/+16
| * | | | sched/debug: Print 'tgid' in sched_show_task()Yajun Deng2023-10-071-3/+3
| * | | | sched/core: Update stale comment in try_to_wake_up()Ingo Molnar2023-10-071-1/+1
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar2023-10-075-7/+43
| |\ \ \ \
| * | | | | sched/headers: Remove duplicate header inclusionsYu Liao2023-10-032-2/+0
| * | | | | sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis2023-10-021-4/+5