aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-13powerpc/32: fix syscall wrappers with 64-bit arguments of unaligned register-pairsNicholas Piggin1-0/+1
2022-10-11powerpc: Fix 85xx buildJoel Stanley1-1/+1
2022-10-10Merge tag 'kbuild-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-10/+10
2022-10-02kbuild: use obj-y instead extra-y for objects placed at the headMasahiro Yamada1-10/+10
2022-09-26powerpc: Cleanup idle for e500Christophe Leroy1-4/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Change CONFIG_E500 to CONFIG_PPC_E500Christophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy1-3/+3
2022-07-28powerpc: add support for syscall stack randomizationXiu Jianfeng1-0/+7
2022-07-28powerpc: Move system_call_exception() to syscall.cXiu Jianfeng1-1/+1
2022-07-25Merge branch 'fixes' into nextMichael Ellerman1-0/+1
2022-07-20powerpc/64s: Disable stack variable initialisation for prom_initMichael Ellerman1-0/+1
2022-06-29powerpc/irq: Split irq.cChristophe Leroy1-1/+1
2022-05-29powerpc/kasan: Mark more real-mode code as not to be instrumentedPaul Mackerras1-0/+2
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens1-0/+11
2022-05-19powerpc/rtas: Move rtas entry assembly into its own fileNicholas Piggin1-1/+1
2022-02-12powerpc/vdso: Merge vdso64 and vdso32 into a single directoryChristophe Leroy1-3/+3
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2021-12-23powerpc/32: Fix boot failure with GCC latent entropy pluginChristophe Leroy1-0/+1
2021-12-10arch: Make ARCH_STACKWALK independent of STACKTRACEPeter Zijlstra1-2/+1
2021-11-15powerpc: clean vdso32 and vdso64 directoriesMasahiro Yamada1-0/+3
2021-10-27Revert "powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERIC"Michael Ellerman1-0/+3
2021-10-22powerpc/32: Add support for out-of-line static callsChristophe Leroy1-1/+1
2021-10-22powerpc/audit: Convert powerpc to AUDIT_ARCH_COMPAT_GENERICChristophe Leroy1-3/+0
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V1-1/+2
2021-04-02powerpc/vdso: Make sure vdso_wrapper.o is rebuilt everytime vdso.so is rebuiltChristophe Leroy1-0/+4
2021-02-22Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-2/+2
2021-02-11powerpc/syscall: Make interrupt.c buildable on PPC32Christophe Leroy1-2/+2
2021-02-11powerpc/syscall: Rename syscall_64.c into interrupt.cChristophe Leroy1-1/+1
2021-01-30powerpc/vdso: fix unnecessary rebuilds of vgettimeofday.oMasahiro Yamada1-2/+2
2020-11-19powerpc: Avoid broken GCC __attribute__((optimize))Ard Biesheuvel1-0/+3
2020-10-08powerpc/32s: Rename head_32.S to head_book3s_32.SChristophe Leroy1-1/+2
2020-09-15powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria1-1/+2
2020-08-09Merge tag 'kbuild-v5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-1/+1
2020-07-29powerpc/pseries: Add KVM guest doorbell restrictionsNicholas Piggin1-3/+2
2020-07-26powerpc/eeh: Remove eeh_dev.cOliver O'Halloran1-1/+1
2020-07-07kbuild: remove cc-option test of -fno-stack-protectorMasahiro Yamada1-1/+1
2020-05-29powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit codeDaniel Axtens1-0/+3
2020-04-03powerpc/64: make buildable without CONFIG_COMPATMichal Suchanek1-2/+3
2020-04-01powerpc: Move ptrace into a subdirectory.Christophe Leroy1-5/+3
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CNicholas Piggin1-1/+2
2020-01-16powerpc/64s: Reimplement power4_idle code in CNicholas Piggin1-2/+1
2019-11-25powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpNathan Chancellor1-0/+1
2019-11-21powerpc/kexec: Move kexec files into a dedicated subdir.Christophe Leroy1-18/+0
2019-11-21powerpc/32: Split kexec low level code out of misc_32.SChristophe Leroy1-0/+1
2019-11-13Merge branch 'topic/secureboot' into nextMichael Ellerman1-0/+3
2019-11-13powerpc: expose secure variables to userspace via sysfsNayna Jain1-0/+1
2019-11-13powerpc/powernv: Add OPAL API interface to access secure variableNayna Jain1-1/+1
2019-11-12powerpc/ima: Add support to initialize ima policy rulesNayna Jain1-1/+1
2019-11-12powerpc: Detect the secure boot mode of the systemNayna Jain1-0/+2