index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
MIPS: SEAD-3: Only include in 32 bit kernels by default
Paul Burton
2017-08-30
1
-0
/
+2
|
*
MIPS: generic: Allow filtering enabled boards by requirements
Paul Burton
2017-08-30
2
-2
/
+98
|
*
MIPS: CPS: Detect CPUs in secondary clusters
Paul Burton
2017-08-30
1
-29
/
+51
|
*
MIPS: CPS: Cluster support for topology functions
Paul Burton
2017-08-30
7
-48
/
+136
|
*
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
Paul Burton
2017-08-30
19
-29
/
+27
|
*
MIPS: SMP: Allow boot_secondary SMP op to return errors
Paul Burton
2017-08-30
14
-15
/
+37
|
*
MIPS: CM: Add cluster & block args to mips_cm_lock_other()
Paul Burton
2017-08-30
4
-18
/
+58
|
*
MIPS: Add CPU cluster number accessors
Paul Burton
2017-08-30
2
-0
/
+21
|
*
MIPS: Unify checks for sibling CPUs
Paul Burton
2017-08-30
3
-11
/
+26
|
*
MIPS: Store core & VP IDs in GlobalNumber-style variable
Paul Burton
2017-08-30
2
-26
/
+35
|
*
MIPS: Abstract CPU core & VP(E) ID access through accessor functions
Paul Burton
2017-08-30
15
-45
/
+70
|
*
MIPS: CPS: Use GlobalNumber macros rather than magic numbers
Paul Burton
2017-08-30
1
-2
/
+2
|
*
MIPS: Add accessor & bit definitions for GlobalNumber
Paul Burton
2017-08-30
1
-0
/
+13
|
*
MIPS: CPS: Add CM/CPC 3.5 register definitions
Paul Burton
2017-08-30
2
-7
/
+69
|
*
MIPS: CPS: Use change_*, set_* & clear_* where appropriate
Paul Burton
2017-08-30
3
-21
/
+8
|
*
MIPS: CPS: Introduce register modify (set/clear/change) accessors
Paul Burton
2017-08-30
1
-1
/
+22
|
*
MIPS: CPC: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
2017-08-30
4
-42
/
+49
|
*
MIPS: CPC: Use common CPS accessor generation macros
Paul Burton
2017-08-30
1
-41
/
+22
|
*
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
2017-08-29
8
-239
/
+188
|
*
MIPS: CM: Specify register size when generating accessors
Paul Burton
2017-08-29
3
-115
/
+135
|
*
MIPS: CM: Rename mips_cm_base to mips_gcr_base
Paul Burton
2017-08-29
2
-8
/
+8
|
*
MIPS: math-emu: Add FP emu debugfs stats for individual instructions
Aleksandar Markovic
2017-08-29
3
-4
/
+650
|
*
MIPS: math-emu: Add FP emu debugfs clear functionality
Aleksandar Markovic
2017-08-29
1
-1
/
+37
|
*
MIPS: math-emu: Add FP emu debugfs statistics for branches
Aleksandar Markovic
2017-08-29
3
-0
/
+3
|
*
MIPS: math-emu: CLASS.D: Zero bits 32-63 of the result
Aleksandar Markovic
2017-08-29
1
-2
/
+2
|
*
MIPS: math-emu: RINT.<D|S>: Fix several problems by reimplementation
Aleksandar Markovic
2017-08-29
5
-6
/
+187
|
*
MIPS: math-emu: CMP.Sxxx.<D|S>: Prevent occurrences of SIGILL crashes
Aleksandar Markovic
2017-08-29
1
-0
/
+3
|
*
MIPS: math-emu: <MADDF|MSUBF>.D: Fix accuracy (64-bit case)
Douglas Leung
2017-08-29
1
-39
/
+94
|
*
MIPS: math-emu: <MADDF|MSUBF>.S: Fix accuracy (32-bit case)
Douglas Leung
2017-08-29
2
-70
/
+50
|
*
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Clean up "maddf_flags" enumeration
Aleksandar Markovic
2017-08-29
3
-22
/
+20
|
*
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of zero inputs
Aleksandar Markovic
2017-08-29
2
-2
/
+34
|
*
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix some cases of infinite inputs
Aleksandar Markovic
2017-08-29
2
-2
/
+42
|
*
MIPS: math-emu: <MADDF|MSUBF>.<D|S>: Fix NaN propagation
Aleksandar Markovic
2017-08-29
2
-91
/
+41
|
*
MIPS: math-emu: MINA.<D|S>: Fix some cases of infinity and zero inputs
Aleksandar Markovic
2017-08-29
2
-4
/
+4
|
*
MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of both infinite inputs
Aleksandar Markovic
2017-08-29
4
-4
/
+12
|
*
MIPS: math-emu: <MAXA|MINA>.<D|S>: Fix cases of input values with opposite signs
Aleksandar Markovic
2017-08-29
4
-6
/
+22
|
*
MIPS: math-emu: <MAX|MIN>.<D|S>: Fix cases of both inputs negative
Aleksandar Markovic
2017-08-29
4
-32
/
+96
|
*
MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix cases of both inputs zero
Aleksandar Markovic
2017-08-29
4
-24
/
+8
|
*
MIPS: math-emu: <MAX|MAXA|MIN|MINA>.<D|S>: Fix quiet NaN propagation
Aleksandar Markovic
2017-08-29
4
-16
/
+112
|
*
MIPS: Declare various variables & functions static
Paul Burton
2017-08-29
5
-8
/
+10
|
*
MIPS: Remove plat_timer_setup()
Paul Burton
2017-08-29
1
-14
/
+0
|
*
MIPS: Remove __invalidate_kernel_vmap_range
Paul Burton
2017-08-29
1
-1
/
+0
|
*
MIPS: math-emu: Correct user fault_addr type
Paul Burton
2017-08-29
2
-5
/
+5
|
*
MIPS: Include linux/initrd.h for free_initrd_mem()
Paul Burton
2017-08-29
1
-0
/
+1
|
*
MIPS: Include elf-randomize.h for arch_mmap_rnd() & arch_randomize_brk()
Paul Burton
2017-08-29
1
-0
/
+1
|
*
MIPS: Include asm/delay.h for __{,n,u}delay()
Paul Burton
2017-08-29
1
-0
/
+1
|
*
MIPS: Include linux/cpu.h for arch_cpu_idle()
Paul Burton
2017-08-29
1
-0
/
+1
|
*
MIPS: Include asm/setup.h for cpu_cache_init()
Paul Burton
2017-08-29
1
-0
/
+1
|
*
MIPS: generic: Include asm/time.h for get_c0_*_int()
Paul Burton
2017-08-29
1
-0
/
+1
|
*
MIPS: generic: Include asm/bootinfo.h for plat_fdt_relocated()
Paul Burton
2017-08-29
1
-0
/
+5
[prev]
[next]