aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-03-16powerpc: Simplify sysctl registration for powersave_nap_ctl_tableLuis Chamberlain1-9/+1
2023-03-16powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy79-95/+5
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-15powerpc/mm: Fix false detection of read faultsRussell Currey1-3/+8
2023-03-15powerpc/platforms: Use 'compatible' property for simple casesChristophe Leroy62-631/+88
2023-03-15powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy2-6/+8
2023-03-15powerpc/machdep: Make machine name constChristophe Leroy1-1/+1
2023-03-15powerpc: Allow CONFIG_PPC64_BIG_ENDIAN_ELF_ABI_V2 with ld.lld 15+Nathan Chancellor1-2/+1
2023-03-15powerpc: Fix use of '-mabi=elfv2' with clangNathan Chancellor1-3/+1
2023-03-15powerpc/boot: Only use '-mabi=elfv2' with CONFIG_PPC64_BOOT_WRAPPERNathan Chancellor1-3/+3
2023-03-15powerpc: Fix a kernel-doc warningBo Liu1-1/+1
2023-03-15powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy6-2/+218
2023-03-14powerpc/pci_64: Init pcibios subsys a bit laterAlexey Kardashevskiy1-1/+1
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy4-8/+109
2023-03-14powerpc/pseries: RTAS work area requires GENERIC_ALLOCATORRandy Dunlap1-0/+1
2023-03-14crypto: p10-aes-gcm - Update Kconfig and MakefileDanny Tsen2-0/+30
2023-03-14crypto: p10-aes-gcm - A perl script to process PowerPC assembler source.Danny Tsen1-0/+229
2023-03-14crypto: p10-aes-gcm - Supporting functions for ghashDanny Tsen1-0/+370
2023-03-14crypto: p10-aes-gcm - Supporting functions for AESDanny Tsen1-0/+585
2023-03-14crypto: p10-aes-gcm - An accelerated AES/GCM stitched implementationDanny Tsen1-0/+1521
2023-03-14crypto: p10-aes-gcm - Glue code for AES/GCM stitched implementationDanny Tsen1-0/+345
2023-03-13Merge tag 'v6.3-rc2' into spi-6.4 to fix clock related boot issuesMark Brown5-3/+8
2023-03-13Merge tag 'v6.3-rc2' into asoc-6.4 to fix clock related boot issuesMark Brown5-3/+8
2023-03-11powerpc/83xx/mpc832x_rdb: Replace all spi->chip_select references with functi...Amit Kumar Mahapatra1-1/+1
2023-03-09module: replace module_layout with module_memorySong Liu1-4/+3
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-2/+7
2023-03-09char: pcmcia: remove all the driversJiri Slaby1-2/+0
2023-03-08eth: fealnx: bring back this old driverJakub Kicinski1-0/+1
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-08powerpc/cpu: Mark start_secondary_resume() __noreturnJosh Poimboeuf1-1/+1
2023-03-06cpumask: fix incorrect cpumask scanning result checksLinus Torvalds1-1/+1
2023-03-06gpiolib: split of_mm_gpio_chip out of linux/of_gpio.hArnd Bergmann6-3/+7
2023-03-05powerpc/8xx: Use a larger CPM1 command check maskHerve Codina1-1/+1
2023-03-04Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-1/+2
2023-02-28powerpc: dts: t1040rdb: enable both CPU portsVladimir Oltean2-1/+6
2023-02-28powerpc: dts: t1040rdb: fix compatible string for Rev A boardsVladimir Oltean1-1/+0
2023-02-28powerpc: Avoid dead code/data elimination when using recordmcountMichael Ellerman1-1/+1
2023-02-28powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman1-0/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds4-16/+24
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-41/+11
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds94-1259/+3305
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds5-9/+11
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds18-61/+113
2023-02-22powerpc/pseries: Avoid hcall in plpks_is_available() on non-pseriesRussell Currey1-0/+4
2023-02-21powerpc: dts: turris1x.dts: Set lower priority for CPLD syscon-rebootPali Rohár1-0/+23
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+2
2023-02-20Merge tag 'perf-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+1
2023-02-20Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-19/+1