summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-02-029-28/+211
|\
| * powerpc/mm/radix: Fix build error when RADIX_MMU=nMichael Ellerman2018-01-301-0/+4
| * powerpc: check key protection for user page accessRam Pai2018-01-201-1/+9
| * powerpc: helper to validate key-access permissions of a pteRam Pai2018-01-201-0/+2
| * powerpc: Program HPTE key protection bitsRam Pai2018-01-201-0/+5
| * powerpc: map vma key-protection bits to pte key bits.Ram Pai2018-01-201-1/+24
| * powerpc: introduce execute-only pkeyRam Pai2018-01-201-0/+1
| * powerpc: track allocation status of all pkeysRam Pai2018-01-201-0/+9
| * powerpc/64s: Fix ps3 build error due to tlbiel_all()Michael Ellerman2018-01-191-0/+4
| * powerpc/64s: Improve local TLB flush for boot and MCE on POWER9Nicholas Piggin2018-01-183-0/+38
| * powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-161-0/+1
| * powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-161-1/+1
| * powerpc/mm/book3s/64: Add proper pte access check helperAneesh Kumar K.V2017-12-221-0/+41
| * powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai2017-12-203-4/+5
| * powerpc: shifted-by-one hidx valueRam Pai2017-12-201-3/+11
| * powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai2017-12-203-19/+17
| * powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-203-7/+5
| * powerpc: introduce pte_get_hash_gslot() helperRam Pai2017-12-201-0/+3
| * powerpc: introduce pte_set_hidx() helperRam Pai2017-12-202-0/+39
* | mm/thp: remove pmd_huge_split_prepare()Aneesh Kumar K.V2018-01-314-19/+0
* | powerpc/mm: update pmdp_invalidate to return old pmd valueAneesh Kumar K.V2018-01-311-2/+2
|/
* 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-0214-0/+14
|/
* 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-151-0/+5
* | | 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-074-7/+63
|\
| * 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
OpenPOWER on IntegriCloud