summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Fix typosBjorn Helgaas2024-05-081-2/+2
* powerpc/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman2023-03-171-2/+12
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-3/+3
* powerpc: Add missing headersChristophe Leroy2022-05-081-1/+1
* drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand2022-03-221-17/+0
* powerpc/kernel: Add __init attribute to eligible functionsNick Child2021-12-231-5/+5
* powerpc/cpuhp: BUG -> WARN conversion in offline pathNathan Lynch2021-10-091-1/+2
* powerpc/smp: Fix OOPS in topology_init()Christophe Leroy2021-08-071-1/+1
* powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang2021-06-261-6/+6
* powerpc/sysfs: Remove unused 'err' variable in sysfs_create_dscr_default()Cédric Le Goater2020-09-181-2/+1
* powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman2020-09-181-1/+3
* powerpc: Warn about use of smt_snooze_delayJoel Stanley2020-09-081-25/+17
* powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan2020-07-221-0/+8
* powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy2020-04-301-3/+79
* powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysf...Kajol Jain2020-03-041-0/+6
* powerpc/kernel/sysfs: Refactor current sysfs.cMadhavan Srinivasan2020-03-041-175/+200
* powerpc/pseries/svm: Export guest SVM status to user space via sysfsRyan Grimm2019-08-301-0/+20
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya2019-05-141-4/+4
* powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy2018-11-261-1/+1
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-11/+9
|\
| * powerpc/64: move default SPR recordingNicholas Piggin2018-03-301-11/+9
| * powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin2018-03-301-1/+1
* | powerpc: Expose TSCR via sysfs only on powernvCyril Bur2018-02-151-2/+4
|/
* powerpc: Expose TSCR via sysfsAnton Blanchard2018-01-221-0/+8
* powerpc/64: Set DSCR default initially from SPRNicholas Piggin2017-11-101-0/+11
* powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function bodyMichael Ellerman2017-05-031-2/+4
* powerpc/sysfs: Fix reference leak of cpu device_nodes present at bootTyrel Datwyler2017-04-251-0/+6
* powerpc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior2016-11-221-40/+10
* powerpc/sparse: make some things staticDaniel Axtens2016-06-161-1/+1
* powerpc/dscr: Add some in-code documentationAnshuman Khandual2015-06-071-0/+38
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-2/+2
* powerpc: Fix regression of per-CPU DSCR settingSam bobroff2014-05-281-13/+19
* powerpc: Split __SYSFS_SPRSETUP macroSam bobroff2014-05-281-6/+13
* powerpc, sysfs: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+7
* powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Deepthi Dharwar2014-01-291-2/+0
* powerpc/85xx: add sysfs for pw20 state and altivec idleWang Dongsheng2014-01-091-0/+316
* powerpc/kernel/sysfs: Cleanup set up macros for PMC/non-PMC SPRsMadhavan Srinivasan2013-12-021-34/+38
* powerpc/sysfs: Disable writing to PURR in guest modeMadhavan Srinivasan2013-10-031-2/+16
* powerpc: Delete __cpuinit usage from all usersPaul Gortmaker2013-07-011-3/+3
* powerpc/topology: Fix spurr attribute permissionBenjamin Herrenschmidt2013-05-061-1/+1
* numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang2012-12-111-2/+2
* cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar2012-10-181-1/+1
* powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard2012-09-051-1/+3
* powerpc: Update DSCR on all CPUs when writing sysfs dscr_defaultAnton Blanchard2012-09-051-0/+8
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+0
* powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell2012-03-211-5/+2
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-134/+133
|\
| * convert 'memory' sysdev_class to a regular subsystemKay Sievers2011-12-211-2/+2
| * cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers2011-12-211-129/+128