aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-20powerpc: Add force enable of DAWR on P9 optionMichael Neuling6-17/+91
2019-04-20powerpc/numa: document topology_updates_enabled, disable by defaultNathan Lynch1-4/+10
2019-04-20powerpc/numa: improve control of topology updatesNathan Lynch1-6/+12
2019-04-20powerpc/powernv: Squash sparse warnings in opal-call.cAndrew Donnellan1-0/+2
2019-04-20powerpc/crypto: Use cheaper random numbers for crc-vpmsum self-testGeorge Spelvin1-7/+3
2019-04-20powerpc: Remove duplicate headersJagadeesh Pagadala3-3/+0
2019-04-20powerpc/8xx: Fix possible device node reference leakWen Yang1-2/+1
2019-04-20powerpc/pseries: hwpoison the pages upon hitting UEGanesh Goudar3-1/+85
2019-04-20powerpc/83xx: Add missing of_node_put() after of_device_is_available()Julia Lawall1-1/+3
2019-04-20powerpc/pseries/pmem: Fix a set but not used valueQian Cai1-2/+1
2019-04-20powerpc/pseries/iommu: Fix set but not used valuesQian Cai1-8/+5
2019-04-20powerpc/mm: Silence unused-but-set-variable warningsQian Cai2-2/+4
2019-04-20powerpc/mm: move warning from resize_hpt_for_hotplug()Laurent Vivier4-16/+13
2019-04-20powerpc/mm/radix: Don't do SLB preload when using the radix MMUAneesh Kumar K.V1-1/+2
2019-04-20powerpc/configs: Enable CONFIG_USB_XHCI_HCD by defaultThomas Huth1-0/+1
2019-04-20powerpc/pseries/mce: Improve array initialization.Mahesh Salgaonkar1-26/+26
2019-04-20powerpc/64: Fix booting large kernels with STRICT_KERNEL_RWXRussell Currey1-1/+3
2019-04-20powerpc/embedded6xx: Remove unused functions holly_power_off and holly_haltMathieu Malaterre1-12/+0
2019-04-20powerpc/embedded6xx: Make some functions staticMathieu Malaterre1-3/+4
2019-04-20powerpc: vdso: Make vdso32 installation conditional in vdso_installBen Hutchings1-0/+2
2019-04-20powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman4-16/+18
2019-04-20powerpc/highmem: Change BUG_ON() to WARN_ON()Christophe Leroy1-10/+4
2019-04-20powerpc: Fix defconfig choice logic when cross compilingMichael Ellerman1-5/+4
2019-04-20powerpc/32: Add ppc_defconfigMichael Ellerman1-0/+4
2019-04-20Merge branch 'fixes' into nextMichael Ellerman4-10/+14
2019-04-11powerpc/xive: add OPAL extensions for the XIVE native exploitation supportCédric Le Goater5-3/+127
2019-04-10powerpc/mm: Define MAX_PHYSMEM_BITS for all 64-bit configsMichael Ellerman1-1/+1
2019-04-08powerpc/64s/radix: Fix radix segment exception handlingNicholas Piggin1-0/+12
2019-04-08powerpc/vdso32: fix CLOCK_MONOTONIC on PPC64Christophe Leroy1-1/+1
2019-04-01powerpc/32: Fix early boot failure with RTAS built-inChristophe Leroy1-8/+0
2019-03-31Merge tag 'powerpc-5.1-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds3-13/+32
2019-03-29powerpc/pseries/mce: Fix misleading print for TLB mutlihitMahesh Salgaonkar1-0/+1
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-18/+37
2019-03-27powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexesGautham R. Shenoy1-9/+18
2019-03-25powerpc/64: Fix memcmp reading past the end of src/destMichael Ellerman1-4/+13
2019-03-21powerpc/security: Fix spectre_v2 reportingMichael Ellerman1-15/+8
2019-03-21powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurationsBen Hutchings1-1/+1
2019-03-19powerpc/6xx: fix setup and use of SPRN_SPRG_PGDIR for hash32Christophe Leroy3-7/+10
2019-03-18powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038Michael Ellerman2-6/+6
2019-03-17Merge tag 'kbuild-v5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds2-3/+0
2019-03-17kbuild: force all architectures except um to include mandatory-yMasahiro Yamada1-2/+0
2019-03-17kbuild: warn redundant generic-yMasahiro Yamada1-1/+0
2019-03-16Merge tag 'devdax-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+1
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller5-18/+37
2019-03-16Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds6-10/+22
2019-03-16powerpc: bpf: Fix generation of load/store DW instructionsNaveen N. Rao5-18/+37
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds16-44/+158
2019-03-13powerpc/64s: Include <asm/nmi.h> header file to fix a warningMathieu Malaterre1-0/+1
2019-03-13powerpc/powernv: Fix compile without CONFIG_TRACEPOINTSAlexey Kardashevskiy1-0/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport17-3/+77