aboutsummaryrefslogtreecommitdiffstats
path: root/arch (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-27powerpc: Define arch_is_kernel_initmem_freed() for lockdepMichael Ellerman1-0/+14
2019-11-25powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpNathan Chancellor1-0/+1
2019-11-25powerpc: Avoid clang warnings around setjmp and longjmpNathan Chancellor2-4/+4
2019-11-25powerpc: Don't add -mabi= flags when building with ClangNathan Chancellor1-0/+4
2019-11-25powerpc: Fix Kconfig indentationKrzysztof Kozlowski2-14/+14
2019-11-25powerpc/fixmap: don't clear fixmap area in paging_init()Christophe Leroy1-8/+0
2019-11-21powerpc/powernv: Disable native PCIe port managementOliver O'Halloran1-0/+17
2019-11-21powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy11-19/+27
2019-11-21powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy3-491/+501
2019-11-21powerpc/sysdev: drop simple gpioChristophe Leroy8-185/+0
2019-11-19powerpc/83xx: map IMMR with a BAT.Christophe Leroy2-0/+18
2019-11-19powerpc/32s: automatically allocate BAT in setbat()Christophe Leroy1-1/+10
2019-11-19powerpc/ioremap: warn on early use of ioremap()Christophe Leroy2-0/+3
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPChristophe Leroy5-0/+20
2019-11-19powerpc/fixmap: Use __fix_to_virt() instead of fix_to_virt()Christophe Leroy1-1/+6
2019-11-19powerpc/8xx: use the fixmapped IMMR in cpm_reset()Christophe Leroy1-7/+1
2019-11-19powerpc/8xx: add __init to cpm1 init functionsChristophe Leroy2-6/+6
2019-11-18powerpc: cleanup hw_irq.hChristophe Leroy2-31/+34
2019-11-18powerpc: permanently include 8xx registers in reg.hChristophe Leroy3-4/+3
2019-11-18powerpc/reg: use ASM_FTR_IFSET() instead of opencoding fixup.Christophe Leroy1-13/+3
2019-11-18powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy2-7/+50
2019-11-18powerpc/mm: Show if a bad page fault on data is read or write.Christophe Leroy1-2/+4
2019-11-18powerpc/mm: drop #ifdef CONFIG_MMU in is_ioremap_addr()Christophe Leroy1-4/+0
2019-11-18powerpc: Refactor BUG/WARN macrosChristophe Leroy1-26/+15
2019-11-18Merge branch 'next' of https://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman8-36/+48
2019-11-17powerpc/kmcent2: add ranges to the pci bridgesValentin Longchamp1-0/+36
2019-11-17powerpc/booke: Spelling s/date/data/Geert Uytterhoeven1-1/+1
2019-11-17powerpc/85xx: remove mostly pointless mpc85xx_qe_init()Rasmus Villemoes6-30/+0
2019-11-17powerpc/kmcent2: update the ethernet devices' phy propertiesValentin Longchamp1-5/+11
2019-11-14Merge branch 'topic/kaslr-book3e32' into nextMichael Ellerman17-54/+548
2019-11-13powerpc/fsl_booke/kaslr: export offset in VMCOREINFO ELF notesJason Yan1-0/+1
2019-11-13powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan2-0/+25
2019-11-13powerpc/fsl_booke/kaslr: support nokaslr cmdline parameterJason Yan1-0/+7
2019-11-13powerpc/fsl_booke/kaslr: clear the original kernel if randomizedJason Yan3-0/+14
2019-11-13powerpc/fsl_booke/32: randomize the kernel image offsetJason Yan1-2/+323
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan9-17/+109
2019-11-13powerpc/fsl_booke/32: introduce reloc_kernel_entry() helperJason Yan2-0/+14
2019-11-13powerpc/fsl_booke/32: introduce create_kaslr_tlb_entry() helperJason Yan2-0/+36
2019-11-13powerpc: introduce kernstart_virt_addr to store the kernel baseJason Yan2-0/+4
2019-11-13powerpc: move memstart_addr and kernstart_addr to init-common.cJason Yan3-10/+5
2019-11-13powerpc: unify definition of M_IF_NEEDEDJason Yan4-29/+14
2019-11-13powerpc/fadump: when fadump is supported register the fadump sysfs files.Michal Suchanek1-9/+6
2019-11-13powerpc/perf: remove current_is_64bit()Michal Suchanek1-16/+1
2019-11-13powerpc/eeh: differentiate duplicate detection messageSam Bobroff1-2/+2
2019-11-13powerpc/pseries/hotplug-memory: Change rc variable to boolLeonardo Bras1-3/+3
2019-11-13powerpc: use <asm-generic/dma-mapping.h>Christoph Hellwig2-18/+1
2019-11-13powerpc/xive: Prevent page fault issues in the machine crash handlerCédric Le Goater1-0/+9
2019-11-13powerpc/64s/exception: Fix kaup -> kuap typoAndrew Donnellan1-3/+3
2019-11-13powerpc: Replace GPL boilerplate with SPDX identifiersThomas Huth4-65/+3
2019-11-13powerpc/book3s/mm: Update Oops message to print the correct translation in useAneesh Kumar K.V1-4/+11