aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/setup-common.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-03powerpc: Use str_plural() in cpu_init_thread_core_maps()Thorsten Blum1-1/+1
2024-03-17powerpc/kdump: Split KEXEC_CORE and CRASH_DUMP dependencyHari Bathini1-1/+1
2024-03-15Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-17/+43
2024-03-03powerpc/machdep: Define 'compatibles' property in ppc_md and use itChristophe Leroy1-0/+2
2024-02-23crash: split vmcoreinfo exporting code out from crash_core.cBaoquan He1-1/+1
2024-02-15powerpc/smp: Remap boot CPU onto core 0 if >= nr_cpu_idsMichael Ellerman1-2/+17
2024-02-15powerpc/smp: Factor out assign_threads()Michael Ellerman1-11/+21
2024-02-15powerpc/smp: Lookup avail once per device tree nodeMichael Ellerman1-6/+5
2023-11-03Merge tag 'tty-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-16/+0
2023-11-03Merge tag 'trace-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds1-1/+0
2023-10-25powerpc: Remove initialisation of readposMatthew Wilcox (Oracle)1-1/+0
2023-10-23powerpc/mm: Fix boot crash with FLATMEMMichael Ellerman1-0/+2
2023-10-17vga16fb: drop powerpc supportArnd Bergmann1-16/+0
2023-08-02powerpc: Explicitly include correct DT includesRob Herring1-2/+2
2023-08-02powerpc: Account mm_cpumask and active_cpus in init_mmNicholas Piggin1-1/+5
2023-03-15powerpc/machdep: Define 'compatible' property in ppc_md and use itChristophe Leroy1-6/+7
2023-02-10powerpc/64: Move paca allocation to early_setup()Nicholas Piggin1-0/+4
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld1-0/+1
2022-09-30powerpc: Add hardware description stringMichael Ellerman1-1/+18
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxLinus Torvalds1-0/+8
2022-08-01powerpc: drop dependency on <asm/machdep.h> in archrandom.hYury Norov1-0/+12
2022-06-18powerpc/mm: Move CMA reservations after initmem_init()Michael Ellerman1-6/+7
2022-05-30Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+1
2022-05-19powerpc: Use do_kernel_power_off()Dmitry Osipenko1-3/+1
2022-05-19powerpc/setup: Refactor/untangle panic notifiersGuilherme G. Piccoli1-20/+54
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+2
2022-05-05powerpc: fix typos in commentsJulia Lawall1-1/+1
2022-02-03powerpc: Fix debug print in smp_setup_cpu_mapsFabiano Rosas1-2/+2
2021-11-29powerpc: Mark probe_machine() __init and staticMichael Ellerman1-1/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-11-06memblock: use memblock_free for freeing virtual pointersMike Rapoport1-1/+1
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-10-22powerpc/machdep: Remove stale functions from ppc_md structureChristophe Leroy1-3/+0
2021-08-13powerpc: rename powerpc_debugfs_root to arch_debugfs_dirAneesh Kumar K.V1-13/+0
2021-07-08powerpc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-07-02Merge tag 'powerpc-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-06-25powerpc: Remove klimitChristophe Leroy1-3/+1
2021-03-29powerpc: Fix section mismatch warning in smp_setup_pacas()Michael Ellerman1-1/+1
2021-03-24powerpc: Remove duplicate includesZhang Yunkai1-1/+0
2021-01-31powerpc/setup: Adjust six seq_printf() calls in show_cpuinfo()Markus Elfring1-6/+5
2021-01-31powerpc/mce: Remove per cpu variables from MCE handlersGanesh Goudar1-0/+2
2020-12-05powerpc: Remove ucache_bsizeChristophe Leroy1-4/+0
2020-11-02powerpc/64: Set up a kernel stack for secondaries before cpu_restore()Jordan Niethe1-2/+2
2020-08-17powerpc: Fix P10 PVR revision in /proc/cpuinfo for SMT4 coresMichael Neuling1-0/+1
2020-07-29powerpc/hugetlb/cma: Allocate gigantic hugetlb pages using CMAAneesh Kumar K.V1-0/+3
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-28powerpc/40x: Remove support for IBM 403GCXChristophe Leroy1-4/+0
2020-03-04powerpc/kernel: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+1
2020-01-14arch/powerpc/setup: Drop dummy_con initializationArvind Sankar1-3/+0
2019-11-13powerpc/fsl_booke/kaslr: dump out kernel offset information on panicJason Yan1-0/+20
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-1/+7
2019-08-22driver core: initialize a default DMA mask for platform deviceChristoph Hellwig1-6/+0
2019-08-15powerpc/64s: Make boot look nice(r)Nicholas Piggin1-1/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-03powerpc/setup: replace ifdefs by IS_ENABLED() wherever possible.Christophe Leroy1-21/+18
2019-05-03powerpc/setup: cleanup the #ifdef CONFIG_TAU blockChristophe Leroy1-12/+12
2019-05-03powerpc/setup: cleanup ifdef mess in check_cache_coherency()Christophe Leroy1-7/+3
2019-05-03powerpc/setup: Remove unnecessary #ifdef CONFIG_ALTIVECChristophe Leroy1-2/+0
2019-05-03powerpc/mm: define an empty mm_iommu_init()Christophe Leroy1-2/+0
2019-05-03powerpc/fadump: define an empty fadump_cleanup()Christophe Leroy1-2/+0
2019-05-03powerpc/mm: print hash info in a helperChristophe Leroy1-21/+1
2019-05-03powerpc/32: Add KASAN supportChristophe Leroy1-0/+3
2019-05-03powerpc/mm: fix erroneous duplicate slb_addr_limit initChristophe Leroy1-6/+0
2019-04-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-2/+2
2019-04-30powerpc/64s: Reimplement book3s idle code in CNicholas Piggin1-2/+2
2019-04-21powerpc/mm: Print kernel map details to dmesgAneesh Kumar K.V1-0/+3
2019-04-21powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V1-0/+6
2019-04-21powerpc/mm: Move slb_addr_linit to early_init_mmuAneesh Kumar K.V1-11/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+3
2019-03-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+2
2019-03-07arch: simplify several early memory allocationsMike Rapoport1-2/+2
2019-02-23powerpc: Activate CONFIG_THREAD_INFO_IN_TASKChristophe Leroy1-1/+1
2019-02-22powerpc/setup: display reason for not bootingChristophe Leroy1-1/+1
2019-02-18powerpc/dma: use the generic direct mapping bypassChristoph Hellwig1-1/+0
2018-12-20powerpc/fsl: Enable runtime patching if nospectre_v2 boot arg is usedDiana Craciun1-0/+1
2018-11-26powerpc: change CONFIG_PPC_STD_MMU_32 to CONFIG_PPC_BOOK3S_32Christophe Leroy1-2/+2
2018-11-26powerpc: Use device_type helpers to access the node typeRob Herring1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport1-2/+1
2018-10-03powerpc: Wire up memtestChristophe Leroy1-0/+3
2018-08-08powerpc/64: Call setup_barrier_nospec() from setup_arch()Michael Ellerman1-0/+2
2018-06-19powerpc/64: hard disable irqs on the panic()ing CPUNicholas Piggin1-2/+10
2018-05-25powerpc/tau: Synchronize function prototypes and bodyMathieu Malaterre1-6/+0
2018-04-01powerpc/64e: Fix oops due to deferral of paca allocationMichael Ellerman1-3/+4
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-1/+29
2018-03-30powerpc/64: Defer paca allocation until memory topology is discoveredNicholas Piggin1-6/+18
2018-03-30powerpc/setup: Add cpu_to_phys_id arrayNicholas Piggin1-1/+14
2018-03-30powerpc/mm/numa: move numa topology discovery earlierNicholas Piggin1-0/+3
2018-03-06powerpc/mm/slice: Fix hugepage allocation at hint address on 8xxChristophe Leroy1-0/+2
2018-02-02Merge tag 'powerpc-4.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-9/+12
2018-01-31Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-1/+1
2018-01-21Merge branch 'fixes' into nextMichael Ellerman1-10/+27
2018-01-16powerpc: Cosmetic cleanup of cpuinfo_opBenjamin Herrenschmidt1-4/+4
2018-01-16powerpc: Make newline in cpuinfo unconditionalBenjamin Herrenschmidt1-3/+0
2018-01-16powerpc: make use of for_each_node_by_type() instead of open-coding itDmitry Torokhov1-2/+7
2018-01-10powerpc: rename dma_direct_ to dma_nommu_Christoph Hellwig1-1/+1
2018-01-11powerpc: Don't preempt_disable() in show_cpuinfo()Benjamin Herrenschmidt1-11/+0
2017-12-05Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier"David Gibson1-0/+27
2017-11-13powerpc/64s: mm_context.addr_limit is only used on hashNicholas Piggin1-1/+2
2017-11-10Merge branch 'fixes' into nextMichael Ellerman1-3/+0
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman1-2/+2
2017-10-03powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter1-3/+0
2017-09-08treewide: make "nr_cpu_ids" unsignedAlexey Dobriyan1-1/+1
2017-08-31powerpc: Do not call ppc_md.panic in fadump panic notifierNicholas Piggin1-27/+0
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring1-1/+1
2017-08-16powerpc/mm/hugetlb: Add support for reserving gigantic huge pages via kernel ...Aneesh Kumar K.V1-7/+0
2017-07-03Merge branch 'fixes' into nextMichael Ellerman1-1/+1
2017-06-27powerpc: Fix /proc/cpuinfo revision for POWER9 DD2Michael Neuling1-0/+4
2017-06-08powerpc/mm/4k: Limit 4k page size config to 64TB virtual address spaceAneesh Kumar K.V1-1/+1
2017-05-12Merge tag 'powerpc-4.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2017-05-09powerpc: Don't print cpu_spec->cpu_name if it's NULLNicholas Piggin1-1/+1
2017-05-08powerpc/fadump: remove dependency with CONFIG_KEXECHari Bathini1-0/+5
2017-04-11powerpc: Create asm/debugfs.h and move powerpc_debugfs_root thereMichael Ellerman1-1/+1
2017-04-01powerpc/mm: Enable mappings above 128TBAneesh Kumar K.V1-1/+1
2017-04-01powerpc/mm: Add addr_limit to mm_context and use it to derive max slice indexAneesh Kumar K.V1-0/+9
2017-02-06powerpc: Move {d,i,u}cache_bsize definitions to a common placeBenjamin Herrenschmidt1-0/+9
2016-12-02powerpc/iommu: Pass mm_struct to init/cleanup helpersAlexey Kardashevskiy1-1/+1
2016-09-25powerpc: Call chained reset handlers during resetAndrey Smirnov1-0/+4
2016-09-25powerpc: Factor out common code in setup-common.cAndrey Smirnov1-9/+14
2016-08-01powerpc: Move cpu_has_feature() to a separate fileKevin Hao1-0/+1
2016-07-21powerpc: Merge 32-bit and 64-bit setup_arch()Benjamin Herrenschmidt1-0/+173
2016-07-21powerpc: Re-order setup_panic()Benjamin Herrenschmidt1-0/+2
2016-07-21powerpc: Ensure that ppc_md is empty before probing for machine typeBenjamin Herrenschmidt1-0/+12
2016-07-13powerpc: Don't test for machine type in smp_setup_cpu_maps()Benjamin Herrenschmidt1-1/+1
2016-05-11powerpc: Remove unnecessary CONFIG_SMP #ifdefsChris Smart1-6/+0
2014-11-03powerpc: Convert power off logic to pm_power_offAlexander Graf1-3/+3
2014-10-02powerpc: Add printk levels to powerpc codeAnton Blanchard1-1/+1
2014-10-02powerpc: Remove powerpc specific cmd_lineAnton Blanchard1-2/+0
2014-09-25powerpc: Move more symbol exports next to function definitionsAnton Blanchard1-0/+3
2014-08-05Merge remote-tracking branch 'scott/next' into nextBenjamin Herrenschmidt1-2/+4
2014-07-29powerpc/e6500: Add support for hardware threadsAndy Fleming1-2/+4
2014-06-25powerpc: Don't skip ePAPR spin-table CPUsScott Wood1-1/+9
2014-06-11powerpc: Don't setup CPUs with bad statusMichael Neuling1-1/+1
2014-06-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds1-27/+0
2014-06-10booke/watchdog: refine and clean up the codesTang Yuantian1-27/+0
2014-05-28powerpc: Add threads_per_subcoreMichael Ellerman1-1/+3
2014-04-28powerpc: powernv: Framework to show the correct clock in /proc/cpuinfoGautham R. Shenoy1-4/+12
2014-04-07powerpc: Make boot_cpuid common between 32 and 64-bitBenjamin Herrenschmidt1-0/+3
2013-12-13powerpc: Fix endian issue in setup-common.cAnton Blanchard1-2/+2
2013-10-30powerpc: Move local setup.h declarations to arch includesRobert Jennings1-2/+0
2013-08-14powerpc: More little endian fixes for setup-common.cAlistair Popple1-2/+5
2013-08-14powerpc: Make logical to real cpu mapping code endian safeAnton Blanchard1-3/+3
2013-04-18powerpc: remove PReP platformPaul Bolle1-6/+0
2012-07-11powerpc/watchdog: move booke watchdog param related code to setup-common.cShaohui Xie1-0/+27
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-02-23fadump: Invalidate the fadump registration during machine shutdown.Mahesh Salgaonkar1-0/+8
2012-02-23fadump: Convert firmware-assisted cpu state dump data into elf notes.Mahesh Salgaonkar1-0/+6
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-07-25Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-21/+6
2011-07-12KVM: PPC: Add support for Book3S processors in hypervisor modePaul Mackerras1-0/+3
2011-07-08powerpc: implement arch_setup_pdev_archdataKumar Gala1-24/+4
2011-06-30powerpc: Add printk companion for ppc_md.progressDave Carroll1-0/+5
2011-05-19powerpc: Fix for Pegasos keyboard and mouseGabriel Paubert1-0/+4
2011-05-19powerpc: Call no-longer static setup_nr_cpu_ids instead of replicating itMilton Miller1-1/+1
2011-05-19powerpc: Respect nr_cpu_ids when calling set_cpu_possible and set_cpu_presentMilton Miller1-6/+6
2011-05-04powerpc: Convert old cpumask API into new oneKOSAKI Motohiro1-2/+2
2011-04-05powerpc: Set nr_cpu_ids early and use it to free PACAsRyan Grimm1-0/+3
2010-08-06powerpc: fix i8042 module build errorGrant Likely1-0/+2
2010-08-05Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-7/+0
2010-08-04Merge commit 'gcl/next' into nextBenjamin Herrenschmidt1-1/+1
2010-07-24of: Merge of_platform_bus_type with platform_bus_typeGrant Likely1-7/+0
2010-07-14lmb: rename to memblockYinghai Lu1-1/+1
2010-07-09powerpc: Add i8042 keyboard and mouse irq parsingMartyn Welch1-0/+13
2010-05-06powerpc/cpumask: Update some commentsAnton Blanchard1-3/+3
2010-05-06powerpc/cpumask: Convert /proc/cpuinfo to new cpumask APIAnton Blanchard1-9/+13
2010-05-06powerpc/cpumask: Refactor /proc/cpuinfo codeAnton Blanchard1-29/+33
2010-03-09powerpc: Dynamically allocate pacasMichael Ellerman1-0/+3
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds1-2/+2
2009-10-29percpu: make percpu symbols in powerpc uniqueTejun Heo1-2/+2
2009-10-28powerpc: Export powerpc_debugfs_rootAnton Blanchard1-0/+1
2009-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-3/+3
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-24cpumask: Use accessors for cpu_*_mask: powerpcRusty Russell1-3/+3
2009-09-23seq_file: constify seq_operationsJames Morris1-1/+1
2009-04-07powerpc: Remove duplicated #include'sHuang Weiyi1-1/+0
2009-03-24powerpc: setup default archdata for {of_}platform via bus_register_notifierKumar Gala1-0/+36
2008-10-22powerpc: Move memory size print into common show_cpuinfo for 32-bitBecky Bruce1-0/+7
2008-09-15powerpc: Fix major revision number for Freescale coresMartin Langer1-2/+15
2008-07-28powerpc: Update cpu_sibling_maps dynamicallyNathan Lynch1-24/+0
2008-06-09powerpc: Add the PC speaker only when requestedEmil Medve1-0/+2
2008-03-26[POWERPC] Add 'model: ...' line to common show_cpuinfo()Marian Balakowicz1-0/+9
2008-02-13[LIB]: Make PowerPC LMB code generic so sparc64 can use it too.David S. Miller1-1/+1
2007-12-03[POWERPC] Cleanup SMT thread handlingBenjamin Herrenschmidt1-13/+65
2007-10-16Convert cpu_sibling_map to be a per cpu variableMike Travis1-4/+16
2007-09-19[POWERPC] Remove cmd_line from head*.SStephen Rothwell1-0/+2
2007-07-26[POWERPC] Fix Pegasos keyboard detectionAlan Curry1-0/+4
2007-07-10[POWERPC] Make the debugfs "powerpc" dir globally accessibleMichael Ellerman1-0/+13
2007-07-10[POWERPC] Add a check for keyboard/mouse device nodes in check_legacy_ioport()Wade Farnsworth1-0/+8
2007-05-12[POWERPC] Check cache coherency of kernel vs firmwareDale Farnsworth1-0/+41
2007-04-27[POWERPC] Generic check_legacy_ioportOlaf Hering1-3/+31
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-3/+4
2007-04-13[POWERPC] Rename prom_n_size_cells to of_n_size_cellsStephen Rothwell1-1/+1
2007-04-13[POWERPC] Rename prom_n_addr_cells to of_n_addr_cellsStephen Rothwell1-1/+1
2007-04-13[POWERPC] Remove unused inclusion of linux/ide.hOlaf Hering1-1/+0
2007-03-08[POWERPC] Automatically lmb_reserve() initrdDavid Gibson1-20/+2
2006-10-04[POWERPC] Fix xmon=off and cleanup xmon initialisationMichael Ellerman1-25/+0
2006-09-20[POWERPC] Define of_read_ulong helperPaul Mackerras1-5/+8
2006-09-13[POWERPC] print backtrace when entering xmonOlaf Hering1-0/+4