Age | Commit message (Expand) | Author | Files | Lines |
2020-06-09 | mm: consolidate pte_index() and pte_offset_*() definitions | Mike Rapoport | 1 | -0/+7 |
2020-06-09 | mm: pgtable: add shortcuts for accessing kernel PMD and PTE | Mike Rapoport | 1 | -19/+0 |
2020-06-09 | mm: introduce include/linux/pgtable.h | Mike Rapoport | 1 | -2/+0 |
2020-06-05 | Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+2 |
2020-06-04 | powerpc: add support for folded p4d page tables | Mike Rapoport | 1 | -5/+5 |
2020-05-26 | powerpc/8xx: Add a function to early map kernel via huge pages | Christophe Leroy | 1 | -0/+2 |
2020-03-13 | powerpc/32: Fix missing NULL pmd check in virt_to_kpte() | Christophe Leroy | 1 | -1/+3 |
2020-02-26 | powerpc/32: drop get_pteptr() | Christophe Leroy | 1 | -0/+5 |
2020-02-26 | powerpc/32: refactor pmd_offset(pud_offset(pgd_offset... | Christophe Leroy | 1 | -0/+12 |
2020-01-23 | powerpc/ptdump: don't entirely rebuild kernel when selecting CONFIG_PPC_DEBUG_WX | Christophe Leroy | 1 | -6/+0 |
2019-11-18 | powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr() | Christophe Leroy | 1 | -4/+0 |
2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport | 1 | -1/+0 |
2019-08-27 | powerpc/mm: make ioremap_bot common to all | Christophe Leroy | 1 | -0/+2 |
2019-08-20 | powerpc/mm: define empty update_mmu_cache() as static inline | Christophe Leroy | 1 | -12/+0 |
2019-07-13 | Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+24 |
2019-07-12 | mm/nvdimm: add is_ioremap_addr and use that to check ioremap address | Aneesh Kumar K.V | 1 | -0/+14 |
2019-07-05 | powerpc/book3s: Use config independent helpers for page table walk | Aneesh Kumar K.V | 1 | -0/+24 |
2019-05-03 | powerpc/mm: Warn if W+X pages found on boot | Russell Currey | 1 | -0/+6 |
2019-05-03 | powerpc/mm: make gup_hugepte() static | Christophe Leroy | 1 | -3/+0 |
2019-02-18 | powerpc/dma: use the dma-direct allocator for coherent platforms | Christoph Hellwig | 1 | -1/+0 |
2018-12-20 | powerpc: use mm zones more sensibly | Christoph Hellwig | 1 | -1/+0 |
2018-12-04 | powerpc/mm: fix a warning when a cache is common to PGD and hugepages | Christophe Leroy | 1 | -1/+1 |
2018-12-04 | powerpc/mm: Extend pte_fragment functionality to PPC32 | Christophe Leroy | 1 | -0/+4 |
2018-12-04 | powerpc/mm: add helpers to get/set mm.context->pte_frag | Christophe Leroy | 1 | -0/+25 |
2018-10-19 | powerpc/mm: Make pte_pgprot return all pte bits | Aneesh Kumar K.V | 1 | -0/+10 |
2018-10-14 | powerpc/mm: move __P and __S tables in the common pgtable.h | Christophe Leroy | 1 | -0/+19 |
2018-06-03 | powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang | Aneesh Kumar K.V | 1 | -0/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-17 | Merge branch 'topic/ppc-kvm' into next | Michael Ellerman | 1 | -9/+1 |
2017-08-17 | powerpc/mm: Rename find_linux_pte_or_hugepte() | Aneesh Kumar K.V | 1 | -9/+1 |
2017-08-15 | powerpc/mm: Fix kernel RAM protection after freeing unused memory on PPC32 | Christophe Leroy | 1 | -1/+1 |
2017-07-18 | powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=y | Michael Ellerman | 1 | -0/+7 |
2016-12-09 | powerpc: port 64 bits pgtable_cache to 32 bits | Christophe Leroy | 1 | -0/+2 |
2016-07-26 | powerpc/mm: check for irq disabled() only if DEBUG_VM is enabled | Aneesh Kumar K.V | 1 | -4/+2 |
2016-05-19 | arch: fix has_transparent_hugepage() | Hugh Dickins | 1 | -1/+0 |
2016-02-16 | powerpc: Make vmalloc_to_phys() public | Alexey Kardashevskiy | 1 | -0/+3 |
2015-12-14 | powerpc/booke: Move nohash headers | Aneesh Kumar K.V | 1 | -1/+1 |
2015-12-14 | powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.h | Aneesh Kumar K.V | 1 | -6/+0 |
2015-12-14 | powerpc/mm: Don't have generic headers introduce functions touching pte bits | Aneesh Kumar K.V | 1 | -191/+1 |
2015-12-14 | powerpc/mm: make a separate copy for book3s | Aneesh Kumar K.V | 1 | -0/+4 |
2015-10-12 | powerpc/mm: Differentiate between hugetlb and THP during page walk | Aneesh Kumar K.V | 1 | -3/+3 |
2015-08-07 | powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr test | Scott Wood | 1 | -0/+11 |
2015-04-17 | powerpc/mm/thp: Make page table walk safe against thp split/collapse | Aneesh Kumar K.V | 1 | -1/+10 |
2015-04-17 | KVM: PPC: Remove page table walk helpers | Aneesh Kumar K.V | 1 | -21/+0 |
2015-02-16 | powerpc: drop _PAGE_FILE and pte_file()-related helpers | Kirill A. Shutemov | 1 | -1/+0 |
2015-02-12 | mm: remove remaining references to NUMA hinting bits and helpers | Mel Gorman | 1 | -53/+1 |
2015-02-12 | mm: add p[te|md] protnone helpers for use by NUMA balancing | Mel Gorman | 1 | -0/+16 |
2015-01-29 | powerpc32: adds handling of _PAGE_RO | LEROY Christophe | 1 | -2/+5 |
2014-11-14 | powerpc/mm: Switch to generic RCU get_user_pages_fast | Aneesh Kumar K.V | 1 | -4/+2 |
2014-10-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe... | Linus Torvalds | 1 | -0/+3 |