aboutsummaryrefslogtreecommitdiff
path: root/arch/mips
AgeCommit message (Expand)AuthorFilesLines
2017-02-01sched/cputime: Remove generic asm headersGravatar Frederic Weisbecker 1-1/+0
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsGravatar Frederic Weisbecker 2-20/+4
2017-01-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 2-3/+6
2017-01-05KVM: MIPS: Flush KVM entry code from icache globallyGravatar James Hogan 1-2/+2
2017-01-05KVM: MIPS: Don't clobber CP0_Status.UXGravatar James Hogan 1-1/+4
2016-12-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 14-20/+20
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 14-20/+20
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 33-33/+33
2016-12-18Merge tag 'rtc-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Gravatar Linus Torvalds 6-86/+15
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 2-4/+6
2016-12-14arch/mips: add option to skip DMA sync as a part of map and unmapGravatar Alexander Duyck 2-4/+6
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-2/+2
2016-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-12-14treewide: Fix printk() message errorsGravatar Masanari Iida 1-1/+1
2016-12-12Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 2-2/+0
2016-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-0/+2
2016-12-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 5-9/+29
2016-12-11MIPS: Lantiq: Fix mask of GPE frequencyGravatar Hauke Mehrtens 1-1/+1
2016-12-11MIPS: Return -ENODEV from weak implementation of rtc_mips_set_timeGravatar Luuk Paulussen 1-1/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-9/+29
2016-11-30tcp: SOF_TIMESTAMPING_OPT_STATS option for SO_TIMESTAMPINGGravatar Francis Yan 1-0/+2
2016-11-25MIPS: mm: Fix output of __do_page_faultGravatar Matt Redfearn 1-4/+5
2016-11-24MIPS: Mask out limit field when calculating wired entry countGravatar Paul Burton 4-5/+24
2016-11-22ptrace: Don't allow accessing an undumpable mmGravatar Eric W. Biederman 1-2/+2
2016-11-17locking/core: Provide common cpu_relax_yield() definitionGravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core, arch: Remove cpu_relax_lowlatency()Gravatar Christian Borntraeger 1-1/+0
2016-11-16locking/core: Introduce cpu_relax_yield()Gravatar Christian Borntraeger 1-0/+1
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesGravatar Ingo Molnar 19-256/+314
2016-11-05MIPS: jz4740: Remove obsolete codeGravatar Paul Cercueil 3-85/+0
2016-11-05MIPS: qi_lb60: Probe RTC driver from DT and use it as power controllerGravatar Paul Cercueil 2-1/+4
2016-11-05MIPS: jz4740: DTS: Probe the jz4740-rtc driver from devicetreeGravatar Paul Cercueil 1-0/+11
2016-11-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 4-21/+27
2016-11-04MIPS: Fix max_low_pfn with disabled highmemGravatar James Hogan 1-0/+13
2016-11-04MIPS: Correct MIPS I FP sigcontext layoutGravatar Maciej W. Rozycki 1-64/+39
2016-11-04MIPS: Fix ISA I/II FP signal context offsetsGravatar Maciej W. Rozycki 2-117/+131
2016-11-04MIPS: Remove FIR from ISA I FP signal contextGravatar Maciej W. Rozycki 1-5/+1
2016-11-04MIPS: Fix ISA I FP sigcontext access violation handlingGravatar Maciej W. Rozycki 1-1/+1
2016-11-04MIPS: Fix FCSR Cause bit handling for correct SIGFPE issueGravatar Maciej W. Rozycki 5-42/+78
2016-11-04MIPS: ptrace: Also initialize the FP context on individual FCSR writesGravatar Maciej W. Rozycki 1-0/+1
2016-11-04MIPS: dump_tlb: Fix printk continuationsGravatar James Hogan 2-31/+31
2016-11-04MIPS: Fix __show_regs() outputGravatar Paul Burton 1-21/+21
2016-11-04MIPS: traps: Fix output of show_codeGravatar Matt Redfearn 1-3/+4
2016-11-04MIPS: traps: Fix output of show_stacktraceGravatar Matt Redfearn 1-6/+8
2016-11-04MIPS: traps: Fix output of show_backtraceGravatar Matt Redfearn 1-1/+1
2016-11-04MIPS: Fix build of compressed imageGravatar Matt Redfearn 1-1/+1
2016-11-04MIPS: generic: Fix KASLR for generic kernel.Gravatar Matt Redfearn 1-6/+10
2016-11-04MIPS: KASLR: Fix handling of NULL FDTGravatar Matt Redfearn 1-1/+1
2016-11-04MIPS: Malta: Fixup rebootGravatar Paul Burton 1-1/+2