summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu64-463/+557
2025-05-03Merge tag 'sound-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2-1/+2
2025-05-03Merge tag 'pm-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-29/+54
2025-05-02Merge branch 'pm-cpufreq'Rafael J. Wysocki1-29/+54
2025-05-02Merge tag 'iommu-fixes-v6.15-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+4
2025-05-01Merge tag 'net-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-21/+18
2025-05-01Merge tag 'asoc-fix-v6.15-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai54-394/+484
2025-05-01ASoC: intel/sdw_utils: Add volume limits to CS35L56Mark Brown1-0/+1
2025-05-01ASoC: intel/sdw_utils: Add volume limit to cs35l56 speakersStefan Binding1-0/+1
2025-04-30Merge tag 'modules-6.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2025-04-29Merge tag 'fsnotify_for_v6.15-rc5' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-15/+0
2025-04-29ALSA: ump: Fix buffer overflow at UMP SysEx message conversionTakashi Iwai1-1/+1
2025-04-29Merge tag 'for-net-2025-04-25' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski3-12/+15
2025-04-29netlink: specs: ethtool: Remove UAPI duplication of phy-upstream enumKory Maincent1-5/+0
2025-04-28cpufreq: Fix setting policy limits when frequency tables are usedRafael J. Wysocki1-29/+54
2025-04-28crypto: scatterwalk - Move skcipher walk and use it for memcpy_sglistHerbert Xu3-61/+64
2025-04-28crypto: api - Add crypto_stack_request_init and initialise flags fullyHerbert Xu5-8/+14
2025-04-28crypto: polyval-generic - Use API partial block handlingHerbert Xu1-8/+0
2025-04-28crypto: api - Add crypto_request_clone and fbHerbert Xu5-11/+32
2025-04-26Merge tag 'vfs-6.15-rc4.fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-13/+15
2025-04-26Merge tag 'ceph-for-6.15-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds1-6/+0
2025-04-26Merge tag 'cxl-fixes-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+3
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz3-5/+5
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz3-7/+10
2025-04-25Merge tag 'block-6.15-20250424' of git://git.kernel.dk/linuxLinus Torvalds1-4/+1
2025-04-25Merge tag 'driver-core-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+5
2025-04-25Merge tag 'dma-mapping-6.15-2025-04-25' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+8
2025-04-25xsk: Fix offset calculation in unaligned modee.kubanski1-1/+1
2025-04-25xsk: Fix race condition in AF_XDP generic RX pathe.kubanski2-3/+2
2025-04-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-0/+6
2025-04-24Merge tag 'landlock-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-30/+57
2025-04-24Merge tag 'net-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-11/+20
2025-04-24block: move blkdev_{get,put} _no_open prototypes out of blkdev.hChristoph Hellwig1-4/+0
2025-04-24fanotify: fix flush of mntns marksAmir Goldstein1-15/+0
2025-04-23block: hoist block size validation code to a separate functionDarrick J. Wong1-0/+1
2025-04-23locking/local_lock: fix _Generic() matching of local_trylock_tVlastimil Babka1-4/+4
2025-04-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-2/+6
2025-04-23crypto: lib/sm3 - Remove partial block helpersHerbert Xu2-64/+2
2025-04-23crypto: sm3-generic - Use API partial block handlingHerbert Xu2-2/+44
2025-04-23crypto: sha512_base - Remove partial block helpersHerbert Xu1-64/+0
2025-04-23crypto: sha512-generic - Use API partial block handlingHerbert Xu1-8/+0
2025-04-23crypto: riscv/sha512 - Use API partial block handlingHerbert Xu1-0/+6
2025-04-23crypto: x86/sha512 - Use API partial block handlingHerbert Xu2-5/+50
2025-04-23crypto: zynqmp-sha - Use API partial block handlingHerbert Xu1-5/+0
2025-04-23crypto: sha3-generic - Use API partial block handlingHerbert Xu1-3/+4
2025-04-23crypto: arm64/sha3-ce - Use API partial block handlingHerbert Xu1-1/+3
2025-04-23crypto: sha256_base - Remove partial block helpersHerbert Xu1-37/+13
2025-04-23crypto: sha256-generic - Use API partial block handlingHerbert Xu1-6/+0
2025-04-23crypto: riscv/sha256 - Use API partial block handlingHerbert Xu1-0/+3
2025-04-23crypto: x86/sha256 - Use API partial block handlingHerbert Xu2-7/+78