index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
|
|
|
|
LoongArch: Add basic KGDB & KDB support
Qing Zhang
2023-09-06
7
-0
/
+844
|
*
|
|
|
|
|
|
|
|
LoongArch: Add Loongson Binary Translation (LBT) extension support
Qi Hu
2023-09-06
19
-31
/
+693
|
*
|
|
|
|
|
|
|
|
LoongArch: Add SIMD-optimized XOR routines
WANG Xuerui
2023-09-06
7
-0
/
+417
|
*
|
|
|
|
|
|
|
|
LoongArch: Allow usage of LSX/LASX in the kernel
Huacai Chen
2023-09-06
1
-4
/
+51
|
*
|
|
|
|
|
|
|
|
LoongArch: Define symbol 'fault' as a local label in fpu.S
Tiezhu Yang
2023-09-06
1
-3
/
+2
|
*
|
|
|
|
|
|
|
|
LoongArch: Adjust {copy, clear}_user exception handler behavior
Weihao Li
2023-09-06
2
-121
/
+127
|
*
|
|
|
|
|
|
|
|
LoongArch: Use static defined zero page rather than allocated
Bibo Mao
2023-09-06
4
-35
/
+3
|
*
|
|
|
|
|
|
|
|
LoongArch: mm: Introduce unified function populate_kernel_pte()
Bibo Mao
2023-09-06
3
-57
/
+23
|
*
|
|
|
|
|
|
|
|
LoongArch: Code improvements in function pcpu_populate_pte()
Bibo Mao
2023-09-06
1
-13
/
+15
|
*
|
|
|
|
|
|
|
|
LoongArch: Remove shm_align_mask and use SHMLBA instead
Huacai Chen
2023-09-06
2
-8
/
+6
|
*
|
|
|
|
|
|
|
|
LoongArch: mm: Add p?d_leaf() definitions
Hongchen Zhang
2023-09-06
1
-0
/
+3
|
*
|
|
|
|
|
|
|
|
LoongArch: Drop unused parse_r and parse_v macros
Nathan Chancellor
2023-09-06
2
-150
/
+0
*
|
|
|
|
|
|
|
|
|
Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...
Linus Torvalds
2023-09-08
1
-0
/
+10
|
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
s390/bpf: Pass through tail call counter in trampolines
Ilya Leoshkevich
2023-09-06
1
-0
/
+10
*
|
|
|
|
|
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-09-07
103
-1964
/
+5593
|
\
\
\
\
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Include mmu.h in spte.h
Sean Christopherson
2023-08-31
1
-0
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Use dummy root, backed by zero page, for !visible guest roots
Sean Christopherson
2023-08-31
4
-24
/
+47
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Disallow guest from using !visible slots for page tables
Sean Christopherson
2023-08-31
1
-1
/
+6
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Harden TDP MMU iteration against root w/o shadow page
Sean Christopherson
2023-08-31
1
-5
/
+6
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Harden new PGD against roots without shadow pages
Sean Christopherson
2023-08-31
1
-6
/
+19
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Add helper to convert root hpa to shadow page
Sean Christopherson
2023-08-31
3
-16
/
+23
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Handle KVM bookkeeping in page-track APIs, not callers
Sean Christopherson
2023-08-31
2
-12
/
+17
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Drop @slot param from exported/external page-track APIs
Sean Christopherson
2023-08-31
4
-29
/
+72
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Bug the VM if write-tracking is used but not enabled
Sean Christopherson
2023-08-31
1
-2
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Assert that correct locks are held for page write-tracking
Sean Christopherson
2023-08-31
1
-6
/
+11
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Rename page-track APIs to reflect the new reality
Sean Christopherson
2023-08-31
4
-21
/
+19
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Drop infrastructure for multiple page-track modes
Sean Christopherson
2023-08-31
5
-100
/
+46
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Use page-track notifiers iff there are external users
Sean Christopherson
2023-08-31
4
-16
/
+47
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Move KVM-only page-track declarations to internal header
Sean Christopherson
2023-08-31
5
-27
/
+39
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86: Remove the unused page-track hook track_flush_slot()
Yan Zhao
2023-08-31
3
-39
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86: Add a new page-track hook to handle memslot deletion
Yan Zhao
2023-08-31
3
-2
/
+40
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86: Reject memslot MOVE operations if KVMGT is attached
Sean Christopherson
2023-08-31
3
-0
/
+15
|
*
|
|
|
|
|
|
|
|
|
|
KVM: drm/i915/gvt: Drop @vcpu from KVM's ->track_write() hook
Sean Christopherson
2023-08-31
2
-4
/
+3
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Don't bounce through page-track mechanism for guest PTEs
Sean Christopherson
2023-08-31
4
-12
/
+6
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Don't rely on page-track mechanism to flush on memslot change
Sean Christopherson
2023-08-31
1
-8
/
+2
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.c
Sean Christopherson
2023-08-31
3
-13
/
+12
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: BUG() in rmap helpers iff CONFIG_BUG_ON_DATA_CORRUPTION=y
Sean Christopherson
2023-08-31
1
-11
/
+10
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Plumb "struct kvm" all the way to pte_list_remove()
Mingwei Zhang
2023-08-31
1
-15
/
+18
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Use BUILD_BUG_ON_INVALID() for KVM_MMU_WARN_ON() stub
Sean Christopherson
2023-08-31
1
-1
/
+1
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Replace MMU_DEBUG with proper KVM_PROVE_MMU Kconfig
Sean Christopherson
2023-08-31
3
-4
/
+15
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Bug the VM if a vCPU ends up in long mode without PAE enabled
Sean Christopherson
2023-08-31
1
-1
/
+11
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Convert "runtime" WARN_ON() assertions to WARN_ON_ONCE()
Sean Christopherson
2023-08-31
7
-49
/
+49
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Rename MMU_WARN_ON() to KVM_MMU_WARN_ON()
Sean Christopherson
2023-08-31
4
-12
/
+12
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Cleanup sanity check of SPTEs at SP free
Sean Christopherson
2023-08-31
1
-10
/
+9
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Avoid pointer arithmetic when iterating over SPTEs
Sean Christopherson
2023-08-31
1
-5
/
+5
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Delete the "dbg" module param
Sean Christopherson
2023-08-31
2
-7
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Delete rmap_printk() and all its usage
Sean Christopherson
2023-08-31
2
-14
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Delete pgprintk() and all its usage
Sean Christopherson
2023-08-31
4
-28
/
+0
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Guard against collision with KVM-defined PFERR_IMPLICIT_ACCESS
Sean Christopherson
2023-08-31
1
-0
/
+11
|
*
|
|
|
|
|
|
|
|
|
|
KVM: x86/mmu: Move the lockdep_assert of mmu_lock to inside clear_dirty_pt_ma...
Like Xu
2023-08-31
1
-1
/
+2
[prev]
[next]