summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2012-03-09powerpc: Rework lazy-interrupt handlingBenjamin Herrenschmidt19-342/+647
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-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
2012-02-27arch/powerpc/platforms/powernv/setup.c: included asm/xics.h twiceDanny Kukawka1-1/+0
2012-02-27arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twiceDanny Kukawka1-1/+0
2012-02-27powerpc: remove CONFIG_PPC_ISERIES from the architecture Kconfig filesStephen Rothwell6-285/+3
2012-02-27powerpc/mpic: Fix allocation of reverse-map for multi-ISU mpicsBenjamin Herrenschmidt1-2/+6
2012-02-27Merge remote-tracking branch 'origin/master' into nextBenjamin Herrenschmidt45-157/+299
2012-02-24Merge tag 'for-linus' of git://linux-c6x.org/git/projects/linux-c6x-upstreamingLinus Torvalds1-1/+1
2012-02-24Merge tag 'rmobile-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds10-105/+200
2012-02-24Merge tag 'sh-for-linus' of git://github.com/pmundt/linux-shLinus Torvalds13-20/+47
2012-02-24arch/arm/mach-shmobile/board-ag5evm.c: included linux/dma-mapping.h twiceDanny Kukawka1-1/+0
2012-02-24ARM: mach-shmobile: r8a7779 PFC IPSR4 fixMagnus Damm1-1/+1
2012-02-24ARM: mach-shmobile: sh73a0 PSTR 32-bit access fixMagnus Damm1-1/+1
2012-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into rmobi...Paul Mundt380-3389/+3014
2012-02-24sh: Fix sh2a build error for CONFIG_CACHE_WRITETHROUGHPhil Edworthy1-0/+2
2012-02-24sh: modify a resource of sh_eth_giga1_resources in board-sh7757lcrShimoda, Yoshihiro1-0/+5
2012-02-24arch/sh: remove references to cpu_*_map.Rusty Russell2-2/+2
2012-02-24sh: Fix typo in pci-sh7780.cMasanari Iida1-1/+1
2012-02-23Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds6-9/+17
2012-02-23powerpc/perf: Move perf core & PMU code into a subdirectoryMichael Ellerman14-12/+18
2012-02-23fadump: Remove the phyp assisted dump code.Mahesh Salgaonkar5-658/+0
2012-02-23fadump: Invalidate the fadump registration during machine shutdown.Mahesh Salgaonkar1-0/+8
2012-02-23fadump: Invalidate registration and release reserved memory for general use.Mahesh Salgaonkar2-4/+157
2012-02-23fadump: Add PT_NOTE program header for vmcoreinfoMahesh Salgaonkar1-0/+29
2012-02-23fadump: Convert firmware-assisted cpu state dump data into elf notes.Mahesh Salgaonkar4-2/+365
2012-02-23fadump: Initialize elfcore header and add PT_LOAD program headers.Mahesh Salgaonkar2-1/+275
2012-02-23fadump: Register for firmware assisted dump.Mahesh Salgaonkar4-4/+427
2012-02-23fadump: Reserve the memory for firmware assisted dump.Mahesh Salgaonkar5-1/+345
2012-02-23powerpc/mpic: Remove duplicate MPIC_WANTS_RESET flagKyle Moffett32-59/+35
2012-02-23powerpc/mpic: Add "last-interrupt-source" property to override hardwareKyle Moffett2-20/+27