aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-09-21drm/amd/display: Only consider pixle rate div policy for DCN32+Alvin Lee3-17/+2
2022-09-21drm/amd/display: Port DCN30 420 logic to DCN32Chris Park3-0/+29
2022-09-21drm/amdgpu: Update PTE flags with TF enabledMukul Joshi2-4/+6
2022-09-21bpf: Gate dynptr API behind CAP_BPFKumar Kartikeya Dwivedi1-14/+14
2022-09-21s390/vfio-ap: bypass unnecessary processing of AP resourcesTony Krowiak1-0/+30
2022-09-21vfio: Add struct device to vfio_deviceYi Liu4-14/+65
2022-09-21vfio: Rename vfio_device_put() and vfio_device_try_get()Kevin Tian1-8/+9
2022-09-21vfio/ccw: Use the new device life cycle helpersKevin Tian4-28/+53
2022-09-21vfio/amba: Use the new device life cycle helpersKevin Tian3-80/+55
2022-09-21vfio/platform: Use the new device life cycle helpersKevin Tian3-23/+111
2022-09-21vfio/fsl-mc: Use the new device life cycle helpersYi Liu1-36/+49
2022-09-21vfio/ap: Use the new device life cycle helpersYi Liu1-21/+29
2022-09-21drm/i915/gvt: Use the new device life cycle helpersKevin Tian3-40/+50
2022-09-21vfio/mbochs: Use the new device life cycle helpersYi Liu1-27/+46
2022-09-21vfio/mtty: Use the new device life cycle helpersYi Liu1-28/+39
2022-09-21iio: adc: mcp3911: add support for oversampling ratioMarcus Folkesson1-0/+58
2022-09-21vfio/mdpy: Use the new device life cycle helpersYi Liu1-34/+47
2022-09-21dt-bindings: iio: adc: mcp3911: add microchip,data-ready-hiz entryMarcus Folkesson1-0/+7
2022-09-21vfio/hisi_acc: Use the new device life cycle helpersYi Liu3-77/+37
2022-09-21iio: adc: mcp3911: add support for interruptsMarcus Folkesson1-0/+53
2022-09-21vfio/mlx5: Use the new device life cycle helpersYi Liu1-14/+36
2022-09-21iio: adc: mcp3911: add support for buffersMarcus Folkesson2-8/+97
2022-09-21vfio/pci: Use the new device life cycle helpersYi Liu3-10/+47
2022-09-21iio: adc: mcp3911: use resource-managed version of iio_device_registerMarcus Folkesson1-37/+14
2022-09-21vfio: Add helpers for unifying vfio_device life cycleKevin Tian2-1/+116
2022-09-21i2c: mux: harden i2c_mux_alloc() against integer overflowsDan Carpenter1-2/+3
2022-09-21PCI: Fix typo in pci_scan_child_bus_extend()Mika Westerberg1-1/+1
2022-09-21PCI: Fix whitespace and indentationMika Westerberg2-3/+1
2022-09-21PCI: Distribute available resources for root buses, tooMika Westerberg1-1/+61
2022-09-21PCI: Move pci_assign_unassigned_root_bus_resources()Mika Westerberg1-113/+113
2022-09-21PCI: Pass available buses even if the bridge is already configuredMika Westerberg1-2/+3
2022-09-21i2c: mlxbf: Fix frequency calculationAsmaa Mnebhi1-40/+23
2022-09-21drm/amdgpu: add helper to init rlc fw in header v2_4Hawking Zhang1-0/+60
2022-09-21drm/amdgpu: add helper to init rlc fw in header v2_3Hawking Zhang1-0/+35
2022-09-21drm/amdgpu: add helper to init rlc fw in header v2_2Hawking Zhang1-0/+30
2022-09-21drm/amdgpu: add helper to init rlc fw in header v2_1Hawking Zhang1-0/+40
2022-09-21drm/amdgpu: add helper to init rlc fw in header v2_0Hawking Zhang1-0/+64
2022-09-21drm/amdgpu: Fix amdgpu_vm_pt_free warningPhilip Yang3-3/+47
2022-09-21drm/amdgpu: Use vm status_lock to protect pt freePhilip Yang1-0/+3
2022-09-21drm/amdgpu: Use vm status_lock to protect vm evicted listPhilip Yang1-5/+22
2022-09-21drm/amdgpu: Use vm status_lock to protect vm moved listPhilip Yang1-4/+11
2022-09-21drm/amdgpu: Use vm status_lock to protect vm idle listPhilip Yang1-1/+3
2022-09-21drm/amdgpu: Use vm status_lock to protect relocated listPhilip Yang1-8/+15
2022-09-21drm/amdgpu: Rename vm invalidate lock to status_lockPhilip Yang2-16/+18
2022-09-21tools: sync find_bit() implementationYury Norov2-129/+81
2022-09-21lib/find_bit: optimize find_next_bit() functionsYury Norov2-57/+85
2022-09-21lib/find_bit: create find_first_zero_bit_le()Yury Norov2-5/+34
2022-09-21lib/find_bit: introduce FIND_FIRST_BIT() macroYury Norov1-25/+24
2022-09-21io_uring/net: zerocopy sendmsgPavel Begunkov4-5/+107
2022-09-21io_uring/net: combine fail handlersPavel Begunkov3-17/+17