summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-03-14powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy1-4/+94
2023-03-09module: replace module_layout with module_memorySong Liu1-4/+3
2023-03-08sched/idle: Mark arch_cpu_idle_dead() __noreturnJosh Poimboeuf1-1/+1
2023-03-04Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+1
2023-02-28powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman1-0/+1
2023-02-26Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-14/+22
2023-02-25Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds24-429/+1168
2023-02-24Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-4/+2
2023-02-21Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+2
2023-02-17powerpc/64: Fix unannotated intra-function call warningSathvika Vasireddy1-1/+2
2023-02-17powerpc/epapr: Don't use wrteei on non bookeChristophe Leroy1-0/+6
2023-02-15powerpc/eeh: Set channel state after notifying the driversGanesh Goudar1-2/+2
2023-02-13powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch6-72/+68
2023-02-13powerpc/rtas: introduce rtas_function_token() APINathan Lynch1-1/+27
2023-02-13powerpc/pseries: add RTAS work area allocatorNathan Lynch1-0/+3
2023-02-13powerpc/rtas: add tracepoints around RTAS entryNathan Lynch1-6/+53
2023-02-13powerpc/rtas: strengthen do_enter_rtas() type safety, drop inlineNathan Lynch1-5/+5
2023-02-13powerpc/rtas: improve function information lookupsNathan Lynch1-106/+615
2023-02-13powerpc/rtas: ensure 4KB alignment for rtas_data_bufNathan Lynch1-1/+1
2023-02-13powerpc/rtas: handle extended delays safely in early bootNathan Lynch1-1/+48
2023-02-12powerpc/pseries: Pass PLPKS password on kexecRussell Currey1-0/+4
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 Donnellan1-21/+48
2023-02-12powerpc/secvar: Extend sysfs to include config varsRussell Currey1-5/+28
2023-02-12powerpc/secvar: Clean up init error messagesAndrew Donnellan1-3/+3
2023-02-12powerpc/secvar: Handle max object size in the consumerRussell Currey1-14/+3
2023-02-12powerpc/secvar: Handle format string in the consumerRussell Currey1-18/+9
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 Currey1-2/+8
2023-02-12powerpc/secvar: Use u64 in secvar_operationsMichael Ellerman1-4/+4
2023-02-12powerpc/secvar: Fix incorrect return in secvar_sysfs_load()Russell Currey1-2/+4
2023-02-12Merge branch 'fixes' into nextMichael Ellerman5-6/+9
2023-02-10powerpc/kcsan: Prevent recursive instrumentation with IRQ save/restoresRohan McLure1-4/+4
2023-02-10powerpc/kcsan: Exclude udelay to prevent recursive instrumentationRohan McLure1-2/+2
2023-02-10powerpc/kcsan: Add exclusions from instrumentationRohan McLure3-0/+12
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 Piggin3-15/+12
2023-02-10powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidNicholas Piggin1-0/+5
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-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-10powerpc: mm: add VM_IOREMAP flag to the vmalloc areaBaoquan He1-1/+1
2023-02-08powerpc/iommu: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-3/+1
2023-02-07powerpc/pci: Add option for using pci_to_OF_bus_mapPali Rohár1-5/+12
2023-02-07powerpc/64s/interrupt: Fix interrupt exit race with security mitigation switchNicholas Piggin1-2/+4
2023-02-05powerpc/vdso: Filter clang's auto var init zero enabler when linkingNathan Chancellor1-1/+1
2023-01-31Merge tag 'v6.2-rc6' into sched/core, to pick up fixesIngo Molnar1-1/+5
2023-01-30powerpc/64: Fix perf profiling asynchronous interrupt handlersNicholas Piggin3-3/+3