summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2023-02-17powerpc/64: Fix unannotated intra-function call warningSathvika Vasireddy
2023-02-17powerpc/epapr: Don't use wrteei on non bookeChristophe Leroy
2023-02-15powerpc/eeh: Set channel state after notifying the driversGanesh Goudar
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch
2023-02-13powerpc/rtas: introduce rtas_function_token() APINathan Lynch
2023-02-13powerpc/pseries: add RTAS work area allocatorNathan Lynch
2023-02-13powerpc/rtas: add tracepoints around RTAS entryNathan Lynch
2023-02-13powerpc/rtas: strengthen do_enter_rtas() type safety, drop inlineNathan Lynch
2023-02-13powerpc/rtas: improve function information lookupsNathan Lynch
2023-02-13powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch
2023-02-13powerpc/rtas: handle extended delays safely in early bootNathan Lynch
2023-02-12powerpc/pseries: Pass PLPKS password on kexecRussell Currey
2023-02-12powerpc/secvar: Don't print error on ENOENT when reading variablesAndrew Donnellan
2023-02-12powerpc/secvar: Warn when PAGE_SIZE is smaller than max object sizeAndrew Donnellan
2023-02-12powerpc/secvar: Allow backend to populate static list of variable namesAndrew Donnellan
2023-02-12powerpc/secvar: Extend sysfs to include config varsRussell Currey
2023-02-12powerpc/secvar: Clean up init error messagesAndrew Donnellan
2023-02-12powerpc/secvar: Handle max object size in the consumerRussell Currey
2023-02-12powerpc/secvar: Handle format string in the consumerRussell Currey
2023-02-12powerpc/secvar: Use sysfs_emit() instead of sprintf()Russell Currey
2023-02-12powerpc/secvar: Warn and error if multiple secvar ops are setRussell Currey
2023-02-12powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman
2023-02-12powerpc/secvar: Fix incorrect return in secvar_sysfs_load()Russell Currey
2023-02-12Merge branch 'fixes' into nextMichael Ellerman
2023-02-10powerpc/kcsan: Prevent recursive instrumentation with IRQ save/restoresRohan McLure
2023-02-10powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure
2023-02-10powerpc: Skip stack validation checking alternate stacks if they are not allo...Nicholas Piggin
2023-02-10powerpc/64: Move paca allocation to early_setup()Nicholas Piggin
2023-02-10powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidNicholas Piggin
2023-02-10powerpc/64e: Simplify address calculation in secondary hold loopNicholas Piggin
2023-02-10powerpc/64s: Refactor initialisation after promNicholas Piggin
2023-02-10powerpc: Remove __kernel_text_address() in show_instructions()Christophe Leroy
2023-02-10powerpc/mce: log the error for all unrecoverable errorsGanesh Goudar
2023-02-08powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman
2023-02-07powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár
2023-02-07powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin
2023-01-30powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin
2023-01-30powerpc/64: Don't recurse irq replayNicholas Piggin
2023-01-30powerpc/rtas: upgrade internal arch spinlocksNathan Lynch
2023-01-30powerpc/rtas: remove lock and args fields from global rtas structNathan Lynch
2023-01-30powerpc/rtas: make all exports GPLNathan Lynch
2023-01-30powerpc/rtas: Drop unused export symbolsMichael Ellerman
2023-01-30powerpc/rtas: unexport 'rtas' symbolNathan Lynch
2023-01-30powerpc/85xx: Fix unannotated intra-function call warningSathvika Vasireddy
2023-01-26powerpc/module_64: Fix "expected nop" error on module re-patchingJosh Poimboeuf
2023-01-26powerpc/module_64: Improve restore_r2() return semanticsJosh Poimboeuf
2023-01-06powerpc/vmlinux.lds: Don't discard .commentMichael Ellerman
2023-01-06powerpc/vmlinux.lds: Don't discard .rela* for relocatable buildsMichael Ellerman
2023-01-06powerpc/vmlinux.lds: Define RUNTIME_DISCARD_EXITMichael Ellerman