summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'thermal-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-04-284-9/+7
|\
| * Merge branch 'thermal-int340x'Rafael J. Wysocki2022-04-281-2/+2
| |\
| | * thermal: int340x: Fix attr.show callback prototypeKees Cook2022-04-211-2/+2
| * | thermal/governor: Remove deprecated informationDaniel Lezcano2022-04-222-4/+5
| * | Revert "thermal/core: Deprecate changing cooling device state from userspace"Daniel Lezcano2022-04-221-3/+0
| |/
* | Merge tag 'pm-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2022-04-283-26/+75
|\ \
| * \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2022-04-281-12/+15
| |\ \
| | * | intel_idle: Fix SPR C6 optimizationArtem Bityutskiy2022-04-271-5/+3
| | * | intel_idle: Fix the 'preferred_cstates' module parameterArtem Bityutskiy2022-04-271-7/+12
| * | | Merge tag 'cpufreq-arm-fixes-5.18-rc5' of git://git.kernel.org/pub/scm/linux/...Rafael J. Wysocki2022-04-272-14/+60
| |\ \ \ | | |/ / | |/| |
| | * | cpufreq: qcom-cpufreq-hw: Clear dcvs interruptsVladimir Zapolskiy2022-04-261-0/+8
| | * | cpufreq: fix memory leak in sun50i_cpufreq_nvmem_probeXiaobing Luo2022-04-251-1/+3
| | * | cpufreq: qcom-cpufreq-hw: Fix throttle frequency value on EPSS platformsVladimir Zapolskiy2022-04-041-6/+11
| | * | cpufreq: qcom-hw: provide online/offline operationsDmitry Baryshkov2022-04-041-2/+26
| | * | cpufreq: qcom-hw: fix the opp entries refcountingDmitry Baryshkov2022-04-041-4/+10
| | * | cpufreq: qcom-hw: fix the race between LMH worker and cpuhpDmitry Baryshkov2022-04-041-1/+1
| | * | cpufreq: qcom-hw: drop affinity hint before freeing the IRQDmitry Baryshkov2022-04-041-0/+1
* | | | Merge tag 'acpi-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-04-281-6/+2
|\ \ \ \
| * | | | Revert "ACPI: processor: idle: fix lockup regression on 32-bit ThinkPad T40"Ville Syrjälä2022-04-211-5/+0
| * | | | ACPI: processor: idle: Avoid falling back to C3 type C-statesVille Syrjälä2022-04-211-1/+2
| | |_|/ | |/| |
* | | | Merge tag 'platform-drivers-x86-v5.18-3' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2022-04-287-21/+59
|\ \ \ \
| * | | | platform/x86/intel: pmc/core: change pmc_lpm_modes to staticTom Rix2022-04-271-1/+1
| * | | | platform/x86/intel/sdsi: Fix bug in multi packet readsDavid E. Box2022-04-271-5/+3
| * | | | platform/x86/intel/sdsi: Poll on ready bit for writesDavid E. Box2022-04-271-2/+2
| * | | | platform/x86/intel/sdsi: Handle leaky bucketDavid E. Box2022-04-271-7/+25
| * | | | platform/x86: intel-uncore-freq: Prevent driver loading in guestsSrinivas Pandruvada2022-04-271-0/+3
| * | | | platform/x86: gigabyte-wmi: added support for B660 GAMING X DDR4 motherboardDarryn Anton Jordan2022-04-271-0/+1
| * | | | platform/x86: dell-laptop: Add quirk entry for Latitude 7520Gabriele Mazzotta2022-04-271-0/+13
| * | | | platform/x86: asus-wmi: Fix driver not binding when fan curve control probe f...Hans de Goede2022-04-271-3/+4
| * | | | platform/x86: asus-wmi: Potential buffer overflow in asus_wmi_evaluate_method...Dan Carpenter2022-04-271-2/+6
| * | | | tools/power/x86/intel-speed-select: fix build failure when using -Wl,--as-neededHerton R. Krzesinski2022-04-131-1/+1
* | | | | Merge tag 'regulator-fix-v5.18-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-04-281-1/+1
|\ \ \ \ \
| * | | | | regulator: dt-bindings: Revise the rt5190a buck/ldo descriptionChiYuan Huang2022-04-221-1/+1
* | | | | | Merge tag 'gfs2-v5.18-rc4-fix2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-04-281-4/+0
|\ \ \ \ \ \
| * | | | | | gfs2: No short reads or writes upon glock contentionAndreas Gruenbacher2022-04-281-4/+0
* | | | | | | Merge tag 'xfs-5.18-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-04-285-39/+38
|\ \ \ \ \ \ \
| * | | | | | | xfs: reorder iunlink remove operation in xfs_ifreeDave Chinner2022-04-211-11/+13
| * | | | | | | MAINTAINERS: update IOMAP FILESYSTEM LIBRARY and XFS FILESYSTEMTiezhu Yang2022-04-211-3/+0
| * | | | | | | xfs: convert buffer flags to unsigned.Dave Chinner2022-04-213-25/+25
* | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-04-272-2/+10
|\ \ \ \ \ \ \ \
| * | | | | | | | docs: vm/page_owner: use literal blocks for param descriptionAkira Yokosawa2022-04-271-2/+3
| * | | | | | | | kasan: prevent cpu_quarantine corruption when CPU offline and cache shrink oc...Zqiang2022-04-271-0/+7
* | | | | | | | | hex2bin: fix access beyond string endMikulas Patocka2022-04-271-3/+6
* | | | | | | | | hex2bin: make the function hex_to_bin constant-timeMikulas Patocka2022-04-272-8/+26
* | | | | | | | | Merge tag 'zonefs-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-04-271-5/+41
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | zonefs: Fix management of open zonesDamien Le Moal2022-04-211-5/+40
| * | | | | | | | | zonefs: Clear inode information flags on inode creationDamien Le Moal2022-04-211-0/+1
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'mtd/fixes-for-5.18-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-04-274-25/+31
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mtd: rawnand: qcom: fix memory corruption that causes panicMd Sadre Alam2022-04-211-11/+13
| * | | | | | | | | mtd: fix 'part' field data corruption in mtd_infoOleksandr Ocheretnyi2022-04-211-4/+2