summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dma-buf: make kobj_type structure constantThomas Weißschuh2023-02-171-1/+1
* drm/shmem-helper: Fix locking for drm_gem_shmem_get_pages_sgt()Asahi Lina2023-02-161-20/+34
* drm: panel-orientation-quirks: Add quirk for Lenovo IdeaPad Duet 3 10IGL5Darrell Kavanagh2023-02-151-0/+6
* drm/i915/dp_mst: Fix payload removal during output disablingImre Deak2023-02-131-6/+10
* drm/display/dp_mst: Add drm_atomic_get_old_mst_topology_state()Imre Deak2023-02-132-4/+32
* drm/display/dp_mst: Handle old/new payload states in drm_dp_remove_payload()Imre Deak2023-02-135-16/+21
* drm/i915/dp_mst: Add the MST topology state for modesetted CRTCsImre Deak2023-02-133-0/+69
* dt-bindings: display: panel: visionox,vtdr6130: add missing reg propertyNeil Armstrong2023-02-091-12/+22
* drm/probe_helper: sort out poll_running vs poll_enabledDmitry Baryshkov2023-02-071-21/+21
* drm/probe_helper: extract two helper functionsDmitry Baryshkov2023-02-071-27/+41
* accel/ivpu: Fix old dma_buf api usageStanislaw Gruszka2023-02-061-6/+2
* accel/ivpu: Set dma max_segment_sizeStanislaw Gruszka2023-02-061-0/+1
* accel/ivpu: Send VPU_JSM_MSG_CONTEXT_DELETE when deleting contextAndrzej Kacprowski2023-02-063-1/+13
* accel/ivpu: Fix FW API data alignment issuesAndrzej Kacprowski2023-02-063-44/+65
* drm/vc4: allow DRM_VC4_KUNIT_TEST to be a loadable moduleArnd Bergmann2023-02-021-1/+1
* drm/client: fix kernel-doc warning in drm_client.hRandy Dunlap2023-02-011-1/+1
* accel/ivpu: avoid duplicate assignmentArnd Bergmann2023-02-011-1/+0
* accel: fix CONFIG_DRM dependenciesArnd Bergmann2023-02-011-1/+4
* drm/shmem: Cleanup drm_gem_shmem_create_with_handle()Rob Clark2023-02-011-9/+4
* dma-buf: actually set signaling bit for private stub fencesDanilo Krummrich2023-02-011-1/+1
* drm/simpledrm: Fix an NULL vs IS_ERR() bugDan Carpenter2023-02-011-2/+2
* Merge v6.2-rc6 into drm-nextDaniel Vetter2023-01-311144-8508/+15643
|\
| * Linux 6.2-rc6v6.2-rc6Linus Torvalds2023-01-291-1/+1
| * Merge tag 'irq_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-292-2/+6
| |\
| | * genirq/msi: Free the fwnode created by msi_create_device_irq_domain()Jason Gunthorpe2023-01-172-2/+6
| * | Merge tag 'x86_urgent_for_v6.2_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-01-2912-3/+160
| |\ \
| | * | x86/build: Move '-mindirect-branch-cs-prefix' out of GCC-only blockNathan Chancellor2023-01-221-1/+1
| | * | acpi: Fix suspend with Xen PVJuergen Gross2023-01-192-1/+13
| | * | x86/sev: Add SEV-SNP guest feature negotiation supportNikunj A Dadhania2023-01-196-0/+140
| | * | x86/pci/xen: Fixup fallout from the PCI/MSI overhaulThomas Gleixner2023-01-161-1/+2
| | * | x86/pci/xen: Set MSI_FLAG_PCI_MSIX support in Xen MSI domainDavid Woodhouse2023-01-161-0/+1
| | * | x86/i8259: Mark legacy PIC interrupts with IRQ_LEVELThomas Gleixner2023-01-162-1/+4
| | |/
| * | Merge tag 'input-for-v6.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-01-292-1/+7
| |\ \
| | * | Input: i8042 - add Clevo PCX0DX to i8042 quirk tableWerner Sembach2023-01-111-0/+7
| | * | Revert "Input: synaptics - switch touchpad on HP Laptop 15-da3001TU to RMI mode"Dmitry Torokhov2022-12-161-1/+0
| * | | Merge tag 'cxl-fixes-for-6.2-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-294-41/+33
| |\ \ \
| | * | | cxl/pmem: Fix nvdimm unregistration when cxl_pmem driver is absentDan Williams2023-01-263-39/+28
| | * | | cxl: fix cxl_report_and_clear() RAS UE addr mis-assignmentDave Jiang2023-01-091-2/+5
| * | | | Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka2023-01-291-0/+1
| * | | | Fix up more non-executable files marked executableLinus Torvalds2023-01-282-0/+0
| * | | | Merge tag '6.2-rc5-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2023-01-288-10/+46
| |\ \ \ \
| | * | | | ksmbd: downgrade ndr version error message to debugNamjae Jeon2023-01-261-4/+4
| | * | | | ksmbd: limit pdu length size according to connection statusNamjae Jeon2023-01-262-4/+18
| | * | | | ksmbd: do not sign response to session request for guest loginMarios Makassikis2023-01-201-0/+2
| | * | | | ksmbd: add max connections parameterNamjae Jeon2023-01-204-2/+22
| | | |_|/ | | |/| |
| * | | | Merge tag '6.2-rc5-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2023-01-281-0/+1
| |\ \ \ \
| | * | | | cifs: Fix oops due to uncleared server->smbd_conn in reconnectDavid Howells2023-01-251-0/+1
| * | | | | Merge tag 'block-6.2-2023-01-27' of git://git.kernel.dk/linuxLinus Torvalds2023-01-284-15/+13
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'nvme-6.2-2023-01-26' of git://git.infradead.org/nvme into block-6.2Jens Axboe2023-01-263-11/+10
| | |\ \ \ \ \
| | | * | | | | nvme: fix passthrough csi checkKeith Busch2023-01-251-1/+1