summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include
AgeCommit message (Expand)AuthorLines
2023-02-10powerpc/kcsan: Memory barriers semanticsRohan McLure-6/+6
2023-02-10powerpc/64: Move paca allocation to early_setup()Nicholas Piggin-1/+1
2023-02-10powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepareNicholas Piggin-27/+8
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)-9/+0
2023-02-07powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár-1/+3
2023-02-02mm: remove __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-3/+0
2023-02-02powerpc/nohash/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVEDavid Hildenbrand-28/+63
2023-02-02powerpc/mm: support __HAVE_ARCH_PTE_SWP_EXCLUSIVE on 32bit book3sDavid Hildenbrand-5/+33
2023-02-02powerpc/64s: Reconnect tlb_flush() to hash__tlb_flush()Michael Ellerman-0/+2
2023-01-30driver core: fixup for "driver core: make struct bus_type.uevent() take a con...Stephen Rothwell-1/+1
2023-01-30powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin-12/+29
2023-01-30powerpc/64s: Fix local irq disable when PMIs are disabledNicholas Piggin-1/+1
2023-01-30powerpc/64: Don't recurse irq replayNicholas Piggin-2/+4
2023-01-30powerpc: Check !irq instead of irq == NO_IRQ and remove NO_IRQChristophe Leroy-3/+0
2023-01-30powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch-2/+0
2023-01-27vio: move to_vio_dev() to use container_of_const()Greg Kroah-Hartman-4/+1
2023-01-11powerpc/imc-pmu: Fix use of mutex in IRQs disabled sectionKajol Jain-1/+1
2022-12-29KVM: Opt out of generic hardware enabling on s390 and PPCSean Christopherson-1/+0
2022-12-29KVM: Drop kvm_arch_{init,exit}() hooksSean Christopherson-1/+0
2022-12-29KVM: PPC: Move processor compatibility check to module initSean Christopherson-1/+0
2022-12-29KVM: Drop arch hardware (un)setup hooksSean Christopherson-1/+0
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds-296/+578
2022-12-17Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-1/+1
2022-12-15mm: Convert __HAVE_ARCH_P..P_GET to the new stylePeter Zijlstra-1/+1
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-83/+4
2022-12-12Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-9/+1
2022-12-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-2/+22
2022-12-08Merge branch 'topic/objtool' into nextMichael Ellerman-1/+12
2022-12-07powerpc/rtas: document rtas_call()Nathan Lynch-15/+0
2022-12-07powerpc: export the CPU node countLaurent Dufour-0/+1
2022-12-02powerpc/code-patching: Remove protection against patching init addresses afte...Christophe Leroy-2/+0
2022-12-02powerpc/ftrace: fix syscall tracing on PPC64_ELF_ABI_V1Michael Jeanson-12/+0
2022-12-02powerpc/64: Add interrupt register sanitisation macrosRohan McLure-0/+19
2022-12-02Merge branch 'topic/qspinlock' into nextMichael Ellerman-60/+215
2022-12-02powerpc: remove STACK_FRAME_OVERHEADNicholas Piggin-13/+11
2022-12-02powerpc/64: ELFv2 use minimal stack frames in int and switch frame sizesNicholas Piggin-5/+15
2022-12-02powerpc: split validate_sp into two functionsNicholas Piggin-3/+12
2022-12-02powerpc: add a define for the switch frame size and regs offsetNicholas Piggin-2/+4
2022-12-02powerpc: add a define for the user interrupt frame sizeNicholas Piggin-3/+3
2022-12-02powerpc: Rename STACK_FRAME_MARKER and derive it from frame offsetNicholas Piggin-2/+2
2022-12-02powerpc: add a definition for the marker offset within the interrupt frameNicholas Piggin-0/+2
2022-12-02powerpc: add definition for pt_regs offset within an interrupt frameNicholas Piggin-0/+2
2022-12-02powerpc/64: Remove asm interrupt tracing call helpersNicholas Piggin-58/+0
2022-12-02powerpc/qspinlock: add compile-time tuning adjustmentsNicholas Piggin-3/+58
2022-12-02powerpc/qspinlock: provide accounting and options for sleepy locksNicholas Piggin-1/+6
2022-12-02powerpc/qspinlock: allow lock stealing in trylock and lock fastpathNicholas Piggin-2/+20
2022-12-02powerpc/qspinlock: store owner CPU in lock wordNicholas Piggin-3/+21
2022-12-02powerpc/qspinlock: theft prevention to control latencyNicholas Piggin-1/+7
2022-12-02powerpc/qspinlock: allow new waiters to steal the lock before queueingNicholas Piggin-0/+23
2022-12-02powerpc/qspinlock: convert atomic operations to assemblyNicholas Piggin-7/+21