summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64: Don't call trace_hardirqs_on() in prep_irq_for_idle()Michael Ellerman2023-04-201-6/+2
* powerpc/64: Mark prep_irq_for_idle() __cpuidleMichael Ellerman2023-04-201-1/+1
* powerpc/irq: Mark check_return_regs_valid() notraceMichael Ellerman2023-04-201-1/+1
* powerpc/64: modules support building with PCREL addresingNicholas Piggin2023-04-201-28/+291
* powerpc/64: vmlinux support building with PCREL addresingNicholas Piggin2023-04-208-25/+121
* powerpc: add CFUNC assembly label annotationNicholas Piggin2023-04-205-78/+82
* powerpc/64: Add support to build with prefixed instructionsNicholas Piggin2023-04-201-0/+2
* powerpc/64s: Run at the kernel virtual address earlier in bootNicholas Piggin2023-04-201-38/+44
* powerpc/64: Move initial base and TOC pointer calculationNicholas Piggin2023-04-201-9/+22
* powerpc/32: Include thread_info.h in head_booke.hNathan Chancellor2023-04-111-0/+1
* powerpc: copy_thread don't set PPR in user interrupt frame regsNicholas Piggin2023-04-111-5/+0
* powerpc: copy_thread don't set _TIF_RESTOREALLNicholas Piggin2023-04-112-2/+5
* powerpc: differentiate kthread from user kernel thread startNicholas Piggin2023-04-113-6/+39
* powerpc: copy_thread differentiate kthreads and user mode threadsNicholas Piggin2023-04-111-36/+62
* powerpc/64: ret_from_fork avoid restoring regs twiceNicholas Piggin2023-04-111-2/+2
* powerpc: use switch frame for ret_from_kernel_thread parametersNicholas Piggin2023-04-113-6/+9
* powerpc: copy_thread make ret_from_fork register setup consistentNicholas Piggin2023-04-112-4/+1
* powerpc: copy_thread remove unused pkey codeNicholas Piggin2023-04-111-11/+1
* powerpc/isa-bridge: Remove open coded "ranges" parsingRob Herring2023-04-041-129/+37
* powerpc: Use of_property_read_bool() for boolean propertiesRob Herring2023-03-302-2/+2
* powerpc: Use of_property_present() for testing DT property presenceRob Herring2023-03-301-4/+4
* powerpc/rtas: lockdep annotationsNathan Lynch2023-03-301-10/+23
* powerpc/rtas: fix miswording in rtas_function kerneldocNathan Lynch2023-03-301-1/+1
* powerpc/rtas: rtas_call_unlocked() kerneldocNathan Lynch2023-03-301-0/+17
* powerpc/rtas: use memmove for potentially overlapping buffer copyNathan Lynch2023-03-301-1/+1
* powerpc: Simplify sysctl registration for powersave_nap_ctl_tableLuis Chamberlain2023-03-161-9/+1
* powerpc: Make generic_calibrate_decr() the defaultChristophe Leroy2023-03-161-1/+5
* powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy2023-03-151-6/+7
* powerpc: Fix a kernel-doc warningBo Liu2023-03-151-1/+1
* powerpc/iommu: Add iommu_ops to report capabilities and allow blocking domainsAlexey Kardashevskiy2023-03-151-2/+146
* powerpc/pci_64: Init pcibios subsys a bit laterAlexey Kardashevskiy2023-03-141-1/+1
* powerpc/iommu: Add "borrowing" iommu_table_group_opsAlexey Kardashevskiy2023-03-141-4/+94
* Merge tag 'powerpc-6.3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-03-041-0/+1
|\
| * powerpc/vmlinux.lds: Add .text.asan/tsan sectionsMichael Ellerman2023-02-281-0/+1
* | Merge tag 'kbuild-v6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2023-02-262-14/+22
|\ \ | |/ |/|
| * powerpc/vdso: Filter clang's auto var init zero enabler when linkingNathan Chancellor2023-02-051-1/+1
| * powerpc/vdso: Remove an unsupported flag from vgettimeofday-32.o with clangNathan Chancellor2023-01-261-0/+5
| * powerpc/vdso: Improve linker flagsNathan Chancellor2023-01-261-8/+12
| * powerpc/vdso: Remove unused '-s' flag from ASFLAGSNathan Chancellor2023-01-261-2/+2
| * kbuild: do not print extra logs for V=2Masahiro Yamada2023-01-221-5/+4
* | Merge tag 'powerpc-6.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2023-02-2524-429/+1168
|\ \
| * | powerpc/64: Fix unannotated intra-function call warningSathvika Vasireddy2023-02-171-1/+2
| * | powerpc/epapr: Don't use wrteei on non bookeChristophe Leroy2023-02-171-0/+6
| * | powerpc/eeh: Set channel state after notifying the driversGanesh Goudar2023-02-151-2/+2
| * | powerpc/rtas: arch-wide function token lookup conversionsNathan Lynch2023-02-136-72/+68
| * | powerpc/rtas: introduce rtas_function_token() APINathan Lynch2023-02-131-1/+27
| * | powerpc/pseries: add RTAS work area allocatorNathan Lynch2023-02-131-0/+3
| * | powerpc/rtas: add tracepoints around RTAS entryNathan Lynch2023-02-131-6/+53
| * | powerpc/rtas: strengthen do_enter_rtas() type safety, drop inlineNathan Lynch2023-02-131-5/+5
| * | powerpc/rtas: improve function information lookupsNathan Lynch2023-02-131-106/+615