summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2022-07-27powerpc/32: Set an IBAT covering up to _einittext during initChristophe Leroy-2/+2
2022-07-27powerpc/mce: use early_cpu_to_node() in mce_init()Nicholas Piggin-1/+1
2022-07-27powerpc/vdso: Fix __kernel_sync_dicache sequence with coherent icacheNicholas Piggin-0/+1
2022-07-27powerpc/pci: Add config option for using all 256 PCI busesPali Rohár-0/+6
2022-07-27powerpc/pci: Disable filling pci-OF-bus-map for non-chrp/powermacPali Rohár-3/+10
2022-07-27powerpc/pci: Hide pci_create_OF_bus_map() for non-chrp codePali Rohár-0/+2
2022-07-27powerpc/pci: Make pcibios_make_OF_bus_map() staticPali Rohár-3/+1
2022-07-27powerpc/pci: Hide pci_device_from_OF_node() for non-powermac codePali Rohár-0/+4
2022-07-27powerpc/watchdog: introduce a NMI watchdog's factorLaurent Dufour-1/+20
2022-07-25powerpc: Fix all occurences of duplicate wordsMichael Ellerman-10/+10
2022-07-25Merge branch 'fixes' into nextMichael Ellerman-0/+1
2022-07-20powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman-0/+1
2022-07-09Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-1/+1
2022-07-09Merge branch 'fixes' into nextMichael Ellerman-10/+20
2022-06-29powerpc/64: Drop ppc_inst_as_str()Michael Ellerman-12/+14
2022-06-29KVM: PPC: Book3S HV: Add a new config for P8 debug timingFabiano Rosas-1/+1
2022-06-29powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy-0/+3
2022-06-29powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy-1/+0
2022-06-29powerpc/irq: Simplify __do_irq()Christophe Leroy-7/+4
2022-06-29powerpc/irq: Perform stack_overflow detection after switching to IRQ stackChristophe Leroy-8/+7
2022-06-29powerpc/irq: Make __do_irq() staticChristophe Leroy-23/+23
2022-06-29powerpc/irq: Increase stack_overflow detection limit when KASAN is enabledChristophe Leroy-2/+2
2022-06-29powerpc/irq64: Remove get_irq_happened()Christophe Leroy-12/+2
2022-06-29powerpc/irq: Split irq.cChristophe Leroy-422/+477
2022-06-29powerpc: Don't include asm/ppc_asm.h in other headersChristophe Leroy-0/+1
2022-06-29powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy-0/+1
2022-06-24powerpc/prom_init: Fix kernel config grepLiam Howlett-1/+1
2022-06-20powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy-2/+3
2022-06-19powerpc/prom_init: Fix build failure with GCC_PLUGIN_STRUCTLEAK_BYREF_ALL and...Christophe Leroy-1/+1
2022-06-18powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan-1/+10
2022-06-18powerpc: Enable execve syscall exit tracepointNaveen N. Rao-1/+1
2022-06-18powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman-6/+7
2022-06-15arch/*: Disable softirq stacks on PREEMPT_RT.Sebastian Andrzej Siewior-0/+4
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_398.RULEThomas Gleixner-4/+1
2022-06-09Merge tag 'powerpc-5.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-10/+23
2022-06-09powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman-6/+17
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-7/+8
2022-06-02Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-2/+1
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds-3/+1
2022-05-29powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying-2/+2
2022-05-29powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras-2/+4
2022-05-28Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-767/+602
2022-05-27Merge tag 'mm-nonmm-stable-2022-05-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-30/+5
2022-05-25Merge tag 'dma-mapping-5.19-2022-05-25' of git://git.infradead.org/users/hch/...Linus Torvalds-0/+1
2022-05-25Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki-3/+1
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy-2/+1
2022-05-23Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2022-05-22powerpc: Enable the DAWR on POWER9 DD2.3 and aboveReza Arbab-3/+27
2022-05-22powerpc: Fix all occurences of "the the"Michael Ellerman-4/+4
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens-0/+11