summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/sysfs.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | powerpc/cpuidle: cpuidle driver for pSeriesDeepthi Dharwar2011-12-081-0/+2
* | powerpc: Export PIR data through sysfsAnanth N Mavinakayanahalli2011-11-251-0/+8
|/
* powerpc: various straight conversions from module.h --> export.hPaul Gortmaker2011-10-311-1/+1
* powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy2011-04-271-0/+38
* powerpc: Use smt_snooze_delay=-1 to always busy loopAnton Blanchard2010-05-211-9/+8
* powerpc: Remove check of ibm,smt-snooze-delay OF propertyAnton Blanchard2010-05-211-29/+0
* sysfs/cpu: Add probe/release filesNathan Fontenot2009-12-091-0/+19
* powerpc: Fix bug where perf_counters breaks oprofilePaul Mackerras2009-09-111-0/+3
* powerpc: Fix bugs introduced by sysfs changesBenjamin Herrenschmidt2009-03-271-4/+2
* powerpc: Make sysfs code use smp_call_function_singleRusty Russell2009-03-241-25/+6
* powerpc: Rewrite sysfs processor cache info codeNathan Lynch2009-01-081-296/+4
* powerpc: Convert sysfs cache code to of_find_next_cache_node()Nathan Lynch2008-12-211-6/+1
* powerpc: Fix build for 32-bit SMP configsMilton Miller2008-12-011-0/+2
* powerpc: Fix build warnings introduced by PMC support on 32-bitKumar Gala2008-09-181-2/+4
* powerpc: Expose PMCs & cache topology in sysfs on 32-bitBenjamin Herrenschmidt2008-08-201-18/+88
* powerpc: Remove redundant sysfs_remove_file calls for cache infoNathan Lynch2008-08-201-9/+2
* powerpc: Show processor cache information in sysfsNathan Lynch2008-07-281-0/+309