aboutsummaryrefslogtreecommitdiff
path: root/include/uapi/asm-generic
AgeCommit message (Expand)AuthorFilesLines
2022-10-03hugetlb_encode.h: fix undefined behaviour (34 << 26)Gravatar Matthias Goergens 1-13/+13
2022-09-11mm/madvise: introduce MADV_COLLAPSE sync hugepage collapseGravatar Zach O'Keefe 1-0/+2
2022-08-08Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Gravatar Linus Torvalds 1-0/+1
2022-07-20tools: Fixed MIPS builds due to struct flock re-definitionGravatar Florian Fainelli 1-0/+2
2022-06-27serial: Support for RS-485 multipoint addressesGravatar Ilpo Järvinen 1-0/+1
2022-06-03Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 2-145/+159
2022-05-31Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-16/+11
2022-05-25Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+2
2022-05-19termbits.h: Remove posix_types.h includeGravatar Ilpo Järvinen 1-2/+0
2022-05-19termbits.h: Align lines & formatGravatar Ilpo Järvinen 1-38/+38
2022-05-19termbits.h: create termbits-common.h for identical bitsGravatar Ilpo Järvinen 2-51/+67
2022-05-05termbits: Convert octal defines to hexGravatar Ilpo Järvinen 1-110/+110
2022-04-28net: SO_RCVMARK socket option for SO_MARK with recvmsg()Gravatar Erin MacNeil 1-0/+2
2022-04-26syscalls: compat: Fix the missing part for __SYSCALL_COMPATGravatar Guo Ren 1-2/+2
2022-04-26uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.hGravatar Christoph Hellwig 1-2/+2
2022-04-26uapi: simplify __ARCH_FLOCK{,64}_PAD a littleGravatar Christoph Hellwig 1-12/+7
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedGravatar Marco Elver 1-0/+7
2022-03-24mm: madvise: MADV_DONTNEED_LOCKEDGravatar Johannes Weiner 1-0/+2
2022-03-24Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 1-0/+2
2022-02-17shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverageGravatar Masahiro Yamada 1-1/+3
2022-02-17signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverageGravatar Masahiro Yamada 1-1/+1
2022-01-31txhash: Add socket option to control TX hash rethink behaviorGravatar Akhmat Karakotov 1-0/+2
2022-01-15mm/mempolicy: wire up syscall set_mempolicy_home_nodeGravatar Aneesh Kumar K.V 1-1/+4
2021-12-09aio: fix use-after-free due to missing POLLFREE handlingGravatar Eric Biggers 1-1/+1
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-0/+1
2021-11-03signal: Add SA_IMMUTABLE to ensure forced siganls do not get changedGravatar Eric W. Biederman 1-0/+1
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+4
2021-10-07futex: Implement sys_futex_waitv()Gravatar André Almeida 1-1/+4
2021-09-30net: add new socket option SO_RESERVE_MEMGravatar Wei Wang 1-0/+2
2021-09-10locks: remove LOCK_MAND flock lock supportGravatar Jeff Layton 1-0/+4
2021-09-08compat: remove some compat entry pointsGravatar Arnd Bergmann 1-5/+5
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-1/+3
2021-09-03mm: wire up syscall process_mreleaseGravatar Suren Baghdasaryan 1-1/+3
2021-09-01Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 1-0/+5
2021-08-04sock: allow reading and changing sk_userlocks with setsockoptGravatar Pavel Tikhomirov 1-0/+2
2021-07-23signal: Verify the alignment and size of siginfo_tGravatar Eric W. Biederman 1-0/+5
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