aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2021-07-08arch, mm: wire up memfd_secret system call where relevantGravatar Mike Rapoport 1-1/+6
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-0/+3
2021-07-01Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-1/+2
2021-06-30mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesGravatar David Hildenbrand 1-0/+3
2021-06-24net: retrieve netns cookie via getsocketoptGravatar Martynas Pumputis 1-0/+2
2021-06-15quota: finish disable quotactl_path syscallGravatar Marcin Juszkiewicz 1-2/+1
2021-06-07quota: Change quotactl_path() systcall to an fd-based oneGravatar Jan Kara 1-2/+2
2021-05-21Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+8
2021-05-18signal: Deliver all of the siginfo perf data in _perfGravatar Eric W. Biederman 1-2/+6
2021-05-18siginfo: Move si_trapno inside the union inside _si_faultGravatar Eric W. Biederman 1-5/+2
2021-05-01Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Gravatar Linus Torvalds 1-1/+8
2021-04-29Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Gravatar Linus Torvalds 1-1/+3
2021-04-23signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architecturesGravatar Marco Elver 1-1/+1
2021-04-22arch: Wire up Landlock syscallsGravatar Mickaël Salaün 1-1/+7
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoGravatar Marco Elver 1-1/+5
2021-03-17quota: wire up quotactl_pathGravatar Sascha Hauer 1-1/+3
2021-01-24fs: add mount_setattr()Gravatar Christian Brauner 1-1/+3
2020-12-19epoll: wire up syscall epoll_pwait2Gravatar Willem de Bruijn 1-1/+3
2020-12-15Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-4/+4
2020-12-15Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+3
2020-12-14Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+2
2020-12-02signal: Expose SYS_USER_DISPATCH si_code typeGravatar Gabriel Krisman Bertazi 1-1/+2
2020-12-01net: Add SO_BUSY_POLL_BUDGET socket optionGravatar Björn Töpel 1-0/+1
2020-12-01net: Introduce preferred busy-pollingGravatar Björn Töpel 1-0/+2
2020-11-23signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsGravatar Peter Collingbourne 1-0/+3
2020-11-23signal: define the SA_UNSUPPORTED bit in sa_flagsGravatar Peter Collingbourne 1-0/+7
2020-11-23arch: provide better documentation for the arch-specific SA_* flagsGravatar Peter Collingbourne 1-8/+14
2020-11-23arch: move SA_* definitions to generic headersGravatar Peter Collingbourne 2-29/+47
2020-11-13syscalls: Fix file comments for syscalls implemented in kernel/sys.cGravatar Tal Zussman 1-1/+1
2020-10-26asm-generic/sembuf: Update architecture related information in commentGravatar Viresh Kumar 1-3/+3
2020-10-18mm/madvise: introduce process_madvise() syscall: an external memory hinting APIGravatar Minchan Kim 1-1/+3
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-0/+1
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+5
2020-10-03mm: remove compat_process_vm_{readv,writev}Gravatar Christoph Hellwig 1-4/+2
2020-10-03fs: remove compat_sys_vmspliceGravatar Christoph Hellwig 1-1/+1
2020-10-03fs: remove the compat readv/writev syscallsGravatar Christoph Hellwig 1-2/+2
2020-09-22fs: remove compat_sys_mountGravatar Christoph Hellwig 1-1/+1
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesGravatar Christophe Leroy 1-0/+1
2020-09-04arm64: mte: Add specific SIGSEGV codesGravatar Vincenzo Frascino 1-1/+3
2020-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-2/+2
2020-07-19net: remove compat_sys_{get,set}sockoptGravatar Christoph Hellwig 1-2/+2
2020-06-17arch: wire-up close_range()Gravatar Christian Brauner 1-0/+2
2020-05-14vfs: add faccessat2 syscallGravatar Miklos Szeredi 1-1/+3
2020-02-21y2038: hide timeval/timespec/itimerval/itimerspec typesGravatar Arnd Bergmann 1-0/+2
2020-01-29Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Gravatar Linus Torvalds 1-1/+3
2020-01-29Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+4
2020-01-18open: introduce openat2(2) syscallGravatar Aleksa Sarai 1-1/+4
2020-01-17mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch useGravatar Dave Martin 1-0/+2
2020-01-13arch: wire up pidfd_getfd syscallGravatar Sargun Dhillon 1-1/+3