Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux
Pull powerpc updates from Michael Ellerman: - Add AT_HWCAP3 and AT_HWCAP4 aux vector entries for future use by glibc - Add support for recognising the Power11 architected and raw PVRs - Add support for nr_cpus=n on the command line where the boot CPU is >= n - Add ppcxx_allmodconfig targets for all 32-bit sub-arches - Other small features, cleanups and fixes Thanks to Akanksha J N, Brian King, Christophe Leroy, Dawei Li, Geoff Levand, Greg Kroah-Hartman, Jan-Benedict Glaw, Kajol Jain, Kunwu Chan, Li zeming, Madhavan Srinivasan, Masahiro Yamada, Nathan Chancellor, Nicholas Piggin, Peter Bergner, Qiheng Lin, Randy Dunlap, Ricardo B. Marliere, Rob Herring, Sathvika Vasireddy, Shrikanth Hegde, Uwe Kleine-König, Vaibhav Jain, and Wen Xiong. * tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux: (71 commits) powerpc/macio: Make remove callback of macio driver void returned powerpc/83xx: Fix build failure with FPU=n powerpc/64s: Fix get_hugepd_cache_index() build failure powerpc/4xx: Fix warp_gpio_leds build failure powerpc/amigaone: Make several functions static powerpc/embedded6xx: Fix no previous prototype for avr_uart_send() etc. macintosh/adb: make adb_dev_class constant powerpc: xor_vmx: Add '-mhard-float' to CFLAGS powerpc/fsl: Fix mfpmr() asm constraint error powerpc: Remove cpu-as-y completely powerpc/fsl: Modernise mt/mfpmr powerpc/fsl: Fix mfpmr build errors with newer binutils powerpc/64s: Use .machine power4 around dcbt powerpc/64s: Move dcbt/dcbtst sequence into a macro powerpc/mm: Code cleanup for __hash_page_thp powerpc/hv-gpci: Fix the H_GET_PERF_COUNTER_INFO hcall return value checks powerpc/irq: Allow softirq to hardirq stack transition powerpc: Stop using of_root powerpc/machdep: Define 'compatibles' property in ppc_md and use it of: Reimplement of_machine_is_compatible() using of_machine_compatible_match() ...
No related branches found
No related tags found
Showing
- arch/powerpc/Makefile 20 additions, 12 deletionsarch/powerpc/Makefile
- arch/powerpc/boot/simple_alloc.c 5 additions, 2 deletionsarch/powerpc/boot/simple_alloc.c
- arch/powerpc/configs/40x.config 2 additions, 0 deletionsarch/powerpc/configs/40x.config
- arch/powerpc/configs/44x.config 2 additions, 0 deletionsarch/powerpc/configs/44x.config
- arch/powerpc/configs/85xx-32bit.config 1 addition, 0 deletionsarch/powerpc/configs/85xx-32bit.config
- arch/powerpc/configs/8xx.config 2 additions, 0 deletionsarch/powerpc/configs/8xx.config
- arch/powerpc/configs/ps3_defconfig 0 additions, 1 deletionarch/powerpc/configs/ps3_defconfig
- arch/powerpc/include/asm/book3s/64/hash.h 0 additions, 2 deletionsarch/powerpc/include/asm/book3s/64/hash.h
- arch/powerpc/include/asm/book3s/64/pgtable-64k.h 2 additions, 2 deletionsarch/powerpc/include/asm/book3s/64/pgtable-64k.h
- arch/powerpc/include/asm/book3s/64/pgtable.h 0 additions, 10 deletionsarch/powerpc/include/asm/book3s/64/pgtable.h
- arch/powerpc/include/asm/book3s/64/radix.h 0 additions, 2 deletionsarch/powerpc/include/asm/book3s/64/radix.h
- arch/powerpc/include/asm/cputable.h 9 additions, 5 deletionsarch/powerpc/include/asm/cputable.h
- arch/powerpc/include/asm/ibmebus.h 1 addition, 1 deletionarch/powerpc/include/asm/ibmebus.h
- arch/powerpc/include/asm/interrupt.h 1 addition, 1 deletionarch/powerpc/include/asm/interrupt.h
- arch/powerpc/include/asm/machdep.h 1 addition, 0 deletionsarch/powerpc/include/asm/machdep.h
- arch/powerpc/include/asm/macio.h 2 additions, 2 deletionsarch/powerpc/include/asm/macio.h
- arch/powerpc/include/asm/mmu.h 1 addition, 0 deletionsarch/powerpc/include/asm/mmu.h
- arch/powerpc/include/asm/mpic.h 1 addition, 1 deletionarch/powerpc/include/asm/mpic.h
- arch/powerpc/include/asm/paca.h 0 additions, 4 deletionsarch/powerpc/include/asm/paca.h
- arch/powerpc/include/asm/ppc_asm.h 23 additions, 3 deletionsarch/powerpc/include/asm/ppc_asm.h
arch/powerpc/configs/40x.config
0 → 100644
arch/powerpc/configs/44x.config
0 → 100644
arch/powerpc/configs/8xx.config
0 → 100644
Please register or sign in to comment