summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-12-138-26/+59
|\
| * ima: Fix hash dependency to correct algorithmTianjia Zhang2022-11-281-1/+1
| * ima: Fix misuse of dereference of pointer in template_desc_init_fields()Xiu Jianfeng2022-11-161-2/+2
| * integrity: Fix memory leakage in keyring allocation error pathGUO Zihua2022-11-161-1/+5
| * ima: Fix memory leak in __ima_inode_hash()Roberto Sassu2022-11-031-1/+6
| * ima: Handle -ESTALE returned by ima_filter_rule_match()GUO Zihua2022-11-021-9/+32
| * ima: Simplify ima_lsm_copy_ruleGUO Zihua2022-11-021-7/+3
| * ima: Fix a potential NULL pointer access in ima_restore_measurement_listHuaxin Lu2022-11-021-1/+4
| * efi: Add iMac Pro 2017 to uefi skip cert quirkAditya Garg2022-11-011-0/+1
| * KEYS: encrypted: fix key instantiation with user-provided dataNikolaus Voss2022-10-192-4/+5
* | Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-134-29/+27
|\ \
| * | sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-214-29/+27
* | | Merge tag 'modules-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-1316-43/+840
|\ \ \
| * | | livepatch: Call klp_match_callback() in klp_find_callback() to avoid code dup...Zhen Lei2022-12-131-22/+11
| * | | module/decompress: Support zstd in-kernel decompressionStephen Boyd2022-12-072-3/+92
| * | | kallsyms: Remove unneeded semicolonYang Li2022-11-181-1/+1
| * | | kallsyms: Add self-test facilityZhen Lei2022-11-156-1/+514
| * | | livepatch: Use kallsyms_on_each_match_symbol() to improve performanceZhen Lei2022-11-131-1/+19
| * | | kallsyms: Add helper kallsyms_on_each_match_symbol()Zhen Lei2022-11-132-0/+26
| * | | kallsyms: Reduce the memory occupied by kallsyms_seqs_of_names[]Zhen Lei2022-11-133-6/+19
| * | | kallsyms: Correctly sequence symbols when CONFIG_LTO_CLANG=yZhen Lei2022-11-132-2/+38
| * | | kallsyms: Improve the performance of kallsyms_lookup_name()Zhen Lei2022-11-133-11/+113
| * | | scripts/kallsyms: rename build_initial_tok_table()Zhen Lei2022-11-131-2/+2
| * | | module: Fix NULL vs IS_ERR checking for module_get_next_pageMiaoqian Lin2022-11-111-4/+4
| * | | kernel/params.c: defer most of param_sysfs_init() to late_initcall timeRasmus Villemoes2022-11-111-2/+19
| * | | module: Remove unused macros module_addr_min/maxChen Zhongjin2022-11-111-3/+0
| * | | module: remove redundant module_sysfs_initialized variableRasmus Villemoes2022-11-113-4/+1
* | | | Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds2022-12-13215-3497/+18581
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'clk-mediatek', 'clk-trace', 'clk-qcom' and 'clk-microchip' in...Stephen Boyd2022-12-12127-2910/+11799
| |\ \ \ \ \ \ \
| | | | | * | | | clk: microchip: enable the MPFS clk driver by default if SOC_MICROCHIP_POLARFIREConor Dooley2022-12-091-1/+2
| | | | | * | | | Merge tag 'clk-microchip-fixes-6.1-2' of https://git.kernel.org/pub/scm/linux...Stephen Boyd2022-12-083-2/+8
| | | | | |\ \ \ \ | | | | | | |_|_|/ | | | | | |/| | |
| | | | | | * | | clk: microchip: check for null return of devm_kzalloc()Hui Tang2022-11-241-0/+6
| | | | * | | | | Merge tag 'qcom-clk-for-6.2' of https://git.kernel.org/pub/scm/linux/kernel/g...Stephen Boyd2022-12-07102-2523/+10579
| | | | |\ \ \ \ \ | | | | | |/ / / / | | | | |/| | | |
| | | | | * | | | clk: qcom: rpmh: add support for SM6350 rpmh IPA clockLuca Weiss2022-12-061-0/+1
| | | | | * | | | clk: qcom: mmcc-msm8974: use parent_hws/_data instead of parent_namesDmitry Baryshkov2022-12-061-252/+264
| | | | | * | | | clk: qcom: mmcc-msm8974: move clock parent tables downDmitry Baryshkov2022-12-061-85/+85
| | | | | * | | | clk: qcom: mmcc-msm8974: use ARRAY_SIZE instead of specifying num_parentsDmitry Baryshkov2022-12-061-37/+37
| | | | | * | | | clk: qcom: gcc-msm8974: use parent_hws/_data instead of parent_namesDmitry Baryshkov2022-12-061-239/+253
| | | | | * | | | clk: qcom: gcc-msm8974: move clock parent tables downDmitry Baryshkov2022-12-061-49/+49
| | | | | * | | | clk: qcom: gcc-msm8974: use ARRAY_SIZE instead of specifying num_parentsDmitry Baryshkov2022-12-061-55/+55
| | | | | * | | | dt-bindings: clocks: qcom,mmcc: define clocks/clock-names for MSM8974Dmitry Baryshkov2022-12-061-0/+38
| | | | | * | | | dt-bindings: clock: split qcom,gcc-msm8974,-msm8226 to the separate fileDmitry Baryshkov2022-12-062-8/+62
| | | | | * | | | clk: qcom: gcc-ipq4019: switch to devm_clk_notifier_registerRobert Marko2022-12-061-9/+2
| | | | | * | | | clk: qcom: rpmh: remove usage of platform nameDmitry Baryshkov2022-12-021-171/+171
| | | | | * | | | clk: qcom: rpmh: rename VRM clock dataDmitry Baryshkov2022-12-021-129/+129
| | | | | * | | | clk: qcom: rpmh: rename ARC clock dataDmitry Baryshkov2022-12-021-31/+31
| | | | | * | | | clk: qcom: rpmh: support separate symbol name for the RPMH clocksDmitry Baryshkov2022-12-021-8/+8
| | | | | * | | | clk: qcom: rpmh: remove platform names from BCM clocksDmitry Baryshkov2022-12-021-26/+26
| | | | | * | | | clk: qcom: rpmh: drop all _ao namesDmitry Baryshkov2022-12-021-32/+30
| | | | | * | | | clk: qcom: rpmh: reuse common duplicate clocksDmitry Baryshkov2022-12-021-15/+9