summaryrefslogtreecommitdiffstats
path: root/arch/powerpc
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | powerpc/eeh: EEH backend for P7IOCGavin Shan2013-06-203-0/+69
| * | | | | powerpc/eeh: Sync OPAL API with firmwareGavin Shan2013-06-203-22/+119
| * | | | | powerpc/eeh: EEH core to handle special eventGavin Shan2013-06-202-18/+112
| * | | | | powerpc/eeh: Export confirm_error_lockGavin Shan2013-06-202-6/+15
| * | | | | powerpc/eeh: Allow to purge EEH eventsGavin Shan2013-06-202-0/+38
| * | | | | powerpc/eeh: Trace time on first error for PEGavin Shan2013-06-203-0/+35
| * | | | | powerpc/eeh: Single kthread to handle eventsGavin Shan2013-06-203-47/+55
| * | | | | powerpc/eeh: Delay EEH probe during hotplugGavin Shan2013-06-201-1/+15
| * | | | | powerpc/eeh: Refactor eeh_reset_pe_once()Gavin Shan2013-06-201-1/+2
| * | | | | powerpc/eeh: EEH post initialization operationGavin Shan2013-06-202-0/+12
| * | | | | powerpc/eeh: Make eeh_init() publicGavin Shan2013-06-202-3/+27
| * | | | | powerpc/eeh: Trace PCI bus from PEGavin Shan2013-06-202-0/+18
| * | | | | powerpc/eeh: Make eeh_pe_get() publicGavin Shan2013-06-202-2/+3
| * | | | | powerpc/eeh: Make eeh_phb_pe_get() publicGavin Shan2013-06-202-1/+2
| * | | | | powerpc/eeh: Move common part to kernel directoryGavin Shan2013-06-2013-97/+120
| * | | | | powerpc/eeh: Cleanup for EEH coreGavin Shan2013-06-202-18/+18
| * | | | | powerpc/tm: Fix return of active 64bit signalsMichael Neuling2013-06-201-3/+5
| * | | | | powerpc/tm: Fix return of 32bit rt signals to active transactionsMichael Neuling2013-06-201-1/+1
| * | | | | powerpc/tm: Fix restoration of MSR on 32bit signal returnMichael Neuling2013-06-201-3/+6
| * | | | | powerpc/tm: Fix 32 bit non-rt signalsMichael Neuling2013-06-201-5/+25
| * | | | | powerpc/tm: Fix writing top half of MSR on 32 bit signalsMichael Neuling2013-06-201-8/+21
| * | | | | powerpc/8xx: Remove 8xx specific "minimal FPU emulation"Benjamin Herrenschmidt2013-06-202-32/+1
| * | | | | powerpc/math-emu: Allow math-emu to be used for HW FPUBenjamin Herrenschmidt2013-06-202-2/+16
| * | | | | powerpc/math-emu: Fix decoding of some instructionsBenjamin Herrenschmidt2013-06-204-5/+34
| * | | | | powerpc/pseries: Read common partition via pstoreAruna Balakrishnaiah2013-06-201-1/+16
| * | | | | powerpc/pseries: Read of-config partition via pstoreAruna Balakrishnaiah2013-06-201-9/+46
| * | | | | powerpc/pseries: Distinguish between a os-partition and non-os partitionAruna Balakrishnaiah2013-06-201-2/+5
| * | | | | powerpc/pseries: Read rtas partition via pstoreAruna Balakrishnaiah2013-06-201-7/+26
| * | | | | powerpc/pseries: Read/Write oops nvram partition via pstoreAruna Balakrishnaiah2013-06-201-15/+157
| * | | | | powerpc/pseries: Introduce generic read function to read nvram-partitionsAruna Balakrishnaiah2013-06-201-10/+22
| * | | | | powerpc/pseries: Add version and timestamp to oops headerAruna Balakrishnaiah2013-06-201-19/+38
| * | | | | powerpc/pseries: Remove syslog prefix in uncompressed oops textAruna Balakrishnaiah2013-06-201-1/+1
| * | | | | powerpc/eeh: Enhance converting EEH devGavin Shan2013-06-201-2/+2
| * | | | | powerpc/eeh: Fix fetching bus for single-dev-PEGavin Shan2013-06-201-1/+2
| * | | | | powerpc: Align thread->fpr to 16 bytesAnton Blanchard2013-06-201-1/+1
| * | | | | powerpc/pseries: Use 'true' instead of '1' for orderly_poweroffliguang2013-06-201-4/+4
| * | | | | powerpc/smp: Use '==' instead of '<' for system_stateliguang2013-06-203-3/+3
| * | | | | powerpc: Restore dbcr0 on user space exitBharat Bhushan2013-06-202-7/+29
| * | | | | powerpc: Debug control and status registers are 32bitBharat Bhushan2013-06-201-4/+4
| * | | | | powerpc/vfio: Enable on pSeries platformAlexey Kardashevskiy2013-06-201-0/+4
| * | | | | powerpc/vfio: Enable on PowerNV platformAlexey Kardashevskiy2013-06-205-1/+356
| * | | | | powerpc: Update currituck pci/usb fixup for new board revisionAlistair Popple2013-06-202-2/+42
| * | | | | powerpc: Fix single step emulation of 32bit overflowed branchesMichael Neuling2013-06-201-1/+1
| * | | | | powerpc: Update default configurationsAlistair Popple2013-06-206-0/+12
| * | | | | powerpc: Add a configuration option for early BootX/OpenFirmware debugAlistair Popple2013-06-202-1/+8
| * | | | | powerpc/prom: Scan reserved-ranges node for memory reservationsJeremy Kerr2013-06-201-0/+35
| * | | | | powerpc/mm: Make mmap_64.c compile on 32bit powerpcDaniel Walker2013-06-203-5/+2
| * | | | | powerpc: Remove the unneeded trigger of decrementer interrupt in decrementer_...Kevin Hao2013-06-201-2/+0
| * | | | | powerpc/mm/nohash: Ignore NULL stale_map entriesScott Wood2013-06-201-3/+6
| * | | | | powerpc: Move the single step enable code to a generic pathSuzuki K. Poulose2013-06-202-19/+26
OpenPOWER on IntegriCloud