index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
Age
Commit message (
Expand
)
Author
Files
Lines
2013-02-04
mips: switch to generic sys_fork() and sys_clone()
Al Viro
9
-73
/
+23
2013-02-04
mips: take the "zero newsp means inherit the parent's one" to copy_thread()
Al Viro
3
-6
/
+3
2013-02-04
mips: no magic arguments for sysm_pipe()
Al Viro
1
-12
/
+6
2013-02-04
mips: don't bother with compat_sys_futex() wrappers
Al Viro
3
-9
/
+2
2013-02-04
mips: switch to generic compat rt_sigaction()
Al Viro
4
-54
/
+5
2013-02-04
mips: switch to generic compat sched_rr_get_interval()
Al Viro
3
-18
/
+2
2013-02-04
mips: sigsuspend() is essentially the same as rt_sigsuspend() here
Al Viro
2
-16
/
+4
2013-02-04
mips: switch to generic compat rt_sigqueueinfo()
Al Viro
4
-18
/
+3
2013-02-04
mips: switch to generic compat rt_sigpending()
Al Viro
4
-19
/
+3
2013-02-04
mips: switch to generic compat rt_sigprocmask()
Al Viro
4
-24
/
+3
2013-02-04
switch mips to generic rt_sigsuspend(), make it unconditional
Al Viro
5
-53
/
+2
2013-02-04
mips: switch to compat_sys_waitid()
Al Viro
2
-27
/
+1
2013-02-04
mips: switch to generic sigaltstack
Al Viro
7
-127
/
+20
2013-02-04
Merge commit '12890d0f61fc' into arch-mips
Al Viro
1
-13
/
+6
2013-02-04
mips: use sane prototype for sys_rt_sigsuspend()
Al Viro
1
-5
/
+1
2013-02-04
consolidate kernel-side struct sigaction declarations
Al Viro
2
-0
/
+4
2013-02-04
consolidate declarations of k_sigaction
Al Viro
1
-4
/
+0
2013-01-07
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
22
-104
/
+44
2013-01-04
MIPS: drivers: remove __dev* attributes.
Greg Kroah-Hartman
23
-65
/
+61
2013-01-03
MIPS: 64-bit: Fix build if !CONFIG_MODULES
Joshua Kinard
1
-2
/
+2
2012-12-28
MIPS: Wire up finit_module syscall.
Ralf Baechle
5
-6
/
+13
2012-12-28
MIPS: Fix modpost error in modules attepting to use virt_addr_valid().
Ralf Baechle
2
-1
/
+10
2012-12-28
MIPS: page.h: Remove now unnecessary #ifndef __ASSEMBLY__ wrapper.
Ralf Baechle
1
-4
/
+0
2012-12-28
MIPS: Switch remaining assembler PAGE_SIZE users to <asm/asm-offsets.h>.
Ralf Baechle
4
-8
/
+6
2012-12-28
MIPS: Include PAGE_S{IZE,HIFT} in <asm/offset.h>.
Ralf Baechle
1
-0
/
+3
2012-12-28
MIPS: Don't include <asm/page.h> unnecessarily.
Ralf Baechle
5
-5
/
+0
2012-12-27
MIPS: Fix comment.
Ralf Baechle
1
-4
/
+5
2012-12-27
Revert "MIPS: Optimise TLB handlers for MIPS32/64 R2 cores."
Ralf Baechle
1
-16
/
+0
2012-12-27
MIPS: perf: Fix build failure in XLP perf support.
Manuel Lauss
1
-38
/
+0
2012-12-27
MIPS: Alchemy: Make 32kHz and r4k timer coexist peacefully
Manuel Lauss
1
-20
/
+5
2012-12-27
MIPS: sysmips: Rewrite to use SYSCALL_DEFINE3().
Ralf Baechle
1
-12
/
+5
2012-12-27
MIPS: sysmips: Use unreachable().
Ralf Baechle
1
-1
/
+1
2012-12-21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-9
/
+1
2012-12-20
Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-0
/
+2
2012-12-20
unify SS_ONSTACK/SS_DISABLE definitions
Al Viro
1
-6
/
+0
2012-12-20
missing user_stack_pointer() instances
Al Viro
1
-0
/
+1
2012-12-20
Bury the conditionals from kernel_thread/kernel_execve series
Al Viro
2
-3
/
+0
2012-12-16
Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...
Joerg Roedel
1
-0
/
+2
2012-12-15
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
183
-4387
/
+7768
2012-12-14
Merge branch 'akpm' (Andrew's patch-bomb)
Linus Torvalds
1
-10
/
+1
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-13
Merge branch 'mips-next' of http://dev.phrozen.org/githttp/mips-next into mip...
Ralf Baechle
65
-1212
/
+2897
2012-12-13
MIPS: PMC-Sierra Yosemite: Remove support.
Ralf Baechle
72
-2715
/
+0
2012-12-13
MIPS: wrppmc: Fix build of PCI code.
Ralf Baechle
1
-4
/
+2
2012-12-13
MIPS: IP22/IP28: Fix build of EISA code.
Ralf Baechle
1
-5
/
+3
2012-12-13
MIPS: RB532: Fix build of prom code.
Ralf Baechle
1
-2
/
+1
2012-12-13
MIPS: PowerTV: Fix build.
Ralf Baechle
1
-37
/
+0
2012-12-13
MIPS: IP27: Correct fucked grammar in ops-bridge.c
Dave Jones
1
-12
/
+12
2012-12-13
MIPS: Highmem: Fix build error if CONFIG_DEBUG_HIGHMEM is disabled
Ralf Baechle
1
-1
/
+2
2012-12-13
MIPS: Fix potencial corruption
Ralf Baechle
1
-11
/
+0
[next]