summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorLines
2026-01-12KVM: x86: Drop ASSERT() on I/O APIC EOIs being only for LEVEL_to WARN_ON_ONCESean Christopherson-6/+0
2026-01-12KVM: x86: Drop guest/user-triggerable asserts on IRR/ISR vectorsSean Christopherson-12/+2
2026-01-12KVM: x86: Drop ASSERT()s on APIC/vCPU being non-NULLSean Christopherson-5/+0
2026-01-12KVM: x86: Enforce use of EXPORT_SYMBOL_FOR_KVM_INTERNALSean Christopherson-0/+49
2026-01-12x86/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-13/+2
2026-01-12riscv/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-17/+1
2026-01-12loongarch/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-17/+1
2026-01-12arm64/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-17/+1
2026-01-12arm/paravirt: Use common code for paravirt_steal_clock()Juergen Gross-39/+1
2026-01-12sched: Move clock related paravirt code to kernel/schedJuergen Gross-39/+9
2026-01-12paravirt: Remove asm/paravirt_api_clock.hJuergen Gross-7/+0
2026-01-12x86/paravirt: Move thunk macros to paravirt_types.hJuergen Gross-68/+68
2026-01-12x86/paravirt: Remove PARAVIRT_DEBUG config optionJuergen Gross-16/+0
2026-01-12x86/paravirt: Remove some unneeded struct declarationsJuergen Gross-10/+0
2026-01-12arm64: dts: mediatek: mt6795-xperia-m5: Add UHS pins for MMC1 and 2AngeloGioacchino Del Regno-2/+46
2026-01-12arm64: dts: mediatek: mt8192-asurada: Remove unused clock-stretch-nsAngeloGioacchino Del Regno-1/+0
2026-01-12arm64: dts: mediatek: mt8173-elm: Remove regulators from thermal nodeAngeloGioacchino Del Regno-5/+0
2026-01-12arm64: dts: mediatek: mt8173-elm: Fix dsi0 ports warningAngeloGioacchino Del Regno-5/+3
2026-01-12arm64: dts: mediatek: mt8173-elm: Fix bluetooth node name and reorderAngeloGioacchino Del Regno-8/+8
2026-01-12arm64: dts: mediatek: mt8183-pumpkin: Fix pinmux node namesAngeloGioacchino Del Regno-8/+8
2026-01-12arm64: dts: mediatek: mt8183-jacuzzi-pico6: Fix typo in pinmux nodeAngeloGioacchino Del Regno-1/+1
2026-01-12arm64: dts: mediatek: mt7981b-openwrt-one: Remove useless cells from flash@0AngeloGioacchino Del Regno-2/+0
2026-01-12arm64: dts: mediatek: mt8183-evb: Fix dtbs_check warningsAngeloGioacchino Del Regno-18/+18
2026-01-12arm64: dts: mediatek: mt8173: Fix pinctrl node names and cleanupAngeloGioacchino Del Regno-132/+128
2026-01-12arm64: dts: mediatek: mt8188-geralt: drop firmware-name from first SCP coreChen-Yu Tsai-1/+0
2026-01-12x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is setHou Wenlong-0/+2
2026-01-12arm64: dts: renesas: Use lowercase hexKrzysztof Kozlowski-186/+186
2026-01-12arm64: dts: renesas: Use hyphens in node namesKrzysztof Kozlowski-15/+15
2026-01-12arm/arm64: dts: renesas: Drop unused .dtsiRob Herring (Arm)-614/+0
2026-01-12x86/paravirt: Remove not needed includes of paravirt.hJuergen Gross-22/+0
2026-01-12arm64: dts: cix: Add OrangePi 6 Plus board supportGary Yang-0/+84
2026-01-11Merge tag 'x86-urgent-2026-01-11' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+2
2026-01-11treewide: Update email addressThomas Gleixner-6/+6
2026-01-10Merge tag 'riscv-for-linus-6.19-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-35/+26
2026-01-10ARM: at91: remove unnecessary of_platform_default_populate callsRob Herring (Arm)-61/+0
2026-01-10ARM: at91: Move PM init functions to .init_late hookRob Herring (Arm)-11/+8
2026-01-10x86/resctrl: Enable RDT_RESOURCE_PERF_PKGTony Luck-0/+22
2026-01-10x86,fs/resctrl: Compute number of RMIDs as minimum across resourcesTony Luck-2/+13
2026-01-10x86/resctrl: Handle number of RMIDs supported by RDT_RESOURCE_PERF_PKGTony Luck-1/+52
2026-01-10KVM: arm64: Invert KVM_PGTABLE_WALK_HANDLE_FAULT to fix pKVM walkersWill Deacon-10/+9
2026-01-10x86/fpu: Clear XSTATE_BV[i] in guest XSAVE state whenever XFD[i]=1Sean Christopherson-3/+38
2026-01-10arm: dts: lpc32xx: add interrupts property to Motor Control PWMVladimir Zapolskiy-0/+1
2026-01-10arm: dts: lpc32xx: add clocks property to Motor Control PWM device tree nodeVladimir Zapolskiy-0/+1
2026-01-09Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds-4/+14
2026-01-09Merge tag 'soc-fixes-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds-77/+83
2026-01-09KVM: arm64: Don't blindly set set PSTATE.PAN on guest exitMarc Zyngier-2/+36
2026-01-09KVM: arm64: nv: Respect stage-2 write permssion when setting stage-1 AFOliver Upton-2/+6
2026-01-09KVM: arm64: Remove unused vcpu_{clear,set}_wfx_traps()Dongxu Sun-16/+0
2026-01-09x86/resctrl: Add energy/perf choices to rdt boot optionTony Luck-0/+42
2026-01-09x86,fs/resctrl: Handle domain creation/deletion for RDT_RESOURCE_PERF_PKGTony Luck-0/+59