aboutsummaryrefslogtreecommitdiffstats
path: root/arch/parisc/kernel/processor.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Revert "parisc: Only list existing CPUs in cpu_possible_mask"Helge Deller1-8/+0
2023-11-18parisc: Replace strlcpy() with strscpy()Kees Cook1-1/+1
2023-10-30parisc: Show default CPU PSW.W setting as reported by PDCHelge Deller1-3/+3
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupHelge Deller1-0/+2
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuHelge Deller1-3/+10
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Helge Deller1-0/+1
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Helge Deller1-1/+1
2022-12-19parisc: Show MPE/iX model string at bootupHelge Deller1-2/+7
2022-06-03parisc: fix a crash with multicore schedulerMikulas Patocka1-2/+0
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoHelge Deller1-2/+1
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskHelge Deller1-0/+8
2022-03-29parisc: Move CPU startup-related functions into .text sectionHelge Deller1-1/+1
2022-03-29parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYHelge Deller1-1/+3
2020-11-11parisc: Drop loops_per_jiffy from per_cpu structHelge Deller1-3/+2
2020-03-25parisc: Replace cpu_up/down() with add/remove_cpu()Qais Yousef1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Thomas Gleixner1-15/+1
2019-05-10parisc: Use __ro_after_init in processor.cHelge Deller1-2/+2
2019-05-03parisc: Show n/a if product number not availableHelge Deller1-1/+2
2019-02-21parisc: Show machine product number during bootHelge Deller1-0/+9
2018-08-21parisc: Add hardware description to stack tracesHelge Deller1-0/+2
2017-11-17parisc: Add CPU topology supportHelge Deller1-0/+13
2017-09-22parisc: Move init_per_cpu() into init sectionHelge Deller1-1/+1
2017-08-22parisc/core: Fix section mismatchesHelge Deller1-3/+3
2017-08-22parisc/random: Add machine specific randomnessHelge Deller1-3/+21
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesHelge Deller1-1/+4
2016-12-20parisc: Optimize timer interrupt functionHelge Deller1-5/+0
2016-12-12parisc: Enhance CPU detection code on PAT machinesHelge Deller1-11/+13
2016-08-20parisc: Fix automatic selection of cr16 clocksourceHelge Deller1-8/+0
2016-06-05parisc: Fix printk time during bootHelge Deller1-2/+3
2016-01-12parisc: Reduce overhead of parisc_requires_coherency()Helge Deller1-1/+9
2013-07-14parisc: delete __cpuinit usage from all usersPaul Gortmaker1-3/+3
2013-07-09parisc: more capabilities info in /proc/cpuinfoHelge Deller1-3/+16
2009-07-03parisc: processor.c, fix bloated stack frameKyle McMartin1-5/+11
2009-07-03parisc: remove CVS keywordsAlexander Beregalov1-2/+1
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscKyle McMartin1-3/+3
2009-03-31parisc: expose 32/64-bit capabilities in cpuinfoColin Watson1-0/+7
2009-03-16cpumask: Use accessors code.: pariscRusty Russell1-1/+1
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscRusty Russell1-2/+2
2009-01-05parisc: Replace NR_CPUS in parisc codeHelge Deller1-33/+35
2007-10-18[PARISC] Unbreak processor_probe when we have more than NR_CPUSKyle McMartin1-1/+6
2007-05-27[PARISC] fix section mismatches in arch/parisc/kernelHelge Deller1-3/+3
2007-05-22[PARISC] spelling fixes: arch/parisc/Simon Arlott1-4/+4
2007-05-21Detach sched.h from mm.hAlexey Dobriyan1-1/+1
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootKyle McMartin1-0/+8
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Helge Deller1-3/+3
2007-02-17[PARISC] kill ENTRY_SYS_CPUSKyle McMartin1-3/+0
2006-12-11[PARISC] Fix thinko in cpu_data.lock removalKyle McMartin1-2/+0
2006-10-04[PARISC] Prevent processor_probe() from clobbering cpu_data[0]Grant Grundler1-2/+3
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-10[PARISC] Add __read_mostly section for pariscHelge Deller1-4/+4
2005-10-21[PARISC] Convert parisc_device to use struct resource for hpaMatthew Wilcox1-4/+4
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+400