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-31
ARM: dts: am335x: Add Seeed Studio BeagleBone HDMI cape overlay
Kory Maincent (TI)
-0
/
+162
2026-03-31
ARM: dts: qcom: msm8974: Drop RPM bus clocks
Dmitry Baryshkov
-18
/
+3
2026-03-31
riscv: dts: microchip: update mpfs gpio interrupts to better match the SoC
Conor Dooley
-51
/
+235
2026-03-31
KVM: s390: Fix lpsw/e breaking event handling
Janosch Frank
-2
/
+6
2026-03-31
KVM: s390: only deliver service interrupt with payload
Eric Farman
-0
/
+3
2026-03-31
x86/vdso: Drop pointless #ifdeffery in vvar_vclock_fault()
Thomas Weißschuh
-4
/
+0
2026-03-31
x86/platform/geode: Fix on-stack property data use-after-return bug
Dmitry Torokhov
-6
/
+18
2026-03-31
x86/tls: Clean up 'sel' variable usage in do_set_thread_area()
Uros Bizjak
-1
/
+3
2026-03-31
x86/process/32: Use correct type for 'gs' variable in __show_regs() to avoid ...
Uros Bizjak
-1
/
+1
2026-03-31
x86/process/64: Use savesegment() in __show_regs() instead of inline asm
Uros Bizjak
-4
/
+4
2026-03-31
x86/elf: Use savesegment() for segment register reads in ELF core dump
Uros Bizjak
-5
/
+4
2026-03-31
x86/vdso: Clean up remnants of VDSO32_NOTE_MASK
Thomas Weißschuh
-2
/
+0
2026-03-30
arm64: dts: intel: agilex5: Drop CPU masks from GICv3 PPI interrupts
Geert Uytterhoeven
-4
/
+4
2026-03-30
arm64: dts: socfpga: stratix10: Add emmc support
Ng Tze Yee
-65
/
+155
2026-03-30
x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcache
Linus Torvalds
-16
/
+16
2026-03-30
x86: rename and clean up __copy_from_user_inatomic_nocache()
Linus Torvalds
-13
/
+9
2026-03-30
x86-64: rename misleadingly named '__copy_user_nocache()' function
Linus Torvalds
-7
/
+8
2026-03-30
ARM: omap2: dead code cleanup in kconfig for ARCH_OMAP4
Julian Braha
-1
/
+0
2026-03-30
ARM: OMAP1: Fix DEBUG_LL and earlyprintk on OMAP16XX
Aaro Koskinen
-2
/
+2
2026-03-30
ASoC: Merge up fixes
Mark Brown
-240
/
+512
2026-03-30
KVM: arm64: Rename PKVM_PAGE_STATE_MASK
Will Deacon
-3
/
+3
2026-03-30
KVM: arm64: Extend pKVM page ownership selftests to cover guest hvcs
Will Deacon
-0
/
+30
2026-03-30
KVM: arm64: Extend pKVM page ownership selftests to cover forced reclaim
Will Deacon
-2
/
+14
2026-03-30
KVM: arm64: Register 'selftest_vm' in the VM table
Will Deacon
-43
/
+61
2026-03-30
KVM: arm64: Extend pKVM page ownership selftests to cover guest donation
Will Deacon
-0
/
+22
2026-03-30
KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
Will Deacon
-6
/
+15
2026-03-30
KVM: arm64: Implement the MEM_UNSHARE hypercall for protected VMs
Will Deacon
-0
/
+57
2026-03-30
KVM: arm64: Implement the MEM_SHARE hypercall for protected VMs
Will Deacon
-0
/
+94
2026-03-30
KVM: arm64: Add hvc handler at EL2 for hypercalls from protected VMs
Will Deacon
-0
/
+39
2026-03-30
KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
Will Deacon
-3
/
+61
2026-03-30
KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
Will Deacon
-6
/
+32
2026-03-30
KVM: arm64: Introduce hypercall to force reclaim of a protected page
Will Deacon
-2
/
+154
2026-03-30
KVM: arm64: Annotate guest donations with handle and gfn in host stage-2
Will Deacon
-2
/
+18
2026-03-30
KVM: arm64: Change 'pkvm_handle_t' to u16
Will Deacon
-1
/
+2
2026-03-30
KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
Will Deacon
-17
/
+32
2026-03-30
KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
Will Deacon
-26
/
+62
2026-03-30
KVM: arm64: Avoid pointless annotation when mapping host-owned pages
Will Deacon
-12
/
+16
2026-03-30
KVM: arm64: Inject SIGSEGV on illegal accesses
Quentin Perret
-0
/
+59
2026-03-30
KVM: arm64: Support translation faults in inject_host_exception()
Will Deacon
-3
/
+17
2026-03-30
KVM: arm64: Factor out pKVM host exception injection logic
Will Deacon
-26
/
+23
2026-03-30
KVM: arm64: Hook up reclaim hypercall to pkvm_pgtable_stage2_destroy()
Will Deacon
-1
/
+30
2026-03-30
KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
Will Deacon
-0
/
+105
2026-03-30
KVM: arm64: Handle aborts from protected VMs
Will Deacon
-8
/
+81
2026-03-30
KVM: arm64: Hook up donation hypercall to pkvm_pgtable_stage2_map()
Will Deacon
-17
/
+41
2026-03-30
KVM: arm64: Introduce __pkvm_host_donate_guest()
Will Deacon
-1
/
+55
2026-03-30
KVM: arm64: Split teardown hypercall into two phases
Will Deacon
-12
/
+67
2026-03-30
KVM: arm64: Ignore -EAGAIN when mapping in pages for the pKVM host
Will Deacon
-5
/
+16
2026-03-30
KVM: arm64: Prevent unsupported memslot operations on protected VMs
Will Deacon
-0
/
+19
2026-03-30
KVM: arm64: Ignore MMU notifier callbacks for protected VMs
Will Deacon
-4
/
+24
2026-03-30
KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
Will Deacon
-53
/
+34
[prev]
[next]