aboutsummaryrefslogtreecommitdiff
path: root/arch/parisc/kernel/processor.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-07Revert "parisc: Only list existing CPUs in cpu_possible_mask"Gravatar Helge Deller 1-8/+0
2023-11-18parisc: Replace strlcpy() with strscpy()Gravatar Kees Cook 1-1/+1
2023-10-30parisc: Show default CPU PSW.W setting as reported by PDCGravatar Helge Deller 1-3/+3
2023-09-07parisc: BTLB: Initialize BTLB tables at CPU startupGravatar Helge Deller 1-0/+2
2023-08-22parisc: Fix /proc/cpuinfo output for lscpuGravatar Helge Deller 1-3/+10
2023-08-10parisc: processor: Include asm/smp.h for init_per_cpu()Gravatar Helge Deller 1-0/+1
2023-06-30parisc: processor: Fix kdoc for init_cpu_profiler()Gravatar Helge Deller 1-1/+1
2022-12-19parisc: Show MPE/iX model string at bootupGravatar Helge Deller 1-2/+7
2022-06-03parisc: fix a crash with multicore schedulerGravatar Mikulas Patocka 1-2/+0
2022-05-08parisc: Merge model and model name into one line in /proc/cpuinfoGravatar Helge Deller 1-2/+1
2022-05-08parisc: Only list existing CPUs in cpu_possible_maskGravatar Helge Deller 1-0/+8
2022-03-29parisc: Move CPU startup-related functions into .text sectionGravatar Helge Deller 1-1/+1
2022-03-29parisc: Switch from GENERIC_CPU_DEVICES to GENERIC_ARCH_TOPOLOGYGravatar Helge Deller 1-1/+3
2020-11-11parisc: Drop loops_per_jiffy from per_cpu structGravatar Helge Deller 1-3/+2
2020-03-25parisc: Replace cpu_up/down() with add/remove_cpu()Gravatar Qais Yousef 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 153Gravatar Thomas Gleixner 1-15/+1
2019-05-10parisc: Use __ro_after_init in processor.cGravatar Helge Deller 1-2/+2
2019-05-03parisc: Show n/a if product number not availableGravatar Helge Deller 1-1/+2
2019-02-21parisc: Show machine product number during bootGravatar Helge Deller 1-0/+9
2018-08-21parisc: Add hardware description to stack tracesGravatar Helge Deller 1-0/+2
2017-11-17parisc: Add CPU topology supportGravatar Helge Deller 1-0/+13
2017-09-22parisc: Move init_per_cpu() into init sectionGravatar Helge Deller 1-1/+1
2017-08-22parisc/core: Fix section mismatchesGravatar Helge Deller 1-3/+3
2017-08-22parisc/random: Add machine specific randomnessGravatar Helge Deller 1-3/+21
2017-05-10parisc: Enhance detection of synchronous cr16 clocksourcesGravatar Helge Deller 1-1/+4
2016-12-20parisc: Optimize timer interrupt functionGravatar Helge Deller 1-5/+0
2016-12-12parisc: Enhance CPU detection code on PAT machinesGravatar Helge Deller 1-11/+13
2016-08-20parisc: Fix automatic selection of cr16 clocksourceGravatar Helge Deller 1-8/+0
2016-06-05parisc: Fix printk time during bootGravatar Helge Deller 1-2/+3
2016-01-12parisc: Reduce overhead of parisc_requires_coherency()Gravatar Helge Deller 1-1/+9
2013-07-14parisc: delete __cpuinit usage from all usersGravatar Paul Gortmaker 1-3/+3
2013-07-09parisc: more capabilities info in /proc/cpuinfoGravatar Helge Deller 1-3/+16
2009-07-03parisc: processor.c, fix bloated stack frameGravatar Kyle McMartin 1-5/+11
2009-07-03parisc: remove CVS keywordsGravatar Alexander Beregalov 1-2/+1
2009-04-02Merge branch 'rusty-cpumask-parisc' into pariscGravatar Kyle McMartin 1-3/+3
2009-03-31parisc: expose 32/64-bit capabilities in cpuinfoGravatar Colin Watson 1-0/+7
2009-03-16cpumask: Use accessors code.: pariscGravatar Rusty Russell 1-1/+1
2009-03-16cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits.: pariscGravatar Rusty Russell 1-2/+2
2009-01-05parisc: Replace NR_CPUS in parisc codeGravatar Helge Deller 1-33/+35
2007-10-18[PARISC] Unbreak processor_probe when we have more than NR_CPUSGravatar Kyle McMartin 1-1/+6
2007-05-27[PARISC] fix section mismatches in arch/parisc/kernelGravatar Helge Deller 1-3/+3
2007-05-22[PARISC] spelling fixes: arch/parisc/Gravatar Simon Arlott 1-4/+4
2007-05-21Detach sched.h from mm.hGravatar Alexey Dobriyan 1-1/+1
2007-02-26[PARISC] clocksource: Move update_cr16_clocksource later in bootGravatar Kyle McMartin 1-0/+8
2007-02-17[PARISC] use CONFIG_64BIT instead of __LP64__Gravatar Helge Deller 1-3/+3
2007-02-17[PARISC] kill ENTRY_SYS_CPUSGravatar Kyle McMartin 1-3/+0
2006-12-11[PARISC] Fix thinko in cpu_data.lock removalGravatar Kyle McMartin 1-2/+0
2006-10-04[PARISC] Prevent processor_probe() from clobbering cpu_data[0]Gravatar Grant Grundler 1-2/+3
2006-06-30Remove obsolete #include <linux/config.h>Gravatar Jörn Engel 1-1/+0
2006-01-10[PARISC] Add __read_mostly section for pariscGravatar Helge Deller 1-4/+4