summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/nohash/kaslr_booke.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-07powerpc: Fix typosBjorn Helgaas1-1/+1
2024-02-24kexec: split crashkernel reservation code out from crash_core.cBaoquan He1-2/+2
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-1/+1
2022-11-30powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh1-1/+0
2022-06-06powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada1-6/+2
2022-05-22powerpc/kaslr_booke: Fix build errorYueHaibing1-0/+2
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy1-1/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-01-13Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2021-12-17of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring1-3/+1
2021-11-16powerpc/book3e: Fix TLBCAM preset at bootChristophe Leroy1-1/+1
2021-10-22powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport1-1/+0
2020-06-22powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha1-0/+1
2019-11-13powerpc/fsl_booke/kaslr: support nokaslr cmdline parameterJason Yan1-0/+7
2019-11-13powerpc/fsl_booke/kaslr: clear the original kernel if randomizedJason Yan1-0/+11
2019-11-13powerpc/fsl_booke/32: randomize the kernel image offsetJason Yan1-2/+323
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan1-0/+62