aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/Makefile
AgeCommit message (Expand)AuthorFilesLines
2020-05-29powerpc/64s: Disable sanitisers for C syscall/interrupt entry/exit codeGravatar Daniel Axtens 1-0/+3
2020-04-03powerpc/64: make buildable without CONFIG_COMPATGravatar Michal Suchanek 1-2/+3
2020-04-01powerpc: Move ptrace into a subdirectory.Gravatar Christophe Leroy 1-5/+3
2020-04-01powerpc/64/sycall: Implement syscall entry/exit logic in CGravatar Nicholas Piggin 1-1/+2
2020-01-16powerpc/64s: Reimplement power4_idle code in CGravatar Nicholas Piggin 1-2/+1
2019-11-25powerpc/prom_init: Use -ffreestanding to avoid a reference to bcmpGravatar Nathan Chancellor 1-0/+1
2019-11-21powerpc/kexec: Move kexec files into a dedicated subdir.Gravatar Christophe Leroy 1-18/+0
2019-11-21powerpc/32: Split kexec low level code out of misc_32.SGravatar Christophe Leroy 1-0/+1
2019-11-13Merge branch 'topic/secureboot' into nextGravatar Michael Ellerman 1-0/+3
2019-11-13powerpc: expose secure variables to userspace via sysfsGravatar Nayna Jain 1-0/+1
2019-11-13powerpc/powernv: Add OPAL API interface to access secure variableGravatar Nayna Jain 1-1/+1
2019-11-12powerpc/ima: Add support to initialize ima policy rulesGravatar Nayna Jain 1-1/+1
2019-11-12powerpc: Detect the secure boot mode of the systemGravatar Nayna Jain 1-0/+2
2019-11-06powerpc/64s: Always disable branch profiling for prom_init.oGravatar Michael Ellerman 1-1/+1
2019-10-11powerpc: make syntax for FADump config options in kernel/Makefile readableGravatar Hari Bathini 1-3/+2
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-10/+13
2019-09-14powerpc/fadump: add support to preserve crash data on FADUMP disabled kernelGravatar Hari Bathini 1-1/+3
2019-09-14powerpc: improve prom_init_check ruleGravatar Masahiro Yamada 1-8/+6
2019-08-30powerpc/pseries: Introduce option to build secure virtual machinesGravatar Thiago Jung Bauermann 1-1/+3
2019-08-30powerpc/kernel: Add ucall_norets() ultravisor call handlerGravatar Claudio Carvalho 1-0/+1
2019-08-30powerpc: Add PowerPC Capabilities ELF noteGravatar Claudio Carvalho 1-1/+1
2019-08-10dma-mapping: fix page attributes for dma_mmap_*Gravatar Christoph Hellwig 1-2/+1
2019-07-19powerpc/dma: Fix invalid DMA mmap behaviorGravatar Shawn Anastasio 1-1/+2
2019-07-03powerpc: Fix compile issue with force DAWRGravatar Michael Neuling 1-0/+1
2019-05-03powerpc: disable KASAN instrumentation on early/critical files.Gravatar Christophe Leroy 1-0/+12
2019-05-03powerpc/32: Move early_init() in a separate fileGravatar Christophe Leroy 1-1/+1
2019-02-23powerpc: Enable kcovGravatar Andrew Donnellan 1-1/+11
2019-02-18powerpc/dma: use the generic direct mapping bypassGravatar Christoph Hellwig 1-1/+1
2019-02-18dma-mapping, powerpc: simplify the arch dma_set_mask overrideGravatar Christoph Hellwig 1-0/+1
2018-12-21powerpc: generate uapi header and system call table filesGravatar Firoz Khan 1-10/+0
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Gravatar Christophe Leroy 1-1/+1
2018-10-19powerpc: Add -Werror at arch/powerpc levelGravatar Michael Ellerman 1-2/+0
2018-10-13powerpc: Disable -Wbuiltin-requires-header when setjmp is usedGravatar Joel Stanley 1-0/+3
2018-10-03powerpc/32: add stack protector supportGravatar Christophe Leroy 1-0/+2
2018-09-19powerpc: consolidate -mno-sched-epilog into FTRACE flagsGravatar Nicholas Piggin 1-4/+4
2018-08-08powerpc/Makefiles: Convert ifeq to ifdef where possibleGravatar Rodrigo R. Galvao 1-6/+8
2018-08-08powerpc/64: Add CONFIG_PPC_BARRIER_NOSPECGravatar Michael Ellerman 1-1/+2
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2018-03-27powerpc: Add security feature flags for Spectre/MeltdownGravatar Michael Ellerman 1-1/+1
2018-03-26kbuild: rename built-in.o to built-in.aGravatar Nicholas Piggin 1-1/+1
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-1/+1
2017-11-12powerpc/64s: ppc_save_regs is now needed for all 64s buildsGravatar Stephen Rothwell 1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxGravatar Christophe Leroy 1-1/+1
2017-08-10powerpc: Fix powerpc-specific watchdog build configurationGravatar Nicholas Piggin 1-1/+1
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogGravatar Nicholas Piggin 1-0/+1
2017-06-21powerpc/time: Fix tracing in time.cGravatar Santosh Sivaraj 1-2/+0
2017-05-09powerpc/64s: Support new device tree binding for discovering CPU featuresGravatar Nicholas Piggin 1-0/+1
2017-04-27powerpc: Split ftrace bits into a separate fileGravatar Naveen N. Rao 1-8/+1
2017-04-24powerpc/kprobes: Add support for KPROBES_ON_FTRACEGravatar Naveen N. Rao 1-0/+3