aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sys_ni.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-09Merge tag 'lsm-pr-20240105' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+3
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds1-0/+14
2023-11-12LSM: Create lsm_list_modules system callCasey Schaufler1-0/+1
2023-11-12LSM: syscalls for current process attributesCasey Schaufler1-0/+2
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+0
2023-10-03syscalls: Cleanup references to sys_lookup_dcookie()Sohil Mehta1-2/+0
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org1-0/+1
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org1-0/+1
2023-08-02x86/shstk: Introduce map_shadow_stack syscallRick Edgecombe1-0/+1
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-109/+1
2023-06-22syscalls: Remove file path comments from headersSohil Mehta1-109/+1
2023-06-09cachestat: implement cachestat syscallNhat Pham1-0/+1
2022-08-20kernel/sys_ni: add compat entry for fadvise64_64Randy Dunlap1-0/+1
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeAneesh Kumar K.V1-0/+1
2021-10-07futex: Implement sys_futex_waitv()André Almeida1-0/+1
2021-10-07futex: Split out syscallsPeter Zijlstra1-1/+1
2021-09-08compat: remove some compat entry pointsArnd Bergmann1-5/+0
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+1
2021-09-03mm: wire up syscall process_mreleaseSuren Baghdasaryan1-0/+1
2021-07-12exit/bdflush: Remove the deprecated bdflush system callEric W. Biederman1-1/+0
2021-07-08mm: introduce memfd_secret system call to create "secret" memory areasMike Rapoport1-0/+2
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneJan Kara1-1/+1
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+5
2021-04-22landlock: Add syscall implementationsMickaël Salaün1-0/+5
2021-03-17quota: wire up quotactl_pathSascha Hauer1-0/+1
2020-12-19epoll: wire up syscall epoll_pwait2Willem de Bruijn1-0/+2
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim1-0/+1
2020-09-17quota: simplify the quotactl compat handlingChristoph Hellwig1-1/+0
2020-08-14all arch: remove system call sys_sysctlXiaoming Ni1-1/+0
2019-11-15y2038: allow disabling time32 system callsArnd Bergmann1-0/+23
2019-06-21arch: handle arches who do not yet define clone3Christian Brauner1-0/+2
2019-05-07signal: support CLONE_PIDFD with pidfd_send_signalChristian Brauner1-3/+0
2019-03-16Merge tag 'pidfd-v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Linus Torvalds1-0/+1
2019-03-08Merge tag 'io_uring-2019-03-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2019-03-06ipc: Fix building compat mode without sysvipcArnd Bergmann1-0/+3
2019-03-05signal: add pidfd_send_signal() syscallChristian Brauner1-0/+1
2019-02-28io_uring: add support for pre-mapped user IO buffersJens Axboe1-0/+1
2019-02-28Add io_uring IO interfaceJens Axboe1-0/+2
2019-02-07y2038: syscalls: rename y2038 compat syscallsArnd Bergmann1-8/+10
2019-01-25ipc: rename old-style shmctl/semctl/msgctl syscallsArnd Bergmann1-0/+3
2019-01-18ipc: introduce ksys_ipc()/compat_ksys_ipc() for s390Arnd Bergmann1-0/+1
2018-12-18y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann1-0/+2
2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+3
2018-06-07Merge tag 'powerpc-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers1-0/+3
2018-05-10powerpc/syscalls: switch rtas(2) to SYSCALL_DEFINEAl Viro1-1/+1
2018-05-02aio: implement io_pgeteventsChristoph Hellwig1-0/+2
2018-04-05syscalls/core: Prepare CONFIG_ARCH_HAS_SYSCALL_WRAPPER=y for compat syscallsDominik Brodowski1-0/+10
2018-04-02kernel/sys_ni: remove {sys_,sys_compat} from cond_syscall definitionsDominik Brodowski1-215/+218
2018-04-02kernel/sys_ni: sort cond_syscall() entriesDominik Brodowski1-174/+332
2018-04-02fs/quota: use COMPAT_SYSCALL_DEFINE for sys32_quotactl()Dominik Brodowski1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-12-22move aio compat to fs/aio.cAl Viro1-0/+3
2016-09-13x86/pkeys: Fix pkeys build breakage for some non-x86 archesDave Hansen1-0/+5
2015-12-01vfs: add copy_file_range syscall and vfs helperZach Brown1-0/+1
2015-11-05mm: mlock: add new mlock system callEric B Munson1-0/+1
2015-09-11sys_membarrier(): system-wide memory barrier (generic, x86)Mathieu Desnoyers1-0/+3
2015-09-04userfaultfd: activate syscallAndrea Arcangeli1-0/+1
2015-07-31x86/ldt: Make modify_ldt() optionalAndy Lutomirski1-0/+1
2015-04-15kernel: conditionally support non-root users, groups and capabilitiesIulia Manda1-0/+14
2014-12-13syscalls: implement execveat() system callDavid Drysdale1-0/+3
2014-11-19s390/kernel: add system calls for PCI memory accessAlexey Ishchuk1-0/+2
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+3
2014-09-26bpf: enable bpf syscall on x64 and i386Alexei Starovoitov1-0/+3
2014-08-17mm: Support compiling out madvise and fadviseJosh Triplett1-0/+3
2014-08-08kexec: new syscall kexec_file_load() declarationVivek Goyal1-0/+1
2014-08-08shm: add memfd_create() syscallDavid Herrmann1-0/+1
2014-07-18seccomp: add "seccomp" syscallKees Cook1-0/+3
2014-06-04sys_sgetmask/sys_ssetmask: add CONFIG_SGETMASK_SYSCALLFabian Frederick1-0/+2
2014-04-03fs, kernel: permit disabling the uselib syscallJosh Triplett1-0/+1
2014-04-03sys_sysfs: Add CONFIG_SYSFS_SYSCALLFabian Frederick1-0/+1
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro1-0/+1
2013-03-03merge compat sys_ipc instancesAl Viro1-1/+1
2013-03-03consolidate compat lookup_dcookie()Al Viro1-0/+1
2012-12-14module: add syscall to load module from fdKees Cook1-0/+1
2012-05-31syscalls, x86: add __NR_kcmp syscallCyrill Gorcunov1-0/+3
2011-10-31Cross Memory AttachChristopher Yeoh1-0/+4
2011-08-26All Arch: remove linkage for sys_nfsservctl system callNeilBrown1-1/+0
2011-05-20ipc: Add missing sys_ni entries for ipc/compat.c functionsKevin Cernekee1-0/+7
2011-05-05net: Add sendmmsg socket system callAnton Blanchard1-0/+2
2011-03-15vfs: Add open by file handle supportAneesh Kumar K.V1-0/+2
2011-03-15vfs: Add name to file handle conversion supportAneesh Kumar K.V1-0/+3
2010-09-23powerpc: define a compat_sys_recv cond_syscallStephen Rothwell1-0/+1
2010-07-28fanotify: sys_fanotify_mark declartionEric Paris1-0/+1
2010-07-28fanotify: fanotify_init syscall declarationEric Paris1-0/+3
2010-03-12Add generic sys_ipc wrapperChristoph Hellwig1-0/+1
2009-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-0/+2
2009-11-06sysctl: Remove the cond_syscall entry for sys32_sysctlEric W. Biederman1-1/+0
2009-10-12net: Introduce recvmmsg socket syscallArnaldo Carvalho de Melo1-0/+2
2009-09-24Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-1/+1
2009-09-21net: fix CONFIG_NET=n build on sparc64Andrew Morton1-0/+1
2009-09-21perf: Do the big rename: Performance Counters -> Performance EventsIngo Molnar1-1/+1
2009-01-21Merge commit 'v2.6.29-rc2' into perfcounters/coreIngo Molnar1-0/+1
2009-01-14[CVE-2009-0029] Make sys_syslog a conditional system callHeiko Carstens1-0/+1
2008-12-08performance counters: core codeThomas Gleixner1-0/+3
2008-11-19reintroduce accept4Ulrich Drepper1-1/+1
2008-10-16Configure out AIO supportThomas Petazzoni1-0/+5
2008-09-29Configure out file locking featuresThomas Petazzoni1-0/+1
2008-07-25signalfd: fix undefined reference to `compat_sys_signalfd4' when !CONFIG_SIGN...Ingo Molnar1-0/+1
2008-07-25flag parameters: fix compile error of sys_epoll_create1Wang Chen1-0/+1
2008-07-24flag parameters: inotify_initUlrich Drepper1-0/+1
2008-07-24flag parameters: eventfdUlrich Drepper1-0/+1
2008-07-24flag parameters: signalfdUlrich Drepper1-0/+1
2008-07-24flag parameters: pacceptUlrich Drepper1-0/+1
2008-07-22Fix build on COMPAT platforms when CONFIG_EPOLL is disabledAtsushi Nemoto1-0/+1
2008-02-05timerfd: new timerfd APIDavide Libenzi1-2/+5
2008-01-24[POWERPC] Provide a way to protect 4k subpages when using 64k pagesPaul Mackerras1-0/+1
2007-10-30[COMPAT]: Fix build on COMPAT platforms when CONFIG_NET is disabled.David S. Miller1-0/+4
2007-10-17kernel/sys_ni.c: add dummy sys_ni_syscall() prototypeAdrian Bunk1-0/+4
2007-07-16diskquota: 32bit quota tools on 64bit architecturesVasily Tarasov1-0/+1
2007-05-12compat signalfd and timerfd are cond syscallsHeiko Carstens1-0/+2
2007-05-11signal/timer/event: eventfd coreDavide Libenzi1-0/+1
2007-05-11signal/timer/event: timerfd coreDavide Libenzi1-0/+1
2007-05-11signal/timer/event: signalfd coreDavide Libenzi1-0/+3
2006-11-03[PATCH] Create compat_sys_migrate_pagesStephen Rothwell1-0/+1
2006-10-16[PATCH] fix epoll_pwait when EPOLL=nRandy Dunlap1-0/+1
2006-09-30[PATCH] BLOCK: Make it possible to disable the block layer [try #6]David Howells1-0/+5
2006-06-23[PATCH] sys_move_pages: 32bit support (i386, x86_64)Christoph Lameter1-0/+1
2006-06-23[PATCH] page migration: sys_move_pages(): support moving of individual pagesChristoph Lameter1-0/+1
2006-04-11[PATCH] frv: define MMU mode specific syscalls as 'cond_syscall' and clean up...Hyok S. Choi1-0/+12
2006-03-27[PATCH] lightweight robust futexes: coreIngo Molnar1-0/+4
2006-02-20[PATCH] Fix compile for CONFIG_SYSVIPC=n or CONFIG_SYSCTL=nStephen Rothwell1-0/+2
2006-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds1-0/+2
2006-01-08[PATCH] Make vm86 support optionalMatt Mackall1-0/+2
2006-01-08[PATCH] tiny: Make *[ug]id16 support optionalMatt Mackall1-0/+19
2006-01-08[PATCH] Swap Migration V5: sys_migrate_pages interfaceChristoph Lameter1-0/+1
2006-01-09[PATCH] spufs: The SPU file system, baseArnd Bergmann1-0/+2
2005-08-01[PATCH] remove sys_set_zone_reclaim()Ingo Molnar1-1/+0
2005-07-12[PATCH] inotifyRobert Love1-0/+3
2005-06-25[PATCH] kexec: add kexec syscallsEric W. Biederman1-0/+2
2005-06-21[PATCH] VM: early zone reclaimMartin Hicks1-0/+1
2005-05-01[PATCH] consolidate sys_shmatStephen Rothwell1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+86