summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2026-02-14printk, vt, fbcon: Remove console_conditional_schedule()Sebastian Andrzej Siewior1-1/+0
2026-02-14video/logo: move logo selection logic to KconfigVincent Mailhol1-7/+0
2026-02-14video/logo: remove logo_mac_clut224Vincent Mailhol1-1/+0
2026-02-14fb: Add dev_of_fbinfo() helper for optional sysfs supportChintan Patel1-0/+9
2026-02-14fbdev: Use device_create_with_groups() to fix sysfs groups registration raceHans de Goede1-1/+0
2026-02-14Merge tag 'trace-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds6-15/+26
2026-02-14Merge tag 'platform-drivers-x86-v7.0-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds5-52/+93
2026-02-14Merge tag 'mtd/for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/mtd/...Linus Torvalds2-18/+152
2026-02-14Merge tag 'dma-mapping-7.0-2026-02-13' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-8/+0
2026-02-14bpf: rename bpf_reg_state->off to bpf_reg_state->deltaEduard Zingerman1-3/+3
2026-02-14bpf: use reg->var_off instead of reg->off for pointersEduard Zingerman1-2/+1
2026-02-13ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux1-0/+2
2026-02-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds5-13/+112
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds6-10/+50
2026-02-13Merge tag 'riscv-for-linus-7.0-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-2/+36
2026-02-13Merge tag 'nfs-for-7.0-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds3-13/+8
2026-02-13Merge tag 'ata-6.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/lib...Linus Torvalds2-40/+36
2026-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds7-5/+170
2026-02-13Merge tag 'cxl-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds5-9/+80
2026-02-13Merge tag 'vfio-v7.0-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds4-20/+18
2026-02-13Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds14-29/+61
2026-02-13mm: rmap: support batched checks of the references for large foliosBaolin Wang2-4/+40
2026-02-13mm: make vm_area_desc utilise vma_flags_t onlyLorenzo Stoakes2-6/+8
2026-02-13mm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes2-9/+23
2026-02-13mm: update shmem_[kernel]_file_*() functions to use vma_flags_tLorenzo Stoakes1-5/+3
2026-02-13mm: update hugetlbfs to use VMA flags on mmap_prepareLorenzo Stoakes2-3/+13
2026-02-13mm: add basic VMA flag operation helper functionsLorenzo Stoakes2-1/+168
2026-02-13mm: add mk_vma_flags() bitmap flag macro helperLorenzo Stoakes1-0/+33
2026-02-13mm: rename vma_flag_test/set_atomic() to vma_test/set_atomic_flag()Lorenzo Stoakes1-8/+5
2026-02-13mm/vma: remove __private sparse decoration from vma_flags_tLorenzo Stoakes2-8/+10
2026-02-13mm/vma: use unmap_desc in exit_mmap() and vms_clear_ptes()Liam R. Howlett1-4/+0
2026-02-13mm: relocate the page table ceiling and floor definitionsLiam R. Howlett1-19/+19
2026-02-13mm/vmscan: select the closest preferred node in demote_folio_list()Bing Jiao1-3/+3
2026-02-13mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao2-6/+6
2026-02-13Merge tag 'for-7.0/io_uring-zcrx-large-buffers-20260206' of git://git.kernel....Linus Torvalds1-1/+1
2026-02-13Merge tag 'trace-rv-v7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds3-524/+499
2026-02-12drm/amdgpu: set family for GC 11.5.4Alex Deucher1-0/+1
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds32-288/+1065
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds37-544/+1053
2026-02-12Merge tag 'fsnotify_for_v6.20-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2026-02-12Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds1-115/+75
2026-02-12Merge tag 'ext4_for_linus-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+7
2026-02-12Merge tag 'v7.0-rc-part1-ksmbd-and-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds1-0/+17
2026-02-12Merge tag 'nfsd-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds7-18/+196
2026-02-12block: change return type to voidChaitanya Kulkarni1-1/+1
2026-02-12drm/i915: Remove i915_reg.h from intel_display_irq.cUma Shankar1-0/+49
2026-02-12drm/i915: Remove i915_reg.h from i9xx_wm.cUma Shankar1-0/+21
2026-02-12drm/i915: Remove i915_reg.h from intel_overlay.cUma Shankar1-0/+43
2026-02-12drm/{i915, xe}: Extract pcode definitions to common headerUma Shankar1-0/+108
2026-02-12Merge tag 'net-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds107-754/+15016