| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | powerpc: use the generic dma coherent remap allocator | Christoph Hellwig | 2019-08-28 | 1 | -9/+3 |
* | powerpc/mm: refactor ioremap vm area setup. | Christophe Leroy | 2019-08-27 | 2 | -0/+5 |
* | powerpc/mm: make ioremap_bot common to all | Christophe Leroy | 2019-08-27 | 1 | -2/+0 |
* | powerpc/mm: define empty update_mmu_cache() as static inline | Christophe Leroy | 2019-08-20 | 1 | -0/+13 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 2019-05-30 | 1 | -4/+1 |
* | powerpc/32: make KVIRT_TOP dependent on FIXMAP_START | Christophe Leroy | 2019-05-03 | 1 | -3/+10 |
* | powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash | Christophe Leroy | 2019-05-03 | 3 | -22/+12 |
* | powerpc/mm: refactor pmd_pgtable() | Christophe Leroy | 2019-05-03 | 2 | -4/+0 |
* | powerpc/mm: refactor pgtable freeing functions on nohash | Christophe Leroy | 2019-05-03 | 3 | -86/+44 |
* | powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32 | Christophe Leroy | 2019-05-03 | 1 | -20/+8 |
* | powerpc/mm: refactor definition of pgtable_cache[] | Christophe Leroy | 2019-05-03 | 2 | -43/+0 |
* | powerpc/mm: refactor pte_alloc_one() and pte_free() families definition. | Christophe Leroy | 2019-05-03 | 2 | -50/+0 |
* | powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32 | Christophe Leroy | 2019-05-03 | 1 | -3/+12 |
* | powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.h | Christophe Leroy | 2019-05-03 | 4 | -33/+14 |
* | powerpc/mm: move pgtable_t in asm/mmu.h | Christophe Leroy | 2019-05-03 | 2 | -12/+0 |
* | powerpc/mm: convert Book3E 64 to pte_fragment | Christophe Leroy | 2019-05-03 | 2 | -22/+15 |
* | powerpc/mm: drop __bad_pte() | Christophe Leroy | 2019-05-03 | 1 | -2/+0 |
* | powerpc/mm: cleanup ifdef mess in add_huge_page_size() | Christophe Leroy | 2019-05-03 | 2 | -0/+13 |
* | powerpc/mm: add a helper to populate hugepd | Christophe Leroy | 2019-05-03 | 2 | -0/+14 |
* | powerpc/mm: split asm/hugetlb.h into dedicated subarch files | Christophe Leroy | 2019-05-03 | 2 | -0/+62 |
* | powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES | Christophe Leroy | 2019-05-03 | 3 | -12/+0 |
* | powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULT | Christophe Leroy | 2019-05-03 | 1 | -0/+2 |
* | powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slices | Christophe Leroy | 2019-05-03 | 1 | -4/+1 |
* | powerpc/mm: get rid of mm_ctx_slice_mask_xxx() | Christophe Leroy | 2019-05-03 | 1 | -17/+0 |
* | powerpc/mm: move slice_mask_for_size() into mmu.h | Christophe Leroy | 2019-05-03 | 1 | -13/+29 |
* | powerpc/mm: no slice for nohash/64 | Christophe Leroy | 2019-05-03 | 1 | -12/+0 |
* | powerpc/nohash64: clean pgtable.h | Christophe Leroy | 2019-05-02 | 1 | -5/+0 |
* | powerpc/mm: Add helpers for accessing hash translation related variables | Aneesh Kumar K.V | 2019-04-21 | 1 | -0/+50 |
* | powerpc/mm: Fix build error with FLATMEM book3s64 config | Aneesh Kumar K.V | 2019-04-21 | 1 | -0/+2 |
* | powerpc/8xx: Add Kernel Userspace Access Protection | Christophe Leroy | 2019-04-21 | 2 | -0/+65 |
* | powerpc/8xx: Add Kernel Userspace Execution Prevention | Christophe Leroy | 2019-04-21 | 1 | -0/+7 |
* | powerpc/8xx: Only define APG0 and APG1 | Christophe Leroy | 2019-04-21 | 1 | -6/+6 |
* | powerpc/mm: Silence unused-but-set-variable warnings | Qian Cai | 2019-04-20 | 1 | -1/+2 |
* | powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWX | Christophe Leroy | 2019-02-23 | 1 | -1/+2 |
* | mm: treewide: remove unused address argument from pte_alloc functions | Joel Fernandes (Google) | 2019-01-04 | 2 | -7/+5 |
* | powerpc/44x: use patch_sites for TLB handlers patching | Christophe Leroy | 2018-12-19 | 1 | -0/+3 |
* | powerpc/8xx: reintroduce 16K pages with HW assistance | Christophe Leroy | 2018-12-04 | 3 | -1/+15 |
* | powerpc/mm: enable the use of page table cache of order 0 | Christophe Leroy | 2018-12-04 | 2 | -8/+2 |
* | powerpc/mm: Extend pte_fragment functionality to PPC32 | Christophe Leroy | 2018-12-04 | 3 | -15/+18 |
* | powerpc/mm: Move pgtable_t into platform headers | Christophe Leroy | 2018-12-04 | 2 | -0/+8 |
* | powerpc/mm: move platform specific mmu-xxx.h in platform directories | Christophe Leroy | 2018-12-04 | 7 | -0/+825 |
* | powerpc/8xx: Remove PTE_ATOMIC_UPDATES | Christophe Leroy | 2018-12-04 | 1 | -3/+0 |
* | powerpc: Typo s/use use/use/ | Geert Uytterhoeven | 2018-11-25 | 1 | -1/+1 |
* | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 2018-10-28 | 1 | -3/+1 |
|\ |
|
| * | xarray: Replace exceptional entries | Matthew Wilcox | 2018-09-29 | 1 | -3/+1 |
* | | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2018-10-26 | 2 | -6/+1 |
|\ \ |
|
| * | | hugetlb: introduce generic version of huge_ptep_set_wrprotect() | Alexandre Ghiti | 2018-10-26 | 2 | -6/+1 |
| |/ |
|
* | | powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser() | Christophe Leroy | 2018-10-19 | 1 | -0/+16 |
* | | powerpc/mm: Make pte_pgprot return all pte bits | Aneesh Kumar K.V | 2018-10-19 | 6 | -26/+0 |
* | | powerpc/8xx: change name of a few page flags to avoid confusion | Christophe Leroy | 2018-10-14 | 1 | -14/+14 |