summaryrefslogtreecommitdiffstats
path: root/arch/mips
Commit message (Expand)AuthorAgeFilesLines
...
| * KVM: MIPS: Wire up vcpu uninitJames Hogan2017-02-033-1/+11
| * KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan2017-02-033-1/+50
| * KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan2017-02-031-7/+20
| * KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan2017-02-033-41/+52
| * KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan2017-02-037-48/+44
| * KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan2017-02-032-53/+54
| * KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan2017-02-033-10/+10
| * KVM: MIPS/MMU: Simplify ASID restorationJames Hogan2017-02-032-37/+12
| * KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan2017-02-031-16/+0
| * Merge MIPS prerequisitesJames Hogan2017-02-039-54/+116
| |\
| * | MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring2017-02-021-7/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-02-221-4/+0
|\ \ \
| * | | MIPS: Octeon: Remove unnecessary MODULE_*()Russell King2017-02-101-4/+0
| |/ /
* | | Merge tag 'mips_4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...Linus Torvalds2017-02-21248-1024/+4066
|\ \ \
| * | | MIPS: VDSO: Explicitly use -fno-asynchronous-unwind-tablesRobert Schiele2017-02-171-0/+1
| * | | MIPS: BCM47XX: Fix button inversion for Asus WL-500WMirko Parthey2017-02-171-2/+8
| * | | MIPS: DTS: Add img directory to MakefileIan Pozella2017-02-171-0/+1
| * | | MIPS: ip27: Disable qlge driver in defconfigArnd Bergmann2017-02-171-1/+0
| * | | MIPS: pic32mzda: Fix linker error for pic32_get_pbclk()Purna Chandra Mandal2017-02-171-3/+2
| * | | MIPS: Lantiq: Keep ethernet enabled during bootFelix Fietkau2017-02-171-4/+4
| * | | MIPS: OCTEON: Fix copy_from_user fault handling for large buffersJames Cowgill2017-02-171-8/+12
| * | | MIPS: Fix special case in 64 bit IP checksumming.Ralf Baechle2017-02-171-0/+2
| * | | MIPS: OCTEON: Enable DEVTMPFSJames Hogan2017-02-151-0/+1
| * | | MIPS: lantiq: Set physical_memsizeHauke Mehrtens2017-02-151-0/+6
| * | | MIPS: sysmips: Remove duplicated include from syscall.cWei Yongjun2017-02-141-1/+0
| * | | MIPS: Audit and remove any unnecessary uses of module.hPaul Gortmaker2017-02-1473-78/+69
| * | | MIPS: Unify perf counter register definitionsJames Hogan2017-02-143-59/+69
| * | | MIPS: Disable stack checks on MIPS kernelsJoshua Kinard2017-02-141-0/+15
| * | | MIPS: OCTEON: Platform support for OCTEON III USB controllerSteven J. Hill2017-02-144-2/+560
| * | | MIPS: Lantiq: Fix cascaded IRQ setupFelix Fietkau2017-02-131-21/+17
| * | | MIPS: sync-r4k: Fix KERN_CONT falloutMatt Redfearn2017-02-131-2/+2
| * | | MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatchMatt Redfearn2017-02-131-1/+1
| * | | MIPS: Fix distclean with Makefile.postlinkMatt Redfearn2017-02-131-1/+1
| * | | MIPS: Fix cacheinfo overflowJames Hogan2017-02-131-1/+3
| * | | MIPS: Fix protected_cache(e)_op() for microMIPSPaul Burton2017-02-131-2/+4
| * | | Merge tag 'mips_kvm_4.11_1' into mips-for-linux-nextJames Hogan2017-02-139-54/+116
| |\ \ \ | | | |/ | | |/|
| | * | MIPS: Add return errors to protected cache opsJames Hogan2017-02-031-20/+35
| | * | MIPS: Export some tlbex internals for KVM to useJames Hogan2017-02-032-17/+42
| | * | MIPS: uasm: Add include guards in asm/uasm.hJames Hogan2017-02-031-0/+5
| | * | MIPS: Export pgd/pmd symbols for KVMJames Hogan2017-02-033-1/+7
| | * | MIPS: Move pgd_alloc() out of headerJames Hogan2017-02-023-16/+27
| * | | MIPS: Lantiq: Lock DMA register accesses for SMPHauke Mehrtens2017-01-251-18/+20
| * | | mips: ath79: clock:- Unmap region obtained by of_iomapArvind Yadav2017-01-251-2/+5
| * | | MIPS: Generic: Fix big endian CPUs on generic machineMatt Redfearn2017-01-251-0/+1
| * | | MIPS: BCM47XX: Add Luxul devices to the databaseDan Haab2017-01-254-0/+171
| * | | MIPS: syscall: Return directly in mips_mmap()Markus Elfring2017-01-251-9/+2
| * | | MIPS: MT: Move an assignment for the variable "retval" in mipsmt_sys_sched_se...Markus Elfring2017-01-251-2/+3
| * | | MIPS: Return directly in 32_mmap2()Markus Elfring2017-01-251-8/+3
| * | | MIPS: Avoid old-style declarationArnd Bergmann2017-01-254-5/+5
| * | | MIPS: ip22: Fix ip28 build for modern gccArnd Bergmann2017-01-251-1/+1
OpenPOWER on IntegriCloud