summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2025-02-10blk-crypto: add basic hardware-wrapped key supportEric Biggers2-7/+85
2025-02-10mtd: spinand: otp: add helpers functionsMartin Kurbanov1-0/+7
2025-02-10mtd: spinand: make spinand_{wait,otp_page_size} globalMartin Kurbanov1-0/+4
2025-02-10mtd: spinand: add OTP supportMartin Kurbanov1-0/+93
2025-02-10mtd: spinand: make spinand_{read,write}_page globalMartin Kurbanov1-0/+6
2025-02-10lsm: fix a missing security_uring_allowed() prototypePaul Moore1-1/+1
2025-02-10jbd2: remove unused transaction->t_private_listKemeng Shi1-6/+0
2025-02-10iomap: support incremental iomap_iter advancesBrian Foster1-2/+6
2025-02-10iomap: export iomap_iter_advance() and return remaining lengthBrian Foster1-0/+1
2025-02-10iomap: factor out iomap length helperBrian Foster1-4/+19
2025-02-10dmaengine: Use dma_request_channel() instead of __dma_request_channel()Andy Shevchenko1-1/+1
2025-02-10dmaengine: Replace dma_request_slave_channel() by dma_request_chan()Andy Shevchenko1-2/+2
2025-02-10VFS: repack LOOKUP_ bit flags.NeilBrown1-22/+23
2025-02-10VFS: repack DENTRY_ flags.NeilBrown1-19/+19
2025-02-10PCI: pci_ids: add INTEL_HDA_PTL_HPierre-Louis Bossart1-0/+1
2025-02-09Merge tag 'kbuild-fixes-v6.14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2025-02-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+0
2025-02-09lib/crc-t10dif: remove crc_t10dif_is_optimized()Eric Biggers1-9/+0
2025-02-09crypto: ecdsa - Harden against integer overflows in DIV_ROUND_UP()Lukas Wunner1-0/+12
2025-02-09spinlock: extend guard with spinlock_bh variantsChristian Marangi1-0/+13
2025-02-09crypto: crct10dif - remove from crypto APIEric Biggers1-3/+0
2025-02-09lib/crc32: remove "_le" from crc32c base and arch functionsEric Biggers1-4/+4
2025-02-09lib/crc32: rename __crc32c_le_combine() to crc32c_combine()Eric Biggers1-15/+13
2025-02-09lib/crc32: standardize on crc32c() name for Castagnoli CRC32Eric Biggers2-11/+2
2025-02-09lib/crc32: don't bother with pure and const function attributesEric Biggers1-11/+11
2025-02-09lib/crc32: use void pointer for dataEric Biggers1-3/+3
2025-02-09lib/crc64: add support for arch-optimized implementationsEric Biggers1-4/+22
2025-02-09lib/crc64: rename CRC64-Rocksoft to CRC64-NVMEEric Biggers1-4/+7
2025-02-09crypto: crc64-rocksoft - remove from crypto APIEric Biggers1-2/+0
2025-02-09lib/crc64-rocksoft: stop wrapping the crypto APIEric Biggers1-2/+11
2025-02-09Merge tag 'hardening-v6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-17/+27
2025-02-09Merge tag 'i2c-for-6.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+8
2025-02-08iio: gts-helper: export iio_gts_get_total_gain()Javier Carrasco1-0/+1
2025-02-08bpf: define KF_ARENA_* flags for bpf_arena kfuncsIhor Solodrai1-0/+3
2025-02-08Revert "net: skb: introduce and use a single page frag cache"Paolo Abeni1-1/+0
2025-02-08io_uring,lsm,selinux: add LSM hooks for io_uring_setup()Hamza Mahfooz2-0/+6
2025-02-07spi: add offload TX/RX streaming APIsDavid Lechner3-0/+27
2025-02-07spi: offload: add support for hardware triggersDavid Lechner3-0/+77
2025-02-07spi: add basic support for SPI offloadingDavid Lechner4-0/+101
2025-02-07bus: mhi: host: Remove unused functionsDr. David Alan Gilbert1-18/+0
2025-02-07Merge tag 'vfs-6.14-rc2.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-6/+25
2025-02-07fs: dcache: move the sysctl to fs/dcache.cKaixiong Yu1-6/+1
2025-02-07fs: drop_caches: move sysctl to fs/drop_caches.cKaixiong Yu1-6/+0
2025-02-07fs: fs-writeback: move sysctl to fs/fs-writeback.cKaixiong Yu1-4/+0
2025-02-07mm: nommu: move sysctl to mm/nommu.cKaixiong Yu1-2/+0
2025-02-07mm: util: move sysctls to mm/util.cKaixiong Yu2-13/+0
2025-02-07mm: vmscan: move vmscan sysctls to mm/vmscan.cKaixiong Yu1-9/+0
2025-02-07mm: swap: move sysctl to mm/swap.cKaixiong Yu1-2/+0
2025-02-07mm: filemap: move sysctl to mm/filemap.cKaixiong Yu1-2/+0
2025-02-07mm: vmstat: move sysctls to mm/vmstat.cKaixiong Yu1-11/+0