index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kvm
/
book3s_64_mmu_hv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
powerpc/kvm/book3s: Use find_kvm_host_pte in h_enter
Aneesh Kumar K.V
2020-05-05
1
-3
/
+2
*
powerpc/kvm/book3s: Use find_kvm_host_pte in page fault handler
Aneesh Kumar K.V
2020-05-05
1
-4
/
+4
*
Merge tag 'kvm-ppc-fixes-5.7-1' into topic/ppc-kvm
Michael Ellerman
2020-05-05
1
-4
/
+5
|
\
|
*
KVM: PPC: Book3S HV: Handle non-present PTEs in page fault functions
Paul Mackerras
2020-04-21
1
-4
/
+5
*
|
Merge tag 'powerpc-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2020-04-05
1
-3
/
+2
|
\
\
|
|
/
|
/
|
|
*
powerpc/kvm: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2020-03-04
1
-3
/
+2
*
|
KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handler
Paul Mackerras
2020-03-19
1
-62
/
+57
|
/
*
KVM: PPC: Book3S: Replace current->mm by kvm->mm
Leonardo Bras
2020-01-17
1
-2
/
+2
*
Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2019-11-01
1
-18
/
+6
|
\
|
*
KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch op
Nicholas Piggin
2019-10-22
1
-13
/
+0
|
*
KVM: PPC: Reduce calls to get current->mm by storing the value locally
Leonardo Bras
2019-10-22
1
-5
/
+6
*
|
KVM: Add separate helper for putting borrowed reference to kvm
Sean Christopherson
2019-10-22
1
-1
/
+1
|
/
*
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
2019-06-05
1
-12
/
+1
*
KVM: PPC: Book3S HV: Use new mutex to synchronize MMU setup
Paul Mackerras
2019-05-29
1
-18
/
+18
*
mm/gup: change GUP fast to use flags rather than a write 'bool'
Ira Weiny
2019-05-14
1
-2
/
+2
*
KVM: PPC: Book3S HV: Optimise mmio emulation for devices on FAST_MMIO_BUS
Suraj Jitindar Singh
2019-02-19
1
-0
/
+18
*
Remove 'type' argument from access_ok() function
Linus Torvalds
2019-01-03
1
-2
/
+2
*
KVM: PPC: Book3S HV: Flush guest mappings when turning dirty tracking on/off
Paul Mackerras
2018-12-17
1
-4
/
+5
*
KVM: PPC: Book3S HV: Fix race between kvm_unmap_hva_range and MMU mode switch
Paul Mackerras
2018-12-14
1
-0
/
+3
*
KVM: PPC: Book3S HV: Don't access HFSCR, LPIDR or LPCR when running nested
Paul Mackerras
2018-10-09
1
-4
/
+3
*
Merge tag 'kvm-ppc-fixes-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel...
Radim Krčmář
2018-09-04
1
-1
/
+1
|
\
|
*
KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
Paul Mackerras
2018-08-20
1
-1
/
+1
*
|
powerpc: remove unnecessary inclusion of asm/tlbflush.h
Christophe Leroy
2018-07-30
1
-1
/
+0
|
/
*
Merge tag 'kvm-ppc-next-4.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Paolo Bonzini
2018-06-14
1
-0
/
+3
|
\
|
*
KVM: PPC: Book3S HV: Lockless tlbie for HPT hcalls
Nicholas Piggin
2018-05-18
1
-0
/
+3
*
|
treewide: Use array_size() in vmalloc()
Kees Cook
2018-06-12
1
-1
/
+1
|
/
*
KVM: PPC: Remove unused kvm_unmap_hva callback
Paul Mackerras
2018-03-19
1
-9
/
+0
*
Merge tag 'kvm-ppc-next-4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Radim Krčmář
2018-02-09
1
-13
/
+25
|
\
|
*
KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
David Gibson
2018-02-09
1
-7
/
+23
|
*
KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
Paul Mackerras
2018-02-09
1
-6
/
+2
*
|
KVM: PPC: Book3S HV: Always flush TLB in kvmppc_alloc_reset_hpt()
David Gibson
2018-01-10
1
-2
/
+4
*
|
KVM: PPC: Book3S HV: Fix use after free in case of multiple resize requests
Serhii Popovych
2017-12-06
1
-15
/
+35
*
|
KVM: PPC: Book3S HV: Drop prepare_done from struct kvm_resize_hpt
Serhii Popovych
2017-12-06
1
-17
/
+27
|
/
*
KVM: PPC: Book3S HV: Fix migration and HPT resizing of HPT guests on radix hosts
Paul Mackerras
2017-11-23
1
-14
/
+23
*
Merge branch 'kvm-ppc-fixes' into kvm-ppc-next
Paul Mackerras
2017-11-09
1
-0
/
+10
|
\
|
*
KVM: PPC: Book3S HV: Fix exclusion between HPT resizing and other HPT updates
Paul Mackerras
2017-11-08
1
-0
/
+10
*
|
KVM: PPC: Book3S HV: Add infrastructure for running HPT guests on radix host
Paul Mackerras
2017-11-01
1
-10
/
+12
*
|
KVM: PPC: Book3S HV: Unify dirty page map between HPT and radix
Paul Mackerras
2017-11-01
1
-28
/
+11
*
|
KVM: PPC: Book3S HV: Rename hpte_setup_done to mmu_ready
Paul Mackerras
2017-11-01
1
-18
/
+18
*
|
KVM: PPC: Book3S HV: Don't rely on host's page size information
Paul Mackerras
2017-11-01
1
-6
/
+7
*
|
KVM: PPC: Book3S HV: Explicitly disable HPT operations on radix guests
Paul Mackerras
2017-10-16
1
-3
/
+10
*
|
KVM: PPC: Book3S HV: Delete an error message for a failed memory allocation i...
Markus Elfring
2017-10-14
1
-1
/
+0
|
/
*
KVM: PPC: Book3S HV: Fix memory leak in kvm_vm_ioctl_get_htab_fd
nixiaoming
2017-09-01
1
-0
/
+1
*
Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next
Paul Mackerras
2017-08-31
1
-2
/
+3
|
\
|
*
powerpc/mm: Rename find_linux_pte_or_hugepte()
Aneesh Kumar K.V
2017-08-17
1
-2
/
+3
*
|
KVM: PPC: Book3S HV: Fix host crash on changing HPT size
Paul Mackerras
2017-07-24
1
-1
/
+3
|
/
*
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-07-12
1
-1
/
+1
*
KVM: PPC: Book3S HV: Check for kmalloc errors in ioctl
Dan Carpenter
2017-04-06
1
-0
/
+4
*
power/mm: update pte_write and pte_wrprotect to handle savedwrite
Aneesh Kumar K.V
2017-03-09
1
-1
/
+1
*
KVM: PPC: Book3S HV: Disable HPT resizing on POWER9 for now
Paul Mackerras
2017-02-18
1
-0
/
+6
[next]