summaryrefslogtreecommitdiffstats
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2017-02-03KVM: MIPS/T&E: active_mm = init_mm in guest contextJames Hogan3-1/+50
2017-02-03KVM: MIPS/T&E: Restore host asid on return to hostJames Hogan1-7/+20
2017-02-03KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacksJames Hogan3-41/+52
2017-02-03KVM: MIPS: Remove duplicated ASIDs from vcpuJames Hogan7-48/+44
2017-02-03KVM: MIPS/MMU: Move preempt/ASID handling to implementationJames Hogan2-53/+54
2017-02-03KVM: MIPS: Convert get/set_regs -> vcpu_load/putJames Hogan3-10/+10
2017-02-03KVM: MIPS/MMU: Simplify ASID restorationJames Hogan2-37/+12
2017-02-03KVM: MIPS: Drop partial KVM_NMI implementationJames Hogan1-16/+0
2017-02-03Merge MIPS prerequisitesJames Hogan9-54/+116
2017-02-03MIPS: Add return errors to protected cache opsJames Hogan1-20/+35
2017-02-03MIPS: Export some tlbex internals for KVM to useJames Hogan2-17/+42
2017-02-03MIPS: uasm: Add include guards in asm/uasm.hJames Hogan1-0/+5
2017-02-03MIPS: Export pgd/pmd symbols for KVMJames Hogan3-1/+7
2017-02-02MIPS: Move pgd_alloc() out of headerJames Hogan3-16/+27
2017-02-02MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...Markus Elfring1-7/+2
2017-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+6
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyJames Hogan1-2/+2
2017-01-05KVM: MIPS: Don't clobber CP0_Status.UXJames Hogan1-1/+4
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-20/+20
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner14-20/+20
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds33-33/+33
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds6-86/+15
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+6
2016-12-14arch/mips: add option to skip DMA sync as a part of map and unmapAlexander Duyck2-4/+6
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-2/+2
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2016-12-14treewide: Fix printk() message errorsMasanari Iida1-1/+1
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-2/+0
2016-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+2
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar5-9/+29
2016-12-11MIPS: Lantiq: Fix mask of GPE frequencyHauke Mehrtens1-1/+1
2016-12-11MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeLuuk Paulussen1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-9/+29
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGFrancis Yan1-0/+2
2016-11-25MIPS: mm: Fix output of __do_page_faultMatt Redfearn1-4/+5
2016-11-24MIPS: Mask out limit field when calculating wired entry countPaul Burton4-5/+24
2016-11-22ptrace: Don't allow accessing an undumpable mmEric W. Biederman1-2/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionChristian Borntraeger1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Christian Borntraeger1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Christian Borntraeger1-0/+1
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar19-256/+314
2016-11-05MIPS: jz4740: Remove obsolete codePaul Cercueil3-85/+0
2016-11-05MIPS: qi_lb60: Probe RTC driver from DT and use it as power controllerPaul Cercueil2-1/+4
2016-11-05MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetreePaul Cercueil1-0/+11
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-21/+27
2016-11-04MIPS: Fix max_low_pfn with disabled highmemJames Hogan1-0/+13
2016-11-04MIPS: Correct MIPS I FP sigcontext layoutMaciej W. Rozycki1-64/+39
2016-11-04MIPS: Fix ISA I/II FP signal context offsetsMaciej W. Rozycki2-117/+131