summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries/dlpar.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries/dlpar: use rtas_get_sensor()Nathan Lynch2021-06-251-6/+3
* powerpc/pseries: Introduce dlpar_unisolate_drc()Daniel Henrique Barboza2021-04-201-0/+14
* powerpc/pseries/dlpar: handle ibm, configure-connector delay statusNathan Lynch2021-02-091-4/+3
* powerpc/pseries: Delete an error message for a failed string duplication in d...Markus Elfring2021-01-311-3/+1
* powerpc/pseries: Delete an unnecessary kfree() call in dlpar_store()Markus Elfring2021-01-311-1/+0
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-4/+8
|\
| * powerpc/pseries: avoid blocking in irq when queuing hotplug eventsNathan Lynch2019-06-191-4/+4
| * powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()Gen Zhang2019-06-021-0/+4
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
|/
* powerpc/pseries: add of_node_put() in dlpar_detach_node()Frank Rowand2018-11-081-0/+2
* powerpc/pseries: PAPR persistent memory supportOliver O'Halloran2018-10-191-0/+4
* powerpc/pseries: Remove unneeded uses of dlpar work queueNathan Fontenot2018-09-191-28/+9
* powerpc/pseries: Make RAS IRQ explicitly dependent on DLPAR WQMichael Ellerman2018-01-081-3/+18
* Merge tag 'devicetree-for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-141-18/+6
|\
| * powerpc: pseries: only store the device node basename in full_nameRob Herring2017-10-031-18/+6
* | powerpc/pseries: Fix "OF: ERROR: Bad of_node_put() on /cpus" during DLPARTyrel Datwyler2017-09-211-1/+0
|/
* powerpc: pseries: remove dlpar_attach_node dependency on full pathRob Herring2017-08-231-4/+2
* powerpc: Convert to using %pOF instead of full_nameRob Herring2017-08-231-2/+1
* driver core: remove CLASS_ATTR usageGreg Kroah-Hartman2017-06-071-1/+1
* powerpc/pseries: Fix of_node_put() underflow during DLPAR removeTyrel Datwyler2017-04-251-1/+0
* powerpc/pseries: Implement indexed-count hotplug memory addSahil Mehta2017-02-171-3/+35
* powerpc/pseries: Report DLPAR capabilitiesNathan Fontenot2017-02-021-1/+7
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* powerpc/pseries: Correct possible read beyond dlpar sysfs bufferNathan Fontenot2016-11-181-45/+97
* powerpc/pseries: fix memory leak in queue_hotplug_event() error pathAndrew Donnellan2016-09-201-0/+1
* powerpc/sparse: Make a bunch of things staticDaniel Axtens2016-09-131-2/+2
* powerpc/pseries: Use kernel hotplug queue for PowerVM hotplug eventsJohn Allen2016-07-191-1/+3
* powerpc/pseries: Add pseries hotplug workqueueJohn Allen2016-07-191-0/+52
* powerpc/pseries: Enable kernel CPU dlpar from sysfsNathan Fontenot2015-12-171-0/+6
* powerpc/pseries: Consolidate CPU hotplug code to hotplug-cpu.cNathan Fontenot2015-12-171-225/+1
* powerpc/pseries: Verify CPU doesn't exist before addingNathan Fontenot2015-12-171-4/+39
* powerpc/pseries: re-use code from of_helpers moduleAndy Shevchenko2015-10-051-26/+5
* powerpc/pseries: Release DRC when configure_connector failsBharata B Rao2015-09-081-1/+3
* powerpc/pseries: Fix possible leaked device node referenceNathan Fontenot2015-05-111-2/+1
* powerpc/pseries: Correct cpu affinity for dlpar added cpusNathan Fontenot2015-05-011-6/+4
* powerpc/pseries: Create new device hotplug entry pointNathan Fontenot2015-03-171-2/+116
* powerpc: use device_online/offline() instead of cpu_up/down()Dan Streetman2014-11-021-2/+2
* powerpc/pseries: Make CPU hotplug path endian safeBharata B Rao2014-10-151-11/+11
* pseries: Fix endian issues in cpu hot-removalThomas Falcon2014-09-251-9/+11
* pseries: Fix endian issues in onlining cpu threadsThomas Falcon2014-09-251-3/+5
* powerpc: Ensure global functions include their prototypeAnton Blanchard2014-09-251-0/+1
* arch/powerpc: replace obsolete strict_strto* callsDaniel Walter2014-08-081-2/+2
* powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler2014-07-221-0/+1
* of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-111-2/+0
* hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani2013-09-301-27/+16
* powerpc/pseries: Child nodes are not detached by dlpar_detach_nodeTyrel Datwyler2013-08-271-0/+7
* powerpc/pseries: Make dlpar_configure_connector parent node awareTyrel Datwyler2013-08-271-26/+29
* powerpc/pseries: Do all node initialization in dlpar_parse_cc_nodeTyrel Datwyler2013-08-271-2/+3
* powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-151-6/+8
* powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot2012-11-151-24/+0