summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+0
* Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-11-165-2/+42
|\
| * powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin2017-11-132-2/+2
| * powerpc/mm: Export flush_all_mm()Frederic Barrat2017-09-283-0/+40
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0220-0/+20
|/
* Merge tag 'kvm-4.14-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-09-081-0/+1
|\
| * KVM: PPC: Book3S HV: Fix setting of storage key in H_ENTERRam Pai2017-08-311-0/+1
* | powerpc/mm: Optimize detection of thread local mm'sBenjamin Herrenschmidt2017-08-231-0/+3
* | Merge branch 'fixes' into nextMichael Ellerman2017-08-232-8/+17
|\ \ | |/
| * Merge tag 'v4.13-rc1' into fixesMichael Ellerman2017-07-311-1/+1
| |\
| * | powerpc/mm: Fix pmd/pte_devmap() on non-leaf entriesOliver O'Halloran2017-07-281-1/+9
| * | powerpc/mm/radix: Workaround prefetch issue with KVMBenjamin Herrenschmidt2017-07-261-7/+8
* | | powerpc/mm: Don't send IPI to all cpus on THP updatesAneesh Kumar K.V2017-08-171-0/+1
* | | powerpc/mm/hugetlb: Allow runtime allocation of 16G.Aneesh Kumar K.V2017-08-161-3/+1
* | | powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V2017-08-161-1/+1
* | | powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy2017-08-152-0/+6
* | | powerpc/mm: declare some local functions staticChristophe Leroy2017-08-151-3/+0
* | | powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errorsMichael Ellerman2017-08-151-2/+0
* | | powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman2017-08-081-2/+2
* | | powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-083-1/+6
* | | powerpc: Remove old unused icswx based coprocessor supportBenjamin Herrenschmidt2017-08-031-5/+0
* | | powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_rangeBenjamin Herrenschmidt2017-08-021-0/+1
* | | powerpc/mm/radix: Improve TLB/PWC flushesBenjamin Herrenschmidt2017-08-021-3/+1
* | | Merge tag 'powerpc-4.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-213-0/+3
|\ \ \ | |/ / | | / | |/ |/|
| * powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-183-0/+3
* | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
|/
* Merge tag 'powerpc-4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-07-076-8/+67
|\
| * powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-042-0/+7
| * Merge branch 'fixes' into nextMichael Ellerman2017-07-031-1/+1
| |\
| * | powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-022-1/+46
| * | powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-051-0/+2
| * | powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-052-7/+12
* | | powerpc/mm/hugetlb: add support for 1G huge pagesAneesh Kumar K.V2017-07-061-0/+10
| |/ |/|
* | powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V2017-06-081-1/+1
|/
* powerpc/mm/book3s/64: Rework page table geometry for lower memory usageMichael Ellerman2017-05-091-3/+3
* powerpc/mm/hash: Fix off-by-one in comment about kernel contexts idsMichael Ellerman2017-04-281-1/+1
* powerpc/mm: Fix missing page attributes in page table dumpChristophe Leroy2017-04-271-0/+1
* powerpc/mm: Fix swapper_pg_dir size on 64-bit hash w/64K pagesMichael Ellerman2017-04-121-4/+0
* powerpc/powernv: Introduce address translation services for Nvlink2Alistair Popple2017-04-041-0/+6
* powerpc/pseries: Skip using reserved virtual address rangeAneesh Kumar K.V2017-04-011-0/+7
* powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V2017-04-012-1/+3
* powerpc/mm/hash: Increase VA range to 128TBAneesh Kumar K.V2017-03-312-2/+2
* powerpc/mm/hash: Convert mask to unsigned longAneesh Kumar K.V2017-03-311-1/+1
* powerpc/mm/hash: Support 68 bit VAAneesh Kumar K.V2017-03-311-48/+79
* powerpc/mm/hash: Check for non-kernel address in get_kernel_vsid()Michael Ellerman2017-03-311-0/+3
* powerpc/mm/hash: Use context ids 1-4 for the kernelAneesh Kumar K.V2017-03-311-25/+35
* powerpc/mm: Split radix vs hash mm context initialisationMichael Ellerman2017-03-311-0/+2
* powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2017-03-312-15/+18
* powerpc/mm: Lower the max real address to 53 bitsAneesh Kumar K.V2017-03-311-3/+28
* powerpc/mm: Define all PTE bits based on radix definitions.Aneesh Kumar K.V2017-03-312-2/+4
OpenPOWER on IntegriCloud