aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KEYS: asymmetric: enforce SM2 signature use pkey algoTianjia Zhang2022-08-031-2/+5
* pkcs7: support EC-RDSA/streebog in SignerInfoElvira Khabirova2022-08-031-0/+11
* pkcs7: parser support SM2 and SM3 algorithms combinationTianjia Zhang2022-08-031-0/+7
* sign-file: Fix confusing error messagesTianjia Zhang2022-08-031-1/+1
* X.509: Support parsing certificate using SM2 algorithmTianjia Zhang2022-08-031-0/+3
* tpm: Add tpm_tis_i2c backend for tpm_tis_coreAlexander Steffen2022-08-033-0/+404
* tpm: Add tpm_tis_verify_crc to the tpm_tis_phy_ops protocol layerAlexander Steffen2022-08-032-0/+24
* dt-bindings: trivial-devices: Add Infineon SLB9673 TPMAlexander Steffen2022-08-031-0/+2
* tpm: Add upgrade/reduced mode support for TPM1.2 modulesStefan Mahnke-Hartmann2022-08-032-1/+7
* Merge tag 'pull-work.dcache' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-032-17/+46
|\
| * fs/dcache: Move wakeup out of i_seq_dir write held region.Sebastian Andrzej Siewior2022-07-301-5/+5
| * fs/dcache: Move the wakeup from __d_lookup_done() to the caller.Sebastian Andrzej Siewior2022-07-302-13/+31
| * fs/dcache: Disable preemption on i_dir_seq write side on PREEMPT_RTSebastian Andrzej Siewior2022-07-301-1/+11
| * d_add_ci(): make sure we don't miss d_lookup_done()Al Viro2022-07-301-0/+1
* | Merge tag 'pull-work.lseek' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-0312-31/+26
|\ \
| * | fs: remove no_llseekJason A. Donenfeld2022-07-167-14/+12
| * | fs: check FMODE_LSEEK to control internal pipe splicingJason A. Donenfeld2022-07-161-6/+4
| * | vfio: do not set FMODE_LSEEK flagJason A. Donenfeld2022-07-161-1/+1
| * | dma-buf: remove useless FMODE_LSEEK flagJason A. Donenfeld2022-07-161-1/+0
| * | fs: do not compare against ->llseekJason A. Donenfeld2022-07-163-12/+6
| * | fs: clear or set FMODE_LSEEK based on llseek functionJason A. Donenfeld2022-07-162-0/+6
| |/
* | Merge tag 'pull-work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-033-108/+86
|\ \
| * | step_into(): move fetching ->d_inode past handle_mounts()Al Viro2022-07-061-20/+11
| * | lookup_fast(): don't bother with inodeAl Viro2022-07-061-18/+4
| * | follow_dotdot{,_rcu}(): don't bother with inodeAl Viro2022-07-061-11/+4
| * | step_into(): lose inode argumentAl Viro2022-07-061-6/+9
| * | namei: stash the sampled ->d_seq into nameidataAl Viro2022-07-061-50/+48
| * | namei: move clearing LOOKUP_RCU towards rcu_read_unlock()Al Viro2022-07-061-9/+12
| * | switch try_to_unlazy_next() to __legitimize_mnt()Al Viro2022-07-053-4/+8
| * | follow_dotdot{,_rcu}(): change calling conventionsAl Viro2022-07-051-9/+7
| * | namei: get rid of pointless unlikely(read_seqcount_retry(...))Al Viro2022-07-051-9/+9
| * | __follow_mount_rcu(): verify that mount_lock remains unchangedAl Viro2022-07-051-0/+2
| |/
* | Merge tag 'folio-6.0' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2022-08-0397-1887/+830
|\ \
| * | fs: remove the NULL get_block case in mpage_writepagesChristoph Hellwig2022-08-021-16/+6
| * | fs: don't call ->writepage from __mpage_writepageChristoph Hellwig2022-08-021-1/+1
| * | fs: remove the nobh helpersChristoph Hellwig2022-08-024-358/+1
| * | jfs: stop using the nobh helperChristoph Hellwig2022-08-021-3/+15
| * | ext2: remove nobh supportChristoph Hellwig2022-08-025-63/+7
| * | ntfs3: refactor ntfs_writepagesChristoph Hellwig2022-08-021-5/+3
| * | mm/folio-compat: Remove migration compatibility functionsMatthew Wilcox (Oracle)2022-08-023-34/+1
| * | fs: Remove aops->migratepage()Matthew Wilcox (Oracle)2022-08-023-8/+2
| * | secretmem: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-4/+3
| * | hugetlb: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-023-21/+26
| * | aio: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-021-18/+18
| * | f2fs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-024-49/+3
| * | ubifs: Convert to filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-021-27/+2
| * | btrfs: Convert btrfs_migratepage to migrate_folioMatthew Wilcox (Oracle)2022-08-021-17/+9
| * | mm/migrate: Add filemap_migrate_folio()Matthew Wilcox (Oracle)2022-08-027-34/+29
| * | mm/migrate: Convert migrate_page() to migrate_folio()Matthew Wilcox (Oracle)2022-08-028-27/+30
| * | nfs: Convert to migrate_folioMatthew Wilcox (Oracle)2022-08-023-13/+13