summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-10-31Merge back system sleep material for 6.19Rafael J. Wysocki2-6/+11
2025-10-31vmlinux.lds: Exclude .text.startup and .text.exit from TEXT_MAINJosh Poimboeuf1-6/+22
2025-10-31keys: Annotate struct asymmetric_key_id with __counted_byThorsten Blum1-1/+1
2025-10-31crypto: aead - Add support for on-stack AEAD req allocationT Pratham1-0/+87
2025-10-31drm/ttm: Add an allocation flag to propagate -ENOSPC on OOMTvrtko Ursulin2-0/+6
2025-10-31libfs: allow to specify s_d_flagsChristian Brauner1-0/+1
2025-10-31drm/ttm: Allow drivers to specify maximum beneficial TTM pool sizeTvrtko Ursulin1-2/+3
2025-10-31drm/ttm: Replace multiple booleans with flags in device initTvrtko Ursulin1-1/+2
2025-10-31drm/ttm: Replace multiple booleans with flags in pool initTvrtko Ursulin2-5/+13
2025-10-31drm/ttm: replace drm_print.h include with a forward declarationJani Nikula1-1/+2
2025-10-31drm/mm: replace drm_print.h include with a forward declarationJani Nikula1-1/+1
2025-10-31drm/buddy: replace drm_print.h include with a forward declarationJani Nikula1-1/+1
2025-10-31Merge tag 'fbdev-for-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+3
2025-10-31Merge tag 'net-6.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds7-16/+28
2025-10-31Merge branch 'icc-sdx75' into icc-nextGeorgi Djakov1-2/+0
2025-10-31Merge tag 'nf-next-25-10-30' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+1
2025-10-31dt-bindings: interconnect: qcom: Drop QPIC_CORE IDsRaviteja Laggyshetty1-2/+0
2025-10-31Merge tag 'wireless-next-2025-10-30' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski3-1/+39
2025-10-30drm/client: Flush client buffers with drm_client_buffer_sync()Thomas Zimmermann1-1/+1
2025-10-30drm/client: Create client buffers with drm_client_buffer_create_dumb()Thomas Zimmermann1-1/+1
2025-10-30drm/client: Remove drm_client_framebuffer_delete()Thomas Zimmermann1-1/+1
2025-10-30drm/client: Deprecate struct drm_client_buffer.gemThomas Zimmermann1-6/+3
2025-10-30drm/client: Remove pitch from struct drm_client_bufferThomas Zimmermann1-5/+0
2025-10-30freezer: Clarify that only cgroup1 freezer uses PM freezerTejun Heo1-4/+8
2025-10-30prandom: remove next_pseudo_random32Markus Theil1-6/+0
2025-10-30drm/drm_crtc: Introduce sharpness strength propertyNemesa Garg1-0/+18
2025-10-30pidfs: expose coredump signalChristian Brauner1-2/+5
2025-10-30pidfd: add a new supported_mask fieldChristian Brauner1-0/+3
2025-10-30pidfs: add missing PIDFD_INFO_SIZE_VER1Christian Brauner1-0/+1
2025-10-30net/smc: make wr buffer count configurableHalil Pasic1-0/+2
2025-10-30sysctl: fix kernel-doc format warningRandy Dunlap1-7/+4
2025-10-30netfilter: fix typo in nf_conntrack_l4proto.h commentcaivive (Weibiao Tu)1-1/+1
2025-10-30xfrm: Determine inner GSO type from packet inner protocolJianbo Liu1-1/+2
2025-10-30accel/ivpu: Add support for userptr buffer objectsJacek Lawrynowicz1-0/+52
2025-10-30wifi: mac80211: add RX flag to report radiotap VHT informationBenjamin Berg2-1/+21
2025-10-30crypto: blake2b - Reimplement using library APIEric Biggers2-126/+0
2025-10-30lib/crypto: blake2b: Add BLAKE2b library functionsEric Biggers2-13/+137
2025-10-30byteorder: Add le64_to_cpu_array() and cpu_to_le64_array()Eric Biggers1-0/+16
2025-10-30lib/crypto: blake2s: Document the BLAKE2s library APIEric Biggers1-0/+58
2025-10-30lib/crypto: blake2s: Drop excessive const & rename block => dataEric Biggers1-7/+6
2025-10-30lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers1-30/+29
2025-10-30lib/crypto: blake2s: Adjust parameter order of blake2s()Eric Biggers1-3/+3
2025-10-30scsi: ufs: core: Add a quirk to suppress link_startup_againAdrian Hunter1-0/+7
2025-10-30libeth: xdp: Disable generic kCFI pass for libeth_xdp_tx_xmit_bulk()Nathan Chancellor1-1/+1
2025-10-30compiler_types: Introduce __nocfi_genericNathan Chancellor1-0/+6
2025-10-30Merge patch series "ufs: Add support for AMD Versal Gen2 UFS"Martin K. Petersen3-0/+55
2025-10-30scsi: ufs: amd-versal2: Add UFS support for AMD Versal Gen 2 SoCSai Krishna Potthuri1-0/+1
2025-10-30scsi: firmware: xilinx: Add APIs for UFS PHY initializationAjay Neeli2-0/+39
2025-10-30scsi: firmware: xilinx: Add support for secure read/write ioctl interfaceIzhar Ameer Shaikh1-0/+15
2025-10-30net: phy: add iterator mdiobus_for_each_phyHeiner Kallweit1-1/+10