summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2025-07-04drm/xe/bmg: Add one additional PCI IDVodapalli, Ravi Kumar1-0/+1
2025-06-26drm/pagemap: Add a populate_mm opThomas Hellström1-0/+34
2025-06-26drm/gpusvm, drm/pagemap: Move migration functionality to drm_pagemapMatthew Brost2-96/+101
2025-06-25drm/xe/uapi: Correct sync type definition in commentsShuicheng Lin1-4/+4
2025-06-23drm/xe/nvm: add support for non-posted eraseReuven Abliyev1-0/+2
2025-06-23mtd: add driver for intel graphics non-volatile memory deviceAlexander Usyskin1-0/+30
2025-06-23Merge drm/drm-next into drm-xe-nextRodrigo Vivi37-180/+701
2025-06-23Merge tag 'drm-intel-next-2025-06-18' of https://gitlab.freedesktop.org/drm/i...Dave Airlie4-7/+35
2025-06-20Merge tag 'drm-misc-next-2025-06-19' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie9-26/+92
2025-06-20Merge tag 'drm-xe-next-2025-06-18' of https://gitlab.freedesktop.org/drm/xe/k...Dave Airlie3-2/+14
2025-06-19drm/xe: Add Wildcat Lake device IDs to PTL listMatt Roper1-1/+3
2025-06-18drm/format-helper: Move drm_fb_build_fourcc_list() to sysfb helpersThomas Zimmermann1-4/+0
2025-06-18drm/tests: Do not use drm_fb_blit() in format-helper testsThomas Zimmermann1-0/+9
2025-06-18Merge tag 'drm-misc-next-2025-06-12' of https://gitlab.freedesktop.org/drm/mi...Dave Airlie16-132/+553
2025-06-17drm/xe/oa/uapi: Expose media OA unitsAshutosh Dixit1-0/+4
2025-06-17drm: Create a task info option for wedge eventsAndré Almeida2-1/+11
2025-06-16accel/ivpu: Add turbo flag to the DRM_IVPU_CMDQ_CREATE ioctlAndrzej Kacprowski1-0/+14
2025-06-16video: Make global edid_info depend on CONFIG_FIRMWARE_EDIDThomas Zimmermann1-1/+2
2025-06-16fbdev/sisfb: Unexport symbolsThomas Zimmermann1-6/+0
2025-06-16fbdev/pxafb: Unexport symbolThomas Zimmermann1-1/+0
2025-06-14Merge tag 'block-6.16-20250614' of git://git.kernel.dk/linuxLinus Torvalds2-3/+6
2025-06-14Merge tag 'mm-hotfixes-stable-2025-06-13-21-56' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+6
2025-06-13Merge tag 'pm-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+3
2025-06-13Merge branch 'pm-cpuidle'Rafael J. Wysocki1-0/+3
2025-06-13block: Fix bvec_set_folio() for very large foliosMatthew Wilcox (Oracle)1-2/+5
2025-06-13bio: Fix bio_first_folio() for SPARSEMEM without VMEMMAPMatthew Wilcox (Oracle)1-1/+1
2025-06-13dma-fence: Add safe access helpers and document the rulesTvrtko Ursulin2-13/+56
2025-06-13mm: add mmap_prepare() compatibility layer for nested file systemsLorenzo Stoakes1-2/+4
2025-06-12Merge tag 'bitmap-for-6.16-rc2' of https://github.com/norov/linuxLinus Torvalds1-2/+2
2025-06-12drm/dp: Add an EDID quirk for the DPCD register access probeImre Deak2-0/+9
2025-06-12drm/edid: Add support for quirks visible to DRM core and driversImre Deak2-1/+8
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds4-16/+14
2025-06-12Merge tag 'for-net-2025-06-11' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski2-5/+8
2025-06-12net_sched: remove qdisc_tree_flush_backlog()Eric Dumazet1-8/+0
2025-06-12scatterlist: fix extraneous '@'-sign kernel-doc notationRandy Dunlap1-2/+2
2025-06-11Bluetooth: ISO: Fix not using bc_sid as advertisement SIDLuiz Augusto von Dentz2-5/+8
2025-06-11KEYS: Invert FINAL_PUT bitHerbert Xu1-1/+1
2025-06-11drm/xe/xe2_hpg: Add PCI IDs for xe2_hpgShekhar Chauhan1-2/+5
2025-06-11Merge drm/drm-next into drm-misc-nextThomas Zimmermann620-5459/+13833
2025-06-11net: Fix TOCTOU issue in sk_is_readable()Michal Luczaj1-2/+5
2025-06-10Merge tag 'for-net-2025-06-05' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-1/+1
2025-06-09Merge drm/drm-next into drm-xe-nextThomas Hellström659-5883/+14809
2025-06-09Merge drm/drm-next into drm-intel-nextJani Nikula624-5459/+13945
2025-06-08Merge tag 'timers-cleanups-2025-06-08' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2025-06-08Merge tag 'timers-urgent-2025-06-08' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-0/+1
2025-06-08Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+2
2025-06-08Merge tag 'trace-v6.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-47/+0
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+1
2025-06-07Merge tag 'kbuild-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-4/+12
2025-06-07x86/smp: PM/hibernate: Split arch_resume_nosmt()Rafael J. Wysocki1-0/+3