summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thermal: spear: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal: exynos_tmu: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal: rzg2l: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal: rockchip: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal: rcar: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: rcar_gen3: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: tsens: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: lvts: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: kirkwood: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: k3_j72xx_bandgap: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: k3_bandgap: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: int3406: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-3/+2
* thermal: int3403: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: int3402: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: int3401: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: int3400: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-3/+2
* thermal: imx: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: imx8mm: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: hisi: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: dove: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: da9062: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-3/+2
* thermal: ns: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: bcm2835: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* thermal: armada: Convert to platform remove callback returning voidUwe Kleine-König2023-09-291-4/+2
* Linux 6.6-rc3v6.6-rc3Linus Torvalds2023-09-241-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-09-2420-161/+209
|\
| * Merge tag 'kvm-riscv-fixes-6.6-1' of https://github.com/kvm-riscv/linux into ...Paolo Bonzini2023-09-23350-1241/+2321
| |\
| | * KVM: riscv: selftests: Selectively filter-out AIA registersAnup Patel2023-09-211-2/+21
| | * KVM: riscv: selftests: Fix ISA_EXT register handling in get-reg-listAnup Patel2023-09-211-14/+21
| | * RISC-V: KVM: Fix riscv_vcpu_get_isa_ext_single() for missing extensionsAnup Patel2023-09-211-1/+4
| | * RISC-V: KVM: Fix KVM_GET_REG_LIST API for ISA_EXT registersAnup Patel2023-09-211-1/+1
| * | KVM: SVM: Do not use user return MSR support for virtualized TSC_AUXTom Lendacky2023-09-231-1/+33
| * | KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-09-233-12/+29
| * | KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-09-231-4/+1
| * | KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-236-103/+68
| * | KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-09-233-19/+14
| * | KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-09-213-7/+12
| * | KVM: selftests: Assert that vasprintf() is successfulSean Christopherson2023-09-201-1/+1
| * | Merge tag 'kvmarm-fixes-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2023-09-148-8/+16
| |\ \
| | * | KVM: arm64: nvhe: Ignore SVE hint in SMCCC function IDJean-Philippe Brucker2023-09-127-8/+13
| | * | KVM: arm64: Properly return allocated EL2 VA from hyp_alloc_private_va_range()Marc Zyngier2023-09-121-0/+3
| |/ /
* | | Merge tag 'trace-v6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2023-09-242-30/+85
|\ \ \
| * | | eventfs: Remember what dentries were created on dir openSteven Rostedt (Google)2023-09-221-17/+70
| * | | ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian2023-09-221-13/+15
| | |/ | |/|
* | | Merge tag 'cxl-fixes-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-09-248-33/+60
|\ \ \
| * | | cxl/acpi: Annotate struct cxl_cxims_data with __counted_byKees Cook2023-09-221-2/+2
| * | | cxl/port: Fix cxl_test register enumeration regressionDan Williams2023-09-221-4/+9
| * | | cxl/region: Refactor granularity select in cxl_port_setup_targets()Alison Schofield2023-09-141-9/+8
| * | | cxl/region: Match auto-discovered region decoders by HPA rangeAlison Schofield2023-09-141-1/+23
| * | | cxl/mbox: Fix CEL logic for poison and security commandsIra Weiny2023-09-141-11/+12