summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorLines
2021-05-14powerpc/64e/interrupt: Fix nvgprs being clobberedNicholas Piggin-14/+24
2021-05-12sched/core: Initialize the idle task with preemption disabledValentin Schneider-1/+0
2021-05-12powerpc/legacy_serial: Fix UBSAN: array-index-out-of-boundsChristophe Leroy-2/+5
2021-05-12powerpc/signal: Fix possible build failure with unsafe_copy_fpr_{to/from}_userChristophe Leroy-2/+2
2021-05-12powerpc/syscall: Calling kuap_save_and_lock() is wrongChristophe Leroy-3/+0
2021-05-12powerpc/interrupts: Fix kuep_unlock() callChristophe Leroy-0/+1
2021-05-04powerpc/64s/radix: Enable huge vmalloc mappingsNicholas Piggin-5/+13
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-0/+3
2021-04-30Merge branch 'akpm' (patches from Andrew)Linus Torvalds-3/+3
2021-04-30Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-2904/+2032
2021-04-30mm/vmalloc: remove unmap_kernel_rangeNicholas Piggin-3/+3
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds-0/+1
2021-04-28powerpc/signal32: Fix erroneous SIGSEGV on RT signal returnChristophe Leroy-2/+2
2021-04-27Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-3/+5
2021-04-23powerpc/kernel/iommu: Use largepool as a last resort when !largeallocLeonardo Bras-0/+9
2021-04-23powerpc/kernel/iommu: Align size for IOMMU_PAGE_SIZE() to save TCEsLeonardo Bras-5/+6
2021-04-22arch: Wire up Landlock syscallsMickaël Salaün-0/+3
2021-04-23powerpc/iommu: Annotate nested lock for lockdepAlexey Kardashevskiy-2/+2
2021-04-23powerpc/iommu: Do not immediately panic when failed IOMMU table allocationAlexey Kardashevskiy-2/+4
2021-04-23powerpc/iommu: Allocate it_map by vmallocAlexey Kardashevskiy-12/+3
2021-04-23powerpc/eeh: remove unneeded semicolonYang Li-1/+1
2021-04-22powerpc/legacy_serial: Use early_ioremap()Christophe Leroy-4/+29
2021-04-22powerpc/fadump: Fix sparse warningsMichael Ellerman-7/+6
2021-04-21powerpc: Rename probe_kernel_read_inst()Christophe Leroy-12/+12
2021-04-21powerpc/mce: save ignore_event flag unconditionally for UEGanesh Goudar-1/+2
2021-04-21powerpc: Enable OPTPROBES on PPC32Christophe Leroy-34/+55
2021-04-21powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong()Christophe Leroy-1/+1
2021-04-21powerpc/irq: Enhance readability of trap typesChristophe Leroy-8/+5
2021-04-21powerpc/32s: Enhance readability of trap typesChristophe Leroy-21/+22
2021-04-21powerpc/8xx: Enhance readability of trap typesChristophe Leroy-24/+25
2021-04-19powerpc/fadump: Fix compile error since trap type changeMichael Ellerman-0/+1
2021-04-18Merge branch 'topic/ppc-kvm' into nextMichael Ellerman-8/+7
2021-04-18powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin-3/+16
2021-04-17powerpc/smp: Set numa node before updating maskSrikar Dronamraju-3/+3
2021-04-17powerpc/traps: Enhance readability for trap typesXiongwei Song-6/+8
2021-04-17powerpc/smp: Cache CPU to chip lookupSrikar Dronamraju-6/+34
2021-04-17powerpc/smp: Reintroduce cpu_core_maskSrikar Dronamraju-7/+32
2021-04-14powerpc/vdso: Add support for time namespacesChristophe Leroy-18/+102
2021-04-14powerpc/vdso: Separate vvar vma from vdsoDmitry Safonov-15/+39
2021-04-14powerpc: remove partial register save logicNicholas Piggin-54/+0
2021-04-14powerpc/64e/interrupt: handle bad_page_fault in CNicholas Piggin-6/+0
2021-04-14powerpc/64e/interrupt: Use new interrupt context tracking schemeNicholas Piggin-15/+1
2021-04-14powerpc/64e/interrupt: reconcile irq soft-mask state in CNicholas Piggin-48/+9
2021-04-14powerpc/64e/interrupt: NMI save irq soft-mask state in CNicholas Piggin-33/+16
2021-04-14powerpc/64e/interrupt: use new interrupt returnNicholas Piggin-382/+25
2021-04-14powerpc/interrupt: update common interrupt code forNicholas Piggin-16/+28
2021-04-14powerpc/64e/interrupt: always save nvgprs on interruptNicholas Piggin-37/+3
2021-04-14powerpc/syscall: switch user_exit_irqoff and trace_hardirqs_off orderNicholas Piggin-2/+2
2021-04-14powerpc/syscalls: switch to generic syscallhdr.shMasahiro Yamada-43/+4
2021-04-14powerpc/syscalls: switch to generic syscalltbl.shMasahiro Yamada-54/+9