summaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)Author
2018-10-22powerpc/8xx: add missing header in 8xx_mmu.cChristophe Leroy
2018-10-22powerpc/8xx: Add DT node for using the SEC engine of the MPC885Christophe Leroy
2018-10-20powerpc/dts/fsl: t2080rdb: reorder the Cortina PHY XFI lanesCamelia Groza
2018-10-19powerpc/io: remove old GCC version implementationChristophe Leroy
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman
2018-10-19powerpc: Move core kernel logic into arch/powerpc/KbuildMichael Ellerman
2018-10-19powerpc/traps: remove redundant in_interrupt panic in die()Christophe Leroy
2018-10-19powerpc/prom_init: Generate "phandle" instead of "linux, phandle"Benjamin Herrenschmidt
2018-10-19powerpc: Check prom_init for disallowed sectionsBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move __prombss to it's own section and store it in .bssBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt
2018-10-19powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt
2018-10-19powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt
2018-10-19powerpc/pseries: Add driver for PAPR SCM regionsOliver O'Halloran
2018-10-19powerpc/pseries: PAPR persistent memory supportOliver O'Halloran
2018-10-19powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy
2018-10-19powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V
2018-10-14powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin
2018-10-14powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin
2018-10-14powerpc/ptrace: Don't use sizeof(struct pt_regs) in ptrace codeMichael Ellerman
2018-10-14powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman
2018-10-14powerpc/prom_init: Make "default_colors" constBenjamin Herrenschmidt
2018-10-14powerpc/prom_init: Make "fake_elf" constBenjamin Herrenschmidt
2018-10-14powerpc/prom_init: Make of_workarounds staticBenjamin Herrenschmidt
2018-10-14powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy
2018-10-14powerpc/mm: Get rid of pte-common.hChristophe Leroy
2018-10-14powerpc/mm: Define platform default caches related flagsChristophe Leroy
2018-10-14powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy
2018-10-14powerpc/nohash/64: do not include pte-common.hChristophe Leroy
2018-10-14powerpc/mm: Distribute platform specific PAGE and PMD flags and definitionsChristophe Leroy
2018-10-14powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy
2018-10-14powerpc/book3s/32: do not include pte-common.hChristophe Leroy
2018-10-14powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy
2018-10-14powerpc/mm: drop unused page flagsChristophe Leroy
2018-10-14powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy
2018-10-14powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy