| Commit message (Expand) | Author | Age | Files | Lines |
* | parisc: Wire up statx system call | Helge Deller | 2017-03-15 | 1 | -0/+1 |
* | parisc: Wire up preadv2 and pwritev2 syscalls | Helge Deller | 2016-03-23 | 1 | -0/+2 |
* | parisc: Drop alloc_hugepages and free_hugepages syscalls | Helge Deller | 2016-03-23 | 1 | -2/+2 |
* | parisc: Wire up copy_file_range syscall | Helge Deller | 2016-03-01 | 1 | -0/+1 |
* | parisc: Wire up mlock2 syscall | Helge Deller | 2015-12-12 | 1 | -0/+1 |
* | parisc: Wire up userfaultfd syscall | Helge Deller | 2015-10-22 | 1 | -0/+1 |
* | parisc: allocate sys_membarrier system call number | Mathieu Desnoyers | 2015-10-22 | 1 | -0/+1 |
* | parisc: Add compile-time check when adding new syscalls | Helge Deller | 2015-03-23 | 1 | -3/+6 |
* | parisc: Wire up execveat syscall | Helge Deller | 2015-02-16 | 1 | -0/+1 |
* | parisc: Use compat layer for msgctl, shmat, shmctl and semtimedop syscalls | Helge Deller | 2014-11-10 | 1 | -4/+4 |
* | parisc: Wire up bpf syscall | Helge Deller | 2014-11-10 | 1 | -0/+1 |
* | parisc: Wire up seccomp, getrandom and memfd_create syscalls | Helge Deller | 2014-08-27 | 1 | -0/+3 |
* | Merge branch 'parisc-3.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2014-07-13 | 1 | -1/+1 |
|\ |
|
| * | parisc: fix fanotify_mark() syscall on 32bit compat kernel | Helge Deller | 2014-07-13 | 1 | -1/+1 |
* | | parisc: 'renameat2()' doesn't need (or have) a separate compat system call | Linus Torvalds | 2014-05-23 | 1 | -1/+1 |
* | | parisc: add renameat2 syscall | Miklos Szeredi | 2014-05-20 | 1 | -0/+1 |
* | | parisc: fix epoll_pwait syscall on compat kernel | Helge Deller | 2014-04-13 | 1 | -1/+1 |
* | | parisc: wire up sys_utimes | Helge Deller | 2014-03-23 | 1 | -0/+1 |
* | | parisc: wire up sched_setattr and sched_getattr | Helge Deller | 2014-02-02 | 1 | -0/+2 |
|/ |
|
* | get rid of union semop in sys_semctl(2) arguments | Al Viro | 2013-03-05 | 1 | -1/+1 |
* | consolidate compat lookup_dcookie() | Al Viro | 2013-03-04 | 1 | -1/+1 |
* | convert sendfile{,64} to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-03-04 | 1 | -2/+2 |
* | Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2013-03-03 | 1 | -3/+3 |
|\ |
|
| * | parisc: switch to compat_functions of io_setup, io_getevents and io_submit | Helge Deller | 2013-03-02 | 1 | -3/+3 |
* | | fix compat truncate/ftruncate | Al Viro | 2013-02-25 | 1 | -2/+2 |
* | | switch lseek to COMPAT_SYSCALL_DEFINE | Al Viro | 2013-02-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-02-24 | 1 | -4/+4 |
|\ |
|
| * | parisc: switch to generic compat rt_sigaction() | Al Viro | 2013-02-04 | 1 | -1/+1 |
| * | parisc: switch to generic compat sched_rr_get_interval() | Al Viro | 2013-02-04 | 1 | -1/+1 |
| * | parisc: switch to generic compat rt_sigpending() | Al Viro | 2013-02-04 | 1 | -1/+1 |
| * | parisc: switch to generic compat rt_sigprocmask() | Al Viro | 2013-02-04 | 1 | -1/+1 |
| * | parisc: switch to generic sigaltstack | Al Viro | 2013-02-04 | 1 | -1/+1 |
* | | parisc: sendfile and sendfile64 syscall cleanups | Helge Deller | 2013-02-20 | 1 | -1/+1 |
* | | parisc: switch to available compat_sched_rr_get_interval implementation | Helge Deller | 2013-02-20 | 1 | -4/+1 |
* | | parisc: fix fallocate syscall | Helge Deller | 2013-02-20 | 1 | -1/+1 |
* | | parisc: convert msgrcv and msgsnd syscalls to use compat layer | Helge Deller | 2013-02-20 | 1 | -2/+2 |
* | | parisc: correctly wire up mq_* functions for CONFIG_COMPAT case | Helge Deller | 2013-02-20 | 1 | -5/+5 |
* | | parisc: wire up process_vm_readv, process_vm_writev, kcmp and finit_module sy... | Helge Deller | 2013-02-20 | 1 | -0/+4 |
|/ |
|
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-12-12 | 1 | -1/+1 |
|\ |
|
| * | parisc: switch to generic sys_execve() | Al Viro | 2012-10-15 | 1 | -1/+1 |
* | | [parisc] open(2) compat bug | Al Viro | 2012-12-03 | 1 | -1/+1 |
|/ |
|
* | remove remaining references to nfsservctl | Stephen Rothwell | 2011-08-30 | 1 | -1/+1 |
* | [PARISC] wire up sendmmsg syscall | James Bottomley | 2011-08-01 | 1 | -0/+1 |
* | ns: Wire up the setns system call | Eric W. Biederman | 2011-05-28 | 1 | -0/+1 |
* | [PARISC] wire up syncfs syscall | James Bottomley | 2011-04-15 | 1 | -0/+1 |
* | [PARISC] wire up the fhandle syscalls | James Bottomley | 2011-04-15 | 1 | -0/+2 |
* | [PARISC] wire up clock_adjtime syscall | James Bottomley | 2011-04-15 | 1 | -0/+1 |
* | [PARISC] wire up fanotify syscalls | James Bottomley | 2011-04-15 | 1 | -0/+2 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | parisc: add prlimit64 syscall | Kyle McMartin | 2010-10-14 | 1 | -0/+1 |