summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | perf test: test_intel_pt.sh: Fix return checking againAdrian Hunter2022-10-151-4/+3
| * | | perf: Skip and warn on unknown format 'configN' attrsRob Herring2022-10-145-13/+26
| * | | perf list: Fix metricgroups title messageAndi Kleen2022-10-141-1/+1
| * | | perf mem: Fix -C option behavior for perf mem recordNamhyung Kim2022-10-141-0/+8
| * | | perf annotate: Add missing condition flags for arm64Namhyung Kim2022-10-141-1/+1
| * | | libperf: Do not include non-UAPI linux/compiler.h headerArnaldo Carvalho de Melo2022-10-141-3/+2
| * | | perf test: Fix test_arm_coresight.sh failures on JunoJames Clark2022-10-141-1/+1
| * | | perf stat: Support old kernels for bperf cgroup countingNamhyung Kim2022-10-141-1/+28
* | | | Merge tag 'kbuild-fixes-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-166-11/+18
|\ \ \ \
| * | | | lib/Kconfig.debug: Add check for non-constant .{s,u}leb128 support to DWARF5Nathan Chancellor2022-10-171-2/+7
| * | | | kbuild: fix single directory buildMasahiro Yamada2022-10-171-0/+2
| * | | | kbuild: add -fno-discard-value-names to cmd_cc_ll_cNick Desaulniers2022-10-151-1/+1
| * | | | scripts/clang-tools: Convert clang-tidy args to listGuru Das Srinagesh2022-10-141-5/+6
| * | | | modpost: put modpost options before argumentRichard Acayan2022-10-141-1/+1
| * | | | kbuild: Stop including vmlinux.bz2 in the rpm'sZack Rusin2022-10-131-2/+0
| * | | | Kconfig.debug: add toolchain checks for DEBUG_INFO_DWARF_TOOLCHAIN_DEFAULTMasahiro Yamada2022-10-131-0/+1
| * | | | Kconfig.debug: simplify the dependency of DEBUG_INFO_DWARF4/5Masahiro Yamada2022-10-131-2/+2
* | | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-10-1618-129/+1831
|\ \ \ \ \
| * \ \ \ \ Merge branch 'clk-rate-range' into clk-nextStephen Boyd2022-10-1411-116/+1822
| |\ \ \ \ \
| | * | | | | clk: mediatek: clk-mux: Add .determine_rate() callbackAngeloGioacchino Del Regno2022-10-141-0/+10
| | * | | | | clk: tests: Add tests for notifiersMaxime Ripard2022-10-101-0/+156
| | * | | | | clk: Update req_rate on __clk_recalc_rates()Maxime Ripard2022-10-101-28/+11
| | * | | | | clk: tests: Add missing test case for rangesMaxime Ripard2022-09-151-0/+53
| | * | | | | clk: qcom: clk-rcg2: Take clock boundaries into consideration for gfx3dMaxime Ripard2022-09-151-0/+9
| | * | | | | clk: Introduce the clk_hw_get_rate_range functionMaxime Ripard2022-09-152-0/+18
| | * | | | | clk: Zero the clk_rate_request structureMaxime Ripard2022-09-151-0/+2
| | * | | | | clk: Stop forwarding clk_rate_requests to the parentMaxime Ripard2022-09-157-16/+279
| | * | | | | clk: Constify clk_has_parent()Maxime Ripard2022-09-152-2/+2
| | * | | | | clk: Introduce clk_core_has_parent()Maxime Ripard2022-09-152-15/+65
| | * | | | | clk: Switch from __clk_determine_rate to clk_core_round_rate_nolockMaxime Ripard2022-09-151-3/+10
| | * | | | | clk: Add our request boundaries in clk_core_init_rate_reqMaxime Ripard2022-09-151-6/+1
| | * | | | | clk: Introduce clk_hw_init_rate_request()Maxime Ripard2022-09-153-10/+36
| | * | | | | clk: Move clk_core_init_rate_req() from clk_core_round_rate_nolock() to its c...Maxime Ripard2022-09-151-5/+3
| | * | | | | clk: Change clk_core_init_rate_req prototypeMaxime Ripard2022-09-151-4/+6
| | * | | | | clk: Set req_rate on reparentingMaxime Ripard2022-09-152-0/+261
| | * | | | | clk: Take into account uncached clocks in clk_set_rate_range()Maxime Ripard2022-09-152-1/+36
| | * | | | | clk: tests: Add some tests for orphan with multiple parentsMaxime Ripard2022-09-151-0/+237
| | * | | | | clk: tests: Add tests for mux with multiple parentsMaxime Ripard2022-09-151-0/+121
| | * | | | | clk: tests: Add tests for single parent muxMaxime Ripard2022-09-151-9/+185
| | * | | | | clk: tests: Add tests for uncached clockMaxime Ripard2022-09-151-1/+92
| | * | | | | clk: tests: Add reference to the orphan mux bug reportMaxime Ripard2022-09-151-0/+3
| | * | | | | clk: tests: Add test suites descriptionMaxime Ripard2022-09-151-0/+33
| | * | | | | clk: Clarify clk_get_rate() expectationsMaxime Ripard2022-09-151-2/+3
| | * | | | | clk: Mention that .recalc_rate can return 0 on errorMaxime Ripard2022-09-151-2/+3
| | * | | | | clk: Skip clamping when rounding if there's no boundariesMaxime Ripard2022-09-151-1/+13
| | * | | | | clk: Drop the rate range on clk_put()Maxime Ripard2022-09-152-14/+141
| | * | | | | clk: test: Switch to clk_hw_get_clkMaxime Ripard2022-09-151-19/+55
| * | | | | | clk: tegra: Fix Tegra PWM parent clockJon Hunter2022-10-145-0/+5
| * | | | | | clk: at91: fix the build with binutils 2.27Kefeng Wang2022-10-141-2/+4
| * | | | | | clk: qcom: gcc-msm8660: Drop hardcoded fixed board clocksLinus Walleij2022-10-141-11/+0