index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-17
MIPS: Disallow outsized PTRACE_SETREGSET NT_PRFPREG regset accesses
Maciej W. Rozycki
1
-0
/
+3
2018-01-17
MIPS: Also verify sizeof `elf_fpreg_t' with PTRACE_SETREGSET
Maciej W. Rozycki
1
-0
/
+1
2018-01-17
MIPS: Fix an FCSR access API regression with NT_PRFPREG and MSA
Maciej W. Rozycki
1
-11
/
+36
2018-01-17
MIPS: Consistently handle buffer counter with PTRACE_SETREGSET
Maciej W. Rozycki
1
-1
/
+1
2018-01-17
MIPS: Guard against any partial write attempt with PTRACE_SETREGSET
Maciej W. Rozycki
1
-1
/
+11
2018-01-17
MIPS: Factor out NT_PRFPREG regset access helpers
Maciej W. Rozycki
1
-25
/
+83
2018-01-17
MIPS: Validate PR_SET_FP_MODE prctl(2) requests against the ABI of the task
Maciej W. Rozycki
1
-0
/
+12
2017-11-30
MIPS: Fix an n32 core file generation regset support regression
Maciej W. Rozycki
1
-0
/
+17
2017-11-21
MIPS: init: Ensure reserved memory regions are not added to bootmem
Marcin Nowakowski
1
-0
/
+4
2017-11-21
MIPS: init: Ensure bootmem does not corrupt reserved memory
Marcin Nowakowski
1
-3
/
+71
2017-11-15
MIPS: SMP: Fix deadlock & online race
Matt Redfearn
1
-6
/
+16
2017-11-15
MIPS: Fix race on setting and getting cpu_online_mask
Matija Glavinic Pecotic
1
-3
/
+3
2017-11-15
MIPS: SMP: Use a completion event to signal CPU up
Matt Redfearn
2
-9
/
+10
2017-10-08
MIPS: IRQ Stack: Unwind IRQ stack onto task stack
Matt Redfearn
3
-20
/
+45
2017-10-08
MIPS: Ensure bss section ends on a long-aligned address
Paul Burton
1
-1
/
+1
2017-07-27
MIPS: Fix a typo: s/preset/present/ in r2-to-r6 emulation error message
Maciej W. Rozycki
1
-1
/
+1
2017-07-27
MIPS: Send SIGILL for linked branches in `__compute_return_epc_for_insn'
Maciej W. Rozycki
1
-8
/
+4
2017-07-27
MIPS: Rename `sigill_r6' to `sigill_r2r6' in `__compute_return_epc_for_insn'
Maciej W. Rozycki
1
-8
/
+8
2017-07-27
MIPS: Send SIGILL for BPOSGE32 in `__compute_return_epc_for_insn'
Maciej W. Rozycki
1
-3
/
+4
2017-07-27
MIPS: Actually decode JALX in `__compute_return_epc_for_insn'
Maciej W. Rozycki
1
-0
/
+1
2017-07-27
MIPS: Save static registers before sysmips
James Hogan
5
-4
/
+10
2017-07-27
MIPS: Fix MIPS I ISA /proc/cpuinfo reporting
Maciej W. Rozycki
1
-1
/
+1
2017-07-27
MIPS: Negate error syscall return in trace
James Hogan
1
-1
/
+1
2017-07-27
MIPS: Fix mips_atomic_set() with EVA
James Hogan
1
-2
/
+5
2017-07-27
MIPS: Fix mips_atomic_set() retry condition
James Hogan
1
-1
/
+1
2017-07-05
MIPS: Fix IRQ tracing & lockdep when rescheduling
Paul Burton
1
-0
/
+3
2017-07-05
MIPS: pm-cps: Drop manual cache-line alignment of ready_count
Paul Burton
1
-8
/
+1
2017-07-05
MIPS: Avoid accidental raw backtrace
James Hogan
1
-0
/
+2
2017-06-26
MIPS: Fix bnezc/jialc return address calculation
Paul Burton
1
-1
/
+3
2017-05-14
MIPS: R2-on-R6 MULTU/MADDU/MSUBU emulation bugfix
Leonid Yegoshin
1
-6
/
+6
2017-05-02
MIPS: Avoid BUG warning in arch_check_elf
James Cowgill
1
-1
/
+1
2017-05-02
MIPS: KGDB: Use kernel context for sleeping threads
James Hogan
1
-15
/
+33
2017-05-02
MIPS: Fix crash registers on non-crashing CPUs
Corey Minyard
1
-3
/
+13
2017-04-18
MIPS: IRQ Stack: Fix erroneous jal to plat_irq_dispatch
Matt Redfearn
1
-1
/
+1
2017-04-18
MIPS: Switch to the irq_stack in interrupts
Matt Redfearn
1
-5
/
+76
2017-04-18
MIPS: Stack unwinding while on IRQ stack
Matt Redfearn
1
-1
/
+14
2017-04-18
MIPS: Introduce irq_stack
Matt Redfearn
2
-0
/
+12
2017-03-31
mips/ptrace: Preserve previous registers for short regset write
Dave Martin
1
-1
/
+2
2017-03-12
MIPS: Handle microMIPS jumps in the same way as MIPS32/MIPS64 jumps
Paul Burton
1
-0
/
+2
2017-03-12
MIPS: Calculate microMIPS ra properly when unwinding the stack
Paul Burton
1
-20
/
+63
2017-03-12
MIPS: Fix is_jump_ins() handling of 16b microMIPS instructions
Paul Burton
1
-3
/
+8
2017-03-12
MIPS: Fix get_frame_info() handling of microMIPS function size
Paul Burton
1
-7
/
+5
2017-03-12
MIPS: Prevent unaligned accesses during stack unwinding
Paul Burton
1
-35
/
+35
2017-03-12
MIPS: Clear ISA bit correctly in get_frame_info()
Paul Burton
1
-5
/
+2
2016-10-07
MIPS: uprobes: fix use of uninitialised variable
Marcin Nowakowski
1
-3
/
+2
2016-10-07
MIPS: fix uretprobe implementation
Marcin Nowakowski
1
-1
/
+1
2016-10-07
MIPS: uprobes: remove incorrect set_orig_insn
Marcin Nowakowski
1
-18
/
+0
2016-09-30
MIPS: Avoid a BUG warning during prctl(PR_SET_FP_MODE, ...)
Marcin Nowakowski
1
-4
/
+4
2016-09-30
MIPS: vDSO: Fix Malta EVA mapping to vDSO page structs
James Hogan
1
-4
/
+4
2016-09-30
MIPS: SMP: Fix possibility of deadlock when bringing CPUs online
Matt Redfearn
1
-4
/
+3
[next]