summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-10-13sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra4-3/+17
2023-10-13sched/psi: Bail out early from irq time accountingHaifeng Xu1-0/+3
2023-10-12sched/topology: Rename 'DIE' domain to 'PKG'Peter Zijlstra5-10/+10
2023-10-12sched/psi: Delete the 'update_total' function parameter from update_triggers()Yang Yang1-14/+3
2023-10-12sched/psi: Avoid updating PSI triggers and ->rtpoll_total when there are no s...Yang Yang1-3/+4
2023-10-11sched/headers: Remove comment referring to rq::cpu_load, since this has been ...Colin Ian King1-4/+0
2023-10-11sched/numa: Complete scanning of inactive VMAs when there is no alternativeMel Gorman4-4/+61
2023-10-11sched/numa: Complete scanning of partial VMAs regardless of PID activityMel Gorman3-4/+18
2023-10-10sched/numa: Move up the access pid reset logicRaghavendra K T1-10/+7
2023-10-10sched/numa: Trace decisions related to skipping VMAsMel Gorman3-4/+71
2023-10-10sched/numa: Rename vma_numab_state::access_pids[] => ::pids_active[], ::next_...Mel Gorman3-11/+11
2023-10-10sched/numa: Document vma_numab_state fieldsMel Gorman1-0/+21
2023-10-09sched/topology: Move the declaration of 'schedutil_gov' to kernel/sched/sched.hIngo Molnar2-1/+2
2023-10-09sched/topology: Change behaviour of the 'sched_energy_aware' sysctl, based on...Shrikanth Hegde2-39/+76
2023-10-09sched/psi: Change update_triggers() to a 'void' functionYang Yang1-4/+3
2023-10-09sched/topology: Remove the EM_MAX_COMPLEXITY limitPierre Gondois2-62/+6
2023-10-09sched/topology: Consolidate and clean up access to a CPU's max compute capacityVincent Guittot8-29/+25
2023-10-09sched/rt: Change the type of 'sysctl_sched_rt_period' from 'unsigned int' to ...Yajun Deng2-4/+4
2023-10-09sched/nohz: Remove unnecessarily complex error handling pattern from find_new...Ingo Molnar1-3/+2
2023-10-09sched/nohz: Use consistent variable names in find_new_ilb() and kick_ilb()Ingo Molnar1-5/+5
2023-10-09sched/nohz: Update idle load-balancing (ILB) commentsIngo Molnar1-14/+16
2023-10-07sched/debug: Print 'tgid' in sched_show_task()Yajun Deng1-3/+3
2023-10-07intel_idle: Add ibrs_off module parameter to force-disable IBRSWaiman Long2-2/+26
2023-10-07intel_idle: Use __update_spec_ctrl() in intel_idle_ibrs()Waiman Long1-4/+3
2023-10-07x86/idle: Disable IBRS when CPU is offline to improve single-threaded perform...Waiman Long1-0/+8
2023-10-07x86/speculation: Add __update_spec_ctrl() helperWaiman Long1-0/+11
2023-10-07sched/core: Update stale comment in try_to_wake_up()Ingo Molnar1-1/+1
2023-10-07Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar950-5075/+8547
2023-10-05cpufreq: schedutil: Update next_freq when cpufreq_limits changeXuewen Yan1-1/+2
2023-10-03sched/headers: Remove duplicate header inclusionsYu Liao2-2/+0
2023-10-03sched/eevdf: Fix avg_vruntime()Peter Zijlstra1-1/+9
2023-10-03sched/eevdf: Also update slice on placementPeter Zijlstra1-2/+4
2023-10-02sched/headers: Move 'struct sched_param' out of uapi, to work around glibc/mu...Kir Kolyshkin2-5/+4
2023-10-02sched/rt/docs: Use 'real-time' instead of 'realtime'Cyril Hrubis1-17/+17
2023-10-02sched/rt/docs: Clarify & fix sched_rt_* sysctl docsCyril Hrubis1-6/+8
2023-10-02sched/rt: Disallow writing invalid values to sched_rt_period_usCyril Hrubis1-4/+5
2023-10-02Linux 6.6-rc4Linus Torvalds1-1/+1
2023-10-01Merge tag 'kbuild-fixes-v6.6-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds7-15/+41
2023-10-01Merge tag 'mm-hotfixes-stable-2023-10-01-08-34' of git://git.kernel.org/pub/s...Linus Torvalds38-169/+455
2023-10-01Merge tag 'char-misc-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-212/+102
2023-10-01Merge tag 'tty-6.6-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2-4/+5
2023-10-01Merge tag 'x86-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+26
2023-10-01Merge tag 'timers-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+5
2023-10-01Merge tag 'sched-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+1
2023-10-01Merge tag 'perf-urgent-2023-10-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-7/+17
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsMasahiro Yamada2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Uwe Kleine-König1-2/+13
2023-10-01vmlinux.lds.h: remove unused CPU_KEEP and CPU_DISCARD macrosMasahiro Yamada1-7/+0
2023-10-01modpost: add missing else to the "of" checkMauricio Faria de Oliveira1-1/+1
2023-10-01Merge tag 'soc-fixes-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/so...Linus Torvalds29-90/+179