Age | Commit message (Expand) | Author |
2021-04-17 | KVM: PPC: Convert to the gfn-based MMU notifier callbacks | Sean Christopherson |
2021-04-17 | KVM: Move arm64's MMU notifier trace events to generic code | Sean Christopherson |
2020-08-21 | KVM: Pass MMU notifier range flags to kvm_unmap_hva_range() | Will Deacon |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse |
2020-04-07 | mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() | Anshuman Khandual |
2019-10-22 | KVM: PPC: E500: Replace current->mm by kvm->mm | Leonardo Bras |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2018-12-21 | KVM: Make kvm_set_spte_hva() return int | Lan Tianyu |
2018-05-22 | KVM: PPC: Reimplement non-SIMD LOAD/STORE instruction mmio emulation with ana... | Simon Guo |
2018-03-19 | KVM: PPC: Remove unused kvm_unmap_hva callback | Paul Mackerras |
2017-10-14 | KVM: PPC: BookE: Use vma_pages function | Thomas Meyer |
2017-08-17 | powerpc/mm: Rename find_linux_pte_or_hugepte() | Aneesh Kumar K.V |
2017-04-20 | KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init() | Markus Elfring |
2017-03-02 | sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linu... | Ingo Molnar |
2016-01-15 | kvm: rename pfn_t to kvm_pfn_t | Dan Williams |
2015-11-05 | Merge tag 'powerpc-4.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2015-10-15 | KVM: PPC: e500: fix couple of shift operations on 64 bits | Tudor Laurentiu |
2015-10-12 | powerpc/mm: Differentiate between hugetlb and THP during page walk | Aneesh Kumar K.V |
2015-04-17 | powerpc/mm/thp: Make page table walk safe against thp split/collapse | Aneesh Kumar K.V |
2015-04-17 | KVM: PPC: Remove page table walk helpers | Aneesh Kumar K.V |
2015-04-17 | KVM: PPC: Use READ_ONCE when dereferencing pte_t pointer | Aneesh Kumar K.V |
2014-11-20 | treewide: fix typo in printk and Kconfig | Masanari Iida |
2014-09-24 | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-... | Paolo Bonzini |
2014-09-24 | kvm: Fix page ageing bugs | Andres Lagar-Cavilla |
2014-09-22 | KVM: PPC: e500mc: Add support for single threaded vcpus on e6500 core | Mihai Caraman |
2014-08-05 | Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm | Paolo Bonzini |
2014-07-28 | KVM: PPC: Bookehv: Get vcpu's last instruction for emulation | Mihai Caraman |
2014-07-28 | KVM: PPC: Allow kvmppc_get_last_inst() to fail | Mihai Caraman |
2014-07-28 | KVM: PPC: e500: Fix default tlb for victim hint | Mihai Caraman |
2014-06-24 | KVM: PPC: Book3E: Unlock mmu_lock when setting caching atttribute | Mihai Caraman |
2014-01-09 | kvm: powerpc: use caching attributes as per linux pte | Bharat Bhushan |
2014-01-09 | kvm: booke: clear host tlb reference flag on guest tlb invalidation | Bharat Bhushan |
2013-11-04 | Merge branch 'kvm-ppc-queue' of git://github.com/agraf/linux-2.6 into queue | Gleb Natapov |
2013-10-17 | kvm: powerpc: booke: Move booke related tracepoints to separate header | Aneesh Kumar K.V |
2013-10-17 | kvm: powerpc: e500: mark page accessed when mapping a guest page | Bharat Bhushan |
2013-10-10 | kvm: ppc: booke: check range page invalidation progress on page setup | Bharat Bhushan |
2013-04-11 | kvm/ppc/e500: eliminate tlb_refs | Scott Wood |
2013-04-11 | kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit | Scott Wood |
2013-04-11 | kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid | Scott Wood |
2013-01-24 | KVM: PPC: E500: Make clear_tlb_refs and clear_tlb1_bitmap static | Alexander Graf |
2013-01-24 | KVM: PPC: e500: Implement TLB1-in-TLB0 mapping | Alexander Graf |
2013-01-24 | KVM: PPC: E500: Split host and guest MMU parts | Alexander Graf |