summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-08-144-23/+23
|\
| * powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V2014-08-131-14/+6
| * powerpc/pseries/hvcserver: Fix endian issue in hvcs_get_partner_infoThomas Falcon2014-08-131-2/+2
| * powerpc/pseries: Avoid deadlock on removing ddwGavin Shan2014-08-131-6/+14
| * powerpc/pseries: Failure on removing device nodeGavin Shan2014-08-131-1/+1
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-08-142-3/+2
|\ \ | |/ |/|
| * Merge branch 'devicetree/next-overlay' into devicetree/nextGrant Likely2014-08-111-1/+1
| |\
| | * of: Reorder device tree changes and notifiersGrant Likely2014-07-231-1/+1
| * | of: Migrate of_find_node_by_name() users to for_each_node_by_name()Grant Likely2014-06-261-2/+1
| |/
* | arch/powerpc: replace obsolete strict_strto* callsDaniel Walter2014-08-082-3/+3
* | powerpc/eeh: Replace pr_warning() with pr_warn()Gavin Shan2014-08-051-14/+14
* | powerpc/eeh: Selectively enable IO for error logGavin Shan2014-08-051-1/+1
* | powerpc/eeh: Refactor EEH flag accessorsGavin Shan2014-08-051-2/+2
* | powerpc/pci: Reorder pci bus/bridge unregistration during PHB removalTyrel Datwyler2014-08-051-2/+2
* | powerpc/pseries: Switch pseries drivers to use machine_xxx_initcall()Michael Ellerman2014-07-2811-23/+19
* | Merge branch 'merge' into nextBenjamin Herrenschmidt2014-07-282-0/+2
|\ \
| * | powerpc/pseries: dynamically added OF nodes need to call of_node_initTyrel Datwyler2014-07-222-0/+2
| |/
* | powerpc/pseries: Optimise hcall tracepointsAnton Blanchard2014-07-111-22/+16
* | powerpc/pseries: Use jump labels for hcall tracepointsAnton Blanchard2014-07-112-41/+133
|/
* powerpc/powernv: Enable POWER8 doorbell IPIsMichael Neuling2014-06-111-0/+1
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-06-106-22/+62
|\
| * powerpc/pseries: hcall functions are exported to modules, need _GLOBAL_TOC()Anton Blanchard2014-06-051-3/+3
| * powerpc: Allow ppc_md platform hook to override memory_block_size_bytesAnton Blanchard2014-06-053-14/+8
| * Merge remote-tracking branch 'anton/abiv2' into nextBenjamin Herrenschmidt2014-05-052-4/+5
| |\
| | * powerpc: Fix SMP issues with ppc64le ABIv2Anton Blanchard2014-04-231-2/+3
| | * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-231-2/+2
| * | powerpc/le: Show the endianess of the LPAR under PowerVM.Tony Breeds2014-05-011-0/+4
| * | powerpc/eeh: Make the delay for PE reset unifiedGavin Shan2014-04-281-1/+9
| * | powerpc/pseries: Fix overwritten PE stateGavin Shan2014-04-281-0/+1
| * | powerpc/eeh: Use cached capability for log dumpGavin Shan2014-04-281-0/+32
* | | Merge branch 'dt-bus-name' into for-nextRob Herring2014-05-132-6/+9
|\ \ \ | |/ /
| * | powerpc/pseries: Protect remove_memory() with device hotplug lockLi Zhong2014-04-281-4/+6
| * | powerpc: Fix Oops in rtas_stop_self()Li Zhong2014-04-281-2/+3
| |/
* | of/fdt: update of_get_flat_dt_prop in prep for libfdtRob Herring2014-04-301-2/+2
|/
* powerpc: Convert last uses of __FUNCTION__ to __func__Joe Perches2014-04-091-6/+5
* powerpc/le: Enable RTAS events supportGreg Kurz2014-04-072-10/+13
* Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-022-4/+0
|\
| * of: Make device nodes kobjects so they show up in sysfsGrant Likely2014-03-112-4/+0
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2014-04-025-62/+105
|\ \
| * | powerpc/perf: Add kconfig option for hypervisor provided countersCody P Schafer2014-03-241-0/+12
| * | powerpc/pseries: Expose in kernel device tree update to drmgrTyrel Datwyler2014-03-071-1/+24
| * | powerpc/pseries: Update dynamic cache nodes for suspend/resume operationHaren Myneni2014-03-071-0/+19
| * | powerpc/pseries: Device tree should only be updated once after suspend/migrateHaren Myneni2014-03-071-16/+10
| * | powerpc/pseries: Use remove_memory() to remove memoryNathan Fontenot2014-03-071-44/+39
| * | powerpc/pseries: Don't try to register pseries cpu hotplug on non-pseriesBenjamin Herrenschmidt2014-03-071-1/+1
| |/
* | Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-011-3/+3
|\ \
| * | powerpc/PCI: Use list_for_each_entry() for bus traversalYijing Wang2014-02-141-3/+3
* | | Merge branch 'sched/urgent' into sched/coreIngo Molnar2014-03-111-11/+11
|\ \ \ | | |/ | |/|
| * | powerpc/le: Ensure that the 'stop-self' RTAS token is handled correctlyTony Breeds2014-02-281-11/+11
* | | Merge branch 'linus' into sched/coreThomas Gleixner2014-02-214-10/+18
|\ \ \ | |/ /
OpenPOWER on IntegriCloud