summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2025-06-30lib/crc: crc32: Change crc32() from macro to inline function and remove castEric Biggers
2025-06-30lib/crc: crc32: Document crc32_le(), crc32_be(), and crc32c()Eric Biggers
2025-06-30lib/crc: Prepare for arch-optimized code in subdirs of lib/crc/Eric Biggers
2025-06-30lib/crc: Move files into lib/crc/Eric Biggers
2025-06-30lib/crc32: Remove unused combination supportEric Biggers
2025-06-30crypto: sha512 - Remove sha512_base.hEric Biggers
2025-06-30crypto: sha512 - Replace sha512_generic with wrapper around SHA-512 libraryEric Biggers
2025-06-30lib/crypto: sha512: Add HMAC-SHA384 and HMAC-SHA512 supportEric Biggers
2025-06-30lib/crypto: sha512: Add support for SHA-384 and SHA-512Eric Biggers
2025-06-30local_lock: Move this_cpu_ptr() notation from internal to main headerSebastian Andrzej Siewior
2025-06-30drm/dp: Change argument type of drm_edp_backlight_enableSuraj Kandpal
2025-06-30drm/dp: Change argument type for drm_edp_backlight_set_levelSuraj Kandpal
2025-06-30drm/dp: Change current_level argument type to u32Suraj Kandpal
2025-06-30drm/dp: Move from u16 to u32 for max in drm_edp_backlight_infoSuraj Kandpal
2025-06-30drm/dp: Add argument for max luminance in drm_edp_backlight_initSuraj Kandpal
2025-06-30drm/dp: Add argument in drm_edp_backlight_initSuraj Kandpal
2025-06-30drm/dp: Introduce new member in drm_backlight_infoSuraj Kandpal
2025-06-30ASoC: SDCA: Add some initial IRQ handlersCharles Keepax
2025-06-30ASoC: SDCA: Generic interrupt supportMaciej Strozek
2025-06-30ASoC: SDCA: Add flag for unused IRQsCharles Keepax
2025-06-30ASoC: SDCA: Minor selected/detected mode control fixupsCharles Keepax
2025-06-30spi: spi-qpic-snand: avoid memory corruptionMark Brown
2025-06-30Move FCH header to a location accessible by all archsMario Limonciello
2025-06-30power: sequencing: add defines for return values of the match() callbackBartosz Golaszewski
2025-06-30gpio: constify arguments of gpiod_is_equal()Bartosz Golaszewski
2025-06-30media: v4l2-ctrls: Return the handler's error in v4l2_ctrl_handler_free()Sakari Ailus
2025-06-30Merge 6.16-rc4 into tty-nextGreg Kroah-Hartman
2025-06-30ata: libata: Improve LPM policies descriptionDamien Le Moal
2025-06-30ata: libata: Remove ATA_DFLAG_ZAC device flagDamien Le Moal
2025-06-29mount: separate the flags accessed only under namespace_semAl Viro
2025-06-29Rewrite of propagate_umount()Al Viro
2025-06-29sanitize handling of long-term internal mountsAl Viro
2025-06-29spi: Raise limit on number of chip selects to 24Marc Kleine-Budde
2025-06-29mtd: nand: qpic_common: prevent out of bounds access of BAM arraysGabor Juhos
2025-06-29Merge tag 'locking_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2025-06-28Merge tag 'i2c-for-6.16-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-06-28drm/fourcc: Add RGB161616 and BGR161616 formatsJacopo Mondi
2025-06-27Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds
2025-06-27Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-06-27dpll: add reference sync get/setArkadiusz Kubalewski
2025-06-27dpll: add reference-sync netlink attributeArkadiusz Kubalewski
2025-06-27tcp: remove inet_rtx_syn_ack()Eric Dumazet
2025-06-27tcp: remove rtx_syn_ack fieldEric Dumazet
2025-06-27interconnect: avoid memory allocation when 'icc_bw_lock' is heldGabor Juhos
2025-06-27timekeeping: Provide time getters for auxiliary clocksThomas Gleixner
2025-06-27Merge tag 'block-6.16-20250626' of git://git.kernel.dk/linuxLinus Torvalds
2025-06-27dt-bindings: reset: add support for canaan,k230-rstJunhui Liu
2025-06-27iommu: Remove ops->pgsize_bitmapJason Gunthorpe
2025-06-27drm/format-helper: Split off byte swapping from drm_fb_xrgb8888_to_rgb565()Thomas Zimmermann
2025-06-27Add `devm_dma_request_chan()` to simplify probeMark Brown