| Commit message (Expand) | Author | Age | Files | Lines |
* | powerpc/prom: Switch to using structs for ibm_architecture_vec | Michael Ellerman | 2016-11-30 | 1 | -120/+154 |
* | powerpc/prom: Define structs for client architecture vectors | Michael Ellerman | 2016-11-30 | 1 | -0/+53 |
* | powerpc: Fix old style declaration GCC warnings | Tobias Klauser | 2016-11-18 | 1 | -2/+2 |
* | powerpc/pasemi: Fix device_type of Nemo SB600 node. | Darren Stevens | 2016-09-13 | 1 | -0/+16 |
* | powerpc/pasemi: Fix Nemo SB600 i8259 interrupts. | Darren Stevens | 2016-09-13 | 1 | -0/+65 |
* | powerpc/sparse: Add more assembler prototypes | Daniel Axtens | 2016-09-13 | 1 | -0/+1 |
* | powerpc/prom: Fix sub-processor option passed to ibm, client-architecture-sup... | Michael Ellerman | 2016-08-22 | 1 | -3/+6 |
* | powerpc: Print the kernel load address at the end of prom_init() | Benjamin Herrenschmidt | 2016-08-10 | 1 | -1/+1 |
* | powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added | Michael Ellerman | 2016-06-08 | 1 | -1/+1 |
* | powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call | Thomas Huth | 2016-06-01 | 1 | -0/+1 |
* | powerpc: Add missing calls to va_end() | Daniel Axtens | 2015-12-17 | 1 | -0/+1 |
* | vTPM: get the buffer allocated for event log instead of the actual log | Hon Ching \(Vicky\) Lo | 2015-10-19 | 1 | -6/+15 |
* | vTPM: reformat event log to be byte-aligned | Hon Ching \(Vicky\) Lo | 2015-10-19 | 1 | -1/+12 |
* | vTPM: fix searching for the right vTPM node in device tree | Hon Ching \(Vicky\) Lo | 2015-10-19 | 1 | -4/+4 |
* | powerpc: Add macros for the ibm_architecture_vec[] lengths | Michael Ellerman | 2015-07-13 | 1 | -8/+17 |
* | PCI: Remove unnecessary #includes of <asm/pci.h> | Bjorn Helgaas | 2015-06-08 | 1 | -1/+0 |
* | powerpc: Reword the "returning from prom_init" message | Michael Ellerman | 2015-04-10 | 1 | -2/+2 |
* | powerpc/powernv: Remove OPAL v1 takeover | Michael Ellerman | 2014-06-25 | 1 | -211/+0 |
* | powerpc: Check return value of instance-to-package OF call | Benjamin Herrenschmidt | 2014-01-13 | 1 | -9/+13 |
* | powerpc: prom_init exception when updating core value | Laurent Dufour | 2013-10-11 | 1 | -6/+22 |
* | powerpc/pseries: Do not start secondaries in Open Firmware | Benjamin Herrenschmidt | 2013-09-25 | 1 | -0/+21 |
* | powerpc: Fix section mismatch warning for prom_rtas_call | Vladimir Murzin | 2013-09-11 | 1 | -1/+2 |
* | powerpc: Make prom_init.c endian safe | Benjamin Herrenschmidt | 2013-08-14 | 1 | -106/+147 |
* | powerpc/pmac: Early debug output on screen on 64-bit macs | Benjamin Herrenschmidt | 2013-08-14 | 1 | -0/+16 |
* | powerpc: Add second POWER8 PVR entry | Michael Neuling | 2013-07-24 | 1 | -2/+3 |
* | powerpc/pseries: Enable PRRN handling | Nathan Fontenot | 2013-04-26 | 1 | -1/+1 |
* | powerpc/pseries: Update firmware_has_feature() to check architecture vector 5... | Nathan Fontenot | 2013-04-26 | 1 | -6/+17 |
* | powerpc/pseries: Move architecture vector definitions to prom.h | Nathan Fontenot | 2013-04-26 | 1 | -69/+6 |
* | powerpc: Fix -mcmodel=medium breakage in prom_init.c | Anton Blanchard | 2013-03-13 | 1 | -7/+7 |
* | powerpc: Remove RELOC() macro | Anton Blanchard | 2013-01-10 | 1 | -291/+267 |
* | powerpc: Relocate prom_init.c on 64bit | Anton Blanchard | 2013-01-10 | 1 | -13/+57 |
* | powerpc/pseries: Update ibm,architecture.vec for PAPR 2.7/POWER8 | Michael Neuling | 2012-11-15 | 1 | -3/+8 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2012-10-06 | 1 | -1/+1 |
|\ |
|
| * | powerpc: Rename 64-bit PVR constants to PVR_foo | Michael Ellerman | 2012-09-05 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2012-10-04 | 1 | -2/+2 |
|\ \ |
|
| * | | powerpc/crypto: add compression support to arch vec | Seth Jennings | 2012-08-01 | 1 | -2/+2 |
| |/ |
|
* | | PPC64: Add support for instantiating SML from Open Firmware | Ashley Lai | 2012-08-22 | 1 | -0/+62 |
|/ |
|
* | powerpc: Fix Section mismatch warnings in prom_init.c | Li Zhong | 2012-06-29 | 1 | -2/+2 |
* | powerpc/crypto: Enable the PFO-based encryption device | Kent Yoder | 2012-05-16 | 1 | -1/+2 |
* | powerpc/pseries: Enable the PFO-based RNG accelerator | Kent Yoder | 2012-05-14 | 1 | -1/+7 |
* | powerpc/pseries: Support lower minimum entitlement for virtual processors | Robert Jennings | 2012-05-14 | 1 | -2/+6 |
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 2012-03-28 | 1 | -1/+0 |
|\ |
|
| * | Disintegrate asm/system.h for PowerPC | David Howells | 2012-03-28 | 1 | -1/+0 |
* | | powerpc: Random little legacy iSeries removal tidy ups | Stephen Rothwell | 2012-03-28 | 1 | -1/+1 |
|/ |
|
* | powerpc/prom: Remove limit on maximum size of properties | Nishanth Aravamudan | 2012-03-07 | 1 | -15/+0 |
* | powerpc: Rename mapping based RELOCATABLE to DYNAMIC_MEMSTART for BookE | Suzuki Poulose | 2011-12-20 | 1 | -1/+1 |
* | powerpc: Fix old bug in prom_init setting of the color | Benjamin Herrenschmidt | 2011-12-19 | 1 | -1/+1 |
* | powerpc: Only use initrd_end as the limit for alloc_bottom if it's inside the... | Paul Mackerras | 2011-12-19 | 1 | -8/+9 |
* | powerpc/pseries: Increase minimum RMO size from 64MB to 256MB | Anton Blanchard | 2011-12-08 | 1 | -1/+1 |
* | powerpc/powernv: Workaround OFW issues in prom_init.c | Benjamin Herrenschmidt | 2011-12-07 | 1 | -4/+10 |