aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-03-10Merge branch 'for-7.1-devm-alloc-wq' into for-7.1Tejun Heo1-0/+22
2026-03-10workqueue: devres: Add device-managed allocate workqueueKrzysztof Kozlowski1-0/+22
2026-03-10HID: Include firmware version in the ueventMario Limonciello1-0/+1
2026-03-10include: device.h: Add named device attributesDerek J. Clark1-0/+46
2026-03-10firmware: stratix10-svc: Add Multi SVC clients supportMuhammad Amirul Asyraf Mohamad Jamian1-4/+4
2026-03-10nvme: Annotate struct nvme_dhchap_key with __counted_byThorsten Blum1-1/+1
2026-03-10net: add xmit recursion limit to tunnel xmit functionsWeiming Shi1-0/+32
2026-03-10ASoC: ti: davinci-mcasp: McASP code cleanup and clkMark Brown13-61/+111
2026-03-10iomap: support T10 protection informationChristoph Hellwig1-0/+7
2026-03-10iomap: add a bioset pointer to iomap_read_folio_opsChristoph Hellwig1-0/+6
2026-03-10iomap: allow file systems to hook into buffered read bio submissionChristoph Hellwig1-0/+4
2026-03-10iomap: pass the iomap_iter to ->submit_readChristoph Hellwig1-1/+2
2026-03-10Merge branch 'for-7.1/block-integrity'Christian Brauner4-15/+61
2026-03-09tcp: move tp->chrono_type next tp->chrono_stat[]Eric Dumazet1-2/+2
2026-03-09Merge tag 'ib-gpio-remove-of-gpio-h-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux into mboxJakub Kicinski1-38/+0
2026-03-09ppp: simplify input error handlingQingfang Deng1-1/+1
2026-03-09PCI: Allow all bus devices to use the same slotKeith Busch1-1/+9
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig1-3/+3
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig1-3/+3
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig1-2/+2
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig1-4/+3
2026-03-09fscrypt: pass a byte offset to fscrypt_mergeable_bioChristoph Hellwig1-2/+2
2026-03-09fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.cChristoph Hellwig1-9/+0
2026-03-09ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bioChristoph Hellwig1-9/+0
2026-03-09Merge branch 'for-7.1/block-integrity' into for-7.1/blockJens Axboe4-15/+61
2026-03-09block: remove bdev_nonrot()Damien Le Moal1-5/+0
2026-03-09block: allow submitting all zone writes from a single contextDamien Le Moal1-0/+8
2026-03-09block: rename struct gendisk zone_wplugs_lock fieldDamien Le Moal1-1/+1
2026-03-09block: annotate struct request_queue with __counted_by_ptrBill Wendling1-1/+1
2026-03-09sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl.Ondrej Kozina1-0/+1
2026-03-09sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR.Ondrej Kozina1-0/+1
2026-03-09sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl.Ondrej Kozina1-0/+1
2026-03-09sed-opal: add IOC_OPAL_REACTIVATE_LSP.Ondrej Kozina1-0/+1
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into for-7.1Tejun Heo1-0/+1
2026-03-09iopoll: fix function parameter names in read_poll_timeout_atomic()Randy Dunlap1-4/+4
2026-03-09workqueue: Add system_dfl_long_wq for long unbound worksMarco Crivellari1-0/+6
2026-03-09tracing: load/unload page callbacks for simple_ring_bufferVincent Donnefort1-0/+8
2026-03-09tracing: Introduce simple_ring_bufferVincent Donnefort1-0/+57
2026-03-09ring-buffer: Export buffer_data_page and macrosVincent Donnefort1-0/+41
2026-03-09tracing: Add helpers to create trace remote eventsVincent Donnefort1-0/+10
2026-03-09tracing: Add events to trace remotesVincent Donnefort2-1/+29
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort1-0/+4
2026-03-09tracing: Add reset to trace remotesVincent Donnefort1-0/+3
2026-03-09tracing: Introduce trace remotesVincent Donnefort1-0/+36
2026-03-09ring-buffer: Introduce ring-buffer remotesVincent Donnefort1-0/+58
2026-03-09lib/fonts: Remove internal symbols and macros from public header fileThomas Zimmermann1-40/+17
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann1-0/+1
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann1-1/+5
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann1-0/+1
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann1-0/+2