summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2020-10-08powerpc/time: Avoid using get_tbl() and get_tbu() internallyChristophe Leroy3-7/+7
2020-10-08powerpc/time: Make mftb() common to PPC32 and PPC64Christophe Leroy1-10/+4
2020-10-08powerpc/time: Rename mftbl() to mftb()Christophe Leroy2-4/+3
2020-10-08powerpc/32s: Remove #ifdef CONFIG_PPC_BOOK3S_32 in head_book3s_32.SChristophe Leroy1-15/+0
2020-10-08powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy3-3/+5
2020-10-08powerpc/32s: Setup the early hash table at all time.Christophe Leroy4-38/+17
2020-10-08powerpc/time: Remove ifdef in get_dec() and set_dec()Christophe Leroy3-14/+12
2020-10-08powerpc: Remove get_tb_or_rtc()Christophe Leroy3-9/+4
2020-10-08powerpc: Remove __USE_RTC()Christophe Leroy2-71/+9
2020-10-08powerpc: Tidy up a bit after removal of PowerPC 601.Christophe Leroy2-32/+24
2020-10-08powerpc: Remove support for PowerPC 601Christophe Leroy17-206/+17
2020-10-08powerpc: Remove PowerPC 601Christophe Leroy2-24/+2
2020-10-08powerpc: Drop SYNC_601() ISYNC_601() and SYNC()Christophe Leroy7-45/+2
2020-10-08powerpc: Remove CONFIG_PPC601_SYNC_FIXChristophe Leroy2-21/+0
2020-10-08powerpc: Remove SYNC on non 6xxChristophe Leroy3-3/+0
2020-10-08powerpc/papr_scm: Add PAPR command family to pass-through command-setVaibhav Jain1-0/+3
2020-10-08powerpc/lmb-size: Use addr #size-cells value when fetching lmb-sizeAneesh Kumar K.V2-7/+13
2020-10-08powerpc/book3s64/radix: Make radix_mem_block_size 64bitAneesh Kumar K.V2-2/+2
2020-10-08powerpc/memhotplug: Make lmb size 64bitAneesh Kumar K.V1-14/+29
2020-10-08powerpc/drmem: Make lmb_size 64 bitAneesh Kumar K.V1-2/+2
2020-10-08powerpc/security: Fix link stack flush instructionNicholas Piggin3-13/+33
2020-10-07powerpc/hv-gpci: Add sysfs files inside hv-gpci device to show cpumaskKajol Jain1-0/+18
2020-10-07powerpc/perf/hv-gpci: Add cpu hotplug supportKajol Jain1-0/+46
2020-10-07powerpc/perf/hv-gpci: Fix starting index valueKajol Jain1-3/+3
2020-10-07powerpc/pseries/eeh: Fix use of uninitialised variableOliver O'Halloran1-5/+4
2020-10-07powerpc/eeh: Delete eeh_pe->config_addrOliver O'Halloran3-4/+3
2020-10-06pseries/hotplug-memory: hot-add: skip redundant LMB lookupScott Cheloha3-3/+8
2020-10-06powerpc/rtas: Restrict RTAS requests from userspaceAndrew Donnellan2-0/+166
2020-10-06powerpc/perf: Exclude pmc5/6 from the irrelevant PMU group constraintsAthira Rajeev1-0/+10
2020-10-06powerpc/smp: Optimize update_coregroup_maskSrikar Dronamraju1-8/+22
2020-10-06powerpc/smp: Move coregroup mask updation to a new functionSrikar Dronamraju1-13/+19
2020-10-06powerpc/smp: Optimize update_mask_by_l2Srikar Dronamraju1-6/+45
2020-10-06powerpc/smp: Check for duplicate topologies and consolidateSrikar Dronamraju1-0/+26
2020-10-06powerpc/smp: Depend on cpu_l1_cache_map when adding CPUsSrikar Dronamraju1-4/+3
2020-10-06powerpc/smp: Stop passing mask to update_mask_by_l2Srikar Dronamraju1-4/+4
2020-10-06powerpc/smp: Limit CPUs traversed to within a node.Srikar Dronamraju1-1/+1
2020-10-06powerpc/smp: Optimize remove_cpu_from_masksSrikar Dronamraju1-2/+9
2020-10-06powerpc/smp: Remove get_physical_package_idSrikar Dronamraju2-25/+0
2020-10-06powerpc/smp: Stop updating cpu_core_maskSrikar Dronamraju2-31/+7
2020-10-06powerpc/topology: Update topology_core_cpumaskSrikar Dronamraju1-1/+1
2020-10-06powerpc/tm: Save and restore AMR on treclaim and trechkptGustavo Romero3-4/+33
2020-10-06powerpc/eeh: Clean up PE addressingOliver O'Halloran5-93/+17
2020-10-06powerpc/pseries/eeh: Allow zero to be a valid PE configuration addressOliver O'Halloran1-16/+22
2020-10-06powerpc/pseries/eeh: Rework device EEH PE determinationOliver O'Halloran1-35/+22
2020-10-06powerpc/pseries/eeh: Clean up pe_config_addr lookupsOliver O'Halloran1-69/+11
2020-10-06powerpc/eeh: Move EEH initialisation to an arch initcallOliver O'Halloran3-34/+34
2020-10-06powerpc/eeh: Delete eeh_ops->initOliver O'Halloran2-9/+0
2020-10-06powerpc/pseries: Stop using eeh_ops->init()Oliver O'Halloran1-84/+71
2020-10-06powerpc/powernv: Stop using eeh_ops->init()Oliver O'Halloran1-49/+45
2020-10-06powerpc/eeh: Rework EEH initialisationOliver O'Halloran4-78/+21