aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-06-28Revert: "cpuidle: teo: Introduce util-awareness"Christian Loehle1-105/+0
2024-06-28cpufreq: make cpufreq_boost_enabled() return boolDhruva Gole2-4/+4
2024-06-28dt-bindings: iio: stm32: dfsdm: fix dtbs warnings on dfsdm audio portOlivier Moysan1-0/+4
2024-06-28cpufreq: intel_pstate: Support highest performance change interruptSrinivas Pandruvada1-4/+19
2024-06-28x86/cpufeatures: Add HWP highest perf change feature flagSrinivas Pandruvada1-0/+1
2024-06-28drm/xe: Get hwe domain specific FW to read RING_TIMESTAMPUmesh Nerlige Ramappa3-2/+11
2024-06-28i2c: testunit: discard write requests while old command is runningWolfram Sang1-0/+3
2024-06-28i2c: testunit: don't erase registers after STOPWolfram Sang1-1/+1
2024-06-28KVM: selftests: Add guest udelay() utility for x86Reinette Chatre2-0/+29
2024-06-28Merge tag 'i2c-host-fixes-6.10-rc6' of git://git.kernel.org/pub/scm/linux/ker...Wolfram Sang5-89/+139
2024-06-28Bluetooth: L2CAP: Fix deadlockLuiz Augusto von Dentz5-66/+37
2024-06-28bluetooth/hci: disallow setting handle bigger than HCI_CONN_HANDLE_MAXPavel Skripkin1-3/+12
2024-06-28Bluetooth: ISO: Check socket flag instead of hconIulia Tanasescu1-2/+1
2024-06-28bluetooth/l2cap: sync sock recv cb and releaseEdward Adam Davis1-3/+22
2024-06-28Bluetooth: Ignore too large handle values in BIGEdward Adam Davis1-0/+4
2024-06-28Bluetooth: btnxpuart: Enable Power Save feature on startupNeeraj Sanjay Kale1-1/+1
2024-06-28Bluetooth: hci_core: cancel all works upon hci_unregister_dev()Tetsuo Handa1-0/+4
2024-06-28Bluetooth: qca: Fix BT enable failure again for QCA6390 after warm rebootZijun Hu1-3/+15
2024-06-28Bluetooth: hci_event: Fix setting of unicast qos intervalLuiz Augusto von Dentz1-3/+19
2024-06-28Bluetooth: btintel_pcie: Fix REVERSE_INULL issue reported by coverityVijay Satija1-1/+1
2024-06-28Bluetooth: hci_bcm4377: Fix msgid releaseHector Martin1-1/+1
2024-06-28Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter3-0/+26
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki3-12/+15
2024-06-28ice: Allow different FW API versions based on MAC typePaul Greenwalt2-7/+19
2024-06-28ice: Check all ice_vsi_rebuild() errors in functionEric Joyner1-2/+11
2024-06-28interconnect: qcom: Add MSM8953 driverVladimir Lypak3-0/+1332
2024-06-28dt-bindings: interconnect: qcom: Add Qualcomm MSM8953 NoCVladimir Lypak2-0/+194
2024-06-28drm/nouveau: fix null pointer dereference in nouveau_connector_get_modesMa Ke1-0/+3
2024-06-28perf stat: Use field separator in the metric headerNamhyung Kim1-3/+14
2024-06-28remoteproc: mediatek: Don't attempt to remap l1tcm memory if missingNĂ­colas F. R. A. Prado1-7/+5
2024-06-28perf stat: Fix a segfault with --per-cluster --metric-onlyNamhyung Kim1-0/+3
2024-06-28cpumask: Add enabled cpumask for present CPUs that can be brought onlineJames Morse4-0/+44
2024-06-28arm64: document virtual CPU hotplug's expectationsJames Morse2-0/+80
2024-06-28arm64: Kconfig: Enable hotplug CPU on arm64 if ACPI_PROCESSOR is enabled.Jonathan Cameron2-0/+23
2024-06-28arm64: arch_register_cpu() variant to check if an ACPI handle is now available.Jonathan Cameron1-0/+53
2024-06-28arm64: psci: Ignore DENIED CPUsJean-Philippe Brucker2-2/+3
2024-06-28irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUsJames Morse4-11/+46
2024-06-28irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()James Morse1-11/+2
2024-06-28arm64: acpi: Harden get_cpu_for_acpi_id() against missing CPU entryJonathan Cameron1-1/+2
2024-06-28arm64: acpi: Move get_cpu_for_acpi_id() to a headerJames Morse2-11/+11
2024-06-28ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplugJames Morse3-5/+30
2024-06-28ACPI: scan: switch to flags for acpi_scan_check_and_detach()Jonathan Cameron1-5/+12
2024-06-28ACPI: processor: Register deferred CPUs from acpi_processor_get_info()James Morse1-7/+7
2024-06-28ACPI: processor: Add acpi_get_processor_handle() helperJonathan Cameron2-0/+18
2024-06-28ACPI: processor: Move checks and availability of acpi_processor earlierJonathan Cameron1-36/+52
2024-06-28ACPI: processor: Fix memory leaks in error paths of processor_add()Jonathan Cameron1-7/+8
2024-06-28ACPI: processor: Return an error if acpi_processor_get_info() fails in proces...Jonathan Cameron1-1/+1
2024-06-28ACPI: processor: Drop duplicated check on _STA (enabled + present)Jonathan Cameron1-6/+0
2024-06-28cpu: Do not warn on arch_register_cpu() returning -EPROBE_DEFERJonathan Cameron1-1/+1
2024-06-28ACPI: processor: Simplify initial onlining to use same path for cold and hotplugJonathan Cameron3-36/+16