index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Lines
2026-01-09
ARM: dts: lpc32xx: Add missing DMA properties
Piotr Wojtaszczyk
-0
/
+25
2026-01-09
ARM: dts: lpc32xx: Use syscon for system control block
Piotr Wojtaszczyk
-4
/
+4
2026-01-09
ARM: dts: lpc32xx: describe FLASH_INT of SLC NAND controller
Vladimir Zapolskiy
-0
/
+1
2026-01-09
ARM: dts: lpc32xx: change NAND controllers node names
Vladimir Zapolskiy
-2
/
+2
2026-01-09
ARM: dts: lpc32xx: Update spi clock properties
Kuldeep Singh
-4
/
+4
2026-01-09
ARM: dts: Add support for pcb8385
Horatiu Vultur
-1
/
+133
2026-01-08
arm64: Disable branch profiling for all arm64 code
Breno Leitao
-0
/
+4
2026-01-08
arm64: dts: qcom: qrb2210-rb1: Add overlay for vision mezzanine
Loic Poulain
-0
/
+71
2026-01-08
arm64: dts: qcom: qrb2210-rb1: Add PM8008 node
Loic Poulain
-0
/
+75
2026-01-08
arm64: dts: qcom: qcm2290: Add pin configuration for mclks
Loic Poulain
-0
/
+28
2026-01-08
KVM: arm64: Remove unused parameter in synchronize_vcpu_pstate()
Alexandru Elisei
-3
/
+3
2026-01-08
KVM: arm64: Remove extra argument for __pvkm_host_{share,unshare}_hyp()
Alexandru Elisei
-2
/
+2
2026-01-08
KVM: arm64: Inject UNDEF for a register trap without accessor
Alexandru Elisei
-1
/
+4
2026-01-08
KVM: arm64: Copy FGT traps to unprotected pKVM VCPU on VCPU load
Alexandru Elisei
-1
/
+3
2026-01-08
KVM: SVM: Allow KVM_SET_NESTED_STATE to clear GIF when SVME==0
Jim Mattson
-5
/
+5
2026-01-08
KVM: SVM: Don't set GIF when clearing EFER.SVME
Jim Mattson
-1
/
+2
2026-01-08
KVM: arm64: Fix EL2 S1 XN handling for hVHE setups
Marc Zyngier
-1
/
+9
2026-01-08
KVM: arm64: gic: Check for vGICv3 when clearing TWI
Sascha Bischoff
-0
/
+1
2026-01-08
arm64: defconfig: Enable Apple Silicon drivers
Sven Peter
-0
/
+27
2026-01-08
arm64: select APPLE_PMGR_PWRSTATE for ARCH_APPLE
Janne Grunau
-0
/
+1
2026-01-08
KVM: SVM: Virtualize and advertise support for ERAPS
Amit Shah
-3
/
+77
2026-01-08
KVM: SVM: Don't allow L1 intercepts for instructions not advertised
Kevin Cheng
-8
/
+46
2026-01-08
KVM: SVM: Add support for expedited writes to the fast MMIO bus
Sean Christopherson
-0
/
+21
2026-01-08
KVM: SVM: Rename "fault_address" to "gpa" in npf_interception()
Sean Christopherson
-4
/
+4
2026-01-08
KVM: nSVM: Remove a user-triggerable WARN on nested_svm_load_cr3() succeeding
Sean Christopherson
-2
/
+1
2026-01-08
arm64: dts: apple: s8001: Add DWI backlight for J98a, J99a
Nick Chan
-0
/
+11
2026-01-08
KVM: x86: Don't read guest CR3 when doing async pf while the MMU is direct
Xiaoyao Li
-1
/
+4
2026-01-08
KVM: x86: Return "unsupported" instead of "invalid" on access to unsupported ...
Sean Christopherson
-20
/
+20
2026-01-08
KVM: nVMX: Mark APIC access page dirty when syncing vmcs12 pages
Fred Griffoul
-4
/
+1
2026-01-08
KVM: VMX: Move nested_mark_vmcs12_pages_dirty() to vmx.c, and rename
Sean Christopherson
-14
/
+13
2026-01-08
KVM: nVMX: Precisely mark vAPIC and PID maps dirty when delivering nested PI
Sean Christopherson
-1
/
+2
2026-01-08
KVM: x86: Mark vmcs12 pages as dirty if and only if they're mapped
Sean Christopherson
-12
/
+3
2026-01-08
KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Sean Christopherson
-13
/
+52
2026-01-08
KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list address
Sean Christopherson
-0
/
+1
2026-01-08
KVM: VMX: Dedup code for adding MSR to VMCS's auto list
Sean Christopherson
-22
/
+19
2026-01-08
KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load list
Sean Christopherson
-11
/
+12
2026-01-08
KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"
Sean Christopherson
-2
/
+2
2026-01-08
KVM: VMX: Bug the VM if either MSR auto-load list is full
Sean Christopherson
-5
/
+4
2026-01-08
KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()
Sean Christopherson
-9
/
+4
2026-01-08
KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
Sean Christopherson
-15
/
+16
2026-01-08
KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
Sean Christopherson
-51
/
+24
2026-01-08
KVM: VMX: Drop intermediate "guest" field from msr_autostore
Sean Christopherson
-9
/
+7
2026-01-08
KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
Sean Christopherson
-2
/
+4
2026-01-08
KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
Dapeng Mi
-0
/
+4
2026-01-08
KVM: nSVM: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
-1
/
+17
2026-01-08
KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
Mingwei Zhang
-0
/
+30
2026-01-08
KVM: nVMX: Add macros to simplify nested MSR interception setting
Dapeng Mi
-16
/
+19
2026-01-08
KVM: x86/pmu: Handle emulated instruction for mediated vPMU
Dapeng Mi
-2
/
+37
2026-01-08
KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
Sean Christopherson
-0
/
+19
2026-01-08
KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Dapeng Mi
-3
/
+225
[prev]
[next]