summaryrefslogtreecommitdiff
path: root/kernel (unfollow)
Commit message (Expand)Author
2024-10-17Merge remote-tracking branch 'msm8998/lineage-20' into lineage-20Raghuram Subramani
2024-03-06sched/fair Remove duplicate walt_cpu_high_irqload callAlexander Grund
2024-03-06sched/fair: Remove leftover sched_clock_cpu callAlexander Grund
2024-01-10CHROMIUM: remove Android's cgroup generic permissions checksDmitry Torokhov
2024-01-10Revert "sched: tune: Unconditionally allow attach"Bruno Martins
2024-01-10bpf: add BPF_J{LT,LE,SLT,SLE} instructionsDaniel Borkmann
2024-01-10bpf: free up BPF_JMP | BPF_CALL | BPF_X opcodeAlexei Starovoitov
2024-01-10bpf: remove stubs for cBPF from arch codeDaniel Borkmann
2024-01-06tracing: Avoid adding tracer option before update_tracer_optionsMark-PK Tsai
2024-01-03sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-11-20sched: deadline: Add missing WALT codeJosh Choo
2023-11-12sched: Reinstantiate EAS check_for_migration() implementationAlexander Grund
2023-11-12sched: Remove left-over CPU-query from __migrate_taskAlexander Grund
2023-11-09tracing: Fix infinite loop in tracing_read_pipe on overflowed print_trace_lineYang Jihong
2023-11-09tracing: Fix memleak due to race between current_tracer and traceZheng Yejian
2023-11-09tracing: Ensure trace buffer is at least 4096 bytes largeSven Schnelle
2023-11-09tracing: Fix tp_printk option related with tp_printk_stop_on_bootJaeSang Yoo
2023-11-09blktrace: Fix output non-blktrace event when blk_classic option enabledYang Jihong
2023-11-02sched/walt: Add missing WALT call to `dequeue_task_fair`Alexander Grund
2023-11-01libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi
2023-07-27BACKPORT: cpufreq: schedutil: Avoid using invalid next_freqRafael J. Wysocki
2023-07-27cpufreq: schedutil: Don't set next_freq to UINT_MAXViresh Kumar
2023-07-27schedutil: Allow cpufreq requests to be made even when kthread kickedJoel Fernandes (Google)
2023-07-27cpufreq: schedutil: Fix iowait boost resetPatrick Bellasi
2023-07-27FROMLIST: sched/fair: Don't move tasks to lower capacity cpus unless necessaryChris Redpath
2023-07-27sched: Enable min capacity cappingGeorg Veichtlbauer
2023-07-27softirq, sched: reduce softirq conflicts with RTJohn Dias
2023-07-27ANDROID: sched/rt: rt cpu selection integration with EAS.Srinath Sridharan
2023-07-26cpufreq: schedutil: Fix sugov_start versus sugov_update_shared raceVikram Mulukutla
2023-07-26BACKPORT: cpufreq: schedutil: Cache tunables on governor exitRohit Gupta
2023-07-26sched: energy: handle memory allocation failureJoonwoo Park
2023-07-26BACKPORT: ANDROID: Add hold functionality to schedtune CPU boostChris Redpath
2023-07-26sched/fair: select the most energy-efficient CPU candidate on wake-upQuentin Perret
2023-07-26sched/fair: fix array out of bounds access in select_energy_cpu_idx()Pavankumar Kondeti
2023-07-26ANDROID: sched/walt: make walt_ktime_suspended __read_mostlyTodd Poynor
2023-07-26cpufreq: schedutil: Use >= when aggregating CPU loads in a policySaravana Kannan
2023-07-26sched/tune: fix tracepoint locationPatrick Bellasi
2023-07-26sched/tune: allow negative cpu boostsConnor O'Brien
2023-07-26sched: tune: Unconditionally allow attachAndres Oportus
2023-07-26sched/fair: use min capacity when evaluating active cpusIonela Voinescu
2023-07-26sched/fair: use min capacity when evaluating idle backup cpusIonela Voinescu
2023-07-26sched/fair: use min capacity when evaluating placement energy costsIonela Voinescu
2023-07-26sched/fair: introduce minimum capacity capping sched featureIonela Voinescu
2023-07-26sched: add arch_scale_min_freq_capacity to track minimum capacity capsIonela Voinescu
2023-07-26sched/fair: introduce an arch scaling function for max frequency cappingDietmar Eggemann
2023-07-26sched/fair: reduce rounding errors in energy computationsPatrick Bellasi
2023-07-26sched/fair: re-factor energy_diff to use a single (extensible) energy_envPatrick Bellasi
2023-07-26sched/fair: cleanup select_energy_cpu_brute to be more consistentPatrick Bellasi
2023-07-26sched/fair: remove capacity tracking from energy_diffPatrick Bellasi
2023-07-26sched/fair: remove energy_diff tracepoint in preparation to re-factoringPatrick Bellasi