aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 2-13/+29
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemGravatar Mike Rapoport (IBM) 1-0/+47
2024-05-14mm: introduce execmem_alloc() and execmem_free()Gravatar Mike Rapoport (IBM) 2-3/+57
2024-05-13Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-4/+21
2024-05-13Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2024-05-13Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+3
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 9-25/+30
2024-05-13Merge tag 'perf-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-20/+17
2024-05-13Merge tag 'locking-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-0/+8
2024-05-13Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 17-352/+89
2024-05-13Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-7/+72
2024-05-13Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-1/+38
2024-05-13Merge tag 'for-6.10/block-20240511' of git://git.kernel.dk/linuxGravatar Linus Torvalds 4-156/+86
2024-05-13Merge tag 'for-6.10/io_uring-20240511' of git://git.kernel.dk/linuxGravatar Linus Torvalds 6-36/+90
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsGravatar Linus Torvalds 2-8/+11
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 5-118/+355
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Gravatar Linus Torvalds 11-57/+93
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 3-92/+231
2024-05-13Merge tag 'keys-trusted-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 2-0/+31
2024-05-13Merge tag 'kcsan.2024.05.10a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+7
2024-05-13Merge tag 'cmpxchg.2024.05.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+15
2024-05-13Merge tag 'rcu.next.v6.10' of https://github.com/urezki/linuxGravatar Linus Torvalds 4-14/+55
2024-05-13Merge tag 'asm-generic-alpha' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-16/+4
2024-05-13Merge tag 'soc-drivers-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 11-283/+721
2024-05-13Merge tag 'soc-dt-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socGravatar Linus Torvalds 2-0/+120
2024-05-12Merge tag 'x86_urgent_for_v6.9' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+1
2024-05-10Merge tag 'mm-hotfixes-stable-2024-05-10-13-14' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-0/+11
2024-05-10x86/amd_nb: Add new PCI IDs for AMD family 0x1aGravatar Shyam Sundar S K 1-0/+1
2024-05-10io_uring: support to inject result for NOPGravatar Ming Lei 1-0/+8
2024-05-10fcntl: add F_DUPFD_QUERY fcntl()Gravatar Linus Torvalds 1-6/+8
2024-05-09tpm: disable the TPM if NULL name changesGravatar James Bottomley 1-1/+3
2024-05-09tpm: Add the rest of the session HMAC APIGravatar James Bottomley 1-0/+69
2024-05-09tpm: Add HMAC session name/handle appendGravatar James Bottomley 1-0/+26
2024-05-09tpm: Add HMAC session start and end functionsGravatar James Bottomley 1-0/+34
2024-05-09tpm: Add NULL primary creationGravatar James Bottomley 1-0/+69
2024-05-09tpm: add buffer function to point to returned parametersGravatar James Bottomley 1-0/+2
2024-05-09crypto: lib - implement library version of AES in CFB modeGravatar Ard Biesheuvel 1-0/+5
2024-05-09tpm: Add tpm_buf_read_{u8,u16,u32}Gravatar Jarkko Sakkinen 1-0/+5
2024-05-09tpm: TPM2B formatted buffersGravatar Jarkko Sakkinen 1-0/+4
2024-05-09tpm: Store the length of the tpm_buf data separately.Gravatar Jarkko Sakkinen 2-5/+3
2024-05-09tpm: Update struct tpm_buf documentation commentsGravatar Jarkko Sakkinen 1-5/+4
2024-05-09tpm: Move buffer handling from static inlines to real functionsGravatar James Bottomley 1-71/+9
2024-05-09tpm: Remove tpm_send()Gravatar Jarkko Sakkinen 1-5/+0
2024-05-09tpm: Remove unused tpm_buf_tag()Gravatar Jarkko Sakkinen 1-7/+0
2024-05-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagGravatar Jens Axboe 1-0/+1
2024-05-09io_uring/net: add IORING_ACCEPT_DONTWAIT flagGravatar Jens Axboe 1-0/+1
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 3-1/+19
2024-05-09KEYS: trusted: Introduce NXP DCP-backed trusted keysGravatar David Gstir 1-0/+11
2024-05-09crypto: mxs-dcp: Add support for hardware-bound keysGravatar David Gstir 1-0/+20
2024-05-09file: add fd_raw cleanup classGravatar Christian Brauner 1-0/+1