summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2012-03-16powerpc: Remove some of the legacy iSeries specific device driversStephen Rothwell3-2589/+0
2012-03-13Merge branch 'eeh' into nextBenjamin Herrenschmidt19-869/+1479
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt19-342/+647
2012-03-09powerpc/eeh: pseries platform config space access in EEHGavin Shan3-17/+57
2012-03-09powerpc/eeh: Introduce struct eeh_stats for EEHGavin Shan1-27/+38
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH on pSeriesGavin Shan1-48/+48
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH aux componentsGavin Shan4-63/+63
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH coreGavin Shan2-133/+144
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH address cacheGavin Shan1-7/+20
2012-03-09powerpc/eeh: Replace pci_dn with eeh_dev for EEH sysfsGavin Shan1-13/+10
2012-03-09powerpc/eeh: Introduce EEH deviceGavin Shan10-10/+190
2012-03-09powerpc/eeh: Cleanup function names in EEH aux componentsGavin Shan3-7/+7
2012-03-09powerpc/pseries: Cleanup comments in EEH aux componentsGavin Shan5-97/+107
2012-03-09powerpc/eeh: pseries platform EEH configure bridgeGavin Shan4-46/+30
2012-03-09powerpc/eeh: pseries platform EEH error log retrievalGavin Shan5-67/+51
2012-03-09powerpc/eeh: pseries platform EEH reset PEGavin Shan3-58/+33
2012-03-09powerpc/eeh: pseries platform EEH wait PE stateGavin Shan4-47/+49
2012-03-09powerpc/eeh: pseries platform PE state retrievalGavin Shan4-82/+94
2012-03-09powerpc/eeh: pseries platform EEH PE address retrievalGavin Shan2-65/+48
2012-03-09powerpc/eeh: pseries platform EEH operationsGavin Shan5-27/+48
2012-03-09powerpc/eeh: pseries platform EEH initializationGavin Shan2-0/+67
2012-03-09powerpc/eeh: Platform dependent EEH operationsGavin Shan5-1/+270
2012-03-09powerpc/eeh: Cleanup function names in the EEH coreGavin Shan4-63/+59
2012-03-09powerpc/eeh: Cleanup comments in the EEH coreGavin Shan3-221/+276
2012-03-09powerpc: Replace mfmsr instructions with load from PACA kernel_msr fieldBenjamin Herrenschmidt4-15/+10
2012-03-09powerpc: Fix 64-bit BookE FP unavailable exceptionsBenjamin Herrenschmidt1-6/+7
2012-03-09powerpc: Fix register clobbering when accumulating stolen timeBenjamin Herrenschmidt1-0/+2
2012-03-09powerpc/xmon: Add display of soft & hard irq statesBenjamin Herrenschmidt1-3/+4
2012-03-09powerpc: Add support for page fault retry and fatal signalsBenjamin Herrenschmidt1-50/+120
2012-03-09powerpc: Disable interrupts in 64-bit kernel FP and vector faultsBenjamin Herrenschmidt3-7/+9
2012-03-09powerpc: Call do_page_fault() with interrupts offBenjamin Herrenschmidt9-54/+49
2012-03-09powerpc: Improve behaviour of irq tracing on 64-bit exception entryBenjamin Herrenschmidt1-3/+22
2012-03-09powerpc: Improve 64-bit syscall entry/exitBenjamin Herrenschmidt1-20/+23
2012-03-09powerpc: Rework runlatch codeBenjamin Herrenschmidt6-57/+89
2012-03-09powerpc: Use the same interrupt prolog for perfmon as other interruptsBenjamin Herrenschmidt2-17/+6
2012-03-09powerpc: Remove legacy iSeries bits from assembly filesBenjamin Herrenschmidt7-203/+15
2012-03-09powerpc: clean up vio.cStephen Rothwell5-682/+1
2012-03-09driver-core: remove legacy iSeries hackStephen Rothwell2-34/+0
2012-03-09tty: powerpc: remove SERIAL_ICOM dependency on PPC_ISERIESStephen Rothwell1-1/+1
2012-03-09tty: powerpc: remove hvc_iseriesStephen Rothwell3-610/+0
2012-03-09powerpc: remove the legacy iSeries part of ibmvscsiStephen Rothwell5-187/+3
2012-03-09net: powerpc: remove the legacy iSeries ethernet driverStephen Rothwell3-1715/+0
2012-03-09powerpc: Remove the main legacy iSerie platform codeStephen Rothwell37-8374/+0
2012-03-07powerpc/pmac: Use string library in nvram codeAkinobu Mita1-23/+19
2012-03-07powerpc: Make SPARSE_IRQ requiredGrant Likely2-4/+1
2012-03-07powerpc/prom: Remove limit on maximum size of propertiesNishanth Aravamudan1-15/+0
2012-03-07powerpc: Use set_current_blocked() and block_sigmask()Matt Fleming2-16/+8
2012-03-07powerpc: Use vsprintf extention %pf with builtin_return_addressJoe Perches1-1/+1
2012-03-07powerpc/icswx: Fix race condition with IPI setting ACOPJimi Xenidis2-2/+27
2012-03-07powerpc/atomic: Implement atomic*_inc_not_zeroAnton Blanchard1-1/+58