index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2017-02-03
KVM: MIPS/T&E: Restore host asid on return to host
James Hogan
1
-7
/
+20
2017-02-03
KVM: MIPS: Add vcpu_run() & vcpu_reenter() callbacks
James Hogan
3
-41
/
+52
2017-02-03
KVM: MIPS: Remove duplicated ASIDs from vcpu
James Hogan
7
-48
/
+44
2017-02-03
KVM: MIPS/MMU: Move preempt/ASID handling to implementation
James Hogan
2
-53
/
+54
2017-02-03
KVM: MIPS: Convert get/set_regs -> vcpu_load/put
James Hogan
3
-10
/
+10
2017-02-03
KVM: MIPS/MMU: Simplify ASID restoration
James Hogan
2
-37
/
+12
2017-02-03
KVM: MIPS: Drop partial KVM_NMI implementation
James Hogan
1
-16
/
+0
2017-02-03
Merge MIPS prerequisites
James Hogan
9
-54
/
+116
2017-02-03
MIPS: Add return errors to protected cache ops
James Hogan
1
-20
/
+35
2017-02-03
MIPS: Export some tlbex internals for KVM to use
James Hogan
2
-17
/
+42
2017-02-03
MIPS: uasm: Add include guards in asm/uasm.h
James Hogan
1
-0
/
+5
2017-02-03
MIPS: Export pgd/pmd symbols for KVM
James Hogan
3
-1
/
+7
2017-02-02
MIPS: Move pgd_alloc() out of header
James Hogan
3
-16
/
+27
2017-02-02
MIPS: KVM: Return directly after a failed copy_from_user() in kvm_arch_vcpu_i...
Markus Elfring
1
-7
/
+2
2017-02-01
sched/cputime: Remove generic asm headers
Frederic Weisbecker
1
-1
/
+0
2017-02-01
fs/binfmt: Convert obsolete cputime type to nsecs
Frederic Weisbecker
2
-20
/
+4
2017-01-25
MIPS: Lantiq: Lock DMA register accesses for SMP
Hauke Mehrtens
1
-18
/
+20
2017-01-25
mips: ath79: clock:- Unmap region obtained by of_iomap
Arvind Yadav
1
-2
/
+5
2017-01-25
MIPS: Generic: Fix big endian CPUs on generic machine
Matt Redfearn
1
-0
/
+1
2017-01-25
MIPS: BCM47XX: Add Luxul devices to the database
Dan Haab
4
-0
/
+171
2017-01-25
MIPS: syscall: Return directly in mips_mmap()
Markus Elfring
1
-9
/
+2
2017-01-25
MIPS: MT: Move an assignment for the variable "retval" in mipsmt_sys_sched_se...
Markus Elfring
1
-2
/
+3
2017-01-25
MIPS: Return directly in 32_mmap2()
Markus Elfring
1
-8
/
+3
2017-01-25
MIPS: Avoid old-style declaration
Arnd Bergmann
4
-5
/
+5
2017-01-25
MIPS: ip22: Fix ip28 build for modern gcc
Arnd Bergmann
1
-1
/
+1
2017-01-25
MIPS: Octeon: Avoid empty-body warning
Arnd Bergmann
1
-10
/
+5
2017-01-25
MIPS: Loongson64: Fix empty-body warning in dma_alloc
Arnd Bergmann
1
-14
/
+6
2017-01-25
MIPS: ralink: Remove unused rt*_wdt_reset functions
Arnd Bergmann
3
-31
/
+0
2017-01-25
MIPS: ralink: Fix request_mem_region error handling
Arnd Bergmann
2
-4
/
+4
2017-01-25
MIPS: ralink: Remove unused timer functions
Arnd Bergmann
1
-14
/
+0
2017-01-25
MIPS: Lantiq: Fix another request_mem_region() return code check
Arnd Bergmann
1
-2
/
+2
2017-01-25
MIPS: Alchemy: Remove duplicate initializer
Arnd Bergmann
1
-1
/
+0
2017-01-25
MIPS: 'make -s' should be silent
Arnd Bergmann
1
-2
/
+2
2017-01-25
MIPS: VDSO: avoid duplicate CAC_BASE definition
Arnd Bergmann
1
-2
/
+4
2017-01-24
MIPS: Fix modversions
Arnd Bergmann
6
-9
/
+43
2017-01-24
MIPS: Update ip27_defconfig for SCSI_DH change
Arnd Bergmann
1
-1
/
+1
2017-01-24
MIPS: Update lemote2f_defconfig for CPU_FREQ_STAT change
Arnd Bergmann
1
-1
/
+1
2017-01-24
MIPS: Update defconfigs for NF_CT_PROTO_DCCP/UDPLITE change
Arnd Bergmann
7
-12
/
+12
2017-01-24
MIPS: BMIPS: Add support SPI device nodes
Jaedon Shin
16
-6
/
+478
2017-01-24
MIPS: Fix printk continuations in cpu-bugs64.c
James Hogan
1
-12
/
+12
2017-01-24
treewide: Consolidate get_dma_ops() implementations
Bart Van Assche
1
-5
/
+2
2017-01-24
treewide: Move dma_ops from struct dev_archdata into struct device
Bart Van Assche
3
-8
/
+3
2017-01-24
treewide: Constify most dma_map_ops structures
Bart Van Assche
8
-11
/
+11
2017-01-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-3
/
+6
2017-01-05
KVM: MIPS: Flush KVM entry code from icache globally
James Hogan
1
-2
/
+2
2017-01-05
KVM: MIPS: Don't clobber CP0_Status.UX
James Hogan
1
-1
/
+4
2017-01-03
MIPS: zboot: Consolidate compiler flag filtering.
Ralf Baechle
1
-1
/
+1
2017-01-03
MIPS: ralink: Fix incorrect assignment on ralink_soc
Colin Ian King
1
-1
/
+1
2017-01-03
MIPS: sc-mips: L2 cache is inclusive of L1 dcache for CM3
Paul Burton
1
-0
/
+1
2017-01-03
MIPS: c-r4k: Treat physically indexed dcaches as not aliasing
Paul Burton
1
-0
/
+4
[prev]
[next]