summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
AgeCommit message (Expand)AuthorLines
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld-0/+1
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-1083/+3061
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-6/+5
2022-12-17Merge tag 'msi-fixes-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+5
2022-12-17powerpc/msi: Fix deassociation of MSI descriptorsMarc Zyngier-0/+5
2022-12-16powerpc/code-patching: Fix oops with DEBUG_VM enabledMichael Ellerman-3/+7
2022-12-16Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-12-16Merge tag 'usb-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+0
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-26/+18
2022-12-15mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra-1/+1
2022-12-15mm: Introduce set_memory_rox()Peter Zijlstra-5/+4
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-121/+5
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-21/+219
2022-12-12Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-17/+18
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-13/+4
2022-12-12Merge tag 'perf-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-4/+4
2022-12-12Merge tag 'timers-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-22/+0
2022-12-12Merge tag 'irq-core-2022-12-10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-5/+2
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+22
2022-12-12powerpc/qspinlock: Fix 32-bit buildNicholas Piggin-0/+1
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-31/+22
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman-49/+142
2022-12-08USB: sisusbvga: remove console supportJiri Slaby (SUSE)-1/+0
2022-12-08powerpc/prom: Fix 32-bit buildMichael Ellerman-1/+2
2022-12-07powerpc/rtas: mandate RTAS syscall filteringNathan Lynch-29/+0
2022-12-07powerpc/rtas: define pr_fmt and convert printk call sitesNathan Lynch-9/+10
2022-12-07powerpc/rtas: clean up includesNathan Lynch-26/+16
2022-12-07powerpc/rtas: clean up rtas_error_log_max initializationNathan Lynch-11/+26
2022-12-07powerpc/pseries/eeh: use correct API for error log sizeNathan Lynch-10/+1
2022-12-07powerpc/rtas: avoid scheduling in rtas_os_term()Nathan Lynch-1/+6
2022-12-07powerpc/rtas: avoid device tree lookups in rtas_os_term()Nathan Lynch-3/+10
2022-12-07powerpc/rtasd: use correct OF API for event scan rateNathan Lynch-2/+5
2022-12-07powerpc/rtas: document rtas_call()Nathan Lynch-15/+58
2022-12-07powerpc/pseries: unregister VPA when hot unplugging a CPULaurent Dufour-0/+1
2022-12-07powerpc/pseries: reset the RCU watchdogs after a LPMLaurent Dufour-2/+5
2022-12-07powerpc: Take in account addition CPU node when building kexec FDTLaurent Dufour-1/+58
2022-12-07powerpc: export the CPU node countLaurent Dufour-0/+4
2022-12-06powerpc/dts/fsl: Fix pca954x i2c-mux node namesGeert Uytterhoeven-6/+6
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy-15/+1
2022-12-02powerpc/feature-fixups: Do not patch init section after initChristophe Leroy-0/+12
2022-12-02powerpc/feature-fixups: Refactor other fixups patchingChristophe Leroy-49/+28
2022-12-02powerpc/feature-fixups: Refactor entry fixups patchingChristophe Leroy-52/+32
2022-12-02powerpc/code-patching: Remove #ifdef CONFIG_STRICT_KERNEL_RWXChristophe Leroy-11/+5
2022-12-02powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson-12/+0
2022-12-02powerpc/64: Sanitise user registers on interrupt in pseries, POWERNVRohan McLure-1/+1
2022-12-02powerpc/64e: Clear gprs on interrupt routine entry on Book3ERohan McLure-2/+2
2022-12-02powerpc/64s: Zeroise gprs on interrupt routine entry on Book3SRohan McLure-11/+32
2022-12-02powerpc/64s: IOption for MSR stored in r12Rohan McLure-0/+7
2022-12-02powerpc/64: Sanitise common exit code for interruptsRohan McLure-0/+6
2022-12-02powerpc/64: Add interrupt register sanitisation macrosRohan McLure-0/+19