summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/powernv: Move SG list structure to header fileVasant Hegde2013-12-052-25/+28
* powerpc/powernv: Infrastructure to read opal messages in generic format.Mahesh Salgaonkar2013-12-053-1/+115
* powerpc/powernv: Machine check exception handling.Mahesh Salgaonkar2013-12-053-1/+70
* powerpc/powernv: Remove machine check handling in OPAL.Mahesh Salgaonkar2013-12-051-6/+2
* powerpc/book3s: Queue up and process delayed MCE events.Mahesh Salgaonkar2013-12-055-98/+168
* powerpc/book3s: Decode and save machine check event.Mahesh Salgaonkar2013-12-056-39/+434
* powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power8.Mahesh Salgaonkar2013-12-053-0/+41
* powerpc/book3s: Flush SLB/TLBs if we get SLB/TLB machine check errors on power7.Mahesh Salgaonkar2013-12-055-0/+227
* powerpc/book3s: Add flush_tlb operation in cpu_spec.Mahesh Salgaonkar2013-12-054-25/+44
* powerpc/book3s: Introduce a early machine check hook in cpu_spec.Mahesh Salgaonkar2013-12-052-2/+12
* powerpc/book3s: Return from interrupt if coming from evil context.Mahesh Salgaonkar2013-12-052-0/+83
* powerpc/book3s: handle machine check in Linux host.Mahesh Salgaonkar2013-12-053-0/+127
* powerpc/book3s: Introduce exclusive emergency stack for machine check exception.Mahesh Salgaonkar2013-12-053-1/+22
* powerpc/book3s: Split the common exception prolog logic into two section.Mahesh Salgaonkar2013-12-051-7/+14
* powerpc/powernv: Replace CONFIG_POWERNV_MSI with just CONFIG_PPC_POWERNVMichael Ellerman2013-12-022-6/+1
* powerpc/pseries: CONFIG_PSERIES_MSI should depend on PPC_PSERIESMichael Ellerman2013-12-021-1/+1
* powerpc/kernel/sysfs: Cleanup set up macros for PMC/non-PMC SPRsMadhavan Srinivasan2013-12-021-34/+38
* powerpc: Make irq_stat.timers_irqs counting more specificfan.du2013-12-023-5/+13
* powerpc: purge all the prefetched instructions for the coherent icache flushKevin Hao2013-12-023-2/+22
* powerpc: kernel: remove useless code which related with 'max_cpus'Chen Gang2013-12-021-7/+2
* powerpc/boot: Ignore .dtb files.Ian Campbell2013-12-021-0/+1
* powerpc/dts/virtex440: Declare address/size-cells for phy deviceIan Campbell2013-12-021-0/+2
* powerpc/4xx: Fix warning in kilauea.dtbIan Campbell2013-12-021-1/+1
* powerpc: Use patch_exception to update the debug exception handlerKevin Hao2013-12-021-5/+1
* powerpc: Move the patch_exception to a common placeKevin Hao2013-12-023-19/+22
* powerpc/ps3: Remove inline marking of EXPORT_SYMBOL functionsDenis Efremov2013-12-021-1/+1
* arch/powerpc/kernel: Use %12.12s instead of %12s to avoid memory overflowChen Gang2013-11-251-1/+1
* powerpc/signals: Improved mark VSX not saved with small contexts fixMichael Neuling2013-11-252-9/+13
* powerpc/kdump: Adding symbols in vmcoreinfo to facilitate dump filteringHari Bathini2013-11-252-0/+13
* powerpc: allyesconfig should not select CONFIG_CPU_LITTLE_ENDIANAnton Blanchard2013-11-251-3/+17
* powerpc: Fix error when cross building TAGS & cscopeMichael Neuling2013-11-251-0/+2
* powerpc/booke: Only check for hugetlb in flush if vma != NULLScott Wood2013-11-222-3/+2
* powerpc/85xx: typo in dts: "interupt" (four devices)Adam Borowski2013-11-224-8/+8
* powerpc/8xx: mfspr SPRN_TBRx in lieu of mftb/mftbu is not supportedLEROY Christophe2013-11-225-0/+37
* powerpc/corenet64: compile with CONFIG_E{5,6}500_CPU wellTiejun Chen2013-11-221-0/+5
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-11-221-2/+2
|\
| * Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-211-2/+2
| |\
| | * x86/early quirk: use gen6 stolen detection for VLVJesse Barnes2013-11-141-2/+2
* | | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-11-228-14/+39
|\ \ \
| * | | ARM: 7894/1: kconfig: select GENERIC_CLOCKEVENTS if HAVE_ARM_ARCH_TIMERWill Deacon2013-11-211-0/+1
| * | | ARM: 7893/1: bitops: only emit .arch_extension mp if CONFIG_SMPWill Deacon2013-11-211-1/+1
| * | | ARM: 7892/1: Fix warning for V7M buildsOlof Johansson2013-11-191-1/+1
| * | | ARM: 7888/1: seccomp: not compatible with ARM OABIKees Cook2013-11-141-1/+6
| * | | ARM: 7886/1: make OABI default to offKees Cook2013-11-141-2/+1
| * | | ARM: 7885/1: Save/Restore 64-bit TTBR registers on LPAE suspend/resumeMahesh Sivasubramanian2013-11-141-5/+12
| * | | ARM: 7884/1: mm: Fix ECC mem policy printkMichal Simek2013-11-141-2/+2
| * | | ARM: 7883/1: fix mov to mvn conversion in case of 64 bit phys_addr_t and BEVictor Kamensky2013-11-141-1/+5
| * | | ARM: 7882/1: mm: fix __phys_to_virt to work with 64 bit phys_addr_t in BE caseVictor Kamensky2013-11-141-1/+8
| * | | ARM: 7881/1: __fixup_smp read of SCU config should do byteswap in BE caseVictor Kamensky2013-11-141-0/+1
| * | | ARM: Fix nommu.c build warningRussell King2013-11-141-0/+1