aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/setup_32.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-08powerpc: Add missing headersGravatar Christophe Leroy 1-1/+2
2021-12-09powerpc/inst: Define ppc_inst_tGravatar Christophe Leroy 1-1/+1
2021-12-09powerpc/config: Add CONFIG_BOOKE_OR_40xGravatar Christophe Leroy 1-1/+1
2021-06-17powerpc: Don't use 'struct ppc_inst' to reference instruction locationGravatar Christophe Leroy 1-1/+1
2021-06-16powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP()Gravatar Christophe Leroy 1-1/+1
2021-03-29powerpc/32: Statically initialise first emergency contextGravatar Christophe Leroy 1-1/+1
2020-12-05powerpc: Remove ucache_bsizeGravatar Christophe Leroy 1-1/+0
2020-12-05powerpc: Retire e200 core (mpc555x processor)Gravatar Christophe Leroy 1-2/+0
2020-10-08powerpc: Remove support for PowerPC 601Gravatar Christophe Leroy 1-1/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-05-26powerpc/mm: Allocate static page tables for fixmapGravatar Christophe Leroy 1-1/+1
2020-05-19powerpc: Use a datatype for instructionsGravatar Jordan Niethe 1-2/+2
2020-05-19powerpc: Use a macro for creating instructions from u32sGravatar Jordan Niethe 1-1/+1
2020-05-19powerpc: Change calling convention for create_branch() et. al.Gravatar Jordan Niethe 1-2/+2
2020-04-01powerpc/32: drop unused ISA_DMA_THRESHOLDGravatar Mike Rapoport 1-1/+0
2020-01-27powerpc/32: Use vmapped stacks for interruptsGravatar Christophe Leroy 1-0/+3
2020-01-27powerpc/32: Add early stack overflow detection with VMAP stack.Gravatar Christophe Leroy 1-0/+12
2020-01-26powerpc: align stack to 2 * THREAD_SIZE with VMAP_STACKGravatar Christophe Leroy 1-1/+1
2019-11-19powerpc: Add support for GENERIC_EARLY_IOREMAPGravatar Christophe Leroy 1-0/+3
2019-08-28powerpc/32: drop CPU_FTR_UNIFIED_ID_CACHEGravatar Christophe Leroy 1-1/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-03powerpc/32: Move early_init() in a separate fileGravatar Christophe Leroy 1-28/+0
2019-03-07Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 1-10/+16
2019-02-23powerpc/irq: use memblock functions returning virtual addressGravatar Christophe Leroy 1-10/+16
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMGravatar Finn Thain 1-11/+0
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerGravatar Finn Thain 1-24/+1
2018-12-20powerpc/dma: remove the unused ISA_DMA_THRESHOLD exportGravatar Christoph Hellwig 1-1/+0
2018-12-19powerpc/32: use patch_site_addr() in machine_init()Gravatar Christophe Leroy 1-2/+1
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Gravatar Christophe Leroy 1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Gravatar Mike Rapoport 1-5/+5
2018-08-10powerpc/32: Include setup.h header file to fix warningsGravatar Mathieu Malaterre 1-0/+2
2018-08-10powerpc/lib: Use patch_site to patch copy_32 functions once cache is enabledGravatar Christophe Leroy 1-4/+3
2018-07-30powerpc: clean inclusions of asm/feature-fixups.hGravatar Christophe Leroy 1-0/+1
2018-07-30powerpc: remove kdump.h from page.hGravatar Christophe Leroy 1-0/+1
2018-03-13powerpc/32: Add missing prototypes for (early|machine)_init()Gravatar Mathieu Malaterre 1-0/+1
2018-03-13powerpc/32: Make some functions staticGravatar Mathieu Malaterre 1-4/+3
2017-09-01powerpc/32: remove a NOP from memset()Gravatar Christophe Leroy 1-1/+6
2017-02-06powerpc: Move {d,i,u}cache_bsize definitions to a common placeGravatar Benjamin Herrenschmidt 1-8/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+6
2016-08-10powerpc/32: Fix crash during static key initGravatar Benjamin Herrenschmidt 1-0/+3
2016-08-10powerpc: Update obsolete comment in setup_32.c about early_init()Gravatar Benjamin Herrenschmidt 1-4/+2
2016-08-07ppc: move exports to definitionsGravatar Al Viro 1-0/+6
2016-08-01powerpc: Move cpu_has_feature() to a separate fileGravatar Kevin Hao 1-0/+1
2016-07-21powerpc: Merge 32-bit and 64-bit setup_arch()Gravatar Benjamin Herrenschmidt 1-61/+4
2016-07-21powerpc: Re-order setup_panic()Gravatar Benjamin Herrenschmidt 1-3/+2
2016-07-21powerpc: Re-order the call to smp_setup_cpu_maps()Gravatar Benjamin Herrenschmidt 1-2/+2
2016-07-21powerpc/32: Move cache info inits to a separate functionGravatar Benjamin Herrenschmidt 1-11/+16
2016-07-21powerpc: Get rid of ppc_md.init_early()Gravatar Benjamin Herrenschmidt 1-3/+0