summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-01-27cpufreq: scmi: Fix device_node reference leak in scmi_cpu_domain_id()Felix Gu
2026-01-27cpufreq: ti-cpufreq: add support for AM62L3 SoCDhruva Gole
2026-01-27cpufreq: dt-platdev: Add ti,am62l3 to blocklistDhruva Gole
2026-01-27cpufreq/amd-pstate: Add comment explaining nominal_perf usage for performance...Juan Martinez
2026-01-27cpufreq: scmi: correct SCMI explanationSergey Shtylyov
2026-01-27cpufreq: dt-platdev: Block the driver from probing on more QC platformsKonrad Dybcio
2026-01-27rust: cpumask: rename methods of Cpumask for clarity and consistencyYilin Chen
2026-01-27cpufreq: CPPC: Update FIE arch_freq_scale in ticks for non-PCC regsJie Zhan
2026-01-27cpufreq: CPPC: Factor out cppc_fie_kworker_init()Jie Zhan
2026-01-27ACPI: CPPC: Factor out and export per-cpu cppc_perf_ctrs_in_pcc_cpu()Jie Zhan
2026-01-27cpufreq: qcom-nvmem: add sentinel to qcom_cpufreq_ipq806x_match_listPei Xiao
2026-01-27rust: cpufreq: replace `kernel::c_str!` with C-StringsTamir Duberstein
2026-01-27cpufreq: Add Tegra186 and Tegra194 to cpufreq-dt-platdev blocklistAaron Kling
2026-01-27dt-bindings: cpufreq: qcom-hw: document Milos CPUFREQ HardwareLuca Weiss
2026-01-27rust: cpufreq: add __rust_helper to helpersAlice Ryhl
2026-01-27rust: cpufreq: always inline functions using build_assert with argumentsAlexandre Courbot
2026-01-27perf jitdump: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo
2026-01-27perf bpf-event: Constify variables storing the result of strchr() on const ta...Arnaldo Carvalho de Melo
2026-01-27perf demangle-java: Constify variables storing the result of strchr() on cons...Arnaldo Carvalho de Melo
2026-01-27perf time-utils: Constify variables storing the result of strchr() on const t...Arnaldo Carvalho de Melo
2026-01-27OPP: Return correct value in dev_pm_opp_get_levelAleks Todorov
2026-01-27perf units: Constify variables storing the result of strchr() on const tablesArnaldo Carvalho de Melo
2026-01-27perf trace-event: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf tp_pmu: Address const-correctness errors in recent glibcsArnaldo Carvalho de Melo
2026-01-27perf hwmon_pmu: Constify the variables returning bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf session: Don't write to memory pointed to a const pointerArnaldo Carvalho de Melo
2026-01-27perf strlist: Don't write to const memoryArnaldo Carvalho de Melo
2026-01-27perf metricgroup: Constify variables storing the result of strchr() on const ...Arnaldo Carvalho de Melo
2026-01-27perf disasm: Constify variables storing the result of bsearch() on const tablesArnaldo Carvalho de Melo
2026-01-27perf thread-stack: Switch thread_stack__init() to use e_machineIan Rogers
2026-01-27perf callchain: Switch callchain_param_setup from an arch to an e_machineIan Rogers
2026-01-27perf script: Fix script_fetch_insn for more than just x86Ian Rogers
2026-01-26Merge tag 'md-7.0-20260127' of git://git.kernel.org/pub/scm/linux/kernel/git/...Jens Axboe
2026-01-26block: remove bio_last_bvec_allKeith Busch
2026-01-26mm/damon: hide kdamond and kdamond_lock of damon_ctxSeongJae Park
2026-01-26mm/damon/reclaim: use damon_kdamond_pid()SeongJae Park
2026-01-26mm/damon/lru_sort: use damon_kdamond_pid()SeongJae Park
2026-01-26mm/damon/sysfs: use damon_kdamond_pid()SeongJae Park
2026-01-26mm/damon/core: implement damon_kdamond_pid()SeongJae Park
2026-01-26cgroup: use nodes_and() output where appropriateYury Norov
2026-01-26mm: use nodes_and() return value to simplify client codeYury Norov
2026-01-26nodemask: propagate boolean for nodes_and{,not}Yury Norov
2026-01-26powerpc/mm: support page table checkRohan McLure
2026-01-26powerpc/mm: use set_pte_at_unchecked() for internal usagesRohan McLure
2026-01-26powerpc/mm: implement *_user_accessible_page() for ptesRohan McLure
2026-01-26mm: provide address parameter to p{te,md,ud}_user_accessible_page()Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pte_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pmd_...Rohan McLure
2026-01-26mm/page_table_check: reinstate address parameter in [__]page_table_check_pud_...Rohan McLure
2026-01-26mm/page_table_check: provide addr parameter to page_table_check_ptes_set()Rohan McLure