index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
mips
/
kernel
/
linux32.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
mm: add ksys_mmap_pgoff() helper; remove in-kernel calls to sys_mmap_pgoff()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-04-02
1
-1
/
+1
*
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
*
MIPS: Return directly in 32_mmap2()
Markus Elfring
2017-01-25
1
-8
/
+3
*
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2016-12-24
1
-1
/
+1
*
MIPS: kernel: Audit and remove any unnecessary uses of module.h
Paul Gortmaker
2016-10-05
1
-1
/
+0
*
unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINE
Al Viro
2013-05-09
1
-7
/
+0
*
get rid of compat_sys_semctl() and friends in case of ARCH_WANT_OLD_COMPAT_IPC
Al Viro
2013-03-03
1
-24
/
+0
*
merge compat sys_ipc instances
Al Viro
2013-03-03
1
-69
/
+0
*
consolidate compat lookup_dcookie()
Al Viro
2013-03-03
1
-6
/
+0
*
convert sendfile{,64} to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-03
1
-20
/
+0
*
Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus
Linus Torvalds
2013-03-02
1
-5
/
+5
|
\
|
*
MIPS: Whitespace cleanup.
Ralf Baechle
2013-02-01
1
-6
/
+6
*
|
mips: switch to generic sys_fork() and sys_clone()
Al Viro
2013-02-03
1
-19
/
+0
*
|
mips: take the "zero newsp means inherit the parent's one" to copy_thread()
Al Viro
2013-02-03
1
-2
/
+0
*
|
mips: don't bother with compat_sys_futex() wrappers
Al Viro
2013-02-03
1
-7
/
+0
*
|
mips: switch to generic compat sched_rr_get_interval()
Al Viro
2013-02-03
1
-16
/
+0
|
/
*
flagday: kill pt_regs argument of do_fork()
Al Viro
2012-11-29
1
-1
/
+1
*
MIPS: Switch over to generic sys_execve and kernel_execve.
Ralf Baechle
2012-10-14
1
-21
/
+0
*
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-12
1
-2
/
+2
*
MIPS: Compat: Use 32-bit wrapper for compat_sys_futex.
Yong Zhang
2011-09-21
1
-0
/
+7
*
MIPS: compat: Don't clobber personality bits in 32-bit sys_personality().
David Daney
2010-12-16
1
-6
/
+7
*
MIPS: Hookup fanotify_init, fanotify_mark, and prlimit64 syscalls.
David Daney
2010-10-04
1
-0
/
+7
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-1
/
+1
*
improve sys_newuname() for compat architectures
Christoph Hellwig
2010-03-12
1
-16
/
+0
*
MIPS: Don't include <linux/smp_lock.h> unnecessarily.
Ralf Baechle
2010-02-27
1
-1
/
+0
*
Unify sys_mmap*
Al Viro
2009-12-11
1
-17
/
+2
*
sysctl: mips Use the compat_sys_sysctl
Eric W. Biederman
2009-11-06
1
-61
/
+0
*
MIPS: 64-bit: Fix o32 lookup_dcookie syscall
Wu Zhangjin
2009-11-02
1
-0
/
+6
*
MIPS: Compat: Zero upper 32-bit of offset_high and offset_low.
Ralf Baechle
2009-03-30
1
-3
/
+3
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2009-03-27
1
-34
/
+0
|
\
|
*
generic compat_sys_ustat
Christoph Hellwig
2009-03-27
1
-34
/
+0
*
|
MIPS: compat: Remove duplicated #include
Huang Weiyi
2009-03-23
1
-1
/
+0
|
/
*
MIPS: Fix build of non-CONFIG_SYSVIPC version of sys_32_ipc
Xiaotian Feng
2009-03-11
1
-1
/
+1
*
MIPS: CVE-2009-0029: Enable syscall wrappers.
Ralf Baechle
2009-02-27
1
-30
/
+39
*
compat: generic compat get/settimeofday
Christoph Hellwig
2008-10-16
1
-66
/
+0
*
compat: move cp_compat_stat to common code
Christoph Hellwig
2008-10-16
1
-35
/
+0
*
remove unused #include <linux/dirent.h>'s
Adrian Bunk
2008-07-25
1
-1
/
+0
*
[MIPS] 32-bit compat: Delete unused sys_truncate64 and sys_ftruncate64.
Ralf Baechle
2008-07-20
1
-17
/
+0
*
[MIPS] compat: handle argument endianess of sys32_(f)truncate64 with merge_64
Ralf Baechle
2008-01-29
1
-25
/
+5
*
remove include/asm-*/ipc.h
Adrian Bunk
2007-10-17
1
-1
/
+1
*
[MIPS] checkfiles: Fix "need space after that ','" errors.
Ralf Baechle
2007-10-11
1
-5
/
+5
*
[MIPS] Fix "no space between function name and open parenthesis" warnings.
Ralf Baechle
2007-10-11
1
-7
/
+7
*
[MIPS] Wire up the fallocate syscall.
Ralf Baechle
2007-07-31
1
-0
/
+7
[next]