summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/pseries
AgeCommit message (Expand)AuthorFilesLines
2013-04-08powerpc: pSeries_lpar_hpte_remove fails from Adjunct partition being performe...Michael Wolf1-1/+7
2013-03-05powerpc/pseries/hvcserver: Fix strncpy buffer limit in location codeChen Gang1-2/+3
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-7/+3
2013-02-23Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds11-95/+176
2013-02-22new helper: file_inode(file)Al Viro2-7/+3
2013-02-08pseries/iommu: Remove DDW on kexecNishanth Aravamudan1-38/+50
2013-02-08pseries/iommu: Restore_default_window does not use liobn parameterNishanth Aravamudan1-2/+2
2013-01-29pseries/iommu: Ensure TCEs are cleared with non-huge DDWNishanth Aravamudan1-10/+1
2013-01-29pseries/iommu: Fix iteration in DDW TCE clearrangeNishanth Aravamudan1-0/+1
2013-01-27cputime: Generic on-demand virtual cputime accountingFrederic Weisbecker2-6/+6
2013-01-10powerpc/eeh: Fix crash when adding a device in a slot with DDWThadeu Lima de Souza Cascardo1-1/+23
2013-01-10powerpc: Add the DAWR support to the set_break()Michael Neuling1-0/+12
2013-01-10powerpc: Add helper functions set the DAWR and CIABR using set_modeIan Munsie1-0/+10
2013-01-10powerpc: Disable relocation on exceptions whenever PR KVM is activeIan Munsie1-3/+5
2013-01-10powerpc: Build kernel with -mcmodel=mediumAnton Blanchard1-1/+1
2013-01-10powerpc/pseries/pci: Use NULL instead of 0 for pointersTushar Behera1-1/+2
2013-01-10powerpc: Hook up doorbells on serverIan Munsie2-2/+32
2013-01-10powerpc/pseries: Cleanup best_energy_hcall detectionMichael Neuling2-35/+3
2013-01-10powerpc/pseries: Allow firmware features to match partial stringsMichael Neuling1-2/+18
2013-01-10powerpc: Fix a lazy irq related WARING in arch_local_irq_restore()Li Zhong2-0/+16
2013-01-03POWERPC: drivers: remove __dev* attributes.Greg Kroah-Hartman4-7/+7
2012-12-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds10-173/+172
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+2
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-2/+1
2012-11-29Merge branch 'pm-cpuidle'Rafael J. Wysocki1-2/+2
2012-11-27cpuidle: Measure idle state durations with monotonic clockJulius Werner1-2/+2
2012-11-26Merge branch 'merge' into nextBenjamin Herrenschmidt2-2/+3
2012-11-26powerpc/eeh: Do not invalidate PE properlyGavin Shan1-1/+1
2012-11-23powerpc/pseries: Fix oops with MSIs when missing EEH PEsAlexey Kardashevskiy1-1/+2
2012-11-17drivers/of: Constify device_node->name and ->path_component_nameGrant Likely1-2/+1
2012-11-15powerpc: Disable relocation on exceptions when kexecingIan Munsie1-0/+33
2012-11-15powerpc: Enable relocation on during exceptions at bootIan Munsie1-0/+38
2012-11-15powerpc: Add wrappers to enable/disable relocation on exceptionsIan Munsie1-0/+25
2012-11-15powerpc: Add set_mode hcallIan Munsie2-0/+7
2012-11-15powerpc+of: Remove the pSeries_reconfig.h fileNathan Fontenot1-1/+0
2012-11-15powerpc+of: Rename the drivers/of prom_* functions to of_*Nathan Fontenot3-7/+7
2012-11-15powerpc+of: Add of node/property notification chain for adds and removesNathan Fontenot6-97/+65
2012-11-15powerpc+of: Add /proc device tree updating to of node add/removeNathan Fontenot2-71/+0
2012-10-18cpuidle/powerpc: Fix snooze state problem in the cpuidle design on pseries.Deepthi Dharwar1-23/+13
2012-10-18cpuidle/powerpc: Fix smt_snooze_delay functionality.Deepthi Dharwar1-7/+17
2012-10-18cpuidle/powerpc: Fix target residency initialisation in pseries cpuidleDeepthi Dharwar1-4/+0
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2012-10-11ppc: eeh_event should just use kthread_run()Al Viro1-3/+2
2012-10-11arch/powerpc/platforms/pseries/hotplug-memory.c: section removal cleanupsYasuaki Ishimatsu1-4/+5
2012-10-11arch/powerpc/platforms/pseries/hotplug-memory.c: fix section handling codeAndrew Morton1-1/+1
2012-10-09memory-hotplug: suppress "Trying to free nonexistent resource <XXXXXXXXXXXXXX...Yasuaki Ishimatsu1-4/+9
2012-09-27powerpc/eeh: Don't release eeh_mutex in eeh_phb_pe_getAneesh Kumar K.V1-4/+1
2012-09-18powerpc/eeh: Fix crash on converting OF node to edevGavin Shan1-1/+1
2012-09-18powerpc/eeh: Lock module while handling EEH eventGavin Shan1-21/+70
2012-09-18powerpc/eeh: Global mutex to protect PE treeGavin Shan1-7/+32