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