summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-02-22crypto: ahash - Add virtual address supportHerbert Xu3-3/+42
2025-02-22crypto: hash - Add request chaining APIHerbert Xu4-10/+63
2025-02-22crypto: ahash - Only save callback and data in ahash_save_reqHerbert Xu1-3/+0
2025-02-22crypto: skcipher - Set tfm in SYNC_SKCIPHER_REQUEST_ON_STACKHerbert Xu1-6/+13
2025-02-22dt-bindings: reset: Add SCMI reset IDs for RK3588Nicolas Frattaroli1-1/+40
2025-02-09crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner1-0/+12
2025-02-09crypto: sig - Prepare for algorithms with variable signature sizeLukas Wunner1-2/+3
2025-02-09spinlock: extend guard with spinlock_bh variantsChristian Marangi1-0/+13
2025-02-02Merge tag 'pull-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+1
2025-02-01Merge tag 'mm-hotfixes-stable-2025-02-01-03-56' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2025-02-01mm/vmscan: fix hard LOCKUP in function isolate_lru_foliosliuye1-0/+1
2025-02-01Merge tag 'riscv-for-linus-6.14-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-01-31Merge tag 'kbuild-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-2/+17
2025-01-31Merge tag 'block-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-5/+16
2025-01-31Merge tag 'io_uring-6.14-20250131' of git://git.kernel.dk/linuxLinus Torvalds2-2/+3
2025-01-31Merge tag 'x86-mm-2025-01-31' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2025-01-31Merge tag 'ceph-for-6.14-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds1-14/+0
2025-01-31block: force noio scope in blk_mq_freeze_queueChristoph Hellwig1-2/+16
2025-01-31Merge tag 'ubifs-for-linus-6.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+33
2025-01-31Merge tag 'pm-6.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-4/+1
2025-01-30Merge tag 'net-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds3-6/+15
2025-01-30Merge tag 'pull-revalidate' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-10/+22
2025-01-30Merge tag 'soundwire-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-72/+82
2025-01-29Merge tag 'cxl-for-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl...Linus Torvalds1-8/+20
2025-01-29Merge tag 'fuse-update-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+75
2025-01-29fs: pack struct kstat betterChristoph Hellwig1-2/+2
2025-01-29block: get rid of request queue ->sysfs_dir_lockNilay Shroff1-3/+0
2025-01-29PM: sleep: core: Synchronize runtime PM status of parents and childrenRafael J. Wysocki1-0/+1
2025-01-29Merge tag 'nfs-for-6.14-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds6-19/+59
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds9-53/+119
2025-01-28Merge tag 'tty-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-4/+13
2025-01-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2-0/+29
2025-01-28Merge tag 'loongarch-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/c...Linus Torvalds1-0/+1
2025-01-28Merge tag 'f2fs-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-20/+19
2025-01-28Merge tag 'nfsd-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds11-108/+191
2025-01-28Merge tag 'for-6.14/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+5
2025-01-28Merge tag 'char-misc-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-28/+202
2025-01-28Merge tag 'usb-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds9-14/+66
2025-01-28add a string-to-qstr constructorAl Viro1-0/+1
2025-01-289p: fix ->rename_sem exclusionAl Viro1-0/+2
2025-01-28nfs: fix ->d_revalidate() UAF on ->d_name accessesAl Viro1-1/+1
2025-01-28Pass parent directory inode and expected name to ->d_revalidate()Al Viro2-4/+6
2025-01-28Merge tag 'pwm/for-6.14-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+17
2025-01-28Merge tag 'for-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/li...Linus Torvalds2-2/+62
2025-01-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-14/+64
2025-01-28Merge tag 'ipsec-2025-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski1-3/+13
2025-01-28net: page_pool: don't try to stash the napi idJakub Kicinski1-1/+0
2025-01-28net: the appletalk subsystem no longer uses ndo_do_ioctl谢致邦 (XIE Zhibang)1-2/+2
2025-01-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds1-1/+1
2025-01-27ceph: streamline request head structures in MDS clientLiang Jie1-14/+0