summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang2013-03-051-2/+3
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-7/+3
|\
| * new helper: file_inode(file)Al Viro2013-02-222-7/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-02-2311-95/+176
|\ \
| * | pseries/iommu: Remove DDW on kexecNishanth Aravamudan2013-02-081-38/+50
| * | pseries/iommu: Restore_default_window does not use liobn parameterNishanth Aravamudan2013-02-081-2/+2
| * | pseries/iommu: Ensure TCEs are cleared with non-huge DDWNishanth Aravamudan2013-01-291-10/+1
| * | pseries/iommu: Fix iteration in DDW TCE clearrangeNishanth Aravamudan2013-01-291-0/+1
| * | powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo2013-01-101-1/+23
| * | powerpc: Add the DAWR support to the set_break()Michael Neuling2013-01-101-0/+12
| * | powerpc: Add helper functions set the DAWR and CIABR using set_modeIan Munsie2013-01-101-0/+10
| * | powerpc: Disable relocation on exceptions whenever PR KVM is activeIan Munsie2013-01-101-3/+5
| * | powerpc: Build kernel with -mcmodel=mediumAnton Blanchard2013-01-101-1/+1
| * | powerpc/pseries/pci: Use NULL instead of 0 for pointersTushar Behera2013-01-101-1/+2
| * | powerpc: Hook up doorbells on serverIan Munsie2013-01-102-2/+32
| * | powerpc/pseries: Cleanup best_energy_hcall detectionMichael Neuling2013-01-102-35/+3
| * | powerpc/pseries: Allow firmware features to match partial stringsMichael Neuling2013-01-101-2/+18
| * | powerpc: Fix a lazy irq related WARING in arch_local_irq_restore()Li Zhong2013-01-102-0/+16
| |/
* | cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2013-01-272-6/+6
|/
* POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman2013-01-034-7/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2012-12-1810-173/+172
|\
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2012-11-262-2/+3
| |\
| * | powerpc: Disable relocation on exceptions when kexecingIan Munsie2012-11-151-0/+33
| * | powerpc: Enable relocation on during exceptions at bootIan Munsie2012-11-151-0/+38
| * | powerpc: Add wrappers to enable/disable relocation on exceptionsIan Munsie2012-11-151-0/+25
| * | powerpc: Add set_mode hcallIan Munsie2012-11-152-0/+7
| * | powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot2012-11-151-1/+0
| * | powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot2012-11-153-7/+7
| * | powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot2012-11-156-97/+65
| * | powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot2012-11-152-71/+0
* | | Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-12-111-2/+2
|\ \ \
| * \ \ Merge branch 'pm-cpuidle'Rafael J. Wysocki2012-11-291-2/+2
| |\ \ \ | | |_|/ | |/| |
| | * | cpuidle: Measure idle state durations with monotonic clockJulius Werner2012-11-271-2/+2
| | |/
* | | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2012-12-111-2/+1
|\ \ \ | |/ / |/| |
| * | drivers/of: Constify device_node->name and ->path_component_nameGrant Likely2012-11-171-2/+1
| |/
* | powerpc/eeh: Do not invalidate PE properlyGavin Shan2012-11-261-1/+1
* | powerpc/pseries: Fix oops with MSIs when missing EEH PEsAlexey Kardashevskiy2012-11-231-1/+2
|/
* cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries.Deepthi Dharwar2012-10-181-23/+13
* cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar2012-10-181-7/+17
* cpuidle/powerpc: Fix target residency initialisation in pseries cpuidleDeepthi Dharwar2012-10-181-4/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-3/+2
|\
| * ppc: eeh_event should just use kthread_run()Al Viro2012-10-111-3/+2
* | arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanupsYasuaki Ishimatsu2012-10-111-4/+5
* | arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling codeAndrew Morton2012-10-111-1/+1
* | memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu2012-10-091-4/+9
* | powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_getAneesh Kumar K.V2012-09-271-4/+1
* | powerpc/eeh: Fix crash on converting OF node to edevGavin Shan2012-09-181-1/+1
* | powerpc/eeh: Lock module while handling EEH eventGavin Shan2012-09-181-21/+70
* | powerpc/eeh: Global mutex to protect PE treeGavin Shan2012-09-181-7/+32
* | powerpc/eeh: Remove EEH PE for normal PCI hotplugGavin Shan2012-09-184-26/+61
OpenPOWER on IntegriCloud