summaryrefslogtreecommitdiffstats
path: root/include/uapi/asm-generic
Commit message (Expand)AuthorAgeFilesLines
* arch, mm: wire up memfd_secret system call where relevantMike Rapoport2021-07-081-1/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-021-0/+3
|\
| * mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tablesDavid Hildenbrand2021-06-301-0/+3
* | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-011-1/+2
|\ \
| * | quota: Change quotactl_path() systcall to an fd-based oneJan Kara2021-06-071-2/+2
* | | net: retrieve netns cookie via getsocketoptMartynas Pumputis2021-06-241-0/+2
| |/ |/|
* | quota: finish disable quotactl_path syscallMarcin Juszkiewicz2021-06-151-2/+1
* | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-211-7/+8
|\ \ | |/ |/|
| * signal: Deliver all of the siginfo perf data in _perfEric W. Biederman2021-05-181-2/+6
| * siginfo: Move si_trapno inside the union inside _si_faultEric W. Biederman2021-05-181-5/+2
* | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-011-1/+8
|\ \
| * | arch: Wire up Landlock syscallsMickaël Salaün2021-04-221-1/+7
* | | Merge tag 'for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...Linus Torvalds2021-04-291-1/+3
|\ \ \ | |_|/ |/| |
| * | quota: wire up quotactl_pathSascha Hauer2021-03-171-1/+3
| |/
* | signal, perf: Fix siginfo_t by avoiding u64 on 32-bit architecturesMarco Elver2021-04-231-1/+1
* | signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver2021-04-161-1/+5
|/
* fs: add mount_setattr()Christian Brauner2021-01-241-1/+3
* epoll: wire up syscall epoll_pwait2Willem de Bruijn2020-12-191-1/+3
* Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-152-4/+4
|\
| * syscalls: Fix file comments for syscalls implemented in kernel/sys.cTal Zussman2020-11-131-1/+1
| * asm-generic/sembuf: Update architecture related information in commentViresh Kumar2020-10-261-3/+3
* | Merge tag 'net-next-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-12-151-0/+3
|\ \
| * | net: Add SO_BUSY_POLL_BUDGET socket optionBjörn Töpel2020-12-011-0/+1
| * | net: Introduce preferred busy-pollingBjörn Töpel2020-12-011-0/+2
| |/
* | Merge tag 'core-entry-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-1/+2
|\ \
| * | signal: Expose SYS_USER_DISPATCH si_code typeGabriel Krisman Bertazi2020-12-021-1/+2
| |/
* | signal: define the SA_EXPOSE_TAGBITS bit in sa_flagsPeter Collingbourne2020-11-231-0/+3
* | signal: define the SA_UNSUPPORTED bit in sa_flagsPeter Collingbourne2020-11-231-0/+7
* | arch: provide better documentation for the arch-specific SA_* flagsPeter Collingbourne2020-11-231-8/+14
* | arch: move SA_* definitions to generic headersPeter Collingbourne2020-11-232-29/+47
|/
* mm/madvise: introduce process_madvise() syscall: an external memory hinting APIMinchan Kim2020-10-181-1/+3
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-0/+1
|\
| * powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-151-0/+1
* | Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-10-121-1/+1
|\ \
| * | fs: remove compat_sys_mountChristoph Hellwig2020-09-221-1/+1
| |/
* | Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-10-121-7/+5
|\ \
| * | mm: remove compat_process_vm_{readv,writev}Christoph Hellwig2020-10-031-4/+2
| * | fs: remove compat_sys_vmspliceChristoph Hellwig2020-10-031-1/+1
| * | fs: remove the compat readv/writev syscallsChristoph Hellwig2020-10-031-2/+2
| |/
* / arm64: mte: Add specific SIGSEGV codesVincenzo Frascino2020-09-041-1/+3
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-051-2/+2
|\
| * net: remove compat_sys_{get,set}sockoptChristoph Hellwig2020-07-191-2/+2
* | arch: wire-up close_range()Christian Brauner2020-06-171-0/+2
|/
* vfs: add faccessat2 syscallMiklos Szeredi2020-05-141-1/+3
* y2038: hide timeval/timespec/itimerval/itimerspec typesArnd Bergmann2020-02-211-0/+2
* Merge tag 'threads-v5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/bra...Linus Torvalds2020-01-291-1/+3
|\
| * arch: wire up pidfd_getfd syscallSargun Dhillon2020-01-131-1/+3
* | Merge branch 'work.openat2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-01-291-1/+4
|\ \
| * | open: introduce openat2(2) syscallAleksa Sarai2020-01-181-1/+4
| |/
* / mm: Reserve asm-generic prot flags 0x10 and 0x20 for arch useDave Martin2020-01-171-0/+2
|/