index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
platforms
/
pseries
/
dlpar.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-08
powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQ
Michael Ellerman
1
-3
/
+18
2017-11-14
Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-18
/
+6
2017-10-03
powerpc: pseries: only store the device node basename in full_name
Rob Herring
1
-18
/
+6
2017-09-21
powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR
Tyrel Datwyler
1
-1
/
+0
2017-08-23
powerpc: pseries: remove dlpar_attach_node dependency on full path
Rob Herring
1
-4
/
+2
2017-08-23
powerpc: Convert to using %pOF instead of full_name
Rob Herring
1
-2
/
+1
2017-06-07
driver core: remove CLASS_ATTR usage
Greg Kroah-Hartman
1
-1
/
+1
2017-04-25
powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
Tyrel Datwyler
1
-1
/
+0
2017-02-17
powerpc/pseries: Implement indexed-count hotplug memory add
Sahil Mehta
1
-3
/
+35
2017-02-02
powerpc/pseries: Report DLPAR capabilities
Nathan Fontenot
1
-1
/
+7
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-18
powerpc/pseries: Correct possible read beyond dlpar sysfs buffer
Nathan Fontenot
1
-45
/
+97
2016-09-20
powerpc/pseries: fix memory leak in queue_hotplug_event() error path
Andrew Donnellan
1
-0
/
+1
2016-09-13
powerpc/sparse: Make a bunch of things static
Daniel Axtens
1
-2
/
+2
2016-07-19
powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events
John Allen
1
-1
/
+3
2016-07-19
powerpc/pseries: Add pseries hotplug workqueue
John Allen
1
-0
/
+52
2015-12-17
powerpc/pseries: Enable kernel CPU dlpar from sysfs
Nathan Fontenot
1
-0
/
+6
2015-12-17
powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.c
Nathan Fontenot
1
-225
/
+1
2015-12-17
powerpc/pseries: Verify CPU doesn't exist before adding
Nathan Fontenot
1
-4
/
+39
2015-10-05
powerpc/pseries: re-use code from of_helpers module
Andy Shevchenko
1
-26
/
+5
2015-09-08
powerpc/pseries: Release DRC when configure_connector fails
Bharata B Rao
1
-1
/
+3
2015-05-11
powerpc/pseries: Fix possible leaked device node reference
Nathan Fontenot
1
-2
/
+1
2015-05-01
powerpc/pseries: Correct cpu affinity for dlpar added cpus
Nathan Fontenot
1
-6
/
+4
2015-03-17
powerpc/pseries: Create new device hotplug entry point
Nathan Fontenot
1
-2
/
+116
2014-11-02
powerpc: use device_online/offline() instead of cpu_up/down()
Dan Streetman
1
-2
/
+2
2014-10-15
powerpc/pseries: Make CPU hotplug path endian safe
Bharata B Rao
1
-11
/
+11
2014-09-25
pseries: Fix endian issues in cpu hot-removal
Thomas Falcon
1
-9
/
+11
2014-09-25
pseries: Fix endian issues in onlining cpu threads
Thomas Falcon
1
-3
/
+5
2014-09-25
powerpc: Ensure global functions include their prototype
Anton Blanchard
1
-0
/
+1
2014-08-08
arch/powerpc: replace obsolete strict_strto* calls
Daniel Walter
1
-2
/
+2
2014-07-22
powerpc/pseries: dynamically added OF nodes need to call of_node_init
Tyrel Datwyler
1
-0
/
+1
2014-03-11
of: Make device nodes kobjects so they show up in sysfs
Grant Likely
1
-2
/
+0
2013-09-30
hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()
Toshi Kani
1
-27
/
+16
2013-08-27
powerpc/pseries: Child nodes are not detached by dlpar_detach_node
Tyrel Datwyler
1
-0
/
+7
2013-08-27
powerpc/pseries: Make dlpar_configure_connector parent node aware
Tyrel Datwyler
1
-26
/
+29
2013-08-27
powerpc/pseries: Do all node initialization in dlpar_parse_cc_node
Tyrel Datwyler
1
-2
/
+3
2012-11-15
powerpc+of: Add of node/property notification chain for adds and removes
Nathan Fontenot
1
-6
/
+8
2012-11-15
powerpc+of: Add /proc device tree updating to of node add/remove
Nathan Fontenot
1
-24
/
+0
2011-09-20
powerpc/pseries: Avoid spurious error during hotplug CPU add
Anton Blanchard
1
-0
/
+4
2011-06-29
powerpc/pseries: Introduce pSeries_reconfig_notify()
Akinobu Mita
1
-6
/
+4
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2010-10-13
powerpc/pseries: Use kmemdup
Nishanth Aravamudan
1
-2
/
+1
2010-10-13
powerpc/pseries: Export device tree updating routines
Nathan Fontenot
1
-2
/
+2
2010-09-02
powerpc/pseries: Correct rtas_data_buf locking in dlpar code
Nathan Fontenot
1
-13
/
+29
2010-07-31
powerpc: ONLINE to OFFLINE CPU state transition during removal
Robert Jennings
1
-0
/
+1
2010-04-07
powerpc/pseries/dlpar: Use kasprintf
Julia Lawall
1
-5
/
+2
2010-04-07
powerpc/pseries/dlpar: Eliminate use after free
Julia Lawall
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-15
powerpc: Move cpu hotplug driver lock from pseries to powerpc
Nathan Fontenot
1
-14
/
+0
2010-01-15
powerpc/pseries: Fix dlpar compile warning without CONFIG_PROC_DEVICETREE
FUJITA Tomonori
1
-1
/
+3
[next]