index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
sparc
/
kernel
/
sys_sparc32.c
Age
Commit message (
Expand
)
Author
2018-04-07
Merge branch 'misc.sparc' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
2018-04-02
mm: add ksys_readahead() helper; remove in-kernel calls to sys_readahead()
Dominik Brodowski
2018-04-02
mm: add ksys_fadvise64_64() helper; remove in-kernel call to sys_fadvise64_64()
Dominik Brodowski
2018-04-02
fs: add ksys_fallocate() wrapper; remove in-kernel calls to sys_fallocate()
Dominik Brodowski
2018-04-02
fs: add ksys_p{read,write}64() helpers; remove in-kernel calls to syscalls
Dominik Brodowski
2018-04-02
fs: add ksys_truncate() wrapper; remove in-kernel calls to sys_truncate()
Dominik Brodowski
2018-04-02
fs: add ksys_sync_file_range helper(); remove in-kernel calls to syscall
Dominik Brodowski
2018-04-02
fs: add ksys_ftruncate() wrapper; remove in-kernel calls to sys_ftruncate()
Dominik Brodowski
2018-03-20
sparc: switch compat {f,}truncate64() to COMPAT_SYSCALL_DEFINE
Al Viro
2018-03-20
sparc: switch compat pread64 and pwrite64 to COMPAT_SYSCALL_DEFINE
Al Viro
2018-03-20
convert compat sync_file_range() to COMPAT_SYSCALL_DEFINE
Al Viro
2018-03-20
sparc: trivial conversions to {COMPAT_,}SYSCALL_DEFINE()
Al Viro
2018-03-20
sparc: get rid of remaining SIGN... wrappers
Al Viro
2017-11-17
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-09-19
get_compat_sigset()
Al Viro
2017-09-19
signal: replace sigset_to_compat() with put_compat_sigset()
Dmitry V. Levin
2016-12-24
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
Linus Torvalds
2014-05-18
sparc64: fix sparse warnings in sys_sparc32.c
Sam Ravnborg
2013-09-11
kernel-wide: fix missing validations on __get/__put/__copy_to/__copy_from_user()
Mathieu Desnoyers
2013-03-03
sparc: no need to sign-extend in sync_file_range() wrapper
Al Viro
2013-03-03
merge compat sys_ipc instances
Al Viro
2013-03-03
consolidate compat lookup_dcookie()
Al Viro
2013-02-03
sparc: kill sign-extending wrappers for native syscalls
Al Viro
2013-02-03
kill sparc32_open()
Al Viro
2013-02-03
sparc: switch to use of generic old sigaction
Al Viro
2013-02-03
sparc: switch sys_compat_rt_sigaction() to COMPAT_SYSCALL_DEFINE
Al Viro
2013-02-03
sparc: switch to generic compat rt_sigqueueinfo()
Al Viro
2013-02-03
sparc: switch to generic compat rt_sigpending()
Al Viro
2013-02-03
sparc: switch to generic compat rt_sigprocmask(2)
Al Viro
2012-12-17
compat: generic compat_sys_sched_rr_get_interval() implementation
Catalin Marinas
2012-10-16
sparc64: convert to generic execve
Al Viro
2012-10-14
sparc64: take fprs_write() and friends to start_thread()
Al Viro
2012-10-12
vfs: define struct filename and have getname() return it
Jeff Layton
2012-10-02
compat: fs: Generic compat_sys_sendfile implementation
Catalin Marinas
2012-05-15
userns: Convert stat to return values mapped from kuids and kgids
Eric W. Biederman
2011-10-31
sparc: remove several unnecessary module.h include instances
Paul Gortmaker
2011-06-07
sparc: Remove unnecessary semicolons
Joe Perches
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
2010-08-13
Mark arguments to certain syscalls as being const
David Howells
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-02-16
sparc64: Kill bogus ip_tables.h include.
David S. Miller
2009-12-11
kill useless checks in sparc mremap variants
Al Viro
2009-12-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-next-2.6
Linus Torvalds
2009-11-25
sparc: remove unused nfsd #includes
Boaz Harrosh
2009-11-06
sysctl: sparc Use the compat_sys_sysctl
Eric W. Biederman
2009-09-23
headers: utsname.h redux
Alexey Dobriyan
2009-04-20
Separate out common fstatat code into vfs_fstatat
Oleg Drokin
2008-12-04
sparc,sparc64: unify kernel/
Sam Ravnborg