summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2016-10-06MIPS: Malta: Use syscon-reboot driver to rebootPaul Burton11-13/+32
2016-10-06MIPS: Malta: Probe pflash via DTPaul Burton6-48/+35
2016-10-06MIPS: Malta: Probe RTC via DTPaul Burton2-21/+15
2016-10-06MIPS: Malta: Remove custom DT match tablePaul Burton1-15/+0
2016-10-06MIPS: Malta: Probe interrupt controllers via DTPaul Burton4-91/+124
2016-10-06MIPS: Malta: Use all available DDR by defaultPaul Burton1-6/+104
2016-10-06MIPS: Malta: Allow PCI devices DMA to lower 2GB physicalPaul Burton1-10/+7
2016-10-06irqchip: i8259: Remove unused i8259A_irq_pendingPaul Burton1-1/+0
2016-10-06irqchip: i8259: Allow platforms to override poll functionPaul Burton1-0/+11
2016-10-06MIPS: SEAD3: Remove custom read_persistent_clockPaul Burton1-6/+0
2016-10-06MIPS: SEAD3: Use img-ascii-lcd driverPaul Burton4-81/+6
2016-10-06MIPS: SEAD3: Drop use of cobalt fbdev driverPaul Burton2-45/+1
2016-10-05MIPS: SEAD3: Parse memsize in DT shimPaul Burton2-66/+71
2016-10-05MIPS: SEAD3: Use generic restart-poweroff driverPaul Burton4-32/+5
2016-10-05MIPS: SEAD3: Reset via generic syscon-reboot driver & DTPaul Burton3-10/+14
2016-10-05MIPS: SEAD3: Use register-bit-led driver via DT for LEDsPaul Burton4-92/+105
2016-10-05MIPS: SEAD3: Probe parallel flash via DTPaul Burton2-37/+24
2016-10-05MIPS: SEAD3: Probe EHCI controller using DTPaul Burton4-81/+23
2016-10-05MIPS: SEAD3: Probe ethernet controller using DTPaul Burton4-36/+26
2016-10-05MIPS: SEAD3: Use generic ns16550a earlycon supportPaul Burton5-55/+2
2016-10-05MIPS: SEAD3: Probe UARTs using DTPaul Burton6-81/+143
2016-10-05MIPS: SEAD3: Probe interrupt controllers using DTPaul Burton8-44/+197
2016-10-05MIPS: SEAD3: Split obj-y entries across linesPaul Burton1-3/+8
2016-10-05MIPS: pm-cps: Generate idle state entry code when CPUs are onlinedPaul Burton1-26/+19
2016-10-05MIPS: kvm: Audit and remove any unnecessary uses of module.hPaul Gortmaker5-5/+0
2016-10-05MIPS: pci: Audit and remove any unnecessary uses of module.hPaul Gortmaker7-11/+3
2016-10-05MIPS: lib: Audit and remove any unnecessary uses of module.hPaul Gortmaker10-10/+12
2016-10-05MIPS: mm: Audit and remove any unnecessary uses of module.hPaul Gortmaker10-10/+9
2016-10-05MIPS: kernel: Audit and remove any unnecessary uses of module.hPaul Gortmaker6-18/+4
2016-10-05MIPS: smp.c: Introduce mechanism for freeing and allocating IPIsMatt Redfearn2-8/+67
2016-10-05MIPS: tlb-r4k: If there are wired entries, don't use TLBINVFMatt Redfearn1-2/+5
2016-10-05MIPS: c-r4k: Fix flush_icache_range() for EVAJames Hogan1-8/+35
2016-10-05MIPS: KVM: Use __local_flush_icache_user_range()James Hogan1-2/+2
2016-10-04MIPS: uprobes: Flush icache via kernel addressJames Hogan1-11/+6
2016-10-04MIPS: cacheflush: Use __flush_icache_user_range()James Hogan1-1/+1
2016-10-04MIPS: c-r4k: Split user/kernel flush_icache_range()James Hogan6-0/+18
2016-10-04MIPS: c-r4k: Drop bc_wback_inv() from icache flushJames Hogan1-11/+0
2016-10-04MIPS: traps: Ensure full EBase is writtenMatt Redfearn1-1/+18
2016-10-04MIPS: traps: Convert ebase to KSEG0James Hogan1-0/+17
2016-10-04MIPS: traps: 64bit kernels should read CP0_EBase 64bitJames Hogan1-2/+11
2016-10-04MIPS: SMP: Wrap call to mips_cpc_lock_other in mips_cm_lock_otherMatt Redfearn1-0/+2
2016-10-04MIPS: pm-cps: Support CM3 changes to Coherence Enable RegisterMatt Redfearn2-13/+19
2016-10-04MIPS: pm-cps: Add MIPSr6 CPU supportMatt Redfearn2-6/+22
2016-10-04MIPS: pm-cps: Remove selection of sync typesMatt Redfearn1-19/+0
2016-10-04MIPS: pm-cps: Use MIPS standard completion barrierMatt Redfearn1-5/+5
2016-10-04MIPS: pm-cps: Use MIPS standard lightweight ordering barrierMatt Redfearn1-7/+5
2016-10-04MIPS: Barrier: Add definitions of SYNC stype valuesMatt Redfearn1-0/+96
2016-10-04MIPS: pm-cps: Update comments on barrier instructionsMatt Redfearn1-8/+8
2016-10-04MIPS: pm-cps: Change FSB workaround to CPU blacklistMatt Redfearn1-7/+2
2016-10-04MIPS: CPC: Avoid lock when MIPS CM >= 3 is presentMatt Redfearn1-1/+12