index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-26
Merge tag 'mm-nonmm-stable-2025-01-24-23-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
1
-1
/
+1
2025-01-12
kernel-wide: add explicity||explicitly to spelling.txt
Shivam Chaudhary
1
-1
/
+1
2025-01-12
KVM: e500: perform hugepage check after looking up the PFN
Paolo Bonzini
1
-109
/
+69
2025-01-12
KVM: e500: map readonly host pages for read
Paolo Bonzini
1
-2
/
+3
2025-01-12
KVM: e500: track host-writability of pages
Paolo Bonzini
2
-4
/
+13
2025-01-12
KVM: e500: use shadow TLB entry as witness for writability
Paolo Bonzini
1
-4
/
+3
2025-01-12
KVM: e500: always restore irqs
Paolo Bonzini
1
-2
/
+2
2024-11-23
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
11
-101
/
+52
2024-11-23
Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
5
-47
/
+102
2024-11-19
powerpc/perf: Add per-task/process monitoring to vpa_pmu driver
Kajol Jain
1
-0
/
+45
2024-11-19
powerpc/kvm: Add vpa latency counters to kvm_vcpu_arch
Kajol Jain
1
-0
/
+3
2024-11-19
powerpc/perf: Add perf interface to expose vpa counters
Kajol Jain
1
-0
/
+19
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2
-33
/
+12
2024-11-14
Merge tag 'loongarch-kvm-6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-0
/
+12
2024-11-14
KVM: PPC: Book3S HV: Fix kmv -> kvm typo
Kajol Jain
2
-3
/
+3
2024-11-14
KVM: PPC: Book3S HV: Avoid returning to nested hypervisor on pending doorbells
Gautam Menghani
1
-1
/
+0
2024-11-14
KVM: PPC: Book3S HV: Stop using vc->dpdes for nested KVM guests
Gautam Menghani
2
-4
/
+19
2024-11-14
Revert "KVM: PPC: Book3S HV Nested: Stop forwarding all HFUs to L1"
Gautam Menghani
1
-29
/
+2
2024-11-13
Merge branch 'kvm-docs-6.13' into HEAD
Paolo Bonzini
1
-3
/
+0
2024-11-08
KVM: powerpc: remove remaining traces of KVM_CAP_PPC_RMA
Paolo Bonzini
1
-3
/
+0
2024-11-06
KVM: PPC: Book3S HV: Mask off LPCR_MER for a vCPU before running it to avoid ...
Gautam Menghani
1
-0
/
+12
2024-11-05
KVM: PPC: Book3S HV: Add Power11 capability support for Nested PAPR guests
Amit Machhiwal
3
-3
/
+10
2024-11-03
fdget(), trivial conversions
Al Viro
2
-33
/
+12
2024-10-25
KVM: PPC: Explicitly require struct page memory for Ultravisor sharing
Sean Christopherson
1
-13
/
+12
2024-10-25
KVM: PPC: Use kvm_vcpu_map() to map guest memory to patch dcbz instructions
Sean Christopherson
1
-7
/
+6
2024-10-25
KVM: PPC: Remove extra get_page() to fix page refcount leak
Sean Christopherson
1
-1
/
+0
2024-10-25
KVM: PPC: Use kvm_faultin_pfn() to handle page faults on Book3s PR
Sean Christopherson
3
-11
/
+13
2024-10-25
KVM: PPC: Book3S: Mark "struct page" pfns dirty/accessed after installing PTE
Sean Christopherson
1
-5
/
+5
2024-10-25
KVM: PPC: Drop unused @kvm_ro param from kvmppc_book3s_instantiate_page()
Sean Christopherson
2
-7
/
+3
2024-10-25
KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s Radix
Sean Christopherson
1
-24
/
+5
2024-10-25
KVM: PPC: Use __kvm_faultin_pfn() to handle page faults on Book3s HV
Sean Christopherson
1
-21
/
+4
2024-10-25
KVM: PPC: e500: Use __kvm_faultin_pfn() to handle page faults
Sean Christopherson
1
-5
/
+3
2024-10-25
KVM: PPC: e500: Mark "struct page" pfn accessed before dropping mmu_lock
Sean Christopherson
1
-3
/
+1
2024-10-25
KVM: PPC: e500: Mark "struct page" dirty in kvmppc_e500_shadow_map()
Sean Christopherson
1
-7
/
+6
2024-10-25
KVM: Drop unused "hva" pointer from __gfn_to_pfn_memslot()
Sean Christopherson
2
-2
/
+2
2024-10-25
KVM: Drop @atomic param from gfn=>pfn and hva=>pfn APIs
Sean Christopherson
2
-2
/
+2
2024-10-25
KVM: Drop KVM_ERR_PTR_BAD_PAGE and instead return NULL to indicate an error
Sean Christopherson
2
-2
/
+2
2024-10-16
KVM: PPC: replace call_rcu by kfree_rcu for simple kmem_cache_free callback
Julia Lawall
1
-7
/
+1
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-8
/
+8
2024-08-16
KVM: PPC: Book3S HV: remove unused varible
Alex Shi
1
-2
/
+0
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
2
-8
/
+8
2024-08-05
KVM: PPC: Book3S HV: Refactor HFSCR emulation for KVM guests
Gautam Menghani
1
-4
/
+12
2024-07-26
Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-1
/
+3
2024-07-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2024-07-19
Merge tag 'powerpc-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
6
-3
/
+161
2024-07-16
Merge tag 'kvm-x86-generic-6.11' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
1
-1
/
+1
2024-07-04
KVM: PPC: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-18
KVM: Introduce vcpu->wants_to_run
David Matlack
1
-1
/
+1
2024-06-16
KVM: PPC: Book3S HV: Prevent UAF in kvm_spapr_tce_attach_iommu_group()
Michael Ellerman
1
-5
/
+13
2024-06-06
KVM: PPC: Book3S HV nestedv2: Keep nested guest HASHPKEYR in sync
Shivaprasad G Bhat
1
-0
/
+6
[next]