index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
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
*
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
*
KVM: PPC: Book3S HV: Turn "KVM guest htab" message into a debug message
Thomas Huth
2017-02-17
1
-2
/
+2
*
KVM: PPC: Book3S HV: Prevent double-free on HPT resize commit path
David Gibson
2017-02-16
1
-0
/
+3
*
KVM: PPC: Book3S HV: KVM-HV HPT resizing implementation
David Gibson
2017-01-31
1
-1
/
+187
*
KVM: PPC: Book3S HV: Outline of KVM-HV HPT resizing implementation
David Gibson
2017-01-31
1
-0
/
+191
*
KVM: PPC: Book3S HV: Create kvmppc_unmap_hpte_helper()
David Gibson
2017-01-31
1
-33
/
+44
*
KVM: PPC: Book3S HV: Allow KVM_PPC_ALLOCATE_HTAB ioctl() to change HPT size
David Gibson
2017-01-31
1
-13
/
+16
*
KVM: PPC: Book3S HV: Split HPT allocation from activation
David Gibson
2017-01-31
1
-50
/
+47
*
KVM: PPC: Book3S HV: Don't store values derivable from HPT order
David Gibson
2017-01-31
1
-15
/
+13
*
KVM: PPC: Book3S HV: Gather HPT related variables into sub-structure
David Gibson
2017-01-31
1
-46
/
+46
*
KVM: PPC: Book3S HV: Rename kvm_alloc_hpt() for clarity
David Gibson
2017-01-31
1
-4
/
+4
*
KVM: PPC: Book3S HV: Enable radix guest support
Paul Mackerras
2017-01-31
1
-1
/
+0
*
KVM: PPC: Book3S HV: Implement dirty page logging for radix guests
Paul Mackerras
2017-01-31
1
-17
/
+11
*
KVM: PPC: Book3S HV: MMU notifier callbacks for radix guests
Paul Mackerras
2017-01-31
1
-21
/
+43
*
KVM: PPC: Book3S HV: Page table construction and page faults for radix guests
Paul Mackerras
2017-01-31
1
-2
/
+5
*
KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
Paul Mackerras
2017-01-31
1
-2
/
+8
*
KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
Paul Mackerras
2016-11-24
1
-9
/
+30
*
KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries
Yongji Xie
2016-11-21
1
-0
/
+16
*
KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
Yongji Xie
2016-11-21
1
-1
/
+3
*
KVM: PPC: Book3S HV: Fix sparse static warning
Daniel Axtens
2016-11-21
1
-2
/
+2
*
powerpc/mm: Drop WIMG in favour of new constants
Aneesh Kumar K.V
2016-05-01
1
-6
/
+5
*
powerpc/mm: Move hash related mmu-*.h headers to book3s/
Aneesh Kumar K.V
2016-03-03
1
-1
/
+1
*
Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
2015-11-05
1
-1
/
+1
|
\
|
*
powerpc/mm: Differentiate between hugetlb and THP during page walk
Aneesh Kumar K.V
2015-10-12
1
-1
/
+1
*
|
KVM: PPC: Book3S HV: Don't fall back to smaller HPT size in allocation ioctl
Paul Mackerras
2015-10-21
1
-1
/
+2
|
/
*
KVM: PPC: Book3S HV: Fix bug in dirty page tracking
Paul Mackerras
2015-08-22
1
-1
/
+7
*
KVM: use kvm_memslots whenever possible
Paolo Bonzini
2015-05-26
1
-1
/
+1
*
Merge tag 'powerpc-4.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...
Linus Torvalds
2015-04-26
1
-8
/
+6
|
\
|
*
powerpc/mm/thp: Return pte address if we find trans_splitting.
Aneesh Kumar K.V
2015-04-17
1
-6
/
+3
|
*
powerpc/mm/thp: Make page table walk safe against thp split/collapse
Aneesh Kumar K.V
2015-04-17
1
-2
/
+3
*
|
KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
Paul Mackerras
2015-04-21
1
-0
/
+136
[next]