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
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-20
MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
Maciej W. Rozycki
1
-0
/
+12
2017-10-09
MIPS: make thread_saved_pc static
Tobias Klauser
1
-1
/
+1
2017-09-06
MIPS: Refactor handling of stack pointer in get_frame_info
Matt Redfearn
1
-31
/
+30
2017-09-06
MIPS: Stacktrace: Fix microMIPS stack unwinding on big endian systems
Matt Redfearn
1
-9
/
+7
2017-09-06
MIPS: microMIPS: Fix decoding of swsp16 instruction
Matt Redfearn
1
-1
/
+1
2017-09-06
MIPS: microMIPS: Fix decoding of addiusp instruction
Matt Redfearn
1
-3
/
+7
2017-09-06
MIPS: microMIPS: Fix detection of addiusp instruction
Matt Redfearn
1
-1
/
+1
2017-09-06
MIPS: Handle non word sized instructions when examining frame
Matt Redfearn
1
-3
/
+6
2017-09-06
MIPS: Fix issues in backtraces
Corey Minyard
1
-3
/
+19
2017-05-29
kthread: fix boot hang (regression) on MIPS/OpenRISC
Vegard Nossum
1
-1
/
+0
2017-04-12
MIPS: Opt into HAVE_COPY_THREAD_TLS
James Cowgill
1
-3
/
+3
2017-03-22
MIPS: IRQ Stack: Unwind IRQ stack onto task stack
Matt Redfearn
1
-18
/
+38
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-01-03
MIPS: Move register dump routines out of ptrace code
Marcin Nowakowski
1
-0
/
+44
2017-01-03
MIPS: SMP: Use a completion event to signal CPU up
Matt Redfearn
1
-3
/
+1
2017-01-03
MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
Paul Burton
1
-0
/
+2
2017-01-03
MIPS: Calculate microMIPS ra properly when unwinding the stack
Paul Burton
1
-20
/
+63
2017-01-03
MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
Paul Burton
1
-3
/
+8
2017-01-03
MIPS: Fix get_frame_info() handling of microMIPS function size
Paul Burton
1
-7
/
+5
2017-01-03
MIPS: Prevent unaligned accesses during stack unwinding
Paul Burton
1
-35
/
+35
2017-01-03
MIPS: Clear ISA bit correctly in get_frame_info()
Paul Burton
1
-5
/
+2
2017-01-03
MIPS: Stack unwinding while on IRQ stack
Matt Redfearn
1
-1
/
+14
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
1
-1
/
+1
2016-10-07
nmi_backtrace: add more trigger_*_cpu_backtrace() methods
Chris Metcalf
1
-2
/
+9
2016-09-19
MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
Marcin Nowakowski
1
-4
/
+4
2016-08-02
MIPS: Use per-mm page to execute branch delay slot instructions
Paul Burton
1
-0
/
+14
2016-05-28
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-1
/
+1
2016-05-28
MIPS: kernel: Fix typo
Andrea Gelmini
1
-1
/
+1
2016-05-20
exit_thread: remove empty bodies
Jiri Slaby
1
-4
/
+0
2016-05-13
MIPS: Force CPUs to lose FP context during mode switches
Paul Burton
1
-23
/
+17
2016-05-13
MIPS: Disable preemption during prctl(PR_SET_FP_MODE, ...)
Paul Burton
1
-0
/
+4
2016-05-13
MIPS: Make flush_thread
Ralf Baechle
1
-4
/
+0
2016-05-09
MIPS: Don't unwind to user mode with EVA
James Hogan
1
-1
/
+1
2016-04-03
MIPS: Fix misspellings in comments.
Adam Buchbinder
1
-1
/
+1
2016-02-01
MIPS: Properly disable FPU in start_thread()
James Hogan
1
-4
/
+2
2015-04-20
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2015-03-24
mips: copy_thread(): rename 'arg' argument to 'kthread_arg'
Alex Dowad
1
-2
/
+8
2015-03-05
mips: fix up obsolete cpu function usage.
Rusty Russell
1
-1
/
+1
2015-02-21
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-0
/
+96
2015-02-17
MIPS: kernel: process: Do not allow FR=0 on MIPS R6
Markos Chandras
1
-0
/
+4
2015-02-12
MIPS,prctl: add PR_[GS]ET_FP_MODE prctl options for MIPS
Paul Burton
1
-0
/
+92
2015-01-31
MIPS: fork: Fix MSA/FPU/DSP context duplication race
James Hogan
1
-12
/
+24
2014-11-24
MIPS: Add arch_trigger_all_cpu_backtrace() function
Eunbong Song
1
-0
/
+18
2014-11-24
MIPS: Remove useless parentheses
Ralf Baechle
1
-18
/
+18
2014-08-02
MIPS: consistently clear MSA flags when starting & copying threads
Paul Burton
1
-0
/
+3
2014-08-02
MIPS: Remove asm/user.h
Alex Smith
1
-1
/
+1
2014-08-02
MIPS: Remove old core dump functions
Alex Smith
1
-55
/
+0
2014-05-24
MIPS: MT: Remove SMTC support
Ralf Baechle
1
-7
/
+0
[next]