aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/Makefile (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2019-11-06powerpc/64s: Always disable branch profiling for prom_init.oMichael Ellerman1-1/+1
2019-10-11powerpc: make syntax for FADump config options in kernel/Makefile readableHari Bathini1-3/+2
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-10/+13
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelHari Bathini1-1/+3
2019-09-14powerpc: improve prom_init_check ruleMasahiro Yamada1-8/+6
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesThiago Jung Bauermann1-1/+3
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerClaudio Carvalho1-0/+1
2019-08-30powerpc: Add PowerPC Capabilities ELF noteClaudio Carvalho1-1/+1
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Christoph Hellwig1-2/+1
2019-07-19powerpc/dma: Fix invalid DMA mmap behaviorShawn Anastasio1-1/+2
2019-07-03powerpc: Fix compile issue with force DAWRMichael Neuling1-0/+1
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Christophe Leroy1-0/+12
2019-05-03powerpc/32: Move early_init() in a separate fileChristophe Leroy1-1/+1
2019-02-23powerpc: Enable kcovAndrew Donnellan1-1/+11
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-1/+1
2019-02-18dma-mapping, powerpc: simplify the arch dma_set_mask overrideChristoph Hellwig1-0/+1
2018-12-21powerpc: generate uapi header and system call table filesFiroz Khan1-10/+0
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-10-19powerpc: Add -Werror at arch/powerpc levelMichael Ellerman1-2/+0
2018-10-13powerpc: Disable -Wbuiltin-requires-header when setjmp is usedJoel Stanley1-0/+3
2018-10-03powerpc/32: add stack protector supportChristophe Leroy1-0/+2
2018-09-19powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin1-4/+4
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleRodrigo R. Galvao1-6/+8
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECMichael Ellerman1-1/+2
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-1/+1