summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
* MIPS: mcount: Adjust stack pointer for static trace in MIPS32Markos Chandras2014-10-051-0/+12
* MIPS: ZBOOT: add missing <linux/string.h> includeAurelien Jarno2014-10-051-0/+1
* MIPS: Fix accessing to per-cpu data when flushing the cacheRalf Baechle2014-09-171-0/+5
* MIPS: OCTEON: make get_system_type() thread-safeAaro Koskinen2014-09-171-5/+13
* MIPS: asm: thread_info: Add _TIF_SECCOMP flagMarkos Chandras2014-09-171-1/+1
* MIPS: Cleanup flags in syscall flags handlers.Ralf Baechle2014-09-175-4/+6
* MIPS: asm/reg.h: Make 32- and 64-bit definitions available at the same timeAlex Smith2014-09-172-110/+182
* MIPS: Remove BUG_ON(!is_fpu_owner()) in do_ade()Huacai Chen2014-09-171-1/+0
* MIPS: tlbex: Fix a missing statement for HUGETLBHuacai Chen2014-09-171-0/+1
* MIPS: Prevent user from setting FCSR cause bitsPaul Burton2014-09-171-1/+2
* MIPS: GIC: Prevent array overrunJeffrey Deans2014-09-171-2/+4
* MIPS: KVM: Fix memory leak on VCPUDeng-Cheng Zhu2014-07-061-0/+1
* MIPS: KVM: Remove redundant NULL checks before kfree()James Hogan2014-07-061-9/+3
* MIPS: MSC: Prevent out-of-bounds writes to MIPS SC ioremap'd regionMarkos Chandras2014-07-061-1/+1
* MIPS: KVM: Allocate at least 16KB for exception handlersJames Hogan2014-06-261-1/+1
* genirq: Allow forcing cpu affinity of interruptsThomas Gleixner2014-06-071-1/+1
* mips: dts: Fix missing device_type="memory" property in memory nodesLeif Lindholm2014-06-075-0/+5
* MIPS: Hibernate: Flush TLB entries in swsusp_arch_resume()Huacai Chen2014-05-131-0/+1
* MIPS: KVM: Pass reserved instruction exceptions to guestJames Hogan2014-05-131-3/+4
* MIPS: include linux/types.hQais Yousef2014-03-231-0/+1
* MIPS: DMA: For BMIPS5000 cores flush region just like non-coherent R10000Jim Quinlan2013-12-201-6/+10
* compiler/gcc4: Add quirk for 'asm goto' miscompilation bugIngo Molnar2013-10-181-1/+1
* MIPS: ath79: Fix ar933x watchdog clockFelix Fietkau2013-09-261-1/+1
* MIPS: Expose missing pci_io{map,unmap} declarationsMarkos Chandras2013-08-142-1/+6
* MIPS: Oceton: Fix build error.Ralf Baechle2013-07-281-1/+2
* MIPS: Octeon: Don't clobber bootloader data structures.David Daney2013-07-251-1/+1
* Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-06-123-7/+12
|\
| * MIPS: ftrace: Add missing CONFIG_DYNAMIC_FTRACEMarkos Chandras2013-06-101-0/+4
| * MIPS: include: mmu_context.h: Replace VIRTUALIZATION with KVMMarkos Chandras2013-06-101-1/+1
| * MIPS: Alchemy: fix wait functionManuel Lauss2013-06-101-6/+7
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-06-112-71/+93
|\ \ | |/ |/|
| * mips/kvm: Use KVM_REG_MIPS and proper size indicators for *_ONE_REGDavid Daney2013-06-112-71/+93
* | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2013-06-089-39/+82
|\ \ | |/ |/|
| * MIPS: ralink: add missing SZ_1M multiplierJohn Crispin2013-06-061-1/+1
| * MIPS: Compat: Fix cputime_to_timeval() arguments in compat binfmt_elf.Ralf Baechle2013-06-062-0/+22
| * MIPS: OCTEON: Improve _machine_halt implementation.David Daney2013-06-061-6/+9
| * MIPS: rtlx: Fix implicit declaration of function set_vi_handler()Yoichi Yuasa2013-06-061-0/+1
| * MIPS: Trap exception handling fixesMaciej W. Rozycki2013-05-231-13/+15
| * MIPS: Quit exposing Kconfig symbols in uapi headers.David Daney2013-05-232-15/+34
| * MIPS: Remove duplicate definition of check_for_high_segbits.David Daney2013-05-231-4/+0
* | mips/kvm: Use ENOIOCTLCMD to indicate unimplemented ioctls.David Daney2013-06-031-9/+9
* | mips/kvm: Fix ABI by moving manipulation of CP0 registers to KVM_{G,S}ET_ONE_REGDavid Daney2013-06-034-75/+322
* | mips/kvm: Use ARRAY_SIZE() instead of hardcoded constants in kvm_arch_vcpu_io...David Daney2013-06-031-3/+3
* | mips/kvm: Fix name of gpr field in struct kvm_regs.David Daney2013-06-032-3/+4
* | mips/kvm: Fix ABI for use of 64-bit registers.David Daney2013-06-031-5/+11
* | mips/kvm: Fix ABI for use of FPU.David Daney2013-06-031-8/+21
* | Merge tag 'usb-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-05-233-3/+0
|\ \
| * | USB: remove remaining instances of USB_SUSPENDAlan Stern2013-05-153-3/+0
* | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-232-9/+26
|\ \ \ | |_|/ |/| |
| * | KVM/MIPS32: Wrap calls to gfn_to_pfn() with srcu_read_lock/unlock()Sanjay Lal2013-05-221-9/+26