summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile
Commit message (Expand)AuthorAgeFilesLines
* powerpc: remove unused KCSAN_SANITIZE_early_64.o in MakefileMasahiro Yamada2024-02-191-1/+0
* powerpc/64: Rename entry_64.S to prom_entry_64.SNicholas Piggin2023-06-151-6/+6
* powerpc: merge 32-bit and 64-bit _switch implementationNicholas Piggin2023-06-151-1/+1
* powerpc/kcsan: Add exclusions from instrumentationRohan McLure2023-02-101-0/+10
* powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-...Nicholas Piggin2022-10-131-0/+1
* powerpc: Fix 85xx buildJoel Stanley2022-10-111-1/+1
* Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2022-10-101-10/+10
|\
| * kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada2022-10-021-10/+10
* | powerpc: Cleanup idle for e500Christophe Leroy2022-09-261-4/+2
* | powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-1/+1
* | powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy2022-09-261-1/+1
* | powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-261-3/+3
|/
* powerpc: add support for syscall stack randomizationXiu Jianfeng2022-07-281-0/+7
* powerpc: Move system_call_exception() to syscall.cXiu Jianfeng2022-07-281-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2022-07-251-0/+1
|\
| * powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman2022-07-201-0/+1
* | powerpc/irq: Split irq.cChristophe Leroy2022-06-291-1/+1
|/
* powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras2022-05-291-0/+2
* powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-0/+11
* powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin2022-05-191-1/+1
* powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy2022-02-121-3/+3
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-141-0/+1
|\
| * powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy2021-12-231-0/+1
* | arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra2021-12-101-2/+1
|/
* powerpc: clean vdso32 and vdso64 directoriesMasahiro Yamada2021-11-151-0/+3
* Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman2021-10-271-0/+3
* powerpc/32: Add support for out-of-line static callsChristophe Leroy2021-10-221-1/+1
* powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy2021-10-221-3/+0
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-1/+2
* powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy2021-04-021-0/+4
* Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-02-221-2/+2
|\
| * powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy2021-02-111-2/+2
| * powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy2021-02-111-1/+1
* | powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.oMasahiro Yamada2021-01-301-2/+2
|/
* powerpc: Avoid broken GCC __attribute__((optimize))Ard Biesheuvel2020-11-191-0/+3
* powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy2020-10-081-1/+2
* powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria2020-09-151-1/+2
* Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2020-08-091-1/+1
|\
| * kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada2020-07-071-1/+1
* | powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin2020-07-291-3/+2
* | powerpc/eeh: Remove eeh_dev.cOliver O'Halloran2020-07-261-1/+1
|/
* powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit codeDaniel Axtens2020-05-291-0/+3
* powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek2020-04-031-2/+3
* powerpc: Move ptrace into a subdirectory.Christophe Leroy2020-04-011-5/+3
* powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin2020-04-011-1/+2
* powerpc/64s: Reimplement power4_idle code in CNicholas Piggin2020-01-161-2/+1
* powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpNathan Chancellor2019-11-251-0/+1
* powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy2019-11-211-18/+0
* powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy2019-11-211-0/+1
* Merge branch 'topic/secureboot' into nextMichael Ellerman2019-11-131-0/+3
|\