summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-16/+22
2024-05-14Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-20/+17
2024-05-14Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2024-05-14Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-0/+32
2024-05-14Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-7/+64
2024-05-14Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-1/+3
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxLinus Torvalds4-156/+86
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxLinus Torvalds5-26/+62
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds1-0/+10
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds3-105/+116
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds9-50/+82
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-90/+226
2024-05-13Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+7
2024-05-13Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+15
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxLinus Torvalds3-14/+28
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-16/+4
2024-05-13Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-280/+706
2024-05-12Merge tag 'x86_urgent_for_v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2024-05-11Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+11
2024-05-10x86/amd_nb: Add new PCI IDs for AMD family 0x1aShyam Sundar S K1-0/+1
2024-05-09tpm: disable the TPM if NULL name changesJames Bottomley1-1/+3
2024-05-09tpm: Add the rest of the session HMAC APIJames Bottomley1-0/+69
2024-05-09tpm: Add HMAC session name/handle appendJames Bottomley1-0/+26
2024-05-09tpm: Add HMAC session start and end functionsJames Bottomley1-0/+34
2024-05-09tpm: Add NULL primary creationJames Bottomley1-0/+69
2024-05-09tpm: add buffer function to point to returned parametersJames Bottomley1-0/+2
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Jarkko Sakkinen1-0/+5
2024-05-09tpm: TPM2B formatted buffersJarkko Sakkinen1-0/+4
2024-05-09tpm: Store the length of the tpm_buf data separately.Jarkko Sakkinen1-3/+3
2024-05-09tpm: Update struct tpm_buf documentation commentsJarkko Sakkinen1-5/+4
2024-05-09tpm: Move buffer handling from static inlines to real functionsJames Bottomley1-71/+9
2024-05-09tpm: Remove tpm_send()Jarkko Sakkinen1-5/+0
2024-05-09tpm: Remove unused tpm_buf_tag()Jarkko Sakkinen1-7/+0
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-0/+15
2024-05-09file: add fd_raw cleanup classChristian Brauner1-0/+1
2024-05-08fs/coredump: Enable dynamic configuration of max file note sizeAllen Pais1-0/+2
2024-05-07kcsan, compiler_types: Introduce __data_racy type qualifierMarco Elver1-0/+7
2024-05-07md: Revert "md: Fix overflow in is_mddev_idle"Li Nan1-1/+1
2024-05-07block: add a blk_alloc_discard_bio helperChristoph Hellwig1-0/+3
2024-05-07block: add a bio_chain_and_submit helperChristoph Hellwig1-0/+1
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds1-7/+0
2024-05-06Merge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2024-05-06alpha: drop pre-EV56 supportArnd Bergmann2-16/+4
2024-05-06kmsan: compiler_types: declare __no_sanitize_or_inlineAlexander Potapenko1-0/+11
2024-05-05Merge tag 'trace-v6.9-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+3
2024-05-04fs: WARN when f_count resurrection is attemptedKees Cook1-1/+2
2024-05-04eventfs/tracing: Add callback for release of an eventfs_inodeSteven Rostedt (Google)1-0/+3
2024-05-04Merge tag 'ipsec-2024-05-02' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-0/+15
2024-05-03Merge tag 'sound-6.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+8
2024-05-03block: add a disk_has_partscan helperChristoph Hellwig1-0/+13