summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries/dlpar.c
AgeCommit message (Expand)Author
2019-12-05powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()Gen Zhang
2019-02-12powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand
2018-03-03powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman
2017-09-21powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPARTyrel Datwyler
2017-08-23powerpc: pseries: remove dlpar_attach_node dependency on full pathRob Herring
2017-08-23powerpc: Convert to using %pOF instead of full_nameRob Herring
2017-06-07driver core: remove CLASS_ATTR usageGreg Kroah-Hartman
2017-04-25powerpc/pseries: Fix of_node_put() underflow during DLPAR removeTyrel Datwyler
2017-02-17powerpc/pseries: Implement indexed-count hotplug memory addSahil Mehta
2017-02-02powerpc/pseries: Report DLPAR capabilitiesNathan Fontenot
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-11-18powerpc/pseries: Correct possible read beyond dlpar sysfs bufferNathan Fontenot
2016-09-20powerpc/pseries: fix memory leak in queue_hotplug_event() error pathAndrew Donnellan
2016-09-13powerpc/sparse: Make a bunch of things staticDaniel Axtens
2016-07-19powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug eventsJohn Allen
2016-07-19powerpc/pseries: Add pseries hotplug workqueueJohn Allen
2015-12-17powerpc/pseries: Enable kernel CPU dlpar from sysfsNathan Fontenot
2015-12-17powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.cNathan Fontenot
2015-12-17powerpc/pseries: Verify CPU doesn't exist before addingNathan Fontenot
2015-10-05powerpc/pseries: re-use code from of_helpers moduleAndy Shevchenko
2015-09-08powerpc/pseries: Release DRC when configure_connector failsBharata B Rao
2015-05-11powerpc/pseries: Fix possible leaked device node referenceNathan Fontenot
2015-05-01powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot
2015-03-17powerpc/pseries: Create new device hotplug entry pointNathan Fontenot
2014-11-02powerpc: use device_online/offline() instead of cpu_up/down()Dan Streetman
2014-10-15powerpc/pseries: Make CPU hotplug path endian safeBharata B Rao
2014-09-25pseries: Fix endian issues in cpu hot-removalThomas Falcon
2014-09-25pseries: Fix endian issues in onlining cpu threadsThomas Falcon
2014-09-25powerpc: Ensure global functions include their prototypeAnton Blanchard
2014-08-08arch/powerpc: replace obsolete strict_strto* callsDaniel Walter
2014-07-22powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler
2014-03-11of: Make device nodes kobjects so they show up in sysfsGrant Likely
2013-09-30hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani
2013-08-27powerpc/pseries: Child nodes are not detached by dlpar_detach_nodeTyrel Datwyler
2013-08-27powerpc/pseries: Make dlpar_configure_connector parent node awareTyrel Datwyler
2013-08-27powerpc/pseries: Do all node initialization in dlpar_parse_cc_nodeTyrel Datwyler
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot
2012-11-15powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot
2011-09-20powerpc/pseries: Avoid spurious error during hotplug CPU addAnton Blanchard
2011-06-29powerpc/pseries: Introduce pSeries_reconfig_notify()Akinobu Mita
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-13powerpc/pseries: Use kmemdupNishanth Aravamudan
2010-10-13powerpc/pseries: Export device tree updating routinesNathan Fontenot
2010-09-02powerpc/pseries: Correct rtas_data_buf locking in dlpar codeNathan Fontenot
2010-07-31powerpc: ONLINE to OFFLINE CPU state transition during removalRobert Jennings
2010-04-07powerpc/pseries/dlpar: Use kasprintfJulia Lawall
2010-04-07powerpc/pseries/dlpar: Eliminate use after freeJulia Lawall
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-01-15powerpc: Move cpu hotplug driver lock from pseries to powerpcNathan Fontenot
2010-01-15powerpc/pseries: Fix dlpar compile warning without CONFIG_PROC_DEVICETREEFUJITA Tomonori