aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2026-03-09lib/fonts: Read font size with font_data_size()Thomas Zimmermann1-0/+2
2026-03-09lib/fonts: Store font data as font_data_t; update consolesThomas Zimmermann1-1/+46
2026-03-09lib/fonts: Remove FNTCHARCNT()Thomas Zimmermann1-1/+0
2026-03-09vt: Calculate font-buffer size with vc_font_size()Thomas Zimmermann1-0/+28
2026-03-09vt: Store font in struct vc_fontThomas Zimmermann1-2/+27
2026-03-09vt: Remove trailing whitespacesThomas Zimmermann1-1/+1
2026-03-09fbdev: Declare src parameter of fb_pad_ helpers as constantThomas Zimmermann1-5/+5
2026-03-09block: pass a maxlen argument to bio_iov_iter_bounceChristoph Hellwig1-1/+1
2026-03-09block: add fs_bio_integrity helpersChristoph Hellwig1-0/+6
2026-03-09block: make max_integrity_io_size publicChristoph Hellwig2-5/+18
2026-03-09block: add a bdev_has_integrity_csum helperChristoph Hellwig1-6/+10
2026-03-09block: factor out a bio_integrity_setup_default helperChristoph Hellwig1-0/+1
2026-03-09block: factor out a bio_integrity_action helperChristoph Hellwig2-3/+25
2026-03-09mmc: Merge the immutable mux branch into nextUlf Hansson1-4/+104
2026-03-09mux: Add helper functions for getting optional and selected mux-stateJosua Mayer1-4/+104
2026-03-09fbdev: defio: Move pageref array to struct fb_deferred_io_stateThomas Zimmermann1-2/+0
2026-03-09fbdev: defio: Move variable state into struct fb_deferred_io_stateThomas Zimmermann1-3/+0
2026-03-09fbdev: defio: Disconnect deferred I/O from the lifetime of struct fb_infoThomas Zimmermann1-1/+3
2026-03-09dmaengine: of_dma: Add devm_of_dma_controller_register()Frank Li1-0/+29
2026-03-09Merge tag 'v7.0-rc3' into driver-core-nextDanilo Krummrich13-61/+111
2026-03-09mfd: cs42l43: Add support for the B variantMaciej Strozek2-0/+77
2026-03-09vfs: remove externs from fs.h on functions modified by i_ino wideningJeff Layton1-31/+31
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.git into gpio/for-nextBartosz Golaszewski1-38/+0
2026-03-09gpio: remove of_get_named_gpio() and <linux/of_gpio.h>Jialu Xu1-38/+0
2026-03-09reset: convert reset core to using firmware nodesBartosz Golaszewski1-2/+12
2026-03-09reset: convert the core API to using firmware nodesBartosz Golaszewski1-15/+28
2026-03-09reset: protect struct reset_controller_dev with its own mutexBartosz Golaszewski1-0/+3
2026-03-09reset: gpio: simplify fallback device matchingBartosz Golaszewski1-4/+0
2026-03-09gpio: Document line value semanticsLinus Walleij1-2/+8
2026-03-09VFS: unexport lock_rename(), lock_rename_child(), unlock_rename()NeilBrown1-3/+0
2026-03-09dmaengine: qcom: qcom-gpi-dma.h: fix all kernel-doc warningsRandy Dunlap1-1/+4
2026-03-09dmaengine: ti-cppi5: fix all kernel-doc warningsRandy Dunlap1-20/+33
2026-03-09dmaengine: Document cyclic transfer for dmaengine_prep_peripheral_dma_vec()Nuno Sá1-1/+2
2026-03-09drm/buddy: Improve offset-aligned allocation handlingArunpravin Paneer Selvam1-0/+2
2026-03-09soundwire: amd: refactor bandwidth calculation logicVijendar Mukunda1-0/+4
2026-03-08mailbox: add API to query available TX queue slotsJassi Brar1-0/+1
2026-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.0-rc3Alexei Starovoitov19-73/+168
2026-03-08locking/rwsem: Add context analysisPeter Zijlstra1-2/+2
2026-03-08locking/rtmutex: Add context analysisPeter Zijlstra1-4/+4
2026-03-08locking/mutex: Add context analysisPeter Zijlstra2-2/+2
2026-03-08compiler-context-analysys: Add __cond_releases()Peter Zijlstra1-0/+32
2026-03-08locking/mutex: Remove the list_head from struct mutexMatthew Wilcox (Oracle)2-2/+2
2026-03-08locking/semaphore: Remove the list_head from struct semaphoreMatthew Wilcox (Oracle)1-2/+2
2026-03-08locking/rwsem: Remove the list_head from struct rw_semaphoreMatthew Wilcox (Oracle)1-4/+4
2026-03-07eventpoll: Convert epoll_put_uevent() to scoped user accessEric Dumazet1-4/+7
2026-03-07Merge tag 'driver-core-7.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-coreLinus Torvalds1-0/+2
2026-03-07sched_ext: Add SCX_TASK_REENQ_REASON flagsTejun Heo1-0/+15
2026-03-07sched_ext: Simplify task state handlingTejun Heo1-12/+16
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo1-0/+6
2026-03-07sched_ext: Factor out nldsq_cursor_next_task() and nldsq_cursor_lost_task()Tejun Heo1-3/+3