aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | context_tracking: Take idle eqs entrypoints over RCUFrederic Weisbecker2022-07-052-1/+9
| | * | | | | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-292-8/+8
| | * | | | | context_tracking: Rename context_tracking_cpu_set() to ct_cpu_track_user()Frederic Weisbecker2022-06-291-1/+1
| | * | | | | context_tracking: Rename context_tracking_enter/exit() to ct_user_enter/exit()Frederic Weisbecker2022-06-291-6/+7
| | * | | | | context_tracking: Rename context_tracking_user_enter/exit() to user_enter/exi...Frederic Weisbecker2022-06-291-2/+2
| | * | | | | context_tracking: Rename __context_tracking_enter/exit() to __ct_user_enter/e...Frederic Weisbecker2022-06-211-6/+6
| | * | | | | context_tracking: Remove unused context_tracking_in_user()Frederic Weisbecker2022-06-201-5/+0
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *---. \ \ \ \ \ Merge branches 'doc.2022.06.21a', 'fixes.2022.07.19a', 'nocb.2022.07.19a', 'p...Paul E. McKenney2022-07-215-11/+46
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / / | |/| | | | | | |
| | | | * | | | | rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney2022-06-211-0/+1
| | | | * | | | | rcu-tasks: Track blocked RCU Tasks Trace readersPaul E. McKenney2022-06-202-3/+10
| | | | * | | | | rcu-tasks: Add data structures for lightweight grace periodsPaul E. McKenney2022-06-201-0/+2
| | | | * | | | | rcu-tasks: Merge state into .b.need_qs and atomically updatePaul E. McKenney2022-06-202-8/+11
| | |_|/ / / / / | |/| | | | | |
| | | * | | | | rcu: Add polled expedited grace-period primitivesPaul E. McKenney2022-07-212-0/+12
| | | * | | | | rcu: Provide a get_completed_synchronize_rcu() functionPaul E. McKenney2022-06-201-0/+1
| | |/ / / / / | |/| | | | |
| | * | | | | rcu: tiny: Record kvfree_call_rcu() call stack for KASANJohannes Berg2022-07-191-1/+10
| |/ / / / /
* | | | | | Merge tag 'v5.20-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2022-08-025-110/+492
|\ \ \ \ \ \
| * | | | | | crypto: aria - Implement ARIA symmetric cipher algorithmTaehee Yoo2022-07-151-0/+461
| * | | | | | crypto: hisilicon/qm - modify event irq processingWeili Qian2022-06-171-1/+7
| * | | | | | crypto: blake2s - remove shash moduleJason A. Donenfeld2022-06-101-108/+0
| * | | | | | fscrypt: Add HCTR2 support for filename encryptionNathan Huckleberry2022-06-101-1/+2
| * | | | | | crypto: x86/polyval - Add PCLMULQDQ accelerated implementation of POLYVALNathan Huckleberry2022-06-101-0/+5
| * | | | | | crypto: polyval - Add POLYVAL supportNathan Huckleberry2022-06-101-0/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'random-6.0-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-08-023-14/+23
|\ \ \ \ \ \
| * | | | | | random: handle archrandom with multiple longsJason A. Donenfeld2022-07-252-20/+10
| * | | | | | random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld2022-07-183-8/+27
* | | | | | | Merge tag 'integrity-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/z...Linus Torvalds2022-08-021-12/+70
|\ \ \ \ \ \ \
| * | | | | | | kexec, KEYS: make the code in bzImage64_verify_sig genericCoiby Xu2022-07-151-0/+7
| * | | | | | | kexec: clean up arch_kexec_kernel_verify_sigCoiby Xu2022-07-151-5/+0
| * | | | | | | kexec: drop weak attribute from functionsNaveen N. Rao2022-07-151-4/+28
| * | | | | | | kexec_file: drop weak attribute from functionsNaveen N. Rao2022-07-151-6/+38
* | | | | | | | Merge tag 'safesetid-6.0' of https://github.com/micah-morton/linuxLinus Torvalds2022-08-023-0/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | security: Add LSM hook to setgroups() syscallMicah Morton2022-07-153-0/+15
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge tag 'audit-pr-20220801' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-08-021-2/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | audit: make is_audit_feature_set() staticXiu Jianfeng2022-06-131-2/+0
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge tag 'hardening-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-08-022-0/+49
|\ \ \ \ \ \ \ \
| * | | | | | | | dm: verity-loadpin: Use CONFIG_SECURITY_LOADPIN_VERITY for conditional compil...Matthias Kaehlcke2022-07-081-1/+1
| * | | | | | | | LoadPin: Enable loading from trusted dm-verity devicesMatthias Kaehlcke2022-07-081-0/+22
| * | | | | | | | dm: Add verity helpers for LoadPinMatthias Kaehlcke2022-07-081-0/+27
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'for-6.0/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-08-022-3/+8
|\ \ \ \ \ \ \ \
| * | | | | | | | dm: fix dm-raid crash if md_handle_request() splits bioMike Snitzer2022-07-282-2/+8
| * | | | | | | | dm table: remove dm_table_get_num_targets() wrapperMike Snitzer2022-07-071-1/+0
* | | | | | | | | Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-0218-265/+387
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ublk_drv: make sure that correct flags(features) returned to userspaceMing Lei2022-07-221-3/+4
| * | | | | | | | | ublk: remove UBLK_IO_F_PREFLUSHChristoph Hellwig2022-07-211-1/+0
| * | | | | | | | | ublk: remove UBLK_IO_F_INTEGRITYChristoph Hellwig2022-07-181-1/+0
| * | | | | | | | | fs/nilfs2: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-2/+2
| * | | | | | | | | fs/jbd2: Fix the documentation of the jbd2_write_superblock() callersBart Van Assche2022-07-142-7/+7
| * | | | | | | | | fs/f2fs: Use the enum req_op and blk_opf_t typesBart Van Assche2022-07-141-11/+11
| * | | | | | | | | fs/buffer: Combine two submit_bh() and ll_rw_block() argumentsBart Van Assche2022-07-141-2/+2
| * | | | | | | | | fs/buffer: Use the new blk_opf_t typeBart Van Assche2022-07-141-4/+5