summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.infradead.org/users/eparis/auditLinus Torvalds2014-04-122-5/+4
|\
| * audit: use uapi/linux/audit.h for AUDIT_ARCH declarationsEric Paris2014-03-201-1/+1
| * syscall_get_arch: remove useless function argumentsEric Paris2014-03-202-2/+2
* | Merge tag 'pm+acpi-3.15-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2014-04-111-10/+10
|\ \
| * \ Merge branch 'pm-cpufreq'Rafael J. Wysocki2014-04-081-10/+10
| |\ \
| | * | cpufreq: create another field .flags in cpufreq_frequency_tableViresh Kumar2014-04-071-10/+10
* | | | Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König2014-04-071-2/+2
|/ / /
* | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-4/+1
|\ \ \
| * | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-3/+0
* | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-022-228/+229
|\ \ \ \ | |_|/ / |/| | |
| * | | MIPS: KVM: Remove dead code in CP0 emulationJames Hogan2014-03-191-7/+0
| * | | MIPS: KVM: Consult HWREna before emulating RDHWRJames Hogan2014-03-192-14/+18
| * | | MIPS: KVM: Pass reserved instruction exceptions to guestJames Hogan2014-03-191-3/+4
| * | | MIPS: KVM: asm/kvm_host.h: Clean up whitespaceJames Hogan2014-03-191-206/+209
| |/ /
* | | Merge branch 'mips-for-linux-next' of git://git.linux-mips.org/pub/scm/ralf/u...Linus Torvalds2014-04-02178-2521/+8037
|\ \ \
| * \ \ Merge branch '3.14-fixes' into mips-for-linux-nextRalf Baechle2014-03-3122-79/+97
| |\ \ \
| | * | | MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume()Huacai Chen2014-03-311-0/+1
| | * | | MIPS: Alchemy: remove duplicate UART register offset definitionsManuel Lauss2014-03-311-12/+0
| | * | | MIPS: Fix build error due to multiple prom_putchar() definitions.Ralf Baechle2014-03-312-5/+10
| * | | | MIPS: CPC: Use __raw_ memory access functionsPaul Burton2014-03-311-2/+2
| * | | | MIPS: CM: use __raw_ memory access functionsPaul Burton2014-03-311-2/+2
| * | | | MIPS: Fix warning when including smp-ops.h with CONFIG_SMP=nPaul Burton2014-03-311-3/+3
| * | | | MIPS: Malta: GIC IPIs may be used without MTPaul Burton2014-03-311-8/+11
| * | | | MIPS: smp-mt: Use common GIC IPI implementationPaul Burton2014-03-312-22/+2
| * | | | MIPS: smp-cmp: Remove incorrect core number probePaul Burton2014-03-311-2/+1
| * | | | MIPS: Fix gigaton of warning building with microMIPS.Ralf Baechle2014-03-3118-84/+84
| * | | | MIPS: Fix core number detection for MT coresPaul Burton2014-03-311-1/+5
| * | | | MIPS: MT: core_nvpes function to retrieve VPE countPaul Burton2014-03-311-0/+11
| * | | | MIPS: Provide empty mips_mt_set_cpuoptions when CONFIG_MIPS_MT=nPaul Burton2014-03-311-0/+5
| * | | | MIPS: Lasat: Replace del_timer by del_timer_syncJulia Lawall2014-03-311-1/+1
| * | | | MIPS: Malta: Setup PM I/O region on bootPaul Burton2014-03-312-0/+18
| * | | | MIPS: Loongson: Add a Loongson-3 default config fileHuacai Chen2014-03-311-0/+362
| * | | | MIPS: Loongson 3: Add CPU hotplug supportHuacai Chen2014-03-316-5/+194
| * | | | MIPS: Loongson 3: Add Loongson-3 SMP supportHuacai Chen2014-03-318-5/+326
| * | | | MIPS: Loongson: Add Loongson-3 Kconfig optionsHuacai Chen2014-03-313-1/+75
| * | | | MIPS: Loongson: Add swiotlb to support All-Memory DMAHuacai Chen2014-03-314-1/+167
| * | | | MIPS: Loongson 3: Add serial port supportHuacai Chen2014-03-312-12/+23
| * | | | MIPS: Loongson 3: Add IRQ init and dispatch supportHuacai Chen2014-03-315-0/+157
| * | | | MIPS: Loongson 3: Add HT-linked PCI supportHuacai Chen2014-03-315-0/+180
| * | | | MIPS: Loongson: Add UEFI-like firmware interface (LEFI) supportHuacai Chen2014-03-317-20/+292
| * | | | MIPS: Loongson 3: Add Lemote-3A machtypes definitionHuacai Chen2014-03-313-9/+25
| * | | | MIPS: Loongson: Add basic Loongson-3 CPU supportHuacai Chen2014-03-315-5/+76
| * | | | MIPS: Loongson: Add basic Loongson-3 definitionHuacai Chen2014-03-314-2/+23
| * | | | MIPS: MT: proc: Add support for printing VPE and TC idsRalf Baechle2014-03-314-0/+89
| * | | | MIPS: BCM47XX: Add new file for device specific workaroundsRafał Miłecki2014-03-314-1/+36
| * | | | MIPS: Simplify ptrace_getfpregs FPU IR retrievalPaul Burton2014-03-311-24/+1
| * | | | MIPS: Simplify PTRACE_PEEKUSR for FPC_EIRPaul Burton2014-03-312-76/+6
| * | | | MIPS: Use current_cpu_type() instead of c->cputypeWu Zhangjin2014-03-313-5/+3
| * | | | MIPS: Octeon: Remove SYS_HAS_DMA_OPSRichard Weinberger2014-03-311-1/+0
OpenPOWER on IntegriCloud