summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2025-11-15arm64: dts: rockchip: fixes audio for 100ASK DshanPi A1Chukun Pan1-14/+9
2025-11-15arm64: dts: rockchip: fixes vcc3v3_s0 supply for 100ASK DshanPi A1Chukun Pan1-3/+3
2025-11-15mm: fix MAX_FOLIO_ORDER on powerpc configs with hugetlbDavid Hildenbrand (Red Hat)2-1/+1
2025-11-15Merge tag 's390-6.18-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2-9/+7
2025-11-15Merge tag 'x86-urgent-2025-11-15' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-0/+8
2025-11-15ARM: dts: microchip: sama5d2: fix spi flexcom fifo size to 32Nicolas Ferre1-5/+5
2025-11-15x86/hyperv: Enable build of hypervisor crashdump collection filesMukesh Rathor3-0/+16
2025-11-15x86/hyperv: Implement hypervisor RAM collection into vmcoreMukesh Rathor1-0/+642
2025-11-15x86/hyperv: Add trampoline asm code to transition from hypervisorMukesh Rathor1-0/+101
2025-11-15x86/hyperv: Rename guest crash shutdown functionMukesh Rathor1-2/+3
2025-11-15x86: mshyperv: Remove duplicate asm/msr.h headerJiapeng Chong1-1/+0
2025-11-15arch/x86: mshyperv: Trap on access for some synthetic MSRsRoman Kisel1-4/+25
2025-11-15arch: hyperv: Get/set SynIC synth.registers via paravisorRoman Kisel1-0/+20
2025-11-15arch/x86: mshyperv: Discover Confidential VMBus availabilityRoman Kisel1-13/+15
2025-11-15x86/hyperv: Allow Hyper-V to inject STIMER0 interruptsTianyu Lan1-0/+7
2025-11-15x86/hyperv: Don't use auto-eoi when Secure AVIC is availableTianyu Lan1-0/+3
2025-11-15drivers: hv: Allow vmbus message synic interrupt injected from Hyper-VTianyu Lan1-0/+5
2025-11-15x86/hyperv: Don't use hv apic driver when Secure AVIC is availableTianyu Lan1-0/+3
2025-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov88-496/+643
2025-11-15Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds3-6/+17
2025-11-15x86/sgx: Fix a typo in the kernel-doc comment for enum sgx_attributeSean Christopherson1-1/+1
2025-11-15x86/sgx: Remove superfluous asterisk from copyright comment in asm/sgx.hSean Christopherson1-1/+1
2025-11-15x86/sgx: Document structs and enums with '@', not '%'Sean Christopherson2-31/+31
2025-11-15x86/sgx: Add kernel-doc descriptions for params passed to vDSO user handlerSean Christopherson1-0/+6
2025-11-15x86/sgx: Add a missing colon in kernel-doc markup for "struct sgx_enclave_run"Sean Christopherson1-1/+1
2025-11-15arm64: tegra: Remove OTG ID GPIO from Jetson TX2 NXAaron Kling1-1/+0
2025-11-15arm64: tegra: Set USB Micro-B port to OTG mode on P3450Aaron Kling1-1/+1
2025-11-15arm64: tegra: Add NVJPG node for Tegra210 platformsDiogo Ivo1-1/+7
2025-11-15arm64: tegra: Add Tegra210 NVJPG power-domain nodeDiogo Ivo1-0/+6
2025-11-15arm64: tegra: Add interrupts for Tegra234 USB wake eventsHaotien Hsu1-2/+9
2025-11-15arm64: tegra: Add reserved-memory node for P2180Aaron Kling1-0/+6
2025-11-15arm64: tegra: Add reserved-memory node for P3450Aaron Kling1-0/+6
2025-11-15arm64: tegra: Enable NVDEC and NVENC on Tegra210Aaron Kling1-2/+26
2025-11-15arm64: tegra: Fix APB DMA controller node nameNino Zhang2-2/+2
2025-11-15arm64: tegra: Add default GIC address cells on Tegra210Krzysztof Kozlowski1-0/+1
2025-11-15arm64: tegra: Add default GIC address cells on Tegra194Krzysztof Kozlowski1-0/+1
2025-11-15arm64: tegra: Add default GIC address cells on Tegra186Krzysztof Kozlowski1-0/+1
2025-11-15arm64: tegra: Add default GIC address cells on Tegra132Krzysztof Kozlowski1-0/+1
2025-11-15arm64: tegra: Add OPP tables on Tegra210Aaron Kling2-0/+142
2025-11-15arm64: tegra: Add interconnect properties for Tegra210Aaron Kling1-0/+24
2025-11-15arm64: tegra: Add ACTMON on Tegra210Aaron Kling1-0/+12
2025-11-15Merge tag 'arm-soc/for-6.18/devicetree-arm64-fixes-v2' of https://github.com/...Arnd Bergmann1-0/+10
2025-11-15Merge tag 'arm-soc/for-6.18/devicetree-fixes-part2' of https://github.com/Bro...Arnd Bergmann1-2/+2
2025-11-15Merge tag 'arm-soc/for-6.18/defconfig-arm64-fixes' of https://github.com/Broa...Arnd Bergmann1-1/+1
2025-11-15Merge tag 'imx-fixes-6.18' of https://git.kernel.org/pub/scm/linux/kernel/git...Arnd Bergmann5-11/+24
2025-11-15Merge tag 'aspeed-6.18-fixes-0' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann1-0/+14
2025-11-15Merge tag 'tegra-for-6.18-arm64-dt-fixes' of git://git.kernel.org/pub/scm/lin...Arnd Bergmann1-0/+1
2025-11-14x86/bugs: Get rid of the forward declarationsBorislav Petkov (AMD)1-140/+93
2025-11-14KVM: SEV: Add known supported SEV-SNP policy bitsTom Lendacky1-6/+16
2025-11-14KVM: SEV: Publish supported SEV-SNP policy bitsTom Lendacky2-2/+12