summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2024-02-16drm: add drm_gem_object_is_shared_for_memory_stats() helperAlex Deucher1-0/+13
2024-02-16net: bridge: switchdev: Skip MDB replays of deferred events on offloadTobias Waldekranz1-0/+3
2024-02-16Merge tag 'drm-misc-next-2024-02-15' of git://anongit.freedesktop.org/drm/drm...Dave Airlie6-139/+248
2024-02-16Merge tag 'drm-intel-gt-next-2024-02-15' of git://anongit.freedesktop.org/drm...Dave Airlie1-0/+12
2024-02-15Merge tag 'drm-intel-next-2024-02-07' of git://anongit.freedesktop.org/drm/dr...Dave Airlie3-0/+7
2024-02-15scsi: core: Consult supported VPD page list prior to fetching pageMartin K. Petersen1-4/+0
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds3-13/+8
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+4
2024-02-15update workarounds for gcc "asm goto" issueLinus Torvalds2-4/+12
2024-02-15seq_buf: Fix kernel documentationAndy Shevchenko1-6/+6
2024-02-15seq_buf: Don't use "proxy" headersAndy Shevchenko1-1/+4
2024-02-15drm: Spelling s/hardward/hardware/gGeert Uytterhoeven1-1/+1
2024-02-15Merge tag 'mips-fixes_6.8_2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+4
2024-02-14scsi: sd: usb_storage: uas: Access media prior to querying device propertiesMartin K. Petersen1-0/+1
2024-02-14drm/i915: Add GuC submission interface version queryTvrtko Ursulin1-0/+12
2024-02-14Merge tag 'iio-fixes-for-6.8a' of http://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman4-6/+9
2024-02-14iosys-map: fix typoRandy Dunlap1-1/+1
2024-02-14firmware/sysfb: Update screen_info for relocated EFI framebuffersThomas Zimmermann1-0/+16
2024-02-14firmware/sysfb: Set firmware-framebuffer parent deviceThomas Zimmermann1-2/+4
2024-02-14video: Provide screen_info_get_pci_dev() to find screen_info's PCI deviceThomas Zimmermann1-0/+10
2024-02-14video: Add helpers for decoding screen_infoThomas Zimmermann1-0/+100
2024-02-14drm/xe: Add uAPI to query GuC firmware submission versionJosé Roberto de Souza1-0/+31
2024-02-13nvme: implement support for relaxed effectsKeith Busch1-0/+1
2024-02-13gpiolib: add gpio_device_get_label() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13gpiolib: add gpio_device_get_base() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13gpiolib: add gpiod_to_gpio_device() stub for !GPIOLIBKrzysztof Kozlowski1-0/+6
2024-02-13xen/gntalloc: Replace UAPI 1-element arrayKees Cook1-1/+4
2024-02-13Merge tag 'amd-drm-next-6.9-2024-02-09' of https://gitlab.freedesktop.org/agd...Dave Airlie2-1/+4
2024-02-13ptrace: Introduce exception_ip arch hookJiaxun Yang1-0/+4
2024-02-12Merge tag 'vfs-6.8-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+0
2024-02-12net-device: move lstats in net_device_read_txrxEric Dumazet1-5/+5
2024-02-12tcp: move tp->tcp_usec_ts to tcp_sock_read_txrx groupEric Dumazet1-2/+2
2024-02-12tcp: move tp->scaling_ratio to tcp_sock_read_txrx groupEric Dumazet1-1/+1
2024-02-11Merge tag 'timers_urgent_for_v6.8_rc4' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+3
2024-02-11tls: fix race between async notify and socket closeJakub Kicinski1-5/+0
2024-02-10Merge tag 'block-6.8-2024-02-10' of git://git.kernel.dk/linuxLinus Torvalds1-2/+5
2024-02-10Revert "get rid of DCACHE_GENOCIDE"Al Viro1-0/+1
2024-02-10Merge tag 'ceph-for-6.8-rc4' of https://github.com/ceph/ceph-clientLinus Torvalds2-2/+3
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-2/+21
2024-02-09Merge tag 'efi-fixes-for-v6.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+23
2024-02-09Merge tag 'drm-fixes-2024-02-09' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2024-02-09Revert "usb: dwc3: Support EBC feature of DWC_usb31"Thinh Nguyen1-1/+0
2024-02-09drm: remove drm_debug_printer in favor of drm_dbg_printerJani Nikula1-17/+0
2024-02-09drm/dp: switch drm_dp_vsc_sdp_log() to struct drm_printerJani Nikula1-2/+1
2024-02-09drm/print: add drm_dbg_printer() for drm device specific printerJani Nikula1-0/+24
2024-02-09drm/print: move enum drm_debug_category etc. earlier in drm_print.hJani Nikula1-95/+95
2024-02-09drm/print: make drm_err_printer() device specific by using drm_err()Jani Nikula1-3/+8
2024-02-09drm/bridge: remove ->get_edid callbackJani Nikula1-30/+0
2024-02-09Merge tag 'drm-misc-fixes-2024-02-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-0/+1
2024-02-09Merge tag 'net-6.8-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-5/+25