aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel/setup_64.c
AgeCommit message (Expand)AuthorFilesLines
2023-04-14cpu: Mark panic_smp_self_stop() __noreturnGravatar Josh Poimboeuf 1-1/+1
2023-02-10powerpc/64: Move paca allocation to early_setup()Gravatar Nicholas Piggin 1-6/+5
2023-02-10powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidGravatar Nicholas Piggin 1-0/+5
2022-09-28powerpc/64s/interrupt: halt early boot interrupts if paca is not set upGravatar Nicholas Piggin 1-0/+1
2022-09-28powerpc/64: don't set boot CPU's r13 to paca until the structure is set upGravatar Nicholas Piggin 1-10/+10
2022-09-28powerpc/64s: early boot machine check handlerGravatar Nicholas Piggin 1-0/+14
2022-09-28powerpc/64: mark irqs hard disabled in boot pacaGravatar Nicholas Piggin 1-1/+3
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EGravatar Christophe Leroy 1-4/+4
2022-06-29powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASGravatar Christophe Leroy 1-1/+0
2022-06-02Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2022-05-24livepatch: Remove klp_arch_set_pc() and asm/livepatch.hGravatar Christophe Leroy 1-1/+1
2022-05-08powerpc: Add missing headersGravatar Christophe Leroy 1-1/+2
2022-03-28Merge branch 'topic/ppc-kvm' into nextGravatar Michael Ellerman 1-0/+28
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hGravatar Christophe Leroy 1-1/+0
2022-03-08KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledGravatar Nicholas Piggin 1-0/+28
2022-01-20Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-91/+6
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionGravatar Kefeng Wang 1-46/+1
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonGravatar Kefeng Wang 1-49/+2
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefGravatar Kefeng Wang 1-4/+11
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsGravatar Nick Child 1-1/+1
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUGravatar Nicholas Piggin 1-1/+1
2021-12-02powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radixGravatar Nicholas Piggin 1-6/+15
2021-11-06mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEGravatar David Hildenbrand 1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersGravatar Mike Rapoport 1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeGravatar Mike Rapoport 1-1/+1
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirGravatar Aneesh Kumar K.V 1-1/+0
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-4/+9
2021-06-29mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAGravatar Mike Rapoport 1-1/+1
2021-06-25powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsGravatar Nicholas Piggin 1-4/+9
2021-05-20powerpc: Fix early setup to make early_ioremap() workGravatar Alexey Kardashevskiy 1-2/+2
2021-04-18powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsGravatar Nicholas Piggin 1-3/+16
2021-04-08powerpc/64: Move security code into security.cGravatar Michael Ellerman 1-264/+0
2021-03-29powerpc/setup_64: Fix sparse warningsGravatar He Ying 1-2/+3
2021-01-30powerpc/setup_64: Make some routines staticGravatar Cédric Le Goater 1-3/+4
2020-11-25Merge branch 'fixes' into nextGravatar Michael Ellerman 1-1/+121
2020-11-19powerpc/64s: flush L1D after user accessesGravatar Nicholas Piggin 1-0/+62
2020-11-19powerpc/64s: flush L1D on kernel entryGravatar Nicholas Piggin 1-1/+59
2020-11-19powerpc: Avoid broken GCC __attribute__((optimize))Gravatar Ard Biesheuvel 1-1/+1
2020-09-15powerpc/64/mm: implement page mapping percpu first chunk allocatorGravatar Aneesh Kumar K.V 1-3/+59
2020-09-15powerpc/percpu: Update percpu bootmem allocatorGravatar Aneesh Kumar K.V 1-8/+37
2020-07-22powerpc/64s: system call support for scv/rfscv instructionsGravatar Nicholas Piggin 1-1/+4
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-26Merge branch 'fixes' into nextGravatar Michael Ellerman 1-0/+2
2020-05-19powerpc/pseries: Limit machine check stack to 4GBGravatar Nicholas Piggin 1-3/+12
2020-04-21powerpc/setup_64: Set cache-line-size based on cache-block-sizeGravatar Chris Packham 1-0/+2
2020-03-25powerpc/64: Prevent stack protection in early bootGravatar Michael Ellerman 1-1/+1
2020-03-25powerpc/64: Setup a paca before parsing device tree etc.Gravatar Daniel Axtens 1-6/+24
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