index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_64_mmu_radix.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-07
mm/powerpc: replace pXd_is_leaf() with pXd_leaf()
Peter Xu
1
-6
/
+6
2023-12-07
KVM: PPC: Book3S HV nestedv2: Do not call H_COPY_TOFROM_GUEST
Jordan Niethe
1
-0
/
+3
2023-12-07
KVM: PPC: Book3S HV nestedv2: Get the PID only if needed to copy tofrom a guest
Jordan Niethe
1
-1
/
+3
2023-09-14
KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
Jordan Niethe
1
-11
/
+11
2023-09-14
KVM: PPC: Book3S HV: Use accessors for VCPU registers
Jordan Niethe
1
-2
/
+3
2023-09-14
KVM: PPC: Use accessors for VCPU registers
Jordan Niethe
1
-2
/
+2
2023-06-20
powerpc: kvmppc_unmap_free_pmd() pte_offset_kernel()
Hugh Dickins
1
-1
/
+1
2023-04-03
KVM: PPC: Book3S HV: Set SRR1[PREFIX] bit on injected interrupts
Nicholas Piggin
1
-4
/
+9
2023-04-03
KVM: PPC: Permit SRR1 flags in more injected interrupt types
Nicholas Piggin
1
-4
/
+4
2022-11-09
kvm: Add interruptible flag to __gfn_to_pfn_memslot()
Peter Xu
1
-1
/
+1
2022-08-19
KVM: Rename mmu_notifier_* to mmu_invalidate_*
Chao Peng
1
-3
/
+3
2022-06-29
powerpc: Include asm/firmware.h in all users of firmware_has_feature()
Christophe Leroy
1
-0
/
+1
2022-04-21
KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abused
Sean Christopherson
1
-4
/
+5
2022-02-02
KVM: PPC: Merge powerpc's debugfs entry content into generic entry
Alexey Kardashevskiy
1
-1
/
+1
2021-11-24
KVM: PPC: Book3S HV P9: Comment and fix MMU context switching code
Nicholas Piggin
1
-0
/
+4
2021-08-24
KVM: PPC: Book3S HV: Stop exporting symbols from book3s_64_mmu_radix
Fabiano Rosas
1
-3
/
+0
2021-08-24
KVM: PPC: Book3S HV: Add sanity check to copy_tofrom_guest
Fabiano Rosas
1
-0
/
+3
2021-08-24
KVM: PPC: Book3S HV: Fix copy_tofrom_guest routines
Fabiano Rosas
1
-2
/
+4
2021-06-22
KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVM
Bharata B Rao
1
-5
/
+22
2021-05-05
KVM: PPC: Book3S HV: Fix conversion to gfn-based MMU notifier callbacks
Nicholas Piggin
1
-3
/
+2
2021-04-17
KVM: PPC: Convert to the gfn-based MMU notifier callbacks
Sean Christopherson
1
-12
/
+13
2021-02-22
KVM: x86/mmu: Consider the hva in mmu_notifier retry
David Stevens
1
-1
/
+1
2020-09-22
KVM: PPC: Book3S: Fix symbol undeclared warnings
Wang Wensheng
1
-1
/
+1
2020-08-09
Merge tag 'kvm-ppc-next-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-0
/
+4
2020-07-21
KVM: PPC: Protect kvm_vcpu_read_guest with srcu locks
Alexey Kardashevskiy
1
-0
/
+4
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-06-22
powerpc/kvm/book3s64: Fix kernel crash with nested kvm & DEBUG_VIRTUAL
Aneesh Kumar K.V
1
-1
/
+2
2020-06-17
maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault
Christoph Hellwig
1
-2
/
+2
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+28
2020-06-09
mm: reorder includes after introduction of linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
1
-1
/
+1
2020-06-08
mm/gup.c: convert to use get_user_{page|pages}_fast_only()
Souptick Joarder
1
-1
/
+1
2020-06-05
Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-24
/
+47
2020-06-05
powerpc: add support for folded p4d page tables
Mike Rapoport
1
-13
/
+19
2020-05-29
powerpc/book3s64/kvm: Fix secondary page table walk warning during migration
Aneesh Kumar K.V
1
-6
/
+29
2020-05-28
KVM: PPC: Book3S HV: Close race with page faults around memslot flushes
Paul Mackerras
1
-0
/
+5
2020-05-28
KVM: PPC: Book3S HV: Remove user-triggerable WARN_ON
Paul Mackerras
1
-4
/
+7
2020-05-27
KVM: PPC: Book3S HV: Ignore kmemleak false positives
Qian Cai
1
-2
/
+14
2020-05-27
KVM: PPC: Clean up redundant 'kvm_run' parameters
Tianjia Zhang
1
-2
/
+2
2020-05-05
powerpc/kvm/book3s: use find_kvm_host_pte in kvmppc_book3s_instantiate_page
Aneesh Kumar K.V
1
-4
/
+4
2020-05-05
powerpc/kvm/book3s: Use kvm helpers to walk shadow or secondary table
Aneesh Kumar K.V
1
-9
/
+9
2020-05-05
powerpc/kvm/book3s: Add helper to walk partition scoped linux page table.
Aneesh Kumar K.V
1
-6
/
+6
2020-05-05
Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvm
Michael Ellerman
1
-4
/
+5
2020-04-21
Merge tag 'kvm-ppc-fixes-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
1
-4
/
+5
2020-04-21
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions
Paul Mackerras
1
-4
/
+5
2020-04-05
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-3
/
+2
2020-03-19
KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU code
Michael Ellerman
1
-1
/
+1
2020-03-04
powerpc/kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-3
/
+2
2020-02-04
Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
1
-4
/
+2
2020-01-25
powerpc: use probe_user_read() and probe_user_write()
Christophe Leroy
1
-4
/
+2
[next]