aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-10powerpc64/ftrace: Fix ftrace for clang buildsNaveen N. Rao1-4/+4
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds31-760/+832
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-0/+4
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-4/+1
2022-08-02powerpc/pci: Fix PHB numbering when using opal-phbidMichael Ellerman1-4/+6
2022-08-01powerpc/64: Init jump labels before parse_early_param()Zhouyi Zhou1-0/+7
2022-07-28powerpc: add support for syscall stack randomizationXiu Jianfeng2-1/+25
2022-07-28powerpc: Move system_call_exception() to syscall.cXiu Jianfeng3-162/+174
2022-07-28powerpc/signal: Update comment for clarityRashmica Gupta1-3/+6
2022-07-28powerpc: make facility_unavailable_exception 64sRashmica Gupta1-1/+1
2022-07-28powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and aliasPali Rohár1-8/+19
2022-07-28powerpc/iommu: Fix iommu_table_in_use for a small default DMA window caseAlexey Kardashevskiy1-0/+5
2022-07-28powerpc/crash: save cpu register data in crash_smp_send_stop()Hari Bathini1-20/+9
2022-07-28powerpc: Remove asm/prom.h from asm/mpc52xx.h and asm/pci.hChristophe Leroy1-0/+1
2022-07-27powerpc: Remove remaining parts of oprofileChristophe Leroy2-69/+2
2022-07-27powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy1-2/+2
2022-07-27powerpc/mce: use early_cpu_to_node() in mce_init()Nicholas Piggin1-1/+1
2022-07-27powerpc/vdso: Fix __kernel_sync_dicache sequence with coherent icacheNicholas Piggin1-0/+1
2022-07-27powerpc/pci: Add config option for using all 256 PCI busesPali Rohár1-0/+6
2022-07-27powerpc/pci: Disable filling pci-OF-bus-map for non-chrp/powermacPali Rohár1-3/+10
2022-07-27powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp codePali Rohár1-0/+2
2022-07-27powerpc/pci: Make pcibios_make_OF_bus_map() staticPali Rohár1-3/+1
2022-07-27powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár2-0/+4
2022-07-27powerpc/watchdog: introduce a NMI watchdog's factorLaurent Dufour1-1/+20
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman8-10/+10
2022-07-25Merge branch 'fixes' into nextMichael Ellerman1-0/+1
2022-07-20powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman1-0/+1
2022-07-09Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-1/+1
2022-07-09Merge branch 'fixes' into nextMichael Ellerman5-10/+20
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman2-12/+14
2022-06-29KVM: PPC: Book3S HV: Add a new config for P8 debug timingFabiano Rosas1-1/+1
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy1-0/+3
2022-06-29powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy1-1/+0
2022-06-29powerpc/irq: Simplify __do_irq()Christophe Leroy1-7/+4
2022-06-29powerpc/irq: Perform stack_overflow detection after switching to IRQ stackChristophe Leroy1-8/+7
2022-06-29powerpc/irq: Make __do_irq() staticChristophe Leroy1-23/+23
2022-06-29powerpc/irq: Increase stack_overflow detection limit when KASAN is enabledChristophe Leroy1-2/+2
2022-06-29powerpc/irq64: Remove get_irq_happened()Christophe Leroy1-12/+2
2022-06-29powerpc/irq: Split irq.cChristophe Leroy3-422/+477
2022-06-29powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy1-0/+1
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy1-0/+1
2022-06-24powerpc/prom_init: Fix kernel config grepLiam Howlett1-1/+1
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy3-2/+3
2022-06-19powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and KASANChristophe Leroy1-1/+1
2022-06-18powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan1-1/+10
2022-06-18powerpc: Enable execve syscall exit tracepointNaveen N. Rao1-1/+1
2022-06-18powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman1-6/+7
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior1-0/+4
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULEThomas Gleixner1-4/+1
2022-06-09Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds5-10/+23