index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
MIPS: dump_tlb: Preserve and dump GuestID
James Hogan
2016-05-13
1
-3
/
+14
*
MIPS: Add probing & defs for VZ & guest features
James Hogan
2016-05-13
4
-0
/
+349
*
MIPS: Add guest CP0 accessors
James Hogan
2016-05-13
1
-11
/
+330
*
MIPS: Add register definitions for VZ ASE registers
James Hogan
2016-05-13
1
-0
/
+117
*
MIPS: Avoid magic numbers probing kscratch_mask
James Hogan
2016-05-13
2
-2
/
+4
*
MIPS: Add perf counter feature
James Hogan
2016-05-13
5
-6
/
+9
*
MIPS: Add defs & probing of [X]ContextConfig
James Hogan
2016-05-13
4
-1
/
+14
*
MIPS: Add defs & probing of BadInstr[P] registers
James Hogan
2016-05-13
4
-0
/
+17
*
MIPS: Add defs & probing of extended CP0_EBase
James Hogan
2016-05-13
4
-0
/
+43
*
MIPS: Define & use CP0_EBase bit definitions
James Hogan
2016-05-13
4
-4
/
+13
*
MIPS: alchemy: Remove CLK_IS_ROOT
Stephen Boyd
2016-05-13
1
-2
/
+1
*
MIPS: ath79: Remove CLK_IS_ROOT
Stephen Boyd
2016-05-13
1
-1
/
+1
*
MIPS: Octeon: detect and fix byte swapped initramfs
Aurelien Jarno
2016-05-13
1
-0
/
+32
*
MIPS: BMIPS: BMIPS4380 and BMIPS5000 support RIXI
Florian Fainelli
2016-05-13
2
-1
/
+4
*
MIPS: Move RIXI exception enabling after vendor-specific cpu_probe
Florian Fainelli
2016-05-13
1
-9
/
+9
*
MIPS: Allow RIXI to be used on non-R2 or R6 cores
Florian Fainelli
2016-05-13
2
-4
/
+9
*
MIPS: mm: Panic if an XPA kernel is run without RIXI
Paul Burton
2016-05-13
1
-0
/
+3
*
MIPS: mm: Don't do MTHC0 if XPA not present
James Hogan
2016-05-13
3
-11
/
+19
*
MIPS: mm: Simplify build_update_entries
Paul Burton
2016-05-13
1
-21
/
+16
*
MIPS: mm: Be more explicit about PTE mode bit handling
Paul Burton
2016-05-13
1
-5
/
+9
*
MIPS: mm: Pass scratch register through to iPTE_SW
Paul Burton
2016-05-13
1
-13
/
+11
*
MIPS: mm: Don't clobber $1 on XPA TLB refill
James Hogan
2016-05-13
1
-14
/
+10
*
MIPS: mm: Fix MIPS32 36b physical addressing (alchemy, netlogic)
Paul Burton
2016-05-13
5
-27
/
+125
*
MIPS: mm: Unify pte_page definition
Paul Burton
2016-05-13
1
-3
/
+3
*
MIPS: mm: Standardise on _PAGE_NO_READ, drop _PAGE_READ
Paul Burton
2016-05-13
3
-40
/
+15
*
MIPS: Use enums to make asm/pgtable-bits.h readable
Paul Burton
2016-05-13
1
-108
/
+81
*
MIPS: Remove redundant asm/pgtable-bits.h inclusions
Paul Burton
2016-05-13
3
-4
/
+0
*
MIPS: Fix HTW config on XPA kernel without LPA enabled
James Hogan
2016-05-13
1
-3
/
+1
*
MIPS: Separate XPA CPU feature into LPA and MVH
James Hogan
2016-05-13
3
-2
/
+11
*
MIPS: math-emu: Fix jalr emulation when rd == $0
Paul Burton
2016-05-13
1
-3
/
+5
*
MIPS: math-emu: Fix m{add,sub}.s shifts
Paul Burton
2016-05-13
5
-19
/
+25
*
MIPS: math-emu: Fix code indentation
Paul Burton
2016-05-13
2
-2
/
+2
*
MIPS: math-emu: Fix bit-width in ieee754dp_{mul, maddf, msubf} comments
Paul Burton
2016-05-13
2
-2
/
+2
*
MIPS: math-emu: Add z argument macros
Paul Burton
2016-05-13
5
-9
/
+20
*
MIPS: math-emu: Unify ieee754dp_m{add,sub}f
Paul Burton
2016-05-13
3
-272
/
+21
*
MIPS: math-emu: Unify ieee754sp_m{add,sub}f
Paul Burton
2016-05-13
3
-261
/
+21
*
MIPS: math-emu: Emulate MIPSr6 sel.fmt instruction
Paul Burton
2016-05-13
1
-2
/
+24
*
MIPS: inst: Declare fsel_op for sel.fmt instruction
Paul Burton
2016-05-13
1
-0
/
+1
*
MIPS: Fix BC1{EQ,NE}Z return offset calculation
Paul Burton
2016-05-13
1
-15
/
+3
*
MIPS: math-emu: Fix BC1{EQ,NE}Z emulation
Paul Burton
2016-05-13
1
-5
/
+6
*
MIPS: Add support for extending builtin cmdline
Rabin Vincent
2016-05-13
2
-0
/
+12
*
MIPS: Don't add leading spacing to command lines
Rabin Vincent
2016-05-13
1
-2
/
+4
*
MIPS: genex: Indent delay slots & clean whitespace
James Hogan
2016-05-13
1
-28
/
+28
*
MIPS: Support extended ASIDs
Paul Burton
2016-05-13
6
-1
/
+58
*
MIPS: Retrieve ASID masks using function accepting struct cpuinfo_mips
Paul Burton
2016-05-13
10
-55
/
+86
*
MIPS: KVM/locore.S: Relax noat
James Hogan
2016-05-13
1
-11
/
+5
*
MIPS: KVM/locore.S: Only preserve callee saved registers
James Hogan
2016-05-13
1
-47
/
+1
*
MIPS: KVM: Abstract guest ASID mask
Paul Burton
2016-05-13
3
-15
/
+18
*
MIPS: Add & use CP0_EntryHi ASID definitions
James Hogan
2016-05-13
4
-4
/
+6
*
MIPS: KVM/locore.S: Don't preserve host ASID around vcpu_run
James Hogan
2016-05-13
1
-12
/
+0
[prev]
[next]