aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2018-10-02tty/serial_core: add ISO7816 infrastructureNicolas Ferre1-0/+2
2018-10-02powerpc: enable building all dtbsRob Herring2-0/+9
2018-10-02kbuild: consolidate Devicetree dtb build rulesRob Herring1-3/+0
2018-10-02powerpc: build .dtb files in dts directoryRob Herring3-30/+28
2018-10-02powerpc/lib: fix book3s/32 boot failure due to code patchingChristophe Leroy1-8/+12
2018-10-02KVM: PPC: Inform the userspace about TCE update failuresAlexey Kardashevskiy2-7/+7
2018-10-02KVM: PPC: Validate all tces before updating tablesAlexey Kardashevskiy2-0/+22
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox2-6/+2
2018-09-28Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxGreg Kroah-Hartman9-9/+38
2018-09-28Merge branch 'dt/cpu-type-rework' into dt/nextRob Herring4-43/+30
2018-09-28powerpc: 8xx: get cpu node with of_get_cpu_nodeRob Herring1-2/+3
2018-09-28powerpc: 4xx: get cpu node with of_get_cpu_nodeRob Herring1-1/+1
2018-09-28powerpc: use for_each_of_cpu_node iteratorRob Herring2-40/+26
2018-09-25powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju1-1/+3
2018-09-25powerpc/tm: Avoid possible userspace r1 corruption on reclaimMichael Neuling1-1/+8
2018-09-25powerpc/tm: Fix userspace r13 corruptionMichael Neuling1-2/+9
2018-09-24powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann1-1/+2
2018-09-21signal/powerpc: Use force_sig_fault where appropriateEric W. Biederman4-36/+12
2018-09-21signal/powerpc: Simplify _exception_pkey by using force_sig_pkuerrEric W. Biederman1-9/+1
2018-09-21signal/powerpc: Specialize _exception_pkey for handling pkey exceptionsEric W. Biederman3-7/+7
2018-09-21signal/powerpc: Call force_sig_fault from _exceptionEric W. Biederman1-1/+4
2018-09-21signal/powerpc: Factor the common exception code into exception_commonEric W. Biederman1-5/+13
2018-09-21signal/powerpc: Remove pkey parameter from __bad_area_nosemaphoreEric W. Biederman1-5/+4
2018-09-21signal/powerpc: Call _exception_pkey directly from bad_key_fault_exceptionEric W. Biederman1-1/+11
2018-09-21signal/powerpc: Remove pkey parameter from __bad_areaEric W. Biederman1-5/+4
2018-09-21signal/powerpc: Use force_sig_mceerr as appropriateEric W. Biederman1-7/+11
2018-09-20powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann1-1/+1
2018-09-20powerpc: fix csum_ipv6_magic() on little endian platformsChristophe Leroy1-0/+3
2018-09-20powerpc/powernv/ioda2: Reduce upper limit for DMA window size (again)Alexey Kardashevskiy1-1/+1
2018-09-19libfdt: Ensure INT_MAX is defined in libfdt_env.hRob Herring1-0/+2
2018-09-19signal: Simplify tracehook_report_syscall_exitEric W. Biederman2-6/+3
2018-09-19powerpc/fadump: re-register firmware-assisted dump if already registeredHari Bathini1-2/+2
2018-09-19powerpc/pseries: Remove VLA from lparcfg_write()Suraj Jitindar Singh1-3/+2
2018-09-19powerpc/prom: Remove VLA in prom_check_platform_support()Suraj Jitindar Singh1-2/+5
2018-09-19powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard1-3/+3
2018-09-19powerpc/boot: Ensure _zimage_start is a weak symbolJoel Stanley1-1/+3
2018-09-19powerpc/configs: Update skiroot defconfigJoel Stanley1-46/+108
2018-09-19powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot1-0/+2
2018-09-19powerpc/pseries: Remove unneeded uses of dlpar work queueNathan Fontenot4-43/+19
2018-09-19powerpc/pseries: Remove prrn_work workqueueNathan Fontenot1-14/+3
2018-09-19powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR requestNathan Fontenot2-39/+21
2018-09-19powerpc: avoid -mno-sched-epilog on GCC 4.9 and newerNicholas Piggin1-2/+6
2018-09-19powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin5-13/+13
2018-09-19powerpc: remove old GCC version checksNicholas Piggin1-29/+2
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin5-39/+142
2018-09-19powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin6-0/+37
2018-09-19powerpc/64s: xmon do not dump hash fields when using radix modeNicholas Piggin1-19/+21
2018-09-19powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin4-17/+59
2018-09-19powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin8-103/+40
2018-09-19powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin6-624/+196