summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * powerpc: Fix branch patching code for ABIv2Anton Blanchard2014-04-234-33/+47
| * powerpc: Use ppc_function_entry instead of open coding itAnton Blanchard2014-04-231-10/+8
| * powerpc: Add ABIv2 support to ppc_function_entryAnton Blanchard2014-04-231-4/+36
| * powerpc: Ignore .TOC. relocationsAnton Blanchard2014-04-231-1/+1
| * powerpc: ABIv2 function calls must place target address in r12Anton Blanchard2014-04-233-13/+19
| * powerpc: Remove function descriptors and dot symbols on new ABIAnton Blanchard2014-04-233-0/+26
| * powerpc: Create DOTSYM to wrap dot symbol usageAnton Blanchard2014-04-234-23/+25
| * powerpc: Remove dot symbol usage in exception macrosAnton Blanchard2014-04-232-27/+27
| * powerpc: Remove _INIT_GLOBAL(), _STATIC() and _INIT_STATIC()Anton Blanchard2014-04-231-38/+0
| * powerpc: Remove some unnecessary uses of _GLOBAL() and _STATIC()Anton Blanchard2014-04-233-9/+9
| * powerpc: Don't use a function descriptor for system call tableAnton Blanchard2014-04-232-4/+8
| * powerpc: Remove superflous function descriptors in assembly only codeAnton Blanchard2014-04-234-20/+21
| * powerpc: No need to use dot symbols when branching to a functionAnton Blanchard2014-04-2326-271/+271
| * powerpc: Don't build assembly files with ABIv2Anton Blanchard2014-04-231-1/+2
* | powerpc/mm: use macro PGTABLE_EADDR_SIZE instead of digitalLiu Ping Fan2014-05-011-1/+1
* | ppc476: Enable a linker work around for IBM errata #46Alistair Popple2014-05-013-0/+34
* | powerpc: Added PCI MSI support using the HSTA moduleAlistair Popple2014-05-018-25/+287
* | IBM Akebono: Add the Akebono platformAlistair Popple2014-05-0111-26/+901
* | IBM Currituck: Clean up board specific code before adding Akebono codeAlistair Popple2014-05-012-5/+5
* | powerpc/le: Show the endianess of the LPAR under PowerVM.Tony Breeds2014-05-011-0/+4
* | powerpc: Use 64k io pages when we never see an HEAAlexander Graf2014-05-011-3/+22
* | powerpc: memcpy optimization for 64bit LEPhilippe Bergheaud2014-04-304-8/+16
* | Merge commit 'f3cae355a962784101478504ef7f6a389ad62979' into nextBenjamin Herrenschmidt2014-04-302-3/+2
|\ \
| * | cpufreq, powernv: Fix build failure on UPSrivatsa S. Bhat2014-04-211-0/+1
| * | cpufreq: unicore32: replace IS_ERR and PTR_ERR with PTR_ERR_OR_ZERODuan Jiong2014-04-211-3/+1
| |/
* | powerpc/tm: Add checking to treclaim/trechkptMichael Neuling2014-04-282-3/+36
* | powerpc/tm: Remove unnecessary r1 saveMichael Neuling2014-04-281-2/+0
* | powerpc: powernv: Implement ppc_md.get_proc_freq()Gautham R. Shenoy2014-04-281-0/+21
* | powerpc: powernv: Framework to show the correct clock in /proc/cpuinfoGautham R. Shenoy2014-04-282-4/+14
* | powerpc/powernv: Return secondary CPUs to firmware before FW updateVasant Hegde2014-04-283-7/+66
* | powerpc/pci: Use of_pci_range_parser helper in pci_process_bridge_OF_rangesAndrew Murray2014-04-281-59/+29
* | powerpc/legacy_serial: Support MVME5100 UARTS with shifted registersStephen Chivers2014-04-282-6/+16
* | powerpc/boot: Add support for 64bit little endian wrapperCédric Le Goater2014-04-287-5/+72
* | powerpc/boot: Add a global entry point for pseriesCédric Le Goater2014-04-283-1/+11
* | powerpc/boot: Modify entry point for 64bitCédric Le Goater2014-04-281-4/+104
* | powerpc/boot: Define a routine to enter promCédric Le Goater2014-04-282-0/+77
* | powerpc/boot: Add little endian support to elf utilsCédric Le Goater2014-04-281-0/+4
* | powerpc/boot: Add 64bit and little endian support to addnoteCédric Le Goater2014-04-281-43/+85
* | powerpc/boot: Define byteswapping routines for little endianCédric Le Goater2014-04-282-0/+36
* | powerpc/boot: Fix compile warning in 64bitCédric Le Goater2014-04-281-1/+1
* | powerpc/boot: Define typedef ihandle as u32Cédric Le Goater2014-04-282-6/+6
* | powerpc/boot: Rework of_claim() to make it 64bit friendlyCédric Le Goater2014-04-283-10/+12
* | powerpc/boot: Add PROM_ERROR define in oflibCédric Le Goater2014-04-282-3/+5
* | powerpc/boot: Add byteswapping routines in oflibCédric Le Goater2014-04-283-13/+18
* | powerpc/boot: Use prom_arg_t in oflibCédric Le Goater2014-04-281-4/+6
* | powerpc/boot: Use a common prom_args struct in oflibCédric Le Goater2014-04-282-14/+17
* | powerpc/boot: Fix do_div for 64bit wrapperCédric Le Goater2014-04-281-0/+14
* | powerpc/prom: Stop scanning dev-tree for fdump earlyGavin Shan2014-04-281-2/+3
* | powerpc/powernv: Don't use pe->pbus to get the domain numberGavin Shan2014-04-281-2/+2
* | powerpc/powernv: Missed IOMMU table typeGavin Shan2014-04-281-5/+4