summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-01-16Merge tag 'drm-intel-next-2023-01-12' of git://anongit.freedesktop.org/drm/dr...Dave Airlie1-1/+8
2023-01-16Merge tag 'drm-misc-next-2023-01-12' of git://anongit.freedesktop.org/drm/drm...Dave Airlie7-14/+112
2023-01-16Merge tag 'amd-drm-next-6.3-2023-01-06' of https://gitlab.freedesktop.org/agd...Dave Airlie2-0/+12
2023-01-12drm: document better that drivers shouldn't use drm_minor directlyDaniel Vetter1-2/+15
2023-01-10drm/debugfs: add descriptions to struct parametersMaíra Canal1-0/+18
2023-01-07drm/mipi-dsi: Add a mipi_dsi_dcs_write_seq() macroJavier Martinez Canillas1-0/+18
2023-01-07drm/mipi-dsi: Fix mipi_dsi_dcs_write_seq() macro definition formatJavier Martinez Canillas1-9/+12
2023-01-05drm/bridge_connector: drop drm_bridge_connector_en/disable_hpd()Dmitry Baryshkov1-2/+0
2023-01-05drm/probe-helper: enable and disable HPD on connectorsDmitry Baryshkov1-0/+22
2023-01-05drm/fourcc: Document open source user waiverDaniel Vetter1-0/+12
2023-01-04Merge tag 'drm-misc-next-2023-01-03' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter24-579/+519
2023-01-03drm/format-helper: Simplify drm_fb_build_fourcc_list()Thomas Zimmermann1-1/+0
2023-01-03drm/format-helper: Add conversion from XRGB8888 to 15-bit RGB555 formatsThomas Zimmermann1-0/+9
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB2101010Thomas Zimmermann1-0/+3
2023-01-03drm/format-helper: Add conversion from XRGB8888 to ARGB8888Thomas Zimmermann1-0/+3
2023-01-03Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-0/+1
2023-01-02Merge drm/drm-next into drm-intel-nextJani Nikula643-6223/+20991
2022-12-31Merge tag 'kbuild-fixes-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+5
2022-12-30Merge tag 'acpi-6.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+2
2022-12-30arch: fix broken BuildID for arm64 and riscvMasahiro Yamada1-0/+5
2022-12-30Merge tag 'block-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-1/+3
2022-12-30Merge tag 'io_uring-6.2-2022-12-29' of git://git.kernel.dk/linuxLinus Torvalds1-0/+8
2022-12-28nvme: consult the CSE log page for unprivileged passthroughChristoph Hellwig1-0/+1
2022-12-28nvme: fix the NVME_CMD_EFFECTS_CSE_MASK definitionChristoph Hellwig1-1/+2
2022-12-28Merge branch 'kvm-late-6.1-fixes' into HEADPaolo Bonzini1-0/+3
2022-12-27uapi:io_uring.h: allow linux/time_types.h to be skippedStefan Metzmacher1-0/+8
2022-12-27KVM: x86/xen: Add KVM_XEN_INVALID_GPA and KVM_XEN_INVALID_GFN to uapiDavid Woodhouse1-0/+3
2022-12-23Merge tag '9p-for-6.2-rc1' of https://github.com/martinetd/linuxLinus Torvalds1-0/+2
2022-12-23Merge tag 'sound-6.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-0/+3
2022-12-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-1/+19
2022-12-22drm/debugfs: create device-centered debugfs functionsMaíra Canal2-0/+56
2022-12-22ACPI: video: Allow GPU drivers to report no panelsMario Limonciello1-0/+2
2022-12-22Merge tag 'block-6.2-2022-12-19' of git://git.kernel.dk/linuxLinus Torvalds1-2/+1
2022-12-21Merge tag 'pwm/for-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-12/+12
2022-12-21Merge tag 'rproc-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...Linus Torvalds2-0/+66
2022-12-21Merge tag 'mailbox-v6.2' of git://git.linaro.org/landing-teams/working/fujits...Linus Torvalds1-0/+967
2022-12-21Merge tag 'mfd-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/lee...Linus Torvalds7-139/+349
2022-12-21Merge tag 'net-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-5/+7
2022-12-21Merge tag 'fs.vfsuid.ima.v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-20/+0
2022-12-21Merge tag 'random-6.2-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-8/+0
2022-12-20Merge tag 'asm-generic-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-60/+71
2022-12-20prandom: remove prandom_u32_max()Jason A. Donenfeld1-6/+0
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld1-2/+0
2022-12-20net: simplify sk_page_fragBenjamin Coddington1-7/+2
2022-12-20net: Introduce sk_use_task_frag in struct sock.Guillaume Nault1-2/+9
2022-12-19Merge tag 'zstd-linus-v6.2' of https://github.com/terrelln/linuxLinus Torvalds1-180/+299
2022-12-19Merge tag 'dmaengine-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2022-12-19Merge tag 'soundwire-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+44
2022-12-19Merge tag 'phy-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/phy/...Linus Torvalds1-0/+20
2022-12-19Merge tag 'iommu-updates-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-6/+90