summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-05-14mm/execmem, arch: convert remaining overrides of module_alloc to execmemMike Rapoport (IBM)2-13/+29
2024-05-14mm/execmem, arch: convert simple overrides of module_alloc to execmemMike Rapoport (IBM)1-0/+47
2024-05-14mm: introduce execmem_alloc() and execmem_free()Mike Rapoport (IBM)2-3/+57
2024-05-14Merge tag 'x86-cpu-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+21
2024-05-14Merge tag 'x86-build-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-05-14Merge tag 'x86-boot-2024-05-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2024-05-14Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-25/+30
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 Torvalds2-0/+8
2024-05-14Merge tag 'v6.10-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds17-352/+89
2024-05-14Merge tag 'hardening-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-7/+72
2024-05-14Merge tag 'execve-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-1/+38
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 Torvalds6-36/+90
2024-05-13Merge tag 'vfs-6.10.rw' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfsLinus Torvalds2-8/+11
2024-05-13Merge tag 'vfs-6.10.netfs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds5-118/+355
2024-05-13Merge tag 'vfs-6.10.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds11-57/+93
2024-05-13Merge tag 'tpmdd-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-92/+231
2024-05-13Merge tag 'keys-trusted-next-6.10-rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+31
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 Torvalds4-14/+55
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 Torvalds11-283/+721
2024-05-13Merge tag 'soc-dt-6.10' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-0/+120
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-10io_uring: support to inject result for NOPMing Lei1-0/+8
2024-05-10fcntl: add F_DUPFD_QUERY fcntl()Linus Torvalds1-6/+8
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-09crypto: lib - implement library version of AES in CFB modeArd Biesheuvel1-0/+5
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 Sakkinen2-5/+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-09io_uring/net: add IORING_ACCEPT_POLL_FIRST flagJens Axboe1-0/+1
2024-05-09io_uring/net: add IORING_ACCEPT_DONTWAIT flagJens Axboe1-0/+1
2024-05-09Merge tag 'net-6.9-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-1/+19
2024-05-09KEYS: trusted: Introduce NXP DCP-backed trusted keysDavid Gstir1-0/+11
2024-05-09crypto: mxs-dcp: Add support for hardware-bound keysDavid Gstir1-0/+20
2024-05-09file: add fd_raw cleanup classChristian Brauner1-0/+1