index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
process.c
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-08
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-29
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-21
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-02
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-22
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
2014-03-27
MIPS: Basic MSA context switching support
Paul Burton
1
-1
/
+6
2014-03-27
MIPS: Don't assume 64-bit FP registers for dump_{,task_}fpu
Paul Burton
1
-2
/
+14
2014-01-25
MIPS: replace open-coded init_dsp
Paul Burton
1
-2
/
+1
2014-01-14
MIPS: Support for 64-bit FP with O32 binaries
Paul Burton
1
-3
/
+0
2013-07-01
MIPS: Fix typos and cleanup comment
Tony Wu
1
-3
/
+0
2013-07-01
MIPS: initial stack protector support
Gregory Fong
1
-0
/
+6
2013-05-22
MIPS: Consolidate idle loop / WAIT instruction support in a single file.
Ralf Baechle
1
-13
/
+0
2013-05-17
MIPS: Extract schedule_mfi info from __schedule
Tony Wu
1
-2
/
+32
2013-05-17
MIPS: Fix sibling call handling in get_frame_info
Tony Wu
1
-2
/
+4
2013-05-10
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-0
/
+101
2013-05-09
MIPS: microMIPS: Add unaligned access support.
Leonid Yegoshin
1
-0
/
+101
2013-04-08
mips: Use generic idle loop
Thomas Gleixner
1
-33
/
+15
2013-03-02
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-2
/
+2
2013-02-04
mips: take the "zero newsp means inherit the parent's one" to copy_thread()
Al Viro
1
-1
/
+2
2013-02-01
MIPS: Whitespace cleanup.
Ralf Baechle
1
-2
/
+2
2012-12-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
1
-3
/
+1
2012-12-13
MIPS: Fix poweroff failure when HOTPLUG_CPU configured.
Huacai Chen
1
-3
/
+1
2012-11-29
flagday: don't pass regs to copy_thread()
Al Viro
1
-2
/
+2
2012-10-15
mips: switch to generic kernel_thread()
Al Viro
1
-40
/
+22
2012-03-28
Disintegrate asm/system.h for MIPS
David Howells
1
-1
/
+0
2012-03-01
sched/rt: Use schedule_preempt_disabled()
Thomas Gleixner
1
-3
/
+1
2011-12-11
nohz: Remove tick_nohz_idle_enter_norcu() / tick_nohz_idle_exit_norcu()
Frederic Weisbecker
1
-2
/
+4
2011-12-11
nohz: Allow rcu extended quiescent state handling seperately from tick stop
Frederic Weisbecker
1
-2
/
+2
2011-12-11
nohz: Separate out irq exit and idle loop dyntick logic
Frederic Weisbecker
1
-2
/
+2
2011-11-01
mips: add export.h to files using EXPORT_SYMBOL/THIS_MODULE
Paul Gortmaker
1
-0
/
+1
[next]