aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-25powerpc/pseries: Do not start secondaries in Open FirmwareBenjamin Herrenschmidt1-10/+16
2013-09-11powerpc: Default arch idle could cede processor on pseriesVaidyanathan Srinivasan1-10/+21
2013-09-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds17-431/+822
2013-08-28powerpc/pseries: Move lparcfg.c to platforms/pseriesBenjamin Herrenschmidt2-0/+711
2013-08-27Merge branch 'merge' into nextBenjamin Herrenschmidt1-46/+34
2013-08-27powerpc/pseries: Child nodes are not detached by dlpar_detach_nodeTyrel Datwyler1-0/+7
2013-08-27powerpc/pseries: Add mising of_node_put in delete_dt_nodeTyrel Datwyler1-0/+1
2013-08-27powerpc/pseries: Make dlpar_configure_connector parent node awareTyrel Datwyler3-34/+34
2013-08-27powerpc/pseries: Do all node initialization in dlpar_parse_cc_nodeTyrel Datwyler1-2/+3
2013-08-27powerpc/pseries: Fix parsing of initial node path in update_dt_nodeTyrel Datwyler1-10/+11
2013-08-27powerpc/pseries: Pack update_props_workarea to map correctly to rtas buffer headerTyrel Datwyler1-1/+1
2013-08-27powerpc/pseries: Fix over writing of rtas return code in update_dt_nodeTyrel Datwyler1-4/+4
2013-08-27powerpc/pseries: Fix creation of loop in device node property listTyrel Datwyler1-1/+1
2013-08-27powerpc/pseries: Add a warning in the case of cross-cpu VPA registrationMichael Ellerman1-0/+6
2013-08-27pseries: Move plpar_wrapper.h to powerpc common include/asm location.Deepthi Dharwar11-314/+11
2013-08-27pseries/cpuidle: Remove dependency of pseries.h fileDeepthi Dharwar2-4/+0
2013-08-19powerpc/pseries: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah1-0/+8
2013-08-19pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah1-1/+1
2013-08-19pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah1-2/+2
2013-08-19powerpc/pseries: Remove (de)compression in nvram with pstore enabledAruna Balakrishnaiah1-90/+12
2013-08-14powerpc/pseries: Fix endian issues in H_GET_TERM_CHAR/H_PUT_TERM_CHARAnton Blanchard1-4/+5
2013-08-14powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard4-4/+8
2013-08-14powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard1-4/+4
2013-08-14powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming1-17/+1
2013-08-14powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2-3/+3
2013-08-14powerpc: Fix a number of sparse warningsAnton Blanchard3-4/+4
2013-08-14powerpc/pseries: Simplify H_GET_TERM_CHARAnton Blanchard2-27/+9
2013-08-09powerpc/pseries: Add backward compatibilty to read old kernel oops-logAruna Balakrishnaiah1-4/+14
2013-08-09powerpc/pseries: Fix buffer overflow when reading from pstoreAruna Balakrishnaiah1-46/+24
2013-07-24powerpc/pseries: Fix a typo in pSeries_lpar_hpte_insert()Denis Kirjanov1-1/+1
2013-07-24powerpc/eeh: Introdce flag to protect sysfsGavin Shan1-1/+1
2013-07-24powerpc/eeh: Don't use pci_dev during BAR restoreGavin Shan1-1/+62
2013-07-24powerpc/eeh: Use partial hotplug for EEH unaware driversGavin Shan1-1/+1
2013-07-24powerpc: Fix the corrupt r3 error during MCE handling.Mahesh Salgaonkar1-0/+3
2013-07-24powerpc/pseries: Drop "select HOTPLUG"Paul Bolle1-1/+0
2013-07-01powerpc/pseries: Support compression of oops text via pstoreAruna Balakrishnaiah1-14/+117
2013-07-01powerpc/pseries: Re-organise the oops compression codeAruna Balakrishnaiah1-52/+52
2013-07-01pstore: Pass header size in the pstore write callbackAruna Balakrishnaiah1-1/+3
2013-07-01powerpc/pseries: Inform the hypervisor we are using EBB regsMichael Ellerman1-0/+3
2013-06-30trivial: powerpc: Fix typo in ioei_interrupt() descriptionSebastien Bessiere1-1/+1
2013-06-21powerpc: Optimize hugepage invalidateAneesh Kumar K.V1-7/+115
2013-06-21powerpc/mm: handle hugepage size correctly when invalidating hpte entriesAneesh Kumar K.V1-5/+12
2013-06-20powerpc/eeh: Move common part to kernel directoryGavin Shan10-2888/+1
2013-06-20powerpc/eeh: Cleanup for EEH coreGavin Shan2-18/+18
2013-06-20powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah1-1/+16
2013-06-20powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah1-9/+46
2013-06-20powerpc/pseries: Distinguish between a os-partition and non-os partitionAruna Balakrishnaiah1-2/+5
2013-06-20powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah1-7/+26
2013-06-20powerpc/pseries: Read/Write oops nvram partition via pstoreAruna Balakrishnaiah1-15/+157
2013-06-20powerpc/pseries: Introduce generic read function to read nvram-partitionsAruna Balakrishnaiah1-10/+22