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
/
kernel
/
traps.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-05-02
MIPS: Remove duplicate EBase configuration
Paul Burton
1
-17
/
+3
2019-05-02
MIPS: Sync icache for whole exception vector
Paul Burton
1
-1
/
+1
2019-05-02
MIPS: Always allocate exception vector for MIPSr2+
Paul Burton
1
-20
/
+15
2019-05-02
MIPS: Use memblock_phys_alloc() for exception vector
Paul Burton
1
-4
/
+4
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+3
2019-03-12
arch: use memblock_alloc() instead of memblock_alloc_from(size, align, 0)
Mike Rapoport
1
-1
/
+1
2019-03-05
Merge tag 'mips_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
1
-1
/
+3
2019-03-04
get rid of legacy 'get_ds()' function
Linus Torvalds
1
-1
/
+1
2019-02-04
MIPS: MemoryMapID (MMID) Support
Paul Burton
1
-1
/
+3
2018-12-26
Merge tag 'mips_4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-47
/
+77
2018-11-12
MIPS: Let early memblock_alloc*() allocate memories bottom-up
Huacai Chen
1
-2
/
+1
2018-11-09
MIPS: Don't dump Hi & Lo regs on >= MIPSr6
Paul Burton
1
-2
/
+5
2018-11-09
MIPS: traps: Never enable FPU when CONFIG_MIPS_FP_SUPPORT=n
Paul Burton
1
-34
/
+66
2018-11-09
MIPS: Ensure emulated FP sets PF_USED_MATH
Paul Burton
1
-5
/
+0
2018-11-09
MIPS: Simplify FP context initialization
Paul Burton
1
-6
/
+6
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: replace __alloc_bootmem with memblock_alloc_from
Mike Rapoport
1
-1
/
+1
2018-09-14
mips: switch to NO_BOOTMEM
Mike Rapoport
1
-0
/
+3
2018-08-31
MIPS: Remove no-op/identity casts
Paul Burton
1
-1
/
+1
2018-08-23
Merge tag 'mips_4.19_2' of git://git.kernel.org/pub/scm/linux/kernel/git/mips...
Linus Torvalds
1
-3
/
+1
2018-08-13
Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l...
Linus Torvalds
1
-7
/
+0
2018-08-10
MIPS: Consistently declare TLB functions
Paul Burton
1
-3
/
+1
2018-06-28
MIPS: Call dump_stack() from show_regs()
Paul Burton
1
-0
/
+1
2018-06-24
MIPS: Schedule on CPUs we need to lose FPU for a mode switch
Paul Burton
1
-7
/
+0
2018-05-16
signal/mips: Report FPE_FLTUNK for undiagnosed floating point exceptions
Guenter Roeck
1
-1
/
+1
2018-04-25
signal/mips: Use force_sig_fault where appropriate
Eric W. Biederman
1
-47
/
+18
2018-03-20
sched/wait, arch/mips: Fix and convert wait_on_atomic_t() usage to the new wa...
Peter Zijlstra
1
-2
/
+2
2018-01-22
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
1
-9
/
+20
2017-11-13
Pass mode to wait_on_atomic_t() action funcs and provide default actions
David Howells
1
-13
/
+1
2017-08-30
MIPS: CPS: Have asm/mips-cps.h include CM & CPC headers
Paul Burton
1
-2
/
+1
2017-08-29
MIPS: CM: Use BIT/GENMASK for register fields, order & drop shifts
Paul Burton
1
-4
/
+4
2017-08-29
MIPS: signal: Remove unreachable code from force_fcr31_sig().
Ralf Baechle
1
-2
/
+1
2017-08-29
MIPS: Remove unused R6000 support
Paul Burton
1
-15
/
+0
2017-07-10
lib/extable.c: use bsearch() library function in search_extable()
Thomas Meyer
1
-1
/
+2
2017-06-30
MIPS: Avoid accidental raw backtrace
James Hogan
1
-0
/
+2
2017-05-08
format-security: move static strings to const
Kees Cook
1
-2
/
+2
2017-03-21
MIPS: Check TLB before handle_ri_rdhwr() for Loongson-3
Huacai Chen
1
-4
/
+13
2017-03-03
sched/headers: Move task->mm handling methods to <linux/sched/mm.h>
Ingo Molnar
1
-1
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-02-27
mm: add new mmgrab() helper
Vegard Nossum
1
-1
/
+1
2017-01-03
MIPS: Remove r2_emul_return from struct thread_info
Paul Burton
1
-2
/
+0
2017-01-03
MIPS: traps: Ensure L1 & L2 ECC checking match for CM3 systems
Paul Burton
1
-3
/
+60
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-11-04
MIPS: Fix FCSR Cause bit handling for correct SIGFPE issue
Maciej W. Rozycki
1
-33
/
+39
2016-11-04
MIPS: Fix __show_regs() output
Paul Burton
1
-21
/
+21
2016-11-04
MIPS: traps: Fix output of show_code
Matt Redfearn
1
-3
/
+4
2016-11-04
MIPS: traps: Fix output of show_stacktrace
Matt Redfearn
1
-6
/
+8
2016-11-04
MIPS: traps: Fix output of show_backtrace
Matt Redfearn
1
-1
/
+1
2016-10-06
MIPS: Print CM error reports upon bus errors
Paul Burton
1
-0
/
+3
2016-10-04
MIPS: traps: Ensure full EBase is written
Matt Redfearn
1
-1
/
+18
[next]