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-03-04
arm64: Silence sparse warnings caused by the type casting in (cmp)xchg
Catalin Marinas
-5
/
+7
2026-03-04
x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file paths
Jan Stancek
-0
/
+1
2026-03-04
powerpc/crash: adjust the elfcorehdr size
Sourabh Jain
-1
/
+13
2026-03-04
powerpc/kexec/core: use big-endian types for crash variables
Sourabh Jain
-8
/
+9
2026-03-04
powerpc/prom_init: Fixup missing #size-cells on PowerMac media-bay nodes
Rob Herring (Arm)
-1
/
+2
2026-03-04
powerpc: dts: fsl: Drop unused .dtsi files
Rob Herring (Arm)
-324
/
+0
2026-03-04
powerpc/uaccess: Fix inline assembly for clang build on PPC32
Christophe Leroy (CS GROUP)
-1
/
+1
2026-03-04
powerpc/e500: Always use 64 bits PTE
Christophe Leroy
-110
/
+5
2026-03-03
KVM/TDX: Rename KVM_SUPPORTED_TD_ATTRS to KVM_SUPPORTED_TDX_TD_ATTRS
Xiaoyao Li
-2
/
+2
2026-03-03
x86/tdx: Rename TDX_ATTR_* to TDX_TD_ATTR_*
Xiaoyao Li
-44
/
+44
2026-03-03
KVM/TDX: Remove redundant definitions of TDX_TD_ATTR_*
Xiaoyao Li
-8
/
+2
2026-03-03
x86/tdx: Fix the typo in TDX_ATTR_MIGRTABLE
Xiaoyao Li
-3
/
+3
2026-03-03
KVM: x86: Drop redundant call to kvm_deliver_exception_payload()
Yosry Ahmed
-6
/
+4
2026-03-03
KVM: SVM: Skip OSVW MSR reads if current CPU doesn't support the feature
Sean Christopherson
-6
/
+2
2026-03-03
KVM: SVM: Skip OSVW variable updates if current CPU's errata are a subset
Sean Christopherson
-12
/
+10
2026-03-03
KVM: SVM: Extract OS-visible workarounds setup to helper function
Sean Christopherson
-41
/
+49
2026-03-03
KVM: SVM: Skip OSVW MSR reads if KVM is treating all errata as present
Sean Christopherson
-2
/
+12
2026-03-03
KVM: SVM: Serialize updates to global OS-Visible Workarounds variables
Sean Christopherson
-3
/
+7
2026-03-03
KVM: x86/mmu: Don't zero-allocate page table used for splitting a hugepage
Sean Christopherson
-1
/
+1
2026-03-03
xtensa: xtfpga: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
Andrew Davis
-7
/
+4
2026-03-03
xtensa: xt2000: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
Andrew Davis
-7
/
+4
2026-03-03
xtensa: ISS: Use register_sys_off_handler(SYS_OFF_MODE_RESTART)
Andrew Davis
-7
/
+4
2026-03-03
x86/cpu: Remove LASS restriction on EFI
Sohil Mehta
-6
/
+1
2026-03-03
x86/efi: Disable LASS while executing runtime services
Sohil Mehta
-0
/
+35
2026-03-03
x86/cpu: Defer LASS enabling until userspace comes up
Sohil Mehta
-1
/
+22
2026-03-03
bpf, arm64: Use ORR-based MOV for general-purpose registers
Puranjay Mohan
-1
/
+3
2026-03-03
bpf,s390: add fsession support for trampolines
Menglong Dong
-14
/
+60
2026-03-03
bpf,s390: introduce emit_store_stack_imm64() for trampoline
Menglong Dong
-11
/
+10
2026-03-03
s390: Introduce bpf_get_lowcore() kfunc
Ilya Leoshkevich
-0
/
+14
2026-03-03
sparc/PCI: Initialize msi_addr_mask for OF-created PCI devices
Nilay Shroff
-0
/
+7
2026-03-03
powerpc/pci: Initialize msi_addr_mask for OF-created PCI devices
Nilay Shroff
-0
/
+7
2026-03-03
s390/stackleak: Fix __stackleak_poison() inline assembly constraint
Heiko Carstens
-1
/
+1
2026-03-03
s390/xor: Improve inline assembly constraints
Heiko Carstens
-4
/
+4
2026-03-03
s390/xor: Fix xor_xc_2() inline assembly constraints
Heiko Carstens
-2
/
+2
2026-03-03
s390/xor: Fix xor_xc_5() inline assembly
Vasily Gorbik
-1
/
+0
2026-03-03
x86/PVH: Use boot params to pass RSDP address in start_info page
Hou Wenlong
-6
/
+1
2026-03-03
x86/xen: update outdated comment
kexinsun
-1
/
+1
2026-03-03
x86/xen: Build identity mapping page tables dynamically for XENPV
Hou Wenlong
-30
/
+9
2026-03-02
KVM: x86/mmu: Fix UBSAN warning when reading nx_huge_pages parameter
Gal Pressman
-0
/
+5
2026-03-02
KVM: SVM: Fix UBSAN warning when reading avic parameter
Gal Pressman
-1
/
+12
2026-03-02
KVM: x86: Add helpers to prepare kvm_run for userspace MMIO exit
Sean Christopherson
-43
/
+37
2026-03-02
KVM: x86: Don't panic the kernel if completing userspace I/O / MMIO goes side...
Sean Christopherson
-4
/
+8
2026-03-02
KVM: x86: Rename .read_write_emulate() to .read_write_guest()
Sean Christopherson
-10
/
+28
2026-03-02
KVM: x86: Fold emulator_write_phys() into write_emulate()
Sean Christopherson
-16
/
+7
2026-03-02
KVM: x86: Bury emulator read/write ops in emulator_{read,write}_emulated()
Sean Christopherson
-15
/
+14
2026-03-02
KVM: x86: Consolidate SEV-ES MMIO emulation into a single public API
Sean Christopherson
-38
/
+17
2026-03-02
KVM: x86: Dedup kvm_sev_es_mmio_{read,write}()
Sean Christopherson
-39
/
+19
2026-03-02
KVM: x86: Harden SEV-ES MMIO against on-stack use-after-free
Sean Christopherson
-4
/
+6
2026-03-02
KVM: x86: Move MMIO write tracing into vcpu_mmio_write()
Sean Christopherson
-8
/
+5
2026-03-02
KVM: x86: Open code read vs. write userspace MMIO exits in emulator_read_write()
Sean Christopherson
-20
/
+13
[prev]
[next]