aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc
AgeCommit message (Expand)AuthorFilesLines
2023-02-12powerpc/pseries: Move plpks.h to include directoryRussell Currey2-5/+8
2023-02-12powerpc/secvar: Don't print error on ENOENT when reading variablesAndrew Donnellan1-3/+4
2023-02-12powerpc/secvar: Warn when PAGE_SIZE is smaller than max object sizeAndrew Donnellan1-0/+9
2023-02-12powerpc/secvar: Allow backend to populate static list of variable namesAndrew Donnellan2-21/+52
2023-02-12powerpc/secvar: Extend sysfs to include config varsRussell Currey2-5/+30
2023-02-12powerpc/secvar: Clean up init error messagesAndrew Donnellan1-3/+3
2023-02-12powerpc/secvar: Handle max object size in the consumerRussell Currey3-14/+26
2023-02-12powerpc/secvar: Handle format string in the consumerRussell Currey3-18/+35
2023-02-12powerpc/secvar: Use sysfs_emit() instead of sprintf()Russell Currey1-2/+2
2023-02-12powerpc/secvar: Warn and error if multiple secvar ops are setRussell Currey3-7/+11
2023-02-12powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman3-16/+10
2023-02-12powerpc/secvar: Fix incorrect return in secvar_sysfs_load()Russell Currey1-2/+4
2023-02-12powerpc/pseries: Fix alignment of PLPKS structures and buffersAndrew Donnellan1-3/+7
2023-02-12powerpc/pseries: Fix handling of PLPKS object flushing timeoutAndrew Donnellan1-3/+8
2023-02-12Merge branch 'fixes' into nextMichael Ellerman15-92/+140
2023-02-12powerpc/ps3: Refresh ps3_defconfigGeoff Levand1-22/+17
2023-02-12powerpc/ps3: Change updateboltedpp() panic to infoGeoff Levand1-1/+1
2023-02-12powerpc/kcsan: Add KCSAN SupportRohan McLure1-0/+1
2023-02-10powerpc/kcsan: Prevent recursive instrumentation with IRQ save/restoresRohan McLure1-4/+4
2023-02-10powerpc/kcsan: Memory barriers semanticsRohan McLure1-6/+6
2023-02-10powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure6-0/+16
2023-02-10powerpc: Skip stack validation checking alternate stacks if they are not allo...Nicholas Piggin1-0/+11
2023-02-10powerpc/64: Move paca allocation to early_setup()Nicholas Piggin5-16/+13
2023-02-10powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidNicholas Piggin1-0/+5
2023-02-10powerpc/64s: Fix stress_hpt memblock alloc alignmentNicholas Piggin1-1/+2
2023-02-10powerpc/64e: Simplify address calculation in secondary hold loopNicholas Piggin1-5/+1
2023-02-10powerpc/64s: Refactor initialisation after promNicholas Piggin1-19/+25
2023-02-10crypto: powerpc - Use address generation helper for asmNicholas Piggin1-9/+4
2023-02-10powerpc/powernv/ioda: Skip unallocated resources when mapping to PEFrederic Barrat1-1/+2
2023-02-10powerpc/32: select HAVE_VIRT_CPU_ACCOUNTING_GENNicholas Piggin1-0/+1
2023-02-10powerpc/32: implement HAVE_CONTEXT_TRACKING_USER supportNicholas Piggin1-1/+1
2023-02-10powerpc: Consolidate 32-bit and 64-bit interrupt_enter_prepareNicholas Piggin1-27/+8
2023-02-10powerpc/hv-24x7: Fix pvr check when setting interface versionKajol Jain1-1/+2
2023-02-10powerpc/bpf/32: perform three operands ALU operationsChristophe Leroy1-0/+10
2023-02-10powerpc/bpf/32: introduce a second source register for ALU operationsChristophe Leroy1-167/+183
2023-02-10powerpc/bpf/32: Optimise some particular const operationsChristophe Leroy1-3/+20
2023-02-10powerpc/bpf: Only pad length-variable code at initial passChristophe Leroy2-10/+10
2023-02-10powerpc/bpf: Perform complete extra passes to update addressesChristophe Leroy4-93/+8
2023-02-10powerpc/bpf/32: BPF prog is never called with more than one argChristophe Leroy1-6/+0
2023-02-10powerpc/bpf/32: Only set a stack frame when necessaryChristophe Leroy1-2/+18
2023-02-10powerpc/bpf/32: No need to zeroise r4 when not doing tail callChristophe Leroy1-1/+4
2023-02-10powerpc: Remove __kernel_text_address() in show_instructions()Christophe Leroy1-2/+1
2023-02-10powerpc/mce: log the error for all unrecoverable errorsGanesh Goudar1-3/+7
2023-02-09powerpc: mm: add VM_IOREMAP flag to the vmalloc areaBaoquan He1-1/+1
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)1-9/+0
2023-02-09mm: replace vma->vm_flags indirect modification in ksm_madviseSuren Baghdasaryan1-1/+5
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan4-10/+10
2023-02-08powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
2023-02-08powerpc/64s/radix: Remove TLB_FLUSH_ALL test from range flushesNicholas Piggin1-11/+10