summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/prom_init: Move a few remaining statics to appropriate sectionsBenjamin Herrenschmidt2018-10-181-5/+5
* powerpc/prom_init: Move const structures to __initconstBenjamin Herrenschmidt2018-10-181-3/+3
* powerpc/prom_init: Move ibm_arch_vec to __prombssBenjamin Herrenschmidt2018-10-181-1/+7
* powerpc/prom_init: Move prom_radix_disable to __prombssBenjamin Herrenschmidt2018-10-181-1/+6
* powerpc/prom_init: Remove support for OPAL v2Benjamin Herrenschmidt2018-10-181-115/+10
* powerpc/prom_init: Replace __initdata with __prombss when applicableBenjamin Herrenschmidt2018-10-181-26/+29
* powerpc/pseries: Add driver for PAPR SCM regionsOliver O'Halloran2018-10-183-0/+353
* powerpc/pseries: PAPR persistent memory supportOliver O'Halloran2018-10-1810-4/+193
* powerpc/traps: fix machine check handlers to use pr_cont()Christophe Leroy2018-10-182-41/+41
* powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy2018-10-181-0/+16
* powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-189-40/+10
* powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-144-41/+87
* powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2018-10-143-4/+4
* powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin2018-10-142-3/+53
* powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-145-35/+21
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-10-145-44/+181
* powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-146-0/+37
* powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin2018-10-144-17/+59
* powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin2018-10-146-626/+214
* powerpc/64: Interrupts save PPR on stack rather than thread_structNicholas Piggin2018-10-147-23/+19
* powerpc/ptrace: Don't use sizeof(struct pt_regs) in ptrace codeMichael Ellerman2018-10-141-7/+7
* powerpc: Split user/kernel definitions of struct pt_regsMichael Ellerman2018-10-143-1/+72
* powerpc/prom_init: Make "default_colors" constBenjamin Herrenschmidt2018-10-141-1/+1
* powerpc/prom_init: Make "fake_elf" constBenjamin Herrenschmidt2018-10-141-1/+1
* powerpc/prom_init: Make of_workarounds staticBenjamin Herrenschmidt2018-10-141-1/+1
* powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy2018-10-141-39/+32
* powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2018-10-144-19/+19
* powerpc/mm: Get rid of pte-common.hChristophe Leroy2018-10-142-27/+24
* powerpc/mm: Define platform default caches related flagsChristophe Leroy2018-10-143-11/+7
* powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy2018-10-146-44/+91
* powerpc/nohash/64: do not include pte-common.hChristophe Leroy2018-10-143-36/+44
* powerpc/mm: Distribute platform specific PAGE and PMD flags and definitionsChristophe Leroy2018-10-146-66/+159
* powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy2018-10-142-13/+10
* powerpc/book3s/32: do not include pte-common.hChristophe Leroy2018-10-142-17/+101
* powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy2018-10-143-40/+19
* powerpc/mm: drop unused page flagsChristophe Leroy2018-10-142-25/+2
* powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy2018-10-146-153/+307
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-147-45/+41
* powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy2018-10-145-8/+10
* powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-145-0/+114
* powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy2018-10-143-28/+48
* powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy2018-10-142-4/+4
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-1419-76/+63
* powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-146-32/+23
* powerpc: don't use ioremap_prot() nor __ioremap() unless really needed.Christophe Leroy2018-10-146-11/+10
* powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2018-10-133-0/+35
* powerpc/rtas: Fix a potential race between CPU-Offline & MigrationGautham R. Shenoy2018-10-131-0/+9
* powerpc/cacheinfo: Report the correct shared_cpu_map on big-coresGautham R. Shenoy2018-10-131-2/+35
* powerpc: Use cpu_smallcore_sibling_mask at SMT level on bigcoresGautham R. Shenoy2018-10-131-1/+18
* powerpc: Detect the presence of big-cores via "ibm, thread-groups"Gautham R. Shenoy2018-10-133-0/+235