aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'integrity-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-161-0/+6
|\
| * ima: defer arch_ima_get_secureboot() call to IMA init timeArd Biesheuvel2020-11-021-0/+6
* | Merge tag 'selinux-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-12-165-15/+30
|\ \
| * | lsm,selinux: pass flowi_common instead of flowi to the LSM hooksPaul Moore2020-11-235-15/+30
* | | Merge tag 'audit-pr-20201214' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-161-8/+0
|\ \ \
| * | | audit: trigger accompanying records when no rules presentRichard Guy Briggs2020-10-271-8/+0
| |/ /
* | | Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-161-0/+3
|\ \ \
| * \ \ Merge branch 'for-5.11-null-console' into for-linusPetr Mladek2020-12-141-0/+3
| |\ \ \
| | * | | init/console: Use ttynull as a fallback when there is no consolePetr Mladek2020-11-201-0/+3
* | | | | Merge tag 'linux-kselftest-kunit-5.11-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds2020-12-161-0/+51
|\ \ \ \ \
| * | | | | kunit: Support for Parameterized TestingArpitha Raghunandan2020-12-021-0/+51
* | | | | | Merge tag 'asm-generic-timers-5.11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-12-162-15/+1
|\ \ \ \ \ \
| * | | | | | timekeeping: remove xtime_updateArnd Bergmann2020-10-301-2/+0
| * | | | | | timekeeping: add CONFIG_LEGACY_TIMER_TICKArnd Bergmann2020-10-301-0/+1
| * | | | | | timekeeping: remove arch_gettimeoffsetArnd Bergmann2020-10-301-13/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'asm-generic-mmu-context-5.11' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2020-12-152-14/+63
|\ \ \ \ \ \
| * | | | | | asm-generic: add generic MMU versions of mmu context functionsNicholas Piggin2020-10-262-14/+63
| |/ / / / /
* | | | | | Merge tag 'asm-generic-cleanup-5.11' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-12-158-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-1515-221/+281
|\ \ \ \ \ \
| * | | | | | mm: simplify follow_pte{,pmd}Christoph Hellwig2020-12-151-3/+3
| * | | | | | relay: allow the use of const callback structsJani Nikula2020-12-151-2/+2
| * | | | | | relay: make create_buf_file and remove_buf_file callbacks mandatoryJani Nikula2020-12-151-0/+6
| * | | | | | relay: remove unused buf_mapped and buf_unmapped callbacksJani Nikula2020-12-151-19/+0
| * | | | | | rapidio: remove unused rio_get_asm() and rio_get_device()Sebastian Andrzej Siewior2020-12-151-3/+0
| * | | | | | string.h: add FORTIFY coverage for strscpy()Francis Laniel2020-12-151-0/+48
| * | | | | | lib: string.h: detect intra-object overflow in fortified string functionsDaniel Axtens2020-12-151-11/+16
| * | | | | | ilog2: improve ilog2 for constant argumentsJakub Jelinek2020-12-151-1/+2
| * | | | | | bitmap: remove unused function declarationMa, Jianpeng2020-12-151-2/+0
| * | | | | | include/linux/bitmap.h: convert bitmap_empty() / bitmap_full() to return booleanAndy Shevchenko2020-12-151-2/+2
| * | | | | | kernel.h: split out mathematical helpersAndy Shevchenko2020-12-157-176/+194
| * | | | | | asm-generic: force inlining of get_order() to work around gcc10 poor decisionChristophe Leroy2020-12-151-1/+1
| * | | | | | proc: fix lookup in /proc/net subdirectories after setns(2)Alexey Dobriyan2020-12-151-1/+7
* | | | | | | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-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-152-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