summaryrefslogtreecommitdiff
path: root/arch/powerpc/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm-current/current'Stephen Rothwell2019-05-142-3/+3
|\
| * powerpc: select DYNAMIC_DEBUG_RELATIVE_POINTERS for PPC64Rasmus Villemoes2019-04-281-0/+1
| * hugetlb: allow to free gigantic pages regardless of the configurationAlexandre Ghiti2019-04-281-3/+2
* | Merge remote-tracking branch 'kvm-ppc/kvm-ppc-next'Stephen Rothwell2019-05-144-5/+96
|\ \
| * | KVM: PPC: Book3S HV: XIVE: Replace the 'destroy' method by a 'release' methodCédric Le Goater2019-04-301-1/+5
| * | KVM: PPC: Book3S HV: XIVE: Add a mapping for the source ESB pagesCédric Le Goater2019-04-301-0/+1
| * | KVM: PPC: Book3S HV: XIVE: Add a TIMA mappingCédric Le Goater2019-04-302-0/+3
| * | KVM: PPC: Book3S HV: XIVE: Add get/set accessors for the VP XIVE stateCédric Le Goater2019-04-302-0/+13
| * | KVM: PPC: Book3S HV: XIVE: Add a control to dirty the XIVE EQ pagesCédric Le Goater2019-04-301-0/+1
| * | KVM: PPC: Book3S HV: XIVE: Add a control to sync the sourcesCédric Le Goater2019-04-301-0/+1
| * | KVM: PPC: Book3S HV: XIVE: Add a global reset controlCédric Le Goater2019-04-301-0/+1
| * | KVM: PPC: Book3S HV: XIVE: Add controls for the EQ configurationCédric Le Goater2019-04-302-0/+21
| * | KVM: PPC: Book3S HV: XIVE: Add a control to configure a sourceCédric Le Goater2019-04-301-0/+11
| * | KVM: PPC: Book3S HV: XIVE: add a control to initialize a sourceCédric Le Goater2019-04-301-0/+5
| * | KVM: PPC: Book3S HV: XIVE: Introduce a new capability KVM_CAP_PPC_IRQ_XIVECédric Le Goater2019-04-302-0/+14
| * | KVM: PPC: Book3S HV: Add a new KVM device for the XIVE native exploitation modeCédric Le Goater2019-04-303-0/+12
| * | Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-nextPaul Mackerras2019-04-304-3/+33
| |\ \
| * | | KVM: PPC: Book3S HV: Flush TLB on secondary radix threadsPaul Mackerras2019-04-301-1/+2
| * | | KVM: PPC: Book3S HV: Move HPT guest TLB flushing to C codePaul Mackerras2019-04-301-0/+2
| * | | KVM: PPC: Book3S: Allocate guest TCEs on demand tooAlexey Kardashevskiy2019-04-302-2/+3
| * | | KVM: PPC: Book3S HV: Avoid lockdep debugging in TCE realmode handlersAlexey Kardashevskiy2019-04-301-2/+0
| * | | KVM: PPC: Book3S HV: Implement real mode H_PAGE_INIT handlerSuraj Jitindar Singh2019-04-301-0/+2
* | | | Merge tag 'powerpc-5.2-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-05-1068-806/+1425
|\ \ \ \
| * | | | powerpc/64s: Use early_mmu_has_feature() in set_kuap()Michael Ellerman2019-05-091-1/+1
| * | | | powerpc/book3s/64: check for NULL pointer in pgd_alloc()Rick Lindsley2019-05-071-0/+3
| * | | | powerpc/booke64: set RI in default MSRLaurentiu Tudor2019-05-031-1/+1
| * | | | powerpc/include: Add data structures and macros for IMC trace modeAnju T Sudhakar2019-05-032-0/+40
| * | | | powerpc/hmi: Fix kernel hang when TB is in error state.Mahesh Salgaonkar2019-05-033-0/+14
| * | | | powerpc/mm: Warn if W+X pages found on bootRussell Currey2019-05-031-0/+6
| * | | | powerpc/mm: define an empty mm_iommu_init()Christophe Leroy2019-05-031-0/+1
| * | | | powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy2019-05-031-0/+1
| * | | | powerpc/32: Add KASAN supportChristophe Leroy2019-05-031-0/+9
| * | | | powerpc/32: prepare shadow area for KASANChristophe Leroy2019-05-032-0/+21
| * | | | powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy2019-05-032-6/+20
| * | | | powerpc: prepare string/mem functions for KASANChristophe Leroy2019-05-032-3/+44
| * | | | powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy2019-05-033-22/+12
| * | | | powerpc/mm: refactor pmd_pgtable()Christophe Leroy2019-05-035-11/+5
| * | | | powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy2019-05-033-86/+44
| * | | | powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy2019-05-031-20/+8
| * | | | powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2019-05-035-86/+21
| * | | | powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2019-05-035-97/+25
| * | | | powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy2019-05-032-6/+24
| * | | | powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy2019-05-034-33/+14
| * | | | powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2019-05-035-24/+3
| * | | | powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2019-05-033-28/+15
| * | | | powerpc/mm: drop __bad_pte()Christophe Leroy2019-05-032-4/+0
| * | | | powerpc/mm: cleanup HPAGE_SHIFT setupChristophe Leroy2019-05-032-3/+10
| * | | | powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy2019-05-032-1/+2
| * | | | powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-033-0/+40
| * | | | powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-033-0/+19