summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-09tpm: Add the rest of the session HMAC APIJames Bottomley2-0/+469
2024-05-09tpm: Add HMAC session name/handle appendJames Bottomley2-0/+155
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley5-0/+325
2024-05-09tpm: Add TCG mandated Key Derivation Functions (KDFs)James Bottomley2-0/+106
2024-05-09tpm: Add NULL primary creationJames Bottomley6-0/+418
2024-05-09tpm: export the context save and load commandsJames Bottomley2-4/+8
2024-05-09tpm: add buffer function to point to returned parametersJames Bottomley2-0/+30
2024-05-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel4-0/+270
2024-05-09KEYS: trusted: tpm2: Use struct tpm_buf for sized buffersJarkko Sakkinen1-23/+31
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen2-1/+83
2024-05-09tpm: TPM2B formatted buffersJarkko Sakkinen2-3/+39
2024-05-09tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen5-20/+47
2024-05-09tpm: Update struct tpm_buf documentation commentsJarkko Sakkinen1-5/+4
2024-05-09tpm: Move buffer handling from static inlines to real functionsJames Bottomley3-71/+97
2024-05-09tpm: Remove tpm_send()Jarkko Sakkinen3-32/+12
2024-05-09tpm: Remove unused tpm_buf_tag()Jarkko Sakkinen1-7/+0
2024-05-09char: tpm: Keep TPM_INF_IO_PORT define for HAS_IOPORT=nNiklas Schnelle2-3/+1
2024-05-09dt-bindings: tpm: Add st,st33ktpm2xi2cMichael Haener1-0/+1
2024-05-09Documentation: tpm_tisJarkko Sakkinen2-0/+47
2024-05-09tpm/eventlog: remove redundant assignment to variabel retColin Ian King1-1/+0
2024-05-09char: tpm: handle HAS_IOPORT dependenciesNiklas Schnelle3-15/+21
2024-05-08Merge tag '6.9-rc7-ksmbd-fixes' of git://git.samba.org/ksmbdLinus Torvalds6-51/+60
2024-05-08Merge tag 'fuse-fixes-6.9-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+2
2024-05-08Merge tag 'exfat-for-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-4/+5
2024-05-08Merge tag 'bcachefs-2024-05-07.2' of https://evilpiepirate.org/git/bcachefsLinus Torvalds20-71/+150
2024-05-08Merge tag 'soc-fixes-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-21/+19
2024-05-08Merge tag 'pci-v6.9-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-4/+5
2024-05-08virtiofs: include a newline in sysfs tagBrian Foster1-1/+1
2024-05-07bcachefs: Add missing sched_annotate_sleep() in bch2_journal_flush_seq_async()Kent Overstreet1-0/+6
2024-05-07bcachefs: Fix race in bch2_write_super()Kent Overstreet1-15/+32
2024-05-07Merge tag 'qcom-arm64-fixes-for-6.9-2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann1-17/+13
2024-05-06Merge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-15/+18
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds2-52/+5
2024-05-06PCI/ASPM: Restore parent state to parent, child state to childKai-Heng Feng1-2/+2
2024-05-06Merge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-25/+31
2024-05-06Merge tag 'auxdisplay-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-176/+189
2024-05-06bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet2-1/+3
2024-05-06bcachefs: Add missing skcipher_request_set_callback() callKent Overstreet1-0/+1
2024-05-06bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet1-5/+3
2024-05-06bcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet1-8/+14
2024-05-06bcachefs: Guard against unknown k.k->type in __bkey_invalid()Kent Overstreet1-2/+2
2024-05-06bcachefs: Add missing validation for superblock section cleanKent Overstreet1-0/+14
2024-05-06bcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet2-4/+8
2024-05-06bcachefs: fix overflow in fiemapReed Riley1-1/+1
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet4-3/+17
2024-05-06bcachefs: Fix lifetime issue in device iterator helpersKent Overstreet1-2/+2
2024-05-06bcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet1-6/+2
2024-05-06bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet1-0/+2
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18