summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* powerpc: disable support for relative ksymtab referencesArd Biesheuvel2018-08-291-1/+0
* Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-08-262-62/+8
|\
| * ppc: Convert vas ID allocation to new IDA APIMatthew Wilcox2018-08-211-22/+4
| * ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox2018-08-211-40/+4
* | Merge tag 'kbuild-v4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2018-08-251-3/+3
|\ \
| * | kbuild: rename LDFLAGS to KBUILD_LDFLAGSMasahiro Yamada2018-08-241-3/+3
* | | Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-2415-75/+168
|\ \ \
| * | | powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar2018-08-231-1/+1
| * | | KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras2018-08-231-7/+10
| * | | powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V2018-08-231-3/+5
| * | | powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.Aneesh Kumar K.V2018-08-231-1/+17
| * | | powerpc/nohash: fix pte_access_permitted()Christophe Leroy2018-08-231-6/+3
| * | | powerpc/topology: Get topology for shared processors at bootSrikar Dronamraju2018-08-213-10/+20
| * | | powerpc64/ftrace: Include ftrace.h needed for enable/disable callsLuke Dashjr2018-08-211-0/+1
| * | | powerpc/powernv/pci: Work around races in PCI bridge enablingBenjamin Herrenschmidt2018-08-201-0/+37
| * | | powerpc/fadump: cleanup crash memory ranges supportHari Bathini2018-08-201-7/+1
| * | | powerpc/powernv: provide a console flush operation for opal hvc driverNicholas Piggin2018-08-202-31/+53
| * | | powerpc/traps: Avoid rate limit messages from show unhandled signalsMichael Ellerman2018-08-201-7/+6
| * | | powerpc/64s: Fix PACA_IRQ_HARD_DIS accounting in idle_power4()Nicholas Piggin2018-08-141-2/+14
* | | | treewide: correct "differenciate" and "instanciate" typosFinn Thain2018-08-234-4/+4
* | | | arch: enable relative relocations for arm64, power and x86Ard Biesheuvel2018-08-221-0/+1
| |/ / |/| |
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-08-198-53/+125
|\ \ \
| * \ \ Merge tag 'v4.18-rc6' into HEADPaolo Bonzini2018-08-0620-53/+70
| |\ \ \
| * | | | KVM: PPC: Book3S HV: Read kvm->arch.emul_smt_mode under kvm->lockPaul Mackerras2018-07-261-9/+8
| * | | | KVM: PPC: Book3S HV: Allow creating max number of VCPUs on POWER9Paul Mackerras2018-07-261-1/+8
| * | | | KVM: PPC: Book3S HV: Pack VCORE IDs to access full VCPU ID spaceSam Bobroff2018-07-263-13/+80
| * | | | KVM: PPC: Book3S HV: Fix constant size warningNicholas Mc Guire2018-07-182-9/+9
| * | | | KVM: PPC: Book3S HV: Add of_node_put() in success pathNicholas Mc Guire2018-07-181-0/+2
| * | | | KVM: PPC: Book3S: Fix matching of hardware and emulated TCE tablesAlexey Kardashevskiy2018-07-181-3/+2
| * | | | KVM: PPC: Remove mmio_vsx_tx_sx_enabled in KVM MMIO emulationSimon Guo2018-07-183-28/+26
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-08-175-7/+10
|\ \ \ \ \
| * | | | | mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Marek Szyprowski2018-08-171-1/+1
| * | | | | mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-174-6/+9
* | | | | | Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-17273-2762/+3575
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | |
| * | | | powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-134-5/+46
| * | | | Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottw...Michael Ellerman2018-08-133-6/+7
| |\ \ \ \
| | * | | | powerpc/dts/fsl: t2080rdb: use the Cortina PHY driver compatibleCamelia Groza2018-08-081-2/+2
| | * | | | powerpc/dts/fsl: t4240rdb: use the Cortina PHY driver compatibleCamelia Groza2018-08-081-4/+4
| | * | | | powerpc/configs/dpaa: enable the Cortina PHY driverCamelia Groza2018-08-081-0/+1
| | * | | | powerpc/cpm1: fix compilation error with CONFIG_PPC_EARLY_DEBUG_CPMChristophe Leroy2018-08-082-0/+2
| * | | | | Merge branch 'fixes' into nextMichael Ellerman2018-08-137-21/+68
| |\ \ \ \ \
| * | | | | | powerpc/uaccess: Enable get_user(u64, *p) on 32-bitMichael Ellerman2018-08-101-3/+10
| * | | | | | powerpc/mm/hash: Remove unnecessary do { } while(0) loopAneesh Kumar K.V2018-08-101-3/+2
| * | | | | | powerpc/64s: move machine check SLB flushing to mm/slb.cNicholas Piggin2018-08-103-17/+51
| * | | | | | powerpc/powernv/idle: Fix build errorAneesh Kumar K.V2018-08-101-1/+1
| * | | | | | powerpc/mm/tlbflush: update the mmu_gather page size while iterating address ...Aneesh Kumar K.V2018-08-101-4/+2
| * | | | | | powerpc/mm: remove warning about ‘type’ being setMathieu Malaterre2018-08-101-1/+1
| * | | | | | powerpc/32: Include setup.h header file to fix warningsMathieu Malaterre2018-08-101-0/+2
| * | | | | | powerpc: Move `path` variable inside DEBUG_PROMMathieu Malaterre2018-08-101-2/+7
| * | | | | | powerpc/powermac: Make some functions staticMathieu Malaterre2018-08-101-6/+6