summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorLines
2026-03-09net/sched: do not reset queues in graft operationsEric Dumazet-2/+2
2026-03-09tcp: move tcp_v4_early_demux() to net/ipv4/ip_input.cEric Dumazet-1/+0
2026-03-09Add support for CS42L43B codec to CS42L43 driverMark Brown-0/+77
2026-03-09PCI: Allow all bus devices to use the same slotKeith Busch-1/+9
2026-03-09fscrypt: pass a real sector_t to fscrypt_zeroout_rangeChristoph Hellwig-3/+3
2026-03-09fscrypt: pass a byte length to fscrypt_zeroout_rangeChristoph Hellwig-3/+3
2026-03-09fscrypt: pass a byte offset to fscrypt_zeroout_rangeChristoph Hellwig-2/+2
2026-03-09fscrypt: pass a byte offset to fscrypt_set_bio_crypt_ctxChristoph Hellwig-4/+3
2026-03-09fscrypt: pass a byte offset to fscrypt_mergeable_bioChristoph Hellwig-2/+2
2026-03-09fscrypt: move fscrypt_set_bio_crypt_ctx_bh to buffer.cChristoph Hellwig-9/+0
2026-03-09ext4, fscrypt: merge fscrypt_mergeable_bio_bh into io_submit_need_new_bioChristoph Hellwig-9/+0
2026-03-09Merge branch 'for-7.1/block-integrity' into for-7.1/blockJens Axboe-15/+61
2026-03-09block: remove bdev_nonrot()Damien Le Moal-5/+0
2026-03-09block: allow submitting all zone writes from a single contextDamien Le Moal-0/+8
2026-03-09block: rename struct gendisk zone_wplugs_lock fieldDamien Le Moal-1/+1
2026-03-09block: annotate struct request_queue with __counted_by_ptrBill Wendling-1/+1
2026-03-09sed-opal: add IOC_OPAL_GET_SUM_STATUS ioctl.Ondrej Kozina-0/+14
2026-03-09sed-opal: add IOC_OPAL_ENABLE_DISABLE_LR.Ondrej Kozina-0/+2
2026-03-09sed-opal: add IOC_OPAL_LR_SET_START_LEN ioctl.Ondrej Kozina-0/+2
2026-03-09sed-opal: add IOC_OPAL_REACTIVATE_LSP.Ondrej Kozina-0/+15
2026-03-09lib/crypto: arm64/aes: Migrate optimized CBC-based MACs into libraryEric Biggers-6/+3
2026-03-09lib/crypto: arm64/aes: Move assembly code for AES modes into libaesEric Biggers-0/+69
2026-03-09lib/crypto: aes: Add support for CBC-based MACsEric Biggers-0/+154
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo-0/+4
2026-03-09iopoll: fix function parameter names in read_poll_timeout_atomic()Randy Dunlap-4/+4
2026-03-09workqueue: Add system_dfl_long_wq for long unbound worksMarco Crivellari-0/+6
2026-03-09tracing: load/unload page callbacks for simple_ring_bufferVincent Donnefort-0/+8
2026-03-09tracing: Introduce simple_ring_bufferVincent Donnefort-0/+57
2026-03-09ring-buffer: Export buffer_data_page and macrosVincent Donnefort-0/+41
2026-03-09tracing: Add helpers to create trace remote eventsVincent Donnefort-0/+83
2026-03-09tracing: Add events to trace remotesVincent Donnefort-1/+29
2026-03-09tracing: Add init callback to trace remotesVincent Donnefort-0/+4
2026-03-09tracing: Add reset to trace remotesVincent Donnefort-0/+3
2026-03-09tracing: Introduce trace remotesVincent Donnefort-0/+36
2026-03-09ring-buffer: Introduce ring-buffer remotesVincent Donnefort-0/+58
2026-03-09ring-buffer: Add page statistics to the meta-pageVincent Donnefort-4/+4
2026-03-09lib/fonts: Remove internal symbols and macros from public header fileThomas Zimmermann-40/+17
2026-03-09lib/fonts: Store font data for user space with font_data_export()Thomas Zimmermann-0/+1
2026-03-09lib/fonts: Create font_data_t from struct console_font with font_data_import()Thomas Zimmermann-1/+5
2026-03-09lib/fonts: Compare font data for equality with font_data_is_equal()Thomas Zimmermann-0/+1
2026-03-09lib/fonts: Manage font-data lifetime with font_data_get/_put()Thomas Zimmermann-0/+2
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann-0/+2
2026-03-09lib/fonts: Store font data as font_data_t; update consolesThomas Zimmermann-1/+46
2026-03-09lib/fonts: Remove FNTCHARCNT()Thomas Zimmermann-1/+0
2026-03-09vt: Calculate font-buffer size with vc_font_size()Thomas Zimmermann-0/+28
2026-03-09vt: Store font in struct vc_fontThomas Zimmermann-2/+27
2026-03-09vt: Remove trailing whitespacesThomas Zimmermann-1/+1
2026-03-09fbdev: Declare src parameter of fb_pad_ helpers as constantThomas Zimmermann-5/+5
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig-1/+1
2026-03-09block: add fs_bio_integrity helpersChristoph Hellwig-0/+6