Age | Commit message (Expand) | Author | Files | Lines |
2019-04-21 | powerpc/mm/hash64: Map all the kernel regions in the same 0xc range | Aneesh Kumar K.V | 1 | -1/+0 |
2019-04-21 | powerpc/mm/hash64: Add a variable to track the end of IO mapping | Aneesh Kumar K.V | 1 | -3/+5 |
2019-04-20 | powerpc/mm: Silence unused-but-set-variable warnings | Qian Cai | 1 | -1/+2 |
2019-03-07 | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -15/+1 |
2019-03-06 | arch/powerpc/mm: Nest MMU workaround for mprotect RW upgrade | Aneesh Kumar K.V | 1 | -0/+18 |
2019-02-21 | powerpc/book3s: Remove pgd/pud/pmd_set() interfaces | Aneesh Kumar K.V | 1 | -14/+0 |
2019-02-19 | Merge branch 'fixes' into next | Michael Ellerman | 1 | -17/+9 |
2019-02-17 | powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present() | Michael Ellerman | 1 | -2/+2 |
2019-01-31 | powerpc/radix: Fix kernel crash with mremap() | Aneesh Kumar K.V | 1 | -15/+7 |
2019-01-30 | powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL mask | Reza Arbab | 1 | -1/+1 |
2018-11-25 | powerpc/mm: remove const type qualifier from function ‘pud_pfn’ | Mathieu Malaterre | 1 | -1/+1 |
2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -3/+1 |
2018-10-27 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2018-10-27 | hugetlb: introduce generic version of huge_ptep_set_wrprotect() | Alexandre Ghiti | 1 | -0/+1 |
2018-10-27 | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -78/+103 |
2018-10-18 | powerpc/mm: Make pte_pgprot return all pte bits | Aneesh Kumar K.V | 1 | -8/+0 |
2018-10-14 | powerpc/book3s64: Avoid multiple endian conversion in pte helpers | Christophe Leroy | 1 | -39/+32 |
2018-10-14 | powerpc/mm: move __P and __S tables in the common pgtable.h | Christophe Leroy | 1 | -20/+0 |
2018-10-14 | powerpc/mm: drop unused page flags | Christophe Leroy | 1 | -9/+1 |
2018-10-14 | powerpc/mm: add pte helpers to query and change pte flags | Christophe Leroy | 1 | -0/+35 |
2018-10-14 | powerpc: handover page flags with a pgprot_t parameter | Christophe Leroy | 1 | -4/+3 |
2018-10-09 | mm: Preserve _PAGE_DEVMAP across mprotect() calls | Jan Kara | 1 | -2/+2 |
2018-10-03 | powerpc/mm:book3s: Enable THP migration support | Aneesh Kumar K.V | 1 | -0/+8 |
2018-10-03 | powerpc/mm/thp: update pmd_trans_huge to check for pmd_present | Aneesh Kumar K.V | 1 | -0/+18 |
2018-10-03 | powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bit | Aneesh Kumar K.V | 1 | -3/+11 |
2018-09-30 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -3/+1 |
2018-09-12 | KVM: PPC: Avoid marking DMA-mapped pages dirty in real mode | Alexey Kardashevskiy | 1 | -1/+0 |
2018-08-23 | powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid. | Aneesh Kumar K.V | 1 | -1/+17 |
2018-07-19 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 1 | -3/+2 |
2018-07-16 | powerpc/64s: Remove POWER9 DD1 support | Nicholas Piggin | 1 | -3/+2 |
2018-06-20 | powerpc/mm/hash/4k: Free hugetlb page table caches correctly. | Aneesh Kumar K.V | 1 | -0/+5 |
2018-06-08 | mm: introduce ARCH_HAS_PTE_SPECIAL | Laurent Dufour | 1 | -3/+0 |
2018-06-03 | powerpc/mm: Change function prototype | Aneesh Kumar K.V | 1 | -3/+5 |
2018-05-15 | powerpc/mm: Use page fragments for allocation page table at PMD level | Aneesh Kumar K.V | 1 | -2/+2 |
2018-05-15 | powerpc/mm: Implement helpers for pagetable fragment support at PMD level | Aneesh Kumar K.V | 1 | -0/+6 |
2018-05-15 | powerpc/book3s64/mm: Simplify the rcu callback for page table free | Aneesh Kumar K.V | 1 | -0/+10 |
2018-03-30 | powerpc/mm/keys: Move pte bits to correct headers | Aneesh Kumar K.V | 1 | -19/+0 |
2018-02-13 | powerpc/mm/hash64: Store the slot information at the right offset for hugetlb | Aneesh Kumar K.V | 1 | -1/+1 |
2018-02-13 | powerpc/mm: Fix crashes with 16G huge pages | Aneesh Kumar K.V | 1 | -0/+2 |
2018-02-02 | Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+77 |
2018-02-01 | mm/thp: remove pmd_huge_split_prepare() | Aneesh Kumar K.V | 1 | -9/+0 |
2018-02-01 | powerpc/mm: update pmdp_invalidate to return old pmd value | Aneesh Kumar K.V | 1 | -2/+2 |
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: map vma key-protection bits to pte key bits. | Ram Pai | 1 | -1/+24 |
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-11-30 | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE | Dan Williams | 1 | -1/+0 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |