summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-08-25powerpc/64: Init jump labels before parse_early_param()Zhouyi Zhou1-0/+7
2022-08-25powerpc/pci: Fix get_phb_number() lockingMichael Ellerman1-6/+10
2022-08-25powerpc/pci: Fix PHB numbering when using opal-phbidMichael Ellerman1-4/+6
2022-08-25powerpc/pci: Prefer PCI domain assignment via DT 'linux,pci-domain' and aliasPali Rohár1-8/+19
2022-07-07powerpc/prom_init: Fix kernel config grepLiam Howlett1-1/+1
2022-07-02powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao1-3/+12
2022-06-29powerpc/rtas: Allow ibm,platform-dump RTAS call with null buffer addressAndrew Donnellan1-1/+10
2022-06-29powerpc: Enable execve syscall exit tracepointNaveen N. Rao1-1/+1
2022-06-22powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy4-6/+6
2022-06-22powerpc/kasan: Silence KASAN warnings in __get_wchan()He Ying1-2/+2
2022-06-14powerpc/32: Fix overread/overwrite of thread_struct via ptraceMichael Ellerman1-4/+17
2022-06-14powerpc/idle: Fix return value of __setup() handlerRandy Dunlap1-1/+1
2022-06-14powerpc/fadump: fix PT_LOAD segment for boot memory areaHari Bathini1-2/+6
2022-04-15powerpc: Set crashkernel offset to mid of RMA regionSourabh Jain2-4/+17
2022-04-15powerpc/kvm: Fix kvm_use_magic_pageAndreas Gruenbacher1-1/+1
2022-02-01powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy1-0/+1
2022-01-27powerpc: handle kdump appropriately with crash_kexec_post_notifiers optionHari Bathini1-0/+30
2022-01-27powerpc/smp: Move setup_profiling_timer() under CONFIG_PROFILINGMichael Ellerman1-0/+2
2022-01-27powerpc/watchdog: Fix missed watchdog reset due to memory ordering raceNicholas Piggin1-1/+40
2022-01-27powerpc/btext: add missing of_node_putJulia Lawall1-1/+3
2022-01-27powerpc/prom_init: Fix improper check of prom_getprop()Peiwei Hu1-1/+1
2021-11-17powerpc/security: Add a helper to query stf_barrier typeNaveen N. Rao1-0/+5
2021-10-27powerpc/idle: Don't corrupt back chain when going idleMichael Ellerman1-4/+6
2021-10-27powerpc64/idle: Fix SP offsets when saving GPRsChristopher M. Riedl1-65/+73
2021-09-22powerpc/stacktrace: Include linux/delay.hMichal Suchanek1-0/+1
2021-08-18powerpc/kprobes: Fix kprobe Oops happens in bookePu Lehui1-1/+2
2021-07-14powerpc: Offline CPU in stop_this_cpu()Nicholas Piggin1-0/+11
2021-07-14powerpc/stacktrace: Fix spurious "stale" traces in raise_backtrace_ipi()Michael Ellerman1-6/+21
2021-05-19powerpc/iommu: Annotate nested lock for lockdepAlexey Kardashevskiy1-2/+2
2021-05-19powerpc/smp: Set numa node before updating maskSrikar Dronamraju1-3/+3
2021-05-14powerpc/prom: Mark identical_pvr_fixup as __initNathan Chancellor1-1/+1
2021-05-14powerpc/fadump: Mark fadump_calculate_reserve_size as __initNathan Chancellor1-1/+1
2021-05-11powerpc/eeh: Fix EEH handling for hugepages in ioremap space.Mahesh Salgaonkar1-7/+4
2021-03-17powerpc/64: Fix stack trace not displaying final frameMichael Ellerman2-2/+2
2021-03-17powerpc: improve handling of unrecoverable system resetNicholas Piggin1-1/+4
2021-03-17powerpc/pci: Add ppc_md.discover_phbs()Oliver O'Halloran1-0/+10
2021-03-17powerpc/603: Fix protection of user pages mapped with PROT_NONEChristophe Leroy1-3/+6
2021-03-04powerpc/32s: Add missing call to kuep_lock on syscall entryChristophe Leroy1-0/+3
2021-03-04powerpc/prom: Fix "ibm,arch-vec-5-platform-support" scanCédric Le Goater1-8/+4
2021-03-04powerpc/8xx: Fix software emulation interruptChristophe Leroy1-1/+1
2021-02-17vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+1
2021-01-27powerpc: Fix alignment bug within the init sectionsAriel Marcovitch1-0/+8
2021-01-27powerpc: Use the common INIT_DATA_SECTION macro in vmlinux.lds.SYouling Tang1-18/+1
2021-01-12powerpc: Handle .text.{hot,unlikely}.* in linker scriptNathan Chancellor1-1/+1
2020-12-30powerpc/rtas: Fix typo of ibm,open-errinjct in RTAS filterTyrel Datwyler1-1/+1
2020-12-30powerpc/64: Fix an EMIT_BUG_ENTRY in head_64.SJordan Niethe1-1/+1
2020-12-30powerpc: Avoid broken GCC __attribute__((optimize))Ard Biesheuvel4-9/+6
2020-12-30powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe2-6/+6
2020-11-22powerpc/8xx: Always fault when _PAGE_ACCESSED is not setChristophe Leroy1-12/+2
2020-11-22selftests/powerpc: entry flush testDaniel Axtens1-1/+1