summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-11-28drm/imagination: Numerous documentation fixes.Donald Robson1-6/+4
2023-11-28drm/bridge: Fix typo in post_disable() descriptionDario Binacchi1-1/+1
2023-11-28Merge drm/drm-next into drm-misc-nextThomas Zimmermann28-72/+217
2023-11-28Merge v6.7-rc3 into drm-nextDaniel Vetter11-20/+74
2023-11-26Merge tag 'usb-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-13/+0
2023-11-25drm/sched: Reverse run-queue priority enumerationLuben Tuikov1-3/+3
2023-11-25drm/sched: Rename priority MIN to LOWLuben Tuikov1-1/+1
2023-11-24Merge tag 'acpi-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
2023-11-24Merge tag 'vfs-6.7-rc3.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+20
2023-11-24Merge tag 'usb-serial-6.7-rc3' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman13-37/+66
2023-11-24drm: Allow drivers to indicate the damage helpers to ignore damage clipsJavier Martinez Canillas1-0/+10
2023-11-24drm: Introduce DRM_CLIENT_CAP_CURSOR_PLANE_HOTSPOTZack Rusin1-0/+25
2023-11-24drm: Remove legacy cursor hotspot codeZack Rusin1-12/+0
2023-11-24drm/atomic: Add support for mouse hotspotsZack Rusin1-0/+14
2023-11-24drm: Disable the cursor plane on atomic contexts with virtualized driversZack Rusin2-0/+21
2023-11-24Merge tag 'block-6.7-2023-11-23' of git://git.kernel.dk/linuxLinus Torvalds1-1/+0
2023-11-24Merge tag 'for-linus-2023112301' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+3
2023-11-23Merge tag 'drm-intel-next-2023-11-23' of git://anongit.freedesktop.org/drm/dr...Daniel Vetter4-15/+77
2023-11-23Merge tag 'net-6.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+49
2023-11-23Merge tag 'drm-misc-next-2023-11-23' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter5-6/+1335
2023-11-23drm: introduce DRM_CAP_ATOMIC_ASYNC_PAGE_FLIPSimon Ser1-1/+9
2023-11-23drm: allow DRM_MODE_PAGE_FLIP_ASYNC for atomic commitsSimon Ser1-0/+9
2023-11-23drm: Fix color LUT roundingVille Syrjälä1-11/+8
2023-11-23drm/imagination/uapi: Add PowerVR driver UAPISarah Walker1-0/+1297
2023-11-23drm/gpuvm: Helper to get range of unmap from a remap op.Donald Robson1-0/+28
2023-11-23sizes.h: Add entries between SZ_32G and SZ_64TMatt Coster1-0/+9
2023-11-22asm-generic: qspinlock: fix queued_spin_value_unlocked() implementationLinus Torvalds1-1/+1
2023-11-21drm/dp_mst: Fix PBN divider calculation for UHBR ratesImre Deak1-0/+13
2023-11-21drm/dp_mst: Store the MST PBN divider value in fixed point formatImre Deak1-3/+4
2023-11-21drm/edid/firmware: drop drm_kms_helper.edid_firmware backward compatJani Nikula1-5/+0
2023-11-21HID: fix HID device resource race between HID core and debugging supportCharles Yi1-0/+3
2023-11-21Merge tag 'thunderbolt-for-v6.7-rc3' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman53-970/+475
2023-11-21bpf: keep track of max number of bpf_loop callback iterationsEduard Zingerman1-0/+11
2023-11-21bpf: verify callbacks as if they are called unknown number of timesEduard Zingerman1-0/+5
2023-11-20bpf, netkit: Add indirect call wrapper for fetching peer devDaniel Borkmann1-0/+6
2023-11-20net: Move {l,t,d}stats allocation to core and convert veth & vrfDaniel Borkmann1-4/+16
2023-11-20net, vrf: Move dstats structure to coreDaniel Borkmann1-0/+10
2023-11-20block: Remove blk_set_runtime_active()Damien Le Moal1-1/+0
2023-11-20ACPI: PM: Add acpi_device_fix_up_power_children() functionHans de Goede1-0/+1
2023-11-20filemap: add a per-mapping stable writes flagChristoph Hellwig1-0/+17
2023-11-20Merge tag 'drm-misc-next-2023-11-17' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter16-237/+881
2023-11-20drm/print: Handle NULL drm device in __drm_printk()Luben Tuikov1-1/+1
2023-11-20Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+1
2023-11-20Merge tag 'timers_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-2/+3
2023-11-20Merge tag 'perf_urgent_for_v6.7_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-5/+8
2023-11-18fs: Pass AT_GETATTR_NOSEC flag to getattr interface functionStefan Berger1-0/+3
2023-11-17linux/export: clean up the IA-64 KSYM_FUNC macroLukas Bulwahn1-3/+1
2023-11-17rxrpc: Fix RTT determination to use any ACK as a sourceDavid Howells1-1/+1
2023-11-16Merge tag 'net-6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-6/+19
2023-11-16Merge tag 'for-linus-6.7a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-6/+2