summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-05-1311-325/+381
|\
| * sched/pelt: Remove shift of thermal clockVincent Guittot2024-04-243-27/+3
| * sched/cpufreq: Rename arch_update_thermal_pressure() => arch_update_hw_pressu...Vincent Guittot2024-04-245-34/+34
| * sched/cpufreq: Take cpufreq feedback into accountVincent Guittot2024-04-241-20/+25
| * sched/fair: Fix update of rd->sg_overutilizedVincent Guittot2024-04-241-1/+1
| * sched/vtime: Get rid of generic vtime_task_switch() implementationAlexander Gordeev2024-04-171-13/+0
| * sched/balancing: Simplify the sg_status bitmask and use separate ->overloaded...Ingo Molnar2024-03-292-29/+24
| * sched/fair: Rename set_rd_overutilized_status() to set_rd_overutilized()Ingo Molnar2024-03-281-4/+4
| * sched/fair: Rename SG_OVERLOAD to SG_OVERLOADEDIngo Molnar2024-03-282-5/+5
| * sched/fair: Rename {set|get}_rd_overload() to {set|get}_rd_overloaded()Ingo Molnar2024-03-282-6/+6
| * sched/fair: Rename root_domain::overload to ::overloadedIngo Molnar2024-03-281-3/+3
| * sched/fair: Use helper functions to access root_domain::overloadShrikanth Hegde2024-03-282-5/+14
| * sched/fair: Check root_domain::overload value before updateShrikanth Hegde2024-03-281-1/+2
| * sched/fair: Combine EAS check with root_domain::overutilized accessShrikanth Hegde2024-03-281-13/+7
| * sched/fair: Simplify the continue_balancing logic in sched_balance_newidle()Shrikanth Hegde2024-03-261-5/+5
| * sched/fair: Introduce is_rd_overutilized() helper function to access root_dom...Shrikanth Hegde2024-03-261-3/+12
| * sched/fair: Add EAS checks before updating root_domain::overutilizedShrikanth Hegde2024-03-261-19/+34
| * sched/fair: Don't double balance_interval for migrate_misfitQais Yousef2024-03-251-2/+11
| * sched/topology: Remove root_domain::max_cpu_capacityQais Yousef2024-03-252-13/+2
| * sched/fair: Check if a task has a fitting CPU when updating misfitQais Yousef2024-03-251-16/+50
| * sched/topology: Export asym_cap_listQais Yousef2024-03-252-18/+39
| * Merge tag 'v6.9-rc1' into sched/core, to pick up fixes and to refresh the branchIngo Molnar2024-03-25103-3050/+7136
| |\
| * | sched/fair: Fix typos in commentsIngo Molnar2024-03-141-34/+34
| * | sched/balancing: Fix a couple of outdated function names in commentsIngo Molnar2024-03-122-2/+2
| * | sched/balancing: Rename find_idlest_cpu() => sched_balance_find_dst_cpu()Ingo Molnar2024-03-121-3/+3
| * | sched/balancing: Rename find_idlest_group() => sched_balance_find_dst_group()Ingo Molnar2024-03-121-4/+4
| * | sched/balancing: Rename find_idlest_group_cpu() => sched_balance_find_dst_gro...Ingo Molnar2024-03-121-3/+3
| * | sched/balancing: Rename newidle_balance() => sched_balance_newidle()Ingo Molnar2024-03-121-8/+8
| * | sched/balancing: Rename update_blocked_averages() => sched_balance_update_blo...Ingo Molnar2024-03-122-5/+5
| * | sched/balancing: Rename find_busiest_group() => sched_balance_find_src_group()Ingo Molnar2024-03-121-7/+7
| * | sched/balancing: Rename find_busiest_queue() => sched_balance_find_src_rq()Ingo Molnar2024-03-121-3/+3
| * | sched/balancing: Rename load_balance() => sched_balance_rq()Ingo Molnar2024-03-121-5/+5
| * | sched/balancing: Rename rebalance_domains() => sched_balance_domains()Ingo Molnar2024-03-122-5/+5
| * | sched/balancing: Rename trigger_load_balance() => sched_balance_trigger()Ingo Molnar2024-03-123-3/+3
| * | sched/balancing: Rename scheduler_tick() => sched_tick()Ingo Molnar2024-03-124-5/+5
| * | sched/balancing: Rename run_rebalance_domains() => sched_balance_softirq()Ingo Molnar2024-03-121-2/+2
| * | sched/balancing: Update comments in 'struct sg_lb_stats' and 'struct sd_lb_st...Ingo Molnar2024-03-121-10/+9
| * | sched/balancing: Vertically align the comments of 'struct sg_lb_stats' and 's...Ingo Molnar2024-03-121-18/+18
| * | sched/balancing: Update run_rebalance_domains() commentsIngo Molnar2024-03-121-3/+6
| * | sched/balancing: Fix comments (trying to) refer to NOHZ_BALANCE_KICKIngo Molnar2024-03-121-3/+4
| * | sched/balancing: Change comment formatting to not overlap Git conflict marker...Ingo Molnar2024-03-121-2/+2
| * | sched/debug: Increase SCHEDSTAT_VERSION to 16Ingo Molnar2024-03-121-1/+1
| * | sched/balancing: Change 'enum cpu_idle_type' to have more natural definitionsIngo Molnar2024-03-121-15/+12
| * | sched/balancing: Remove reliance on 'enum cpu_idle_type' ordering when iterat...Shrikanth Hegde2024-03-121-2/+1
| * | sched/balancing: Switch the 'DEFINE_SPINLOCK(balancing)' spinlock into an 'at...Ingo Molnar2024-03-121-3/+16
* | | Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-05-132-129/+148
|\ \ \
| * | | perf/bpf: Mark perf_event_set_bpf_handler() and perf_event_free_bpf_handler()...Ingo Molnar2024-04-141-4/+4
| * | | perf/ring_buffer: Trigger IO signals for watermark_wakeupKyle Huey2024-04-141-0/+4
| * | | perf: Move perf_event_fasync() to perf_event.hKyle Huey2024-04-141-8/+0
| * | | Merge branch 'linus' into perf/core, to pick up perf/urgent fixesIngo Molnar2024-04-1415-90/+215
| |\ \ \