aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/sysfs.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-08powerpc: Fix typosBjorn Helgaas1-2/+2
2023-03-17powerpc/sysfs: move to use bus_get_dev_root()Greg Kroah-Hartman1-2/+12
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-3/+3
2022-05-08powerpc: Add missing headersChristophe Leroy1-1/+1
2022-03-22drivers/base/node: consolidate node device subsystem initialization in node_d...David Hildenbrand1-17/+0
2021-12-23powerpc/kernel: Add __init attribute to eligible functionsNick Child1-5/+5
2021-10-09powerpc/cpuhp: BUG -> WARN conversion in offline pathNathan Lynch1-1/+2
2021-08-07powerpc/smp: Fix OOPS in topology_init()Christophe Leroy1-1/+1
2021-06-26powerpc/sysfs: Replace sizeof(arr)/sizeof(arr[0]) with ARRAY_SIZEJason Wang1-6/+6
2020-09-18powerpc/sysfs: Remove unused 'err' variable in sysfs_create_dscr_default()Cédric Le Goater1-2/+1
2020-09-18powerpc/smp: Move ppc_md.cpu_die() to smp_ops.cpu_offline_self()Michael Ellerman1-1/+3
2020-09-08powerpc: Warn about use of smt_snooze_delayJoel Stanley1-25/+17
2020-07-22powerpc/perf: Add support for ISA3.1 PMU SPRsMadhavan Srinivasan1-0/+8
2020-04-30powerpc/sysfs: Show idle_purr and idle_spurr for every CPUGautham R. Shenoy1-3/+79
2020-03-04powerpc/kernel/sysfs: Add new config option PMU_SYSFS to enable PMU SPRs sysf...Kajol Jain1-0/+6
2020-03-04powerpc/kernel/sysfs: Refactor current sysfs.cMadhavan Srinivasan1-175/+200
2019-08-30powerpc/pseries/svm: Export guest SVM status to user space via sysfsRyan Grimm1-0/+20
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14powerpc: replace CONFIG_DEBUG_KERNEL with CONFIG_DEBUG_MISCSinan Kaya1-4/+4
2018-11-26powerpc: change CONFIG_6xx to CONFIG_PPC_BOOK3S_32Christophe Leroy1-1/+1
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-11/+9
2018-03-30powerpc/64: move default SPR recordingNicholas Piggin1-11/+9
2018-03-30powerpc/64: Use array of paca pointers and allocate pacas individuallyNicholas Piggin1-1/+1
2018-02-15powerpc: Expose TSCR via sysfs only on powernvCyril Bur1-2/+4
2018-01-22powerpc: Expose TSCR via sysfsAnton Blanchard1-0/+8
2017-11-10powerpc/64: Set DSCR default initially from SPRNicholas Piggin1-0/+11
2017-05-03powerpc/sysfs: Move #ifdef CONFIG_HOTPLUG_CPU out of the function bodyMichael Ellerman1-2/+4
2017-04-25powerpc/sysfs: Fix reference leak of cpu device_nodes present at bootTyrel Datwyler1-0/+6
2016-11-22powerpc/sysfs: Convert to hotplug state machineSebastian Andrzej Siewior1-40/+10
2016-06-16powerpc/sparse: make some things staticDaniel Axtens1-1/+1
2015-06-07powerpc/dscr: Add some in-code documentationAnshuman Khandual1-0/+38
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-2/+2
2014-05-28powerpc: Fix regression of per-CPU DSCR settingSam bobroff1-13/+19
2014-05-28powerpc: Split __SYSFS_SPRSETUP macroSam bobroff1-6/+13
2014-03-20powerpc, sysfs: Fix CPU hotplug callback registrationSrivatsa S. Bhat1-1/+7
2014-01-29powerpc/pseries/cpuidle: smt-snooze-delay cleanup.Deepthi Dharwar1-2/+0
2014-01-09powerpc/85xx: add sysfs for pw20 state and altivec idleWang Dongsheng1-0/+316
2013-12-02powerpc/kernel/sysfs: Cleanup set up macros for PMC/non-PMC SPRsMadhavan Srinivasan1-34/+38
2013-10-03powerpc/sysfs: Disable writing to PURR in guest modeMadhavan Srinivasan1-2/+16
2013-07-01powerpc: Delete __cpuinit usage from all usersPaul Gortmaker1-3/+3
2013-05-06powerpc/topology: Fix spurr attribute permissionBenjamin Herrenschmidt1-1/+1
2012-12-11numa: convert static memory to dynamically allocated memory for per node deviceWen Congyang1-2/+2
2012-10-18cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar1-1/+1
2012-09-05powerpc: Keep thread.dscr and thread.dscr_inherit in syncAnton Blanchard1-1/+3
2012-09-05powerpc: Update DSCR on all CPUs when writing sysfs dscr_defaultAnton Blanchard1-0/+8
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+0
2012-03-21powerpc: Remove FW_FEATURE ISERIES from arch codeStephen Rothwell1-5/+2
2012-01-07Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-134/+133
2011-12-21convert 'memory' sysdev_class to a regular subsystemKay Sievers1-2/+2
2011-12-21cpu: convert 'cpu' and 'machinecheck' sysdev_class to a regular subsystemKay Sievers1-129/+128
2011-12-08powerpc/cpuidle: cpuidle driver for pSeriesDeepthi Dharwar1-0/+2
2011-11-25powerpc: Export PIR data through sysfsAnanth N Mavinakayanahalli1-0/+8
2011-10-31powerpc: various straight conversions from module.h --> export.hPaul Gortmaker1-1/+1
2011-04-27powerpc: Per process DSCR + some fixes (try#4)Alexey Kardashevskiy1-0/+38
2010-05-21powerpc: Use smt_snooze_delay=-1 to always busy loopAnton Blanchard1-9/+8
2010-05-21powerpc: Remove check of ibm,smt-snooze-delay OF propertyAnton Blanchard1-29/+0
2009-12-09sysfs/cpu: Add probe/release filesNathan Fontenot1-0/+19
2009-09-11powerpc: Fix bug where perf_counters breaks oprofilePaul Mackerras1-0/+3
2009-03-27powerpc: Fix bugs introduced by sysfs changesBenjamin Herrenschmidt1-4/+2
2009-03-24powerpc: Make sysfs code use smp_call_function_singleRusty Russell1-25/+6
2009-01-08powerpc: Rewrite sysfs processor cache info codeNathan Lynch1-296/+4
2008-12-21powerpc: Convert sysfs cache code to of_find_next_cache_node()Nathan Lynch1-6/+1
2008-12-01powerpc: Fix build for 32-bit SMP configsMilton Miller1-0/+2
2008-09-18powerpc: Fix build warnings introduced by PMC support on 32-bitKumar Gala1-2/+4
2008-08-20powerpc: Expose PMCs & cache topology in sysfs on 32-bitBenjamin Herrenschmidt1-18/+88
2008-08-20powerpc: Remove redundant sysfs_remove_file calls for cache infoNathan Lynch1-9/+2
2008-07-28powerpc: Show processor cache information in sysfsNathan Lynch1-0/+309
2008-07-28powerpc: register_cpu_online should be __cpuinitNathan Lynch1-1/+1
2008-07-25powerpc: Fallout from sysdev API changesStephen Rothwell1-1/+2
2008-07-21sysdev: Pass the attribute to the low level sysdev show/store functionAndi Kleen1-4/+11
2008-01-28remove __attribute_used__Adrian Bunk1-1/+1
2007-09-14[POWERPC] Remove warning in arch/powerpc/kernel/sysfs.cOlof Johansson1-1/+3
2007-09-14[POWERPC] pasemi: Export more SPRs to sysfs when CONFIG_DEBUG_KERNEL=yOlof Johansson1-0/+60
2007-07-10[POWERPC] arch/powerpc/kernel/sysfs.c: Move NUMA exportsJohannes Berg1-3/+2
2007-05-09Add suspend-related notifications for CPU hotplugRafael J. Wysocki1-0/+2
2007-05-07[POWERPC] Change topology_init() to a subsys_initcallKevin Corry1-1/+1
2007-04-24[POWERPC] Remove old interface find_path_deviceStephen Rothwell1-1/+2
2007-04-24[POWERPC] pasemi: PA6T oprofile supportOlof Johansson1-6/+6
2007-04-13[POWERPC] Rename get_property to of_get_property: arch/powerpcStephen Rothwell1-1/+1
2007-02-07[POWERPC] PA6T PMC supportOlof Johansson1-49/+92
2006-12-09[POWERPC] Add SPURR SPR to sysfsAnton Blanchard1-0/+8
2006-12-09[POWERPC] Add DSCR SPR to sysfsAnton Blanchard1-0/+8
2006-12-07[PATCH] i386: change the 'no_control' field to 'hotpluggable' in the struct cpuSiddha, Suresh B1-4/+4
2006-12-04[POWERPC] iSeries: fix sysfs.c for combined buildStephen Rothwell1-6/+4
2006-10-25[POWERPC] sysfs: add support for adding/removing spu sysfs attributesChristian Krafft1-0/+66
2006-09-26[POWERPC] Always call cede in pseries dedicated idle loopAnton Blanchard1-2/+2
2006-08-07[POWERPC] Enable PURR sysfs entry correctlyMichael Neuling1-2/+2
2006-08-01Merge branch 'merge'Paul Mackerras1-2/+2
2006-07-31[PATCH] cpu hotplug: replace __devinit* with __cpuinit* for cpu notificationsChandra Seetharaman1-2/+2
2006-07-31[POWERPC] Constify & voidify get_property()Jeremy Kerr1-3/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-27[PATCH] cpu hotplug: revert initdata patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] cpu hotplug: revert init patch submitted for 2.6.17Chandra Seetharaman1-1/+1
2006-06-27[PATCH] node hotplug: register cpu: remove node structKAMEZAWA Hiroyuki1-11/+1
2006-06-27[PATCH] Register sysfs file for hotplugged new nodeYasunori Goto1-13/+2
2006-05-01[PATCH] powerpc: Allow devices to register with numa topologyJeremy Kerr1-0/+18
2006-04-26[PATCH] Remove __devinit and __cpuinit from notifier_call definitionsChandra Seetharaman1-1/+1
2006-04-26[PATCH] Remove __devinitdata from notifier block definitionsChandra Seetharaman1-1/+1
2006-03-29[PATCH] for_each_possible_cpu: powerpcKAMEZAWA Hiroyuki1-3/+3
2006-03-28[PATCH] powerpc: Fix some initcall return valuesAnton Blanchard1-3/+3
2005-11-11[PATCH] powerpc: Merge vdso's and add vdso support to 32 bits kernelBenjamin Herrenschmidt1-1/+0
2005-11-10[PATCH] powerpc: Move more ppc64 files with no ppc32 equivalent to powerpcDavid Gibson1-0/+384