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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2015-10-04
MIPS: scall: Always run the seccomp syscall filters
Markos Chandras
4
-73
/
+42
2015-10-02
MIPS: Fix R2300 FP context switch handling
Paul Burton
1
-27
/
+1
2015-10-02
MIPS: Fix octeon FP context switch handling
Paul Burton
1
-25
/
+1
2015-09-30
MIPS: CPS: #ifdef on CONFIG_MIPS_MT_SMP rather than CONFIG_MIPS_MT
Paul Burton
1
-4
/
+4
2015-09-30
MIPS: CPS: Don't include MT code in non-MT kernels.
Paul Burton
1
-0
/
+2
2015-09-30
MIPS: CPS: Stop dangling delay slot from has_mt.
Paul Burton
1
-2
/
+2
2015-09-30
MIPS: Wire up userfaultfd and membarrier syscalls.
Ralf Baechle
4
-0
/
+8
2015-09-27
MIPS: Initialise MAARs on secondary CPUs
Paul Burton
1
-0
/
+2
2015-09-22
MIPS: Fix FTLB detection for R6
James Hogan
1
-5
/
+8
2015-09-22
MIPS: cpu-features: Add cpu_has_ftlb
James Hogan
1
-3
/
+5
2015-09-22
MIPS: bootmem: Fix mapstart calculation for contiguous maps
Alexander Sverdlin
1
-1
/
+9
2015-09-03
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
28
-694
/
+1652
2015-09-03
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2015-09-03
Merge branch '4.2-fixes' into mips-for-linux-next
Ralf Baechle
1
-2
/
+2
2015-09-03
MIPS: Tidy up FPU context switching
Paul Burton
1
-40
/
+1
2015-09-03
MIPS: Add uprobes support.
Ralf Baechle
5
-0
/
+446
2015-09-03
MIPS: Set trap_no field in thread_struct on exception.
Ralf Baechle
2
-14
/
+15
2015-09-03
MIPS: Advertise MSA support via HWCAP when present
Paul Burton
1
-0
/
+1
2015-09-03
MIPS: Advertise MIPSr6 via HWCAP when appropriate
Paul Burton
1
-0
/
+3
2015-09-03
MIPS: AT_HWCAP aux vector infrastructure
Paul Burton
1
-0
/
+3
2015-09-03
MIPS: Save MSA extended context around signals
Paul Burton
3
-15
/
+333
2015-09-03
MIPS: Add definitions for extended context
Paul Burton
1
-0
/
+13
2015-09-03
MIPS: Indicate FP mode in sigcontext sc_used_math
Paul Burton
1
-4
/
+11
2015-09-03
MIPS: Remove unused {get,put}_sigset functions
Paul Burton
1
-51
/
+0
2015-09-03
MIPS: Use common FP sigcontext code for O32 compat
Paul Burton
4
-271
/
+8
2015-09-03
MIPS: Skip odd double FP registers when copying FP32 sigcontext
Paul Burton
1
-2
/
+4
2015-09-03
MIPS: Move FP usage checks into protected_{save, restore}_fp_context
Paul Burton
1
-39
/
+34
2015-09-03
MIPS: Use struct mips_abi offsets to save FP context
Paul Burton
3
-97
/
+145
2015-09-03
MIPS: Add offsets to sigcontext FP fields to struct mips_abi
Paul Burton
3
-3
/
+15
2015-09-03
MIPS: Simplify EVA FP context handling code
Paul Burton
1
-25
/
+19
2015-09-03
MIPS: cevt-txx9: Migrate to new 'set-state' interface
Viresh Kumar
1
-30
/
+51
2015-09-03
MIPS: cevt-sb1250: Migrate to new 'set-state' interface
Viresh Kumar
1
-22
/
+23
2015-09-03
MIPS: cevt-r4k: Migrate to new 'set-state' interface
Viresh Kumar
1
-7
/
+0
2015-09-03
MIPS: cevt-gt641xx: Migrate to new 'set-state' interface
Viresh Kumar
1
-18
/
+39
2015-09-03
MIPS: cevt-ds1287: Migrate to new 'set-state' interface
Viresh Kumar
1
-15
/
+22
2015-09-03
MIPS: cevt-bcm1480: Migrate to new 'set-state' interface
Viresh Kumar
1
-22
/
+22
2015-09-03
MIPS: unaligned: Move from deprecated __initcall to arch_initcall.
Ralf Baechle
1
-1
/
+1
2015-09-03
MIPS: Probe for small (1KiB) page support
James Hogan
1
-0
/
+2
2015-09-03
MIPS: Refactor dumping of TLB registers for r3k/r4k
James Hogan
2
-27
/
+3
2015-09-03
MIPS: MSA unaligned memory access support
Leonid Yegoshin
1
-0
/
+72
2015-09-03
MIPS: Introduce accessors for MSA vector registers
Paul Burton
1
-0
/
+67
2015-09-03
MIPS: Remove "weak" from get_c0_compare_int() declaration
Bjorn Helgaas
1
-4
/
+7
2015-09-01
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...
Linus Torvalds
1
-1
/
+1
2015-09-01
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-385
/
+0
2015-08-28
MIPS: CPS: use 32b accesses to GCRs
Paul Burton
1
-2
/
+2
2015-08-26
MIPS: MT: Remove "weak" from vpe_run() declaration
Bjorn Helgaas
1
-5
/
+5
2015-08-26
MIPS: VPE: Exit vpe_release() early if vpe_run() isn't defined
Bjorn Helgaas
1
-1
/
+6
2015-08-26
MIPS: CPC: Remove "weak" from mips_cpc_phys_base() and make it static
Bjorn Helgaas
1
-1
/
+8
2015-08-26
MIPS: Set up FTLB probability for I6400
Markos Chandras
1
-5
/
+13
2015-08-26
MIPS: cpu-probe: Fix VTLB/FTLB configuration for R6
Markos Chandras
1
-1
/
+10
[next]