aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2022-03-08powerpc/pseries/vas: sysfs interface to export capabilitiesHaren Myneni4-1/+239
2022-03-08powerpc/pseries/vas: Reopen windows with DLPAR core addHaren Myneni1-1/+90
2022-03-08powerpc/pseries/vas: Close windows with DLPAR core removalHaren Myneni2-8/+202
2022-03-08powerpc/vas: Map paste address only if window is activeHaren Myneni1-1/+22
2022-03-08powerpc/vas: Return paste instruction failure if no active windowHaren Myneni1-0/+54
2022-03-08powerpc/vas: Add paste address mmap fault handlerHaren Myneni1-0/+68
2022-03-08powerpc/pseries/vas: Save PID in pseries_vas_window structHaren Myneni2-4/+6
2022-03-08powerpc/pseries/vas: Use common names in VAS capability structureHaren Myneni2-8/+7
2022-03-01powerpc: Fix build errors with newer binutilsAnders Roxell1-1/+5
2022-02-17PCI: Add defines for normal and subtractive PCI bridgesPali Rohár1-1/+1
2022-02-16powerpc/papr_scm: Implement initial support for injecting smart errorsVaibhav Jain1-3/+87
2022-02-12powerpc/pseries: make pseries_devicetree_update() staticNathan Lynch1-1/+1
2022-02-07powerpc/corenet: Change criteria to set MPIC_ENABLE_COREINTChristophe Leroy1-1/+1
2022-02-07powerpc/mpc86xx_hpcn: Remove obsolete statementChristophe Leroy1-6/+0
2022-02-07powerpc/machdep: Move sys_ctrler_t definition into pmac_feature.hChristophe Leroy1-0/+2
2022-02-03powerpc/spufs: adjust list element pointer typeJulia Lawall1-2/+1
2022-02-02powerpc/pseries: read the lpar name from the firmwareLaurent Dufour1-0/+87
2022-01-31powerpc/e500/qemu-e500: allow core to idle without waitingTobias Waldekranz1-0/+5
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds1-2/+2
2022-01-15all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov1-2/+2
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds96-459/+322
2022-01-13Merge tag 'irq-msi-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-338/+19
2022-01-05powerpc/opal: use default_groups in kobj_typeGreg Kroah-Hartman2-2/+4
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-2/+2
2021-12-23cuda/pmu: Make find_via_cuda/pmu init functionsNick Child1-2/+2
2021-12-23powerpc/512x: Add __init attribute to eligible functionsNick Child3-30/+30
2021-12-23powerpc/85xx: Add __init attribute to eligible functionsNick Child5-6/+6
2021-12-23powerpc/83xx: Add __init attribute to eligible functionsNick Child6-10/+10
2021-12-23powerpc/embedded6xx: Add __init attribute to eligible functionsNick Child5-7/+7
2021-12-23powerpc/44x: Add __init attribute to eligible functionsNick Child1-2/+2
2021-12-23powerpc/4xx: Add __init attribute to eligible functionsNick Child2-3/+3
2021-12-23powerpc/ps3: Add __init attribute to eligible functionsNick Child7-24/+24
2021-12-23powerpc/pseries: Add __init attribute to eligible functionsNick Child8-15/+15
2021-12-23powerpc/powernv: Add __init attribute to eligible functionsNick Child13-26/+26
2021-12-23powerpc/powermac: Add __init attribute to eligible functionsNick Child6-9/+9
2021-12-23powerpc/pasemi: Add __init attribute to eligible functionsNick Child4-4/+4
2021-12-23powerpc/chrp: Add __init attribute to eligible functionsNick Child1-1/+1
2021-12-23powerpc/cell: Add __init attribute to eligible functionsNick Child5-20/+20
2021-12-20powerpc: use swap() to make code cleanerYang Guang1-4/+2
2021-12-16powerpc/pasemi/msi: Convert to msi_on_each_dec()Thomas Gleixner1-7/+2
2021-12-16powerpc/cell/axon_msi: Convert to msi_on_each_desc()Thomas Gleixner1-5/+2
2021-12-16powerpc/4xx/hsta: Rework MSI handlingThomas Gleixner1-5/+2
2021-12-16powerpc/pseries/msi: Let core code check for contiguous entriesThomas Gleixner1-25/+8
2021-12-16PCI/MSI: Use msi_desc::msi_indexThomas Gleixner1-2/+2
2021-12-16powerpc/pseries/msi: Use PCI device propertiesThomas Gleixner1-2/+1
2021-12-16powerpc/cell/axon_msi: Use PCI device propertyThomas Gleixner1-4/+1
2021-12-16powerpc/pseries: use slab context cpumask allocation in CPU hotplug initNicholas Piggin1-4/+5
2021-12-16powerpc/pseries/vas: Don't print an error when VAS is unavailableNicholas Piggin1-2/+9
2021-12-09powerpc/powermac: Add additional missing lockdep_register_key()Christophe Leroy1-0/+2
2021-12-09powerpc/cell: Fix clang -Wimplicit-fallthrough warningAnders Roxell1-0/+1