summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-168-19/+34
|\
| * syscalls: Fix file comments for syscalls implemented in kernel/sys.cTal Zussman2020-11-132-2/+2
| * ctype.h: remove duplicate isdigit() helperArnd Bergmann2020-10-282-4/+22
| * qspinlock: use signed temporaries for cmpxchgArnd Bergmann2020-10-262-6/+6
| * asm-generic: fix ffs -Wshadow warningArnd Bergmann2020-10-261-4/+1
| * asm-generic: percpu: avoid Wshadow warningArnd Bergmann2020-10-261-9/+9
| * asm-generic/sembuf: Update architecture related information in commentViresh Kumar2020-10-261-3/+3
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-1615-221/+281
|\ \
| * | mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-161-3/+3
| * | relay: allow the use of const callback structsJani Nikula2020-12-161-2/+2
| * | relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula2020-12-161-0/+6
| * | relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula2020-12-161-19/+0
| * | rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior2020-12-161-3/+0
| * | string.h: add FORTIFY coverage for strscpy()Francis Laniel2020-12-161-0/+48
| * | lib: string.h: detect intra-object overflow in fortified string functionsDaniel Axtens2020-12-161-11/+16
| * | ilog2: improve ilog2 for constant argumentsJakub Jelinek2020-12-161-1/+2
| * | bitmap: remove unused function declarationMa, Jianpeng2020-12-161-2/+0
| * | include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko2020-12-161-2/+2
| * | kernel.h: split out mathematical helpersAndy Shevchenko2020-12-167-176/+194
| * | asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy2020-12-161-1/+1
| * | proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-161-1/+7
* | | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-161-5/+6
|\ \ \
| * | | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-5/+6
* | | | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-162-31/+21
|\ \ \ \
| * | | | file: Remove get_files_structEric W. Biederman2020-12-101-1/+0
| * | | | file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman2020-12-101-1/+1
| * | | | file: Replace ksys_close with close_fdEric W. Biederman2020-12-101-12/+0
| * | | | file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman2020-12-102-5/+4
| * | | | file: Merge __alloc_fd into alloc_fdEric W. Biederman2020-12-101-2/+0
| * | | | file: Merge __fd_install into fd_installEric W. Biederman2020-12-101-2/+0
| * | | | file: Implement task_lookup_next_fd_rcuEric W. Biederman2020-12-101-0/+1
| * | | | file: Implement task_lookup_fd_rcuEric W. Biederman2020-12-101-0/+2
| * | | | file: Rename fcheck lookup_fd_rcuEric W. Biederman2020-12-101-4/+4
| * | | | file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman2020-12-101-4/+3
| * | | | file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman2020-12-101-0/+7
| * | | | file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman2020-12-101-2/+2
| * | | | exec: Remove reset_files_structEric W. Biederman2020-12-101-1/+0
| * | | | exec: Simplify unshare_filesEric W. Biederman2020-12-101-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'close-range-openat2-v5.11' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-12-161-0/+3
|\ \ \ \
| * | | | fs, close_range: add flag CLOSE_RANGE_CLOEXECGiuseppe Scrivano2020-12-041-0/+3
* | | | | Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-12-162-13/+3
|\ \ \ \ \
| * | | | | epoll: take epitem list out of struct fileAl Viro2020-10-262-13/+3
| * | | | | convert ->f_ep_links/->fllink to hlistAl Viro2020-10-262-3/+3
| | |/ / / | |/| | |
* | | | | Merge tag 'nfsd-5.11' of git://git.linux-nfs.org/projects/cel/cel-2.6Linus Torvalds2020-12-1610-107/+375
|\ \ \ \ \
| * | | | | nfsd: Record NFSv4 pre/post-op attributes as non-atomicTrond Myklebust2020-12-091-0/+3
| * | | | | nfsd: Set PF_LOCAL_THROTTLE on local filesystems onlyTrond Myklebust2020-12-091-0/+1
| * | | | | exportfs: Add a function to return the raw output from fh_to_dentry()Trond Myklebust2020-12-091-0/+5
| * | | | | nfsd: close cached files prior to a REMOVE or RENAME that would replace targetJeff Layton2020-12-091-2/+3
| * | | | | nfsd: allow filesystems to opt out of subtree checkingJeff Layton2020-12-091-0/+1
| * | | | | nfsd: add a new EXPORT_OP_NOWCC flag to struct export_operationsJeff Layton2020-12-091-0/+2