summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Avoid nmi_enter/nmi_exit in real mode interrupt.Mahesh Salgaonkar2024-04-151-0/+2
* powerpc: Use NULL instead of 0 for null pointersBenjamin Gray2023-10-191-1/+1
* cpu: Mark panic_smp_self_stop() __noreturnJosh Poimboeuf2023-04-141-1/+1
* powerpc/64: Move paca allocation to early_setup()Nicholas Piggin2023-02-101-6/+5
* powerpc/64: Fix task_cpu in early boot when booting non-zero cpuidNicholas Piggin2023-02-101-0/+5
* powerpc/64s/interrupt: halt early boot interrupts if paca is not set upNicholas Piggin2022-09-281-0/+1
* powerpc/64: don't set boot CPU's r13 to paca until the structure is set upNicholas Piggin2022-09-281-10/+10
* powerpc/64s: early boot machine check handlerNicholas Piggin2022-09-281-0/+14
* powerpc/64: mark irqs hard disabled in boot pacaNicholas Piggin2022-09-281-1/+3
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-4/+4
* powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2022-06-291-1/+0
* Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-021-1/+1
|\
| * livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy2022-05-241-1/+1
* | powerpc: Add missing headersChristophe Leroy2022-05-081-1/+2
* | Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-03-281-0/+28
|\ \ | |/ |/|
| * KVM: PPC: Book3S PR: Disable SCV when AIL could be disabledNicholas Piggin2022-03-081-0/+28
* | powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-081-1/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-201-91/+6
|\
| * mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang2022-01-201-46/+1
| * mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang2022-01-201-49/+2
| * mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang2022-01-201-4/+11
* | powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-1/+1
* | powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin2021-12-091-1/+1
* | powerpc/64: pcpu setup avoid reading mmu_linear_psize on 64e or radixNicholas Piggin2021-12-021-6/+15
|/
* mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSEDavid Hildenbrand2021-11-061-1/+1
* memblock: use memblock_free for freeing virtual pointersMike Rapoport2021-11-061-1/+1
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V2021-08-131-1/+0
* Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-07-021-4/+9
|\
| * powerpc/pseries: Enable hardlockup watchdog for PowerVM partitionsNicholas Piggin2021-06-251-4/+9
* | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMAMike Rapoport2021-06-291-1/+1
|/
* powerpc: Fix early setup to make early_ioremap() workAlexey Kardashevskiy2021-05-201-2/+2
* powerpc/powernv: Enable HAIL (HV AIL) for ISA v3.1 processorsNicholas Piggin2021-04-181-3/+16
* powerpc/64: Move security code into security.cMichael Ellerman2021-04-081-264/+0
* powerpc/setup_64: Fix sparse warningsHe Ying2021-03-291-2/+3
* powerpc/setup_64: Make some routines staticCédric Le Goater2021-01-301-3/+4
* Merge branch 'fixes' into nextMichael Ellerman2020-11-251-1/+121
|\
| * powerpc/64s: flush L1D after user accessesNicholas Piggin2020-11-191-0/+62
| * powerpc/64s: flush L1D on kernel entryNicholas Piggin2020-11-191-1/+59
* | powerpc: Avoid broken GCC __attribute__((optimize))Ard Biesheuvel2020-11-191-1/+1
|/
* powerpc/64/mm: implement page mapping percpu first chunk allocatorAneesh Kumar K.V2020-09-151-3/+59
* powerpc/percpu: Update percpu bootmem allocatorAneesh Kumar K.V2020-09-151-8/+37
* powerpc/64s: system call support for scv/rfscv instructionsNicholas Piggin2020-07-221-1/+4
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* Merge branch 'fixes' into nextMichael Ellerman2020-05-261-0/+2
|\
| * powerpc/setup_64: Set cache-line-size based on cache-block-sizeChris Packham2020-04-211-0/+2
* | powerpc/pseries: Limit machine check stack to 4GBNicholas Piggin2020-05-191-3/+12
|/
* powerpc/64: Prevent stack protection in early bootMichael Ellerman2020-03-251-1/+1
* powerpc/64: Setup a paca before parsing device tree etc.Daniel Axtens2020-03-251-6/+24