Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
e837d9134be8018d15421546c1defd35a1bb3d06
/
arch
/
powerpc
/
platforms
/
pseries
/
dlpar.c
087ff6a
powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPAR
by Tyrel Datwyler
· 7 years ago
215ee76
powerpc: pseries: remove dlpar_attach_node dependency on full path
by Rob Herring
· 7 years ago
b7c670d
powerpc: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
6f42809
driver core: remove CLASS_ATTR usage
by Greg Kroah-Hartman
· 8 years ago
68baf69
powerpc/pseries: Fix of_node_put() underflow during DLPAR remove
by Tyrel Datwyler
· 8 years ago
333f7b7
powerpc/pseries: Implement indexed-count hotplug memory add
by Sahil Mehta
· 8 years ago
673bc43
powerpc/pseries: Report DLPAR capabilities
by Nathan Fontenot
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
25b587f
powerpc/pseries: Correct possible read beyond dlpar sysfs buffer
by Nathan Fontenot
· 8 years ago
90ce351
powerpc/pseries: fix memory leak in queue_hotplug_event() error path
by Andrew Donnellan
· 8 years ago
7c98bd7
powerpc/sparse: Make a bunch of things static
by Daniel Axtens
· 8 years ago
1dc7595
powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug events
by John Allen
· 9 years ago
9054619
powerpc/pseries: Add pseries hotplug workqueue
by John Allen
· 9 years ago
e9d764f
powerpc/pseries: Enable kernel CPU dlpar from sysfs
by Nathan Fontenot
· 9 years ago
183deee
powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.c
by Nathan Fontenot
· 9 years ago
1f859ad
powerpc/pseries: Verify CPU doesn't exist before adding
by Nathan Fontenot
· 9 years ago
06bacef
powerpc/pseries: re-use code from of_helpers module
by Andy Shevchenko
· 9 years ago
daebaab
powerpc/pseries: Release DRC when configure_connector fails
by Bharata B Rao
· 9 years ago
2222ce0f
powerpc/pseries: Fix possible leaked device node reference
by Nathan Fontenot
· 10 years ago
f32393c
powerpc/pseries: Correct cpu affinity for dlpar added cpus
by Nathan Fontenot
· 10 years ago
999e2da
powerpc/pseries: Create new device hotplug entry point
by Nathan Fontenot
· 10 years ago
10ccaf17
powerpc: use device_online/offline() instead of cpu_up/down()
by Dan Streetman
· 10 years ago
d6f1e7a
powerpc/pseries: Make CPU hotplug path endian safe
by Bharata B Rao
· 10 years ago
e36d122
pseries: Fix endian issues in cpu hot-removal
by Thomas Falcon
· 10 years ago
822e712
pseries: Fix endian issues in onlining cpu threads
by Thomas Falcon
· 10 years ago
1217d34
powerpc: Ensure global functions include their prototype
by Anton Blanchard
· 10 years ago
1618bd5
arch/powerpc: replace obsolete strict_strto* calls
by Daniel Walter
· 10 years ago
97a9a71
powerpc/pseries: dynamically added OF nodes need to call of_node_init
by Tyrel Datwyler
· 11 years ago
75b57ec
of: Make device nodes kobjects so they show up in sysfs
by Grant Likely
· 11 years ago
6dedcca
hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()
by Toshi Kani
· 11 years ago
5935ff4
powerpc/pseries: Child nodes are not detached by dlpar_detach_node
by Tyrel Datwyler
· 11 years ago
8d5ff32
powerpc/pseries: Make dlpar_configure_connector parent node aware
by Tyrel Datwyler
· 11 years ago
1578cb7
powerpc/pseries: Do all node initialization in dlpar_parse_cc_node
by Tyrel Datwyler
· 11 years ago
1cf3d8b
powerpc+of: Add of node/property notification chain for adds and removes
by Nathan Fontenot
· 12 years ago
e81b329
powerpc+of: Add /proc device tree updating to of node add/remove
by Nathan Fontenot
· 12 years ago
9c74002
powerpc/pseries: Avoid spurious error during hotplug CPU add
by Anton Blanchard
· 13 years ago
3aef19f
powerpc/pseries: Introduce pSeries_reconfig_notify()
by Akinobu Mita
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
e72ed6b
powerpc/pseries: Use kmemdup
by Nishanth Aravamudan
· 14 years ago
2064897
powerpc/pseries: Export device tree updating routines
by Nathan Fontenot
· 14 years ago
93f68f1
powerpc/pseries: Correct rtas_data_buf locking in dlpar code
by Nathan Fontenot
· 14 years ago
ceddee2
powerpc: ONLINE to OFFLINE CPU state transition during removal
by Robert Jennings
· 14 years ago
43caa61
powerpc/pseries/dlpar: Use kasprintf
by Julia Lawall
· 15 years ago
a7df5c5
powerpc/pseries/dlpar: Eliminate use after free
by Julia Lawall
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
d0174c7
powerpc: Move cpu hotplug driver lock from pseries to powerpc
by Nathan Fontenot
· 15 years ago
46150a0
powerpc/pseries: Fix dlpar compile warning without CONFIG_PROC_DEVICETREE
by FUJITA Tomonori
· 15 years ago
3d9b740
powerpc/pseries: Make declarations of cpu_hotplug_driver_lock() ANSI compatible.
by Gautham R Shenoy
· 15 years ago
275a64f
powerpc/pseries: Correct pseries/dlpar.c build break without CONFIG_SMP
by Nathan Fontenot
· 15 years ago
51badeb
powerpc/pseries: Serialize cpu hotplug operations during deactivate Vs deallocate
by Gautham R Shenoy
· 15 years ago
b6db63d
pseries/pseries: Add code to online/offline CPUs of a DLPAR node
by Gautham R Shenoy
· 15 years ago
1a8061c
powerpc/pseries: Add kernel based CPU DLPAR handling
by Nathan Fontenot
· 15 years ago
ab519a0
powerpc/pseries: Kernel DLPAR Infrastructure
by Nathan Fontenot
· 15 years ago