index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2026-04-05
arch, mm: consolidate empty_zero_page
Mike Rapoport (Microsoft)
1
-1
/
+0
2026-04-05
mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()
Seongsu Park
1
-2
/
+1
2026-04-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
1
-0
/
+31
2026-04-02
xor: make xor.ko self-contained in lib/raid/
Christoph Hellwig
1
-24
/
+0
2026-04-02
xor: avoid indirect calls for arm64-optimized ops
Christoph Hellwig
1
-5
/
+8
2026-04-02
arm64: move the XOR code to lib/raid/
Christoph Hellwig
1
-55
/
+3
2026-04-02
xor: remove macro abuse for XOR implementation registrations
Christoph Hellwig
1
-9
/
+9
2026-04-02
arm64/xor: fix conflicting attributes for xor_block_template
Christoph Hellwig
1
-1
/
+1
2026-04-02
arm64: mm: Remove pmd_sect() and pud_sect()
Ryan Roberts
1
-7
/
+12
2026-04-02
arm64: mm: Handle invalid large leaf mappings correctly
Ryan Roberts
2
-2
/
+9
2026-04-02
arm64: mm: Fix rodata=full block mapping support for realm guests
Ryan Roberts
1
-0
/
+2
2026-04-01
arm64: fpsimd: Remove obsolete cond_yield macro
Eric Biggers
1
-22
/
+0
2026-04-01
arm64: mm: Use generic enum pgtable_level
Kevin Brodsky
1
-7
/
+0
2026-04-01
KVM: arm64: vgic-v5: Fold PPI state for all exposed PPIs
Sascha Bischoff
1
-8
/
+1
2026-04-01
arm64: Use static call trampolines when kCFI is enabled
Ard Biesheuvel
1
-0
/
+31
2026-03-30
x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcache
nocache-cleanup
Linus Torvalds
1
-1
/
+1
2026-03-30
KVM: arm64: Allow userspace to create protected VMs when pKVM is enabled
Will Deacon
1
-1
/
+1
2026-03-30
KVM: arm64: Return -EFAULT from VCPU_RUN on access to a poisoned pte
Will Deacon
1
-0
/
+1
2026-03-30
KVM: arm64: Reclaim faulting page from pKVM in spurious fault handler
Will Deacon
1
-0
/
+9
2026-03-30
KVM: arm64: Introduce hypercall to force reclaim of a protected page
Will Deacon
2
-0
/
+7
2026-03-30
KVM: arm64: Change 'pkvm_handle_t' to u16
Will Deacon
1
-1
/
+1
2026-03-30
KVM: arm64: Introduce host_stage2_set_owner_metadata_locked()
Will Deacon
1
-2
/
+0
2026-03-30
KVM: arm64: Generalise kvm_pgtable_stage2_set_owner()
Will Deacon
1
-11
/
+28
2026-03-30
KVM: arm64: Introduce __pkvm_reclaim_dying_guest_page()
Will Deacon
1
-0
/
+1
2026-03-30
KVM: arm64: Introduce __pkvm_host_donate_guest()
Will Deacon
2
-1
/
+2
2026-03-30
KVM: arm64: Split teardown hypercall into two phases
Will Deacon
2
-1
/
+9
2026-03-30
KVM: arm64: Remove is_protected_kvm_enabled() checks from hypercalls
Will Deacon
1
-10
/
+14
2026-03-30
KVM: arm64: Don't advertise unsupported features for protected guests
Will Deacon
1
-2
/
+0
2026-03-28
KVM: arm64: Disable SPE Profiling Buffer when running in guest context
Will Deacon
1
-0
/
+1
2026-03-28
KVM: arm64: Disable TRBE Trace Buffer Unit when running in guest context
Will Deacon
1
-0
/
+1
2026-03-27
arm64: mpam: Select ARCH_HAS_CPU_RESCTRL
James Morse
1
-0
/
+2
2026-03-27
arm_mpam: resctrl: Add CDP emulation
James Morse
1
-0
/
+1
2026-03-27
arm64: mpam: Add helpers to change a task or cpu's MPAM PARTID/PMG values
James Morse
1
-1
/
+27
2026-03-27
arm64: mpam: Initialise and context switch the MPAMSM_EL1 register
Ben Horgan
2
-1
/
+4
2026-03-27
arm64: mpam: Context switch the MPAM registers
James Morse
2
-0
/
+70
2026-03-27
arm64: futex: Support futex with FEAT_LSUI
Yeoreum Yun
2
-2
/
+185
2026-03-27
arm64: futex: Refactor futex atomic operation
Yeoreum Yun
1
-58
/
+97
2026-03-26
arm64: cpufeature: Add FEAT_LSUI
Yeoreum Yun
1
-0
/
+2
2026-03-25
arm64: mm: __ptep_set_access_flags must hint correct TTL
Ryan Roberts
1
-5
/
+14
2026-03-23
KVM: arm64: Remove extra ISBs when using msr_hcr_el2
Marc Zyngier
2
-6
/
+2
2026-03-23
KVM: arm64: pkvm: Use direct function pointers for cpu_{on,resume}
Marc Zyngier
1
-1
/
+2
2026-03-23
KVM: arm64: nv: Expose shadow page tables in debugfs
Wei-Lin Chang
2
-0
/
+13
2026-03-19
KVM: arm64: gic-v5: Communicate userspace-driveable PPIs via a UAPI
Sascha Bischoff
1
-0
/
+1
2026-03-19
KVM: arm64: gic-v5: Set ICH_VCTLR_EL2.En on boot
Sascha Bischoff
1
-0
/
+2
2026-03-19
KVM: arm64: gic: Hide GICv5 for protected guests
Sascha Bischoff
1
-0
/
+1
2026-03-19
KVM: arm64: gic-v5: Trap and mask guest ICC_PPI_ENABLERx_EL1 writes
Sascha Bischoff
1
-1
/
+0
2026-03-19
KVM: arm64: gic-v5: Add vgic-v5 save/restore hyp interface
Sascha Bischoff
3
-0
/
+27
2026-03-19
KVM: arm64: gic-v5: Support GICv5 FGTs & FGUs
Sascha Bischoff
2
-0
/
+22
2026-03-19
arm64/sysreg: Add GICR CDNMIA encoding
Sascha Bischoff
1
-0
/
+7
2026-03-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-0
/
+3
[prev]
[next]