Age | Commit message (Expand) | Author | Files | Lines |
2018-04-04 | powerpc/mm/radix: Update pte fragment count from 16 to 256 on radix | Aneesh Kumar K.V | 3 | -6/+15 |
2018-03-31 | Merge branch 'topic/paca' into next | Michael Ellerman | 2 | -2/+2 |
2018-03-30 | powerpc/mm/hash: Don't memset pgd table if not needed | Aneesh Kumar K.V | 1 | -1/+11 |
2018-03-30 | powerpc/mm/hash64: Increase the VA range | Aneesh Kumar K.V | 1 | -1/+1 |
2018-03-30 | powerpc/mm: Add support for handling > 512TB address in SLB miss | Aneesh Kumar K.V | 3 | -1/+44 |
2018-03-30 | powerpc/mm/keys: Move pte bits to correct headers | Aneesh Kumar K.V | 3 | -19/+15 |
2018-03-30 | powerpc/mm: Pass node id into create_section_mapping | Nicholas Piggin | 2 | -2/+2 |
2018-03-28 | Merge branch 'fixes' into next | Michael Ellerman | 2 | -3/+3 |
2018-03-23 | powerpc/mm/radix: Remove unused code | Aneesh Kumar K.V | 1 | -3/+0 |
2018-03-23 | powerpc/mm: Add tracking of the number of coprocessors using a context | Benjamin Herrenschmidt | 1 | -0/+3 |
2018-03-13 | powerpc/mm/slice: implement a slice mask cache | Nicholas Piggin | 1 | -0/+18 |
2018-03-06 | powerpc/mm/slice: Allow up to 64 low slices | Christophe Leroy | 1 | -1/+2 |
2018-03-06 | powerpc/mm/slice: create header files dedicated to slices | Christophe Leroy | 1 | -0/+27 |
2018-02-13 | powerpc/mm/hash64: Zero PGD pages on allocation | Aneesh Kumar K.V | 1 | -2/+8 |
2018-02-13 | powerpc/mm/hash64: Store the slot information at the right offset for hugetlb | Aneesh Kumar K.V | 3 | -6/+8 |
2018-02-13 | powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabled | Aneesh Kumar K.V | 2 | -2/+3 |
2018-02-13 | powerpc/mm: Fix crashes with 16G huge pages | Aneesh Kumar K.V | 4 | -3/+20 |
2018-02-02 | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 9 | -28/+211 |
2018-02-01 | mm/thp: remove pmd_huge_split_prepare() | Aneesh Kumar K.V | 4 | -19/+0 |
2018-02-01 | powerpc/mm: update pmdp_invalidate to return old pmd value | Aneesh Kumar K.V | 1 | -2/+2 |
2018-01-30 | powerpc/mm/radix: Fix build error when RADIX_MMU=n | Michael Ellerman | 1 | -0/+4 |
2018-01-20 | powerpc: check key protection for user page access | Ram Pai | 1 | -1/+9 |
2018-01-20 | powerpc: helper to validate key-access permissions of a pte | Ram Pai | 1 | -0/+2 |
2018-01-20 | powerpc: Program HPTE key protection bits | Ram Pai | 1 | -0/+5 |
2018-01-20 | powerpc: map vma key-protection bits to pte key bits. | Ram Pai | 1 | -1/+24 |
2018-01-20 | powerpc: introduce execute-only pkey | Ram Pai | 1 | -0/+1 |
2018-01-20 | powerpc: track allocation status of all pkeys | Ram Pai | 1 | -0/+9 |
2018-01-19 | powerpc/64s: Fix ps3 build error due to tlbiel_all() | Michael Ellerman | 1 | -0/+4 |
2018-01-17 | powerpc/64s: Improve local TLB flush for boot and MCE on POWER9 | Nicholas Piggin | 3 | -0/+38 |
2018-01-16 | powerpc/mm: Introduce _PAGE_NA | Christophe Leroy | 1 | -0/+1 |
2018-01-16 | powerpc/mm: extend _PAGE_PRIVILEGED to all CPUs | Christophe Leroy | 1 | -1/+1 |
2017-12-22 | powerpc/mm/book3s/64: Add proper pte access check helper | Aneesh Kumar K.V | 1 | -0/+41 |
2017-12-20 | powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6 | Ram Pai | 3 | -4/+5 |
2017-12-20 | powerpc: shifted-by-one hidx value | Ram Pai | 1 | -3/+11 |
2017-12-20 | powerpc: Free up four 64K PTE bits in 64K backed HPTE pages | Ram Pai | 3 | -19/+17 |
2017-12-20 | powerpc: Free up four 64K PTE bits in 4K backed HPTE pages | Ram Pai | 3 | -7/+5 |
2017-12-20 | powerpc: introduce pte_get_hash_gslot() helper | Ram Pai | 1 | -0/+3 |
2017-12-20 | powerpc: introduce pte_set_hidx() helper | Ram Pai | 2 | -0/+39 |
2017-11-30 | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE | Dan Williams | 1 | -1/+0 |
2017-11-16 | Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 5 | -2/+42 |
2017-11-13 | powerpc/64s: mm_context.addr_limit is only used on hash | Nicholas Piggin | 2 | -2/+2 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 14 | -0/+14 |
2017-09-28 | powerpc/mm: Export flush_all_mm() | Frederic Barrat | 3 | -0/+40 |
2017-09-09 | Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 1 | -0/+1 |
2017-08-31 | KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTER | Ram Pai | 1 | -0/+1 |
2017-08-23 | powerpc/mm: Optimize detection of thread local mm's | Benjamin Herrenschmidt | 1 | -0/+3 |
2017-08-23 | Merge branch 'fixes' into next | Michael Ellerman | 2 | -8/+17 |
2017-08-17 | powerpc/mm: Don't send IPI to all cpus on THP updates | Aneesh Kumar K.V | 1 | -0/+1 |
2017-08-16 | powerpc/mm/hugetlb: Allow runtime allocation of 16G. | Aneesh Kumar K.V | 1 | -3/+1 |
2017-08-16 | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ... | Aneesh Kumar K.V | 1 | -1/+1 |