summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/platforms/pseries
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2013-11-221-0/+1
|\
| * powerpc/pseries: Fix SMP=n build of rng.cMichael Ellerman2013-11-211-0/+1
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-11-213-9/+71
|\ \ | |/ |/|
| * pseries: Add H_SET_MODE to change exception endiannessAnton Blanchard2013-11-202-0/+59
| * powerpc/pseries: Fix endian issues in pseries EEH codeAnton Blanchard2013-11-201-9/+12
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-11-161-1/+1
|\ \
| * | treewide: fix "distingush" typoMichael Opdenacker2013-10-141-1/+1
* | | tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* | | Merge tag 'pm+acpi-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-11-141-27/+16Star
|\ \ \
| * \ \ Merge branch 'acpi-hotplug'Rafael J. Wysocki2013-10-281-27/+16Star
| |\ \ \
| | * | | hotplug, powerpc, x86: Remove cpu_hotplug_driver_lock()Toshi Kani2013-09-301-27/+16Star
* | | | | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-11-122-5/+5
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring2013-11-071-5/+3Star
| |\ \ \ \
| | * | | | of/irq: simplify args to irq_create_of_mappingGrant Likely2013-10-241-2/+1Star
| | * | | | of/irq: Replace of_irq with of_phandle_argsGrant Likely2013-10-241-4/+3Star
| | * | | | of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely2013-10-241-1/+1
| | |/ / /
| * / / / powerpc: add explicit OF includesRob Herring2013-10-101-0/+2
| |/ / /
* | | | powerpc/nvram: Fix endian issue when reading the NVRAM sizeCedric Le Goater2013-10-311-2/+2
* | | | powerpc/nvram: Scan partitions only onceCedric Le Goater2013-10-311-3/+3
* | | | powerpc/pseries: Fix endian issues in pseries iommu codeAnton Blanchard2013-10-301-29/+30
* | | | powerpc/pseries: Implement arch_get_random_long() based on H_RANDOMMichael Ellerman2013-10-112-1/+45
|/ / /
* / / powerpc/pseries: Do not start secondaries in Open FirmwareBenjamin Herrenschmidt2013-09-251-10/+16
|/ /
* | powerpc: Default arch idle could cede processor on pseriesVaidyanathan Srinivasan2013-09-111-10/+21
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds2013-09-0617-431/+822
|\ \ | |/ |/|
| * powerpc/pseries: Move lparcfg.c to platforms/pseriesBenjamin Herrenschmidt2013-08-282-0/+711
| * Merge branch 'merge' into nextBenjamin Herrenschmidt2013-08-271-46/+34Star
| |\
| * | powerpc/pseries: Child nodes are not detached by dlpar_detach_nodeTyrel Datwyler2013-08-271-0/+7
| * | powerpc/pseries: Add mising of_node_put in delete_dt_nodeTyrel Datwyler2013-08-271-0/+1
| * | powerpc/pseries: Make dlpar_configure_connector parent node awareTyrel Datwyler2013-08-273-34/+34
| * | powerpc/pseries: Do all node initialization in dlpar_parse_cc_nodeTyrel Datwyler2013-08-271-2/+3
| * | powerpc/pseries: Fix parsing of initial node path in update_dt_nodeTyrel Datwyler2013-08-271-10/+11
| * | powerpc/pseries: Pack update_props_workarea to map correctly to rtas buffer h...Tyrel Datwyler2013-08-271-1/+1
| * | powerpc/pseries: Fix over writing of rtas return code in update_dt_nodeTyrel Datwyler2013-08-271-4/+4
| * | powerpc/pseries: Fix creation of loop in device node property listTyrel Datwyler2013-08-271-1/+1
| * | powerpc/pseries: Add a warning in the case of cross-cpu VPA registrationMichael Ellerman2013-08-271-0/+6
| * | pseries: Move plpar_wrapper.h to powerpc common include/asm location.Deepthi Dharwar2013-08-2711-314/+11Star
| * | pseries/cpuidle: Remove dependency of pseries.h fileDeepthi Dharwar2013-08-272-4/+0Star
| * | powerpc/pseries: Fix endian issues in H_GET_TERM_CHAR/H_PUT_TERM_CHARAnton Blanchard2013-08-141-4/+5
| * | powerpc: Fix little endian lppaca, slb_shadow and dtl_entryAnton Blanchard2013-08-144-4/+8
| * | powerpc: of_parse_dma_window should take a __be32 *dma_windowAnton Blanchard2013-08-141-4/+4
| * | powerpc: Convert platforms to smp_generic_cpu_bootableAndy Fleming2013-08-141-17/+1Star
| * | powerpc: Stop using non-architected shared_proc field in lppacaAnton Blanchard2013-08-142-3/+3
| * | powerpc: Fix a number of sparse warningsAnton Blanchard2013-08-143-4/+4
| * | powerpc/pseries: Simplify H_GET_TERM_CHARAnton Blanchard2013-08-142-27/+9Star
* | | powerpc/pseries: Read and write to the 'compressed' flag of pstoreAruna Balakrishnaiah2013-08-191-0/+8
* | | pstore: Introduce new argument 'compressed' in the read callbackAruna Balakrishnaiah2013-08-191-1/+1
* | | pstore: Add new argument 'compressed' in pstore write callbackAruna Balakrishnaiah2013-08-191-2/+2
* | | powerpc/pseries: Remove (de)compression in nvram with pstore enabledAruna Balakrishnaiah2013-08-191-90/+12Star
| |/ |/|
* | powerpc/pseries: Add backward compatibilty to read old kernel oops-logAruna Balakrishnaiah2013-08-091-4/+14
* | powerpc/pseries: Fix buffer overflow when reading from pstoreAruna Balakrishnaiah2013-08-091-46/+24Star
|/