summaryrefslogtreecommitdiff
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-123-16/+5
|\
| * mm: clean up the last pieces of page fault accountingsPeter Xu2020-08-121-5/+0
| * mm/powerpc: use general page fault accountingPeter Xu2020-08-121-8/+3
| * mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-122-2/+2
| * uaccess: remove segment_eqChristoph Hellwig2020-08-121-2/+1
* | Merge tag 'iommu-updates-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-111-3/+0
|\ \ | |/ |/|
| *---. Merge branches 'arm/renesas', 'arm/qcom', 'arm/mediatek', 'arm/omap', 'arm/ex...Joerg Roedel2020-07-291-3/+0
| |\ \ \
| | | | * powerpc/dma: Remove dev->archdata.iommu_domainJoerg Roedel2020-06-301-3/+0
| | | |/ | | |/|
* | | | Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-094-4/+5
|\ \ \ \
| * | | | kbuild: introduce ccflags-remove-y and asflags-remove-yMasahiro Yamada2020-08-101-2/+1
| * | | | powerpc/boot: add DTB to 'targets'Masahiro Yamada2020-07-221-0/+2
| * | | | kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-072-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'pci-v5.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-08-071-1/+1
|\ \ \ \
| * | | | PCI: Use 'pci_channel_state_t' instead of 'enum pci_channel_state'Luc Van Oostenryck2020-07-071-1/+1
* | | | | powerpc/ptrace: Fix build error in pkey_get()Michael Ellerman2020-08-071-2/+0
* | | | | Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-2/+0
|\ \ \ \ \
| * | | | | kill elf_fpxregs_tAl Viro2020-07-271-2/+0
| |/ / / /
* | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-0721-23/+4
|\ \ \ \ \
| * | | | | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-072-3/+0
| * | | | | mm/sparsemem: enable vmem_altmap support in vmemmap_alloc_block_buf()Anshuman Khandual2020-08-071-2/+2
| * | | | | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-0719-18/+2
* | | | | | Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-08-07307-5074/+8703
|\ \ \ \ \ \
| * | | | | | powerpc: Fix circular dependency between percpu.h and mmu.hMichael Ellerman2020-08-041-2/+2
| * | | | | | powerpc/powernv/sriov: Fix use of uninitialised variableOliver O'Halloran2020-08-031-3/+1
| * | | | | | powerpc/40x: Fix assembler warning about r0Michael Ellerman2020-08-031-1/+1
| * | | | | | powerpc/papr_scm: Add support for fetching nvdimm 'fuel-gauge' metricVaibhav Jain2020-07-312-0/+58
| * | | | | | powerpc/papr_scm: Fetch nvdimm performance stats from PHYPVaibhav Jain2020-07-311-0/+150
| * | | | | | powerpc/perf: Consolidate perf_callchain_user_[64|32]()Michal Suchanek2020-07-303-30/+29
| * | | | | | powerpc/pseries/hotplug-cpu: Remove double free in error pathNathan Lynch2020-07-301-1/+0
| * | | | | | powerpc/pseries/mobility: Add pr_debug() for device tree changesNathan Lynch2020-07-301-0/+5
| * | | | | | powerpc/pseries/mobility: Set pr_fmt()Nathan Lynch2020-07-301-2/+5
| * | | | | | powerpc/cacheinfo: Warn if cache object chain becomes unorderedNathan Lynch2020-07-301-0/+9
| * | | | | | powerpc/cacheinfo: Improve diagnostics about malformed cache listsNathan Lynch2020-07-301-2/+8
| * | | | | | powerpc/cacheinfo: Use name@unit instead of full DT path in debug messagesNathan Lynch2020-07-301-8/+8
| * | | | | | powerpc/cacheinfo: Set pr_fmt()Nathan Lynch2020-07-301-0/+2
| * | | | | | powerpc: fix function annotations to avoid section mismatch warnings with gcc-10Vladis Dronov2020-07-303-5/+5
| * | | | | | powerpc/kexec_file: Enable early kernel OPAL callsHari Bathini2020-07-292-0/+36
| * | | | | | powerpc/kexec_file: Fix kexec load failure with lack of memory holeHari Bathini2020-07-291-19/+14
| * | | | | | powerpc/kexec_file: Add appropriate regions for memory reserve mapHari Bathini2020-07-291-5/+53
| * | | | | | powerpc/kexec_file: Prepare elfcore header for crashing kernelHari Bathini2020-07-294-0/+234
| * | | | | | powerpc/kexec_file: Setup backup region for kdump kernelHari Bathini2020-07-295-7/+159
| * | | | | | powerpc/kexec_file: Restrict memory usage of kdump kernelHari Bathini2020-07-291-1/+385
| * | | | | | powerpc/drmem: Make LMB walk a bit more flexibleHari Bathini2020-07-294-44/+78
| * | | | | | powerpc/kexec_file: Avoid stomping memory used by special regionsHari Bathini2020-07-295-4/+539
| * | | | | | powerpc/kexec_file: Add helper functions for getting memory rangesHari Bathini2020-07-293-1/+247
| * | | | | | powerpc/kexec_file: Mark PPC64 specific codeHari Bathini2020-07-297-23/+105
| * | | | | | powerpc/configs: Add BLK_DEV_NVME to pseries_defconfigAnton Blanchard2020-07-291-0/+1
| * | | | | | powerpc/64s: Move HMI IRQ stat from percpu variable to paca.Mahesh Salgaonkar2020-07-295-6/+9
| * | | | | | powerpc/fsl/dts: add missing P4080DS I2C devicesDavid Lamparter2020-07-291-2/+41
| * | | | | | ocxl: Remove unnecessary externsAlastair D'Silva2020-07-291-21/+19