| Commit message (Expand) | Author | Age | Files | Lines |
* | uapi: Add missing _UAPI prefix to <asm-generic/types.h> include guard | Geert Uytterhoeven | 2022-12-01 | 1 | -3/+3 |
* | hugetlb_encode.h: fix undefined behaviour (34 << 26) | Matthias Goergens | 2022-10-03 | 1 | -13/+13 |
* | mm/madvise: introduce MADV_COLLAPSE sync hugepage collapse | Zach O'Keefe | 2022-09-11 | 1 | -0/+2 |
* | Merge tag 'tty-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2022-08-08 | 1 | -0/+1 |
|\ |
|
| * | serial: Support for RS-485 multipoint addresses | Ilpo Järvinen | 2022-06-27 | 1 | -0/+1 |
* | | tools: Fixed MIPS builds due to struct flock re-definition | Florian Fainelli | 2022-07-20 | 1 | -0/+2 |
|/ |
|
* | Merge tag 'tty-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2022-06-03 | 2 | -145/+159 |
|\ |
|
| * | termbits.h: Remove posix_types.h include | Ilpo Järvinen | 2022-05-19 | 1 | -2/+0 |
| * | termbits.h: Align lines & format | Ilpo Järvinen | 2022-05-19 | 1 | -38/+38 |
| * | termbits.h: create termbits-common.h for identical bits | Ilpo Järvinen | 2022-05-19 | 2 | -51/+67 |
| * | termbits: Convert octal defines to hex | Ilpo Järvinen | 2022-05-05 | 1 | -110/+110 |
* | | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2022-05-31 | 2 | -16/+11 |
|\ \ |
|
| * | | syscalls: compat: Fix the missing part for __SYSCALL_COMPAT | Guo Ren | 2022-04-26 | 1 | -2/+2 |
| * | | uapi: always define F_GETLK64/F_SETLK64/F_SETLKW64 in fcntl.h | Christoph Hellwig | 2022-04-26 | 1 | -2/+2 |
| * | | uapi: simplify __ARCH_FLOCK{,64}_PAD a little | Christoph Hellwig | 2022-04-26 | 1 | -12/+7 |
| |/ |
|
* | | Merge tag 'net-next-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-05-25 | 1 | -0/+2 |
|\ \ |
|
| * | | net: SO_RCVMARK socket option for SO_MARK with recvmsg() | Erin MacNeil | 2022-04-28 | 1 | -0/+2 |
| |/ |
|
* / | signal: Deliver SIGTRAP on perf event asynchronously if blocked | Marco Elver | 2022-04-22 | 1 | -0/+7 |
|/ |
|
* | mm: madvise: MADV_DONTNEED_LOCKED | Johannes Weiner | 2022-03-24 | 1 | -0/+2 |
* | Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2022-03-24 | 1 | -0/+2 |
|\ |
|
| * | txhash: Add socket option to control TX hash rethink behavior | Akhmat Karakotov | 2022-01-31 | 1 | -0/+2 |
* | | shmbuf.h: add asm/shmbuf.h to UAPI compile-test coverage | Masahiro Yamada | 2022-02-17 | 1 | -1/+3 |
* | | signal.h: add linux/signal.h and asm/signal.h to UAPI compile-test coverage | Masahiro Yamada | 2022-02-17 | 1 | -1/+1 |
|/ |
|
* | mm/mempolicy: wire up syscall set_mempolicy_home_node | Aneesh Kumar K.V | 2022-01-15 | 1 | -1/+4 |
* | aio: fix use-after-free due to missing POLLFREE handling | Eric Biggers | 2021-12-09 | 1 | -1/+1 |
* | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2021-11-10 | 1 | -0/+1 |
|\ |
|
| * | signal: Add SA_IMMUTABLE to ensure forced siganls do not get changed | Eric W. Biederman | 2021-11-03 | 1 | -0/+1 |
* | | Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2021-11-02 | 1 | -0/+2 |
|\ \ |
|
| * | | net: add new socket option SO_RESERVE_MEM | Wei Wang | 2021-09-30 | 1 | -0/+2 |
| |/ |
|
* | | Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2021-11-01 | 1 | -1/+4 |
|\ \ |
|
| * | | futex: Implement sys_futex_waitv() | André Almeida | 2021-10-07 | 1 | -1/+4 |
| |/ |
|
* / | locks: remove LOCK_MAND flock lock support | Jeff Layton | 2021-09-10 | 1 | -0/+4 |
|/ |
|
* | compat: remove some compat entry points | Arnd Bergmann | 2021-09-08 | 1 | -5/+5 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-09-03 | 1 | -1/+3 |
|\ |
|
| * | mm: wire up syscall process_mrelease | Suren Baghdasaryan | 2021-09-03 | 1 | -1/+3 |
* | | Merge branch 'siginfo-si_trapno-for-v5.15' of git://git.kernel.org/pub/scm/li... | Linus Torvalds | 2021-09-01 | 1 | -0/+5 |
|\ \ |
|
| * | | signal: Verify the alignment and size of siginfo_t | Eric W. Biederman | 2021-07-23 | 1 | -0/+5 |
| |/ |
|
* / | sock: allow reading and changing sk_userlocks with setsockopt | Pavel Tikhomirov | 2021-08-04 | 1 | -0/+2 |
|/ |
|
* | arch, mm: wire up memfd_secret system call where relevant | Mike Rapoport | 2021-07-08 | 1 | -1/+6 |
* | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 2021-07-02 | 1 | -0/+3 |
|\ |
|
| * | mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables | David Hildenbrand | 2021-06-30 | 1 | -0/+3 |
* | | Merge tag 'fs_for_v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-07-01 | 1 | -1/+2 |
|\ \ |
|
| * | | quota: Change quotactl_path() systcall to an fd-based one | Jan Kara | 2021-06-07 | 1 | -2/+2 |
* | | | net: retrieve netns cookie via getsocketopt | Martynas Pumputis | 2021-06-24 | 1 | -0/+2 |
| |/
|/| |
|
* | | quota: finish disable quotactl_path syscall | Marcin Juszkiewicz | 2021-06-15 | 1 | -2/+1 |
* | | Merge branch 'for-v5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2021-05-21 | 1 | -7/+8 |
|\ \
| |/
|/| |
|
| * | signal: Deliver all of the siginfo perf data in _perf | Eric W. Biederman | 2021-05-18 | 1 | -2/+6 |
| * | siginfo: Move si_trapno inside the union inside _si_fault | Eric W. Biederman | 2021-05-18 | 1 | -5/+2 |
* | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2021-05-01 | 1 | -1/+8 |
|\ \ |
|
| * | | arch: Wire up Landlock syscalls | Mickaël Salaün | 2021-04-22 | 1 | -1/+7 |