summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms
AgeCommit message (Expand)AuthorFilesLines
2023-04-04powerpc/papr_scm: Update the NUMA distance table for the target nodeAneesh Kumar K.V1-0/+7
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman2-0/+9
2023-03-30powerpc: Use of_property_read_bool() for boolean propertiesRob Herring10-23/+19
2023-03-30powerpc: Use of_property_present() for testing DT property presenceRob Herring7-8/+7
2023-03-30powerpc/wii: fix resource printk format warningsRandy Dunlap3-4/+4
2023-03-30powerpc/mpc512x: fix resource printk format warningRandy Dunlap1-1/+1
2023-03-30powerpc/pseries: Add spaces around / operatorPetr Vaněk1-1/+1
2023-03-29powerpc/pseries/vas: Ignore VAS update for DLPAR if copy/paste is not enabledHaren Myneni1-0/+8
2023-03-29driver core: class: mark the struct class for sysfs callbacks as constantGreg Kroah-Hartman2-4/+4
2023-03-24treewide: Trace IPIs sent via smp_send_reschedule()Valentin Schneider1-0/+2
2023-03-23powerpc/40x: Add missing select OF_GPIO_MM_GPIOCHIPAndy Shevchenko1-0/+1
2023-03-23driver core: bus: mark the struct bus_type for sysfs callbacks as constantGreg Kroah-Hartman2-6/+6
2023-03-22powerpc: Simplify sysctl registration for nmi_wd_lpm_factor_ctl_tableLuis Chamberlain1-9/+1
2023-03-17powerpc/pseries: move to use bus_get_dev_root()Greg Kroah-Hartman2-13/+25
2023-03-17powerpc/powernv: move to use bus_get_dev_root()Greg Kroah-Hartman2-4/+15
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman1-1/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy78-94/+0
2023-03-16powerpc/85xx: Fix function naming for p1023_rdb platformChristophe Leroy1-4/+4
2023-03-16powerpc/gamecube|wii : Use machine_device_initcall()Christophe Leroy2-8/+2
2023-03-16powerpc/47x: Split ppc47x machine in twoChristophe Leroy1-20/+17
2023-03-14powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy62-631/+88
2023-03-14powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy4-0/+65
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2-1/+12
2023-03-14powerpc/pseries: RTAS work area requires GENERIC_ALLOCATORRandy Dunlap1-0/+1
2023-03-11powerpc/83xx/mpc832x_rdb: Replace all spi->chip_select references with functi...Amit Kumar Mahapatra1-1/+1
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann5-2/+6
2023-03-06powerpc/8xx: Use a larger CPM1 command check maskHerve Codina1-1/+1
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds32-357/+1072
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-4/+9
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-11/+10
2023-02-22powerpc/pseries: Avoid hcall in plpks_is_available() on non-pseriesRussell Currey1-0/+4
2023-02-16powerpc/pseries: Fix endianness issue when parsing PLPKS secvar flagsAndrew Donnellan1-1/+2
2023-02-15powerpc/64: Replace -mcpu=e500mc64 by -mcpu=e5500Christophe Leroy1-1/+1
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch20-48/+48
2023-02-13powerpc/pseries/lpar: convert to papr_sysparm APINathan Lynch1-28/+9
2023-02-13powerpc/pseries/lparcfg: convert to papr_sysparm APINathan Lynch1-80/+24
2023-02-13powerpc/pseries: convert CMO probe to papr_sysparm APINathan Lynch1-17/+6
2023-02-13powerpc/pseries: PAPR system parameter APINathan Lynch2-1/+152
2023-02-13powerpc/pseries/dlpar: use RTAS work area APINathan Lynch1-18/+9
2023-02-13powerpc/pseries: add RTAS work area allocatorNathan Lynch2-1/+210
2023-02-13powerpc/pseries: drop RTAS-based timebase synchronizationNathan Lynch1-6/+0
2023-02-13powerpc/pseries/setup: add missing RTAS retry status handlingNathan Lynch1-8/+12
2023-02-13powerpc/pseries/lparcfg: add missing RTAS retry status handlingNathan Lynch1-10/+10
2023-02-13powerpc/pseries/lpar: add missing RTAS retry status handlingNathan Lynch1-10/+10
2023-02-13powerpc/pseries: Implement secvars for dynamic secure bootRussell Currey3-2/+219
2023-02-12powerpc/pseries: Pass PLPKS password on kexecRussell Currey1-0/+61
2023-02-12powerpc/pseries: Add helper to get PLPKS password lengthRussell Currey1-0/+5
2023-02-12powerpc/pseries: Clarify warning when PLPKS password already setAndrew Donnellan1-1/+1
2023-02-12powerpc/pseries: Turn PSERIES_PLPKS into a hidden optionAndrew Donnellan1-10/+9
2023-02-12powerpc/pseries: Make caller pass buffer to plpks_read_var()Andrew Donnellan1-7/+4