Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-01-27syscalls: Declare sys_*stat64 prototypes if __ARCH_WANT_(COMPAT_)STAT64Catalin Marinas
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2014-11-20separate kernel- and userland-side msghdrAl Viro
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov
2014-08-09kexec: new syscall kexec_file_load() declarationVivek Goyal
2014-08-09shm: add memfd_create() syscallDavid Herrmann
2014-08-06Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-08-06random: introduce getrandom(2) system callTheodore Ts'o
2014-07-18seccomp: add "seccomp" syscallKees Cook
2014-06-05mm: constify nmask argument to set_mempolicy()Rasmus Villemoes
2014-06-05mm: constify nmask argument to mbind()Rasmus Villemoes
2014-04-13Merge tag 'trace-3.15-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds
2014-04-10tracing: Fix anonymous unions in struct ftrace_event_callMathieu Desnoyers
2014-04-08include/linux/syscalls.h: add sys_renameat2() prototypeHeiko Carstens
2014-04-04include/linux/syscalls.h: add sys32_quotactl() prototypeRashika Kheria
2014-03-04s390/compat: automatic zero, sign and pointer conversion of syscallsHeiko Carstens
2014-02-22sched: Add 'flags' argument to sched_{set,get}attr() syscallsPeter Zijlstra
2014-01-13sched: Add new scheduler syscalls to support an extended scheduling parameter...Dario Faggioli
2013-11-17Merge tag 'trace-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds
2013-11-13syscalls.h: use gcc alias instead of assembler aliases for syscallsAndi Kleen
2013-11-06tracing: Add support for SOFT_DISABLE to syscall eventsTom Zanussi
2013-11-06tracing: Update event filters for multibufferTom Zanussi
2013-09-12syscalls.h: add forward declarations for inplace syscall wrappersSergei Trofimovich
2013-08-14microblaze: fix clone syscallMichal Simek
2013-03-06syscalls.h: slightly reduce the jungles of macrosAl Viro
2013-03-06get rid of union semop in sys_semctl(2) argumentsAl Viro
2013-03-04make SYSCALL_DEFINE<n>-generated wrappers do asmlinkage_protectAl Viro
2013-03-04make HAVE_SYSCALL_WRAPPERS unconditionalAl Viro
2013-03-04consolidate cond_syscall and SYSCALL_ALIAS declarationsAl Viro
2013-03-04teach SYSCALL_DEFINE<n> how to deal with long long/unsigned long longAl Viro
2013-03-04get rid of duplicate logics in __SC_....[1-6] definitionsAl Viro
2013-02-14burying unused conditionalsAl Viro
2013-02-04take sys_rt_sigsuspend() prototype to linux/syscalls.hAl Viro
2013-02-04generic sys_sigaction() and compat_sys_sigaction()Al Viro
2013-02-04consolidate kernel-side struct sigaction declarationsAl Viro
2013-02-04old sigsuspend variants in kernel/signal.cAl Viro
2013-02-04sanitize rt_sigaction() situation a bitAl Viro
2012-12-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro
2012-12-20Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-19Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-12-18lseek: the "whence" argument is called "whence"Andrew Morton
2012-12-14module: add flags arg to sys_finit_module()Rusty Russell
2012-12-14module: add syscall to load module from fdKees Cook
2012-11-29take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro
2012-11-29get rid of pt_regs argument of do_execve()Al Viro
2012-11-29consolidate sys_execve() prototypeAl Viro
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-06-01syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov
2012-03-05BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker