summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fs: add batch and poll flags to the uring_cmd_iopoll() handlerJens Axboe2022-09-212-6/+12
* nvme: wire up async polling for io passthrough commandsKanchan Joshi2022-09-214-5/+72
* Merge tag 'parisc-for-6.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-182-10/+2
|\
| * parisc: remove obsolete manual allocation aligning in iosapicRolf Eike Beer2022-09-151-10/+1
| * parisc: ccio-dma: Add missing iounmap in error path in ccio_probe()Yang Yingliang2022-09-131-0/+1
* | Merge tag 'gpio-fixes-for-v6.0-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-09-163-9/+30
|\ \
| * | gpio: mt7621: Make the irqchip immutableSergio Paracuellos2022-09-141-6/+15
| * | gpio: ixp4xx: Make irqchip immutableLinus Walleij2022-09-131-3/+14
| * | gpio: mpc8xxx: Fix support for IRQ_TYPE_LEVEL_LOW flow_type in mpc85xxPali Rohár2022-09-071-0/+1
* | | Merge tag 'pinctrl-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds2022-09-164-22/+105
|\ \ \
| * | | pinctrl: ocelot: Fix interrupt controllerHoratiu Vultur2022-09-141-14/+97
| * | | pinctrl: sunxi: Fix name for A100 R_PIOMichael Wu2022-08-261-1/+1
| * | | pinctrl: rockchip: Enhance support for IRQ_TYPE_EDGE_BOTHJoão H. Spies2022-08-251-2/+2
| * | | pinctrl: qcom: sc8180x: Fix wrong pin numbersMolly Sophia2022-08-221-4/+4
| * | | pinctrl: qcom: sc8180x: Fix gpio_wakeirq_mapMolly Sophia2022-08-221-1/+1
* | | | Merge tag 'drm-fixes-2022-09-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-09-1659-908/+655
|\ \ \ \
| * \ \ \ Merge tag 'drm-intel-fixes-2022-09-15' of git://anongit.freedesktop.org/drm/d...Dave Airlie2022-09-166-40/+22
| |\ \ \ \
| | * | | | Revert "drm/i915/display: Re-add check for low voltage sku for max dp source ...Ville Syrjälä2022-09-121-29/+3
| | * | | | drm/i915/gt: Fix perf limit reasons bit positionsAshutosh Dixit2022-09-121-8/+8
| | * | | | drm/i915/guc: Cancel GuC engine busyness worker synchronouslyUmesh Nerlige Ramappa2022-09-121-1/+6
| | * | | | drm/i915: Set correct domains values at _i915_vma_move_to_activeNirmoy Das2022-09-121-1/+2
| | * | | | drm/i915/vdsc: Set VDSC PIC_HEIGHT before using for DP DSCAnkit Nautiyal2022-09-123-1/+3
| | | |_|/ | | |/| |
| * | | | Merge tag 'drm-misc-fixes-2022-09-15' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-09-1614-34/+38
| |\ \ \ \
| | * | | | drm/rockchip: Fix return type of cdn_dp_connector_mode_validNathan Huckleberry2022-09-141-2/+3
| | * | | | drm/rockchip: vop2: Fix eDP/HDMI sync polaritiesSascha Hauer2022-09-091-0/+4
| | * | | | drm/gma500: Fix (vblank) IRQs not working after suspend/resumeHans de Goede2022-09-097-23/+18
| | * | | | drm/gma500: Fix WARN_ON(lock->magic != lock) errorHans de Goede2022-09-091-2/+2
| | * | | | drm/gma500: Fix BUG: sleeping function called from invalid context errorsHans de Goede2022-09-091-4/+7
| | * | | | drm/meson: Fix OSD1 RGB to YCbCr coefficientStuart Menefy2022-09-091-1/+1
| | * | | | drm/meson: Correct OSD1 global alpha valueStuart Menefy2022-09-091-1/+1
| | * | | | drm/panel-edp: Fix delays for Innolux N116BCA-EA1Chen-Yu Tsai2022-09-081-1/+2
| * | | | | Merge tag 'amd-drm-fixes-6.0-2022-09-14' of https://gitlab.freedesktop.org/ag...Dave Airlie2022-09-1639-834/+595
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | drm/amdgpu: make sure to init common IP before gmcAlex Deucher2022-09-141-3/+11
| | * | | | drm/amdgpu: move nbio sdma_doorbell_range() into sdma code for vegaAlex Deucher2022-09-142-22/+5
| | * | | | drm/amdgpu: move nbio ih_doorbell_range() into ih code for vegaAlex Deucher2022-09-143-3/+8
| | * | | | drm/amd/display: Mark dml30's UseMinimumDCFCLK() as noinline for stack usageNathan Chancellor2022-09-131-2/+1
| | * | | | drm/amd/display: Reduce number of arguments of dml31's CalculateFlipSchedule()Nathan Chancellor2022-09-131-125/+47
| | * | | | drm/amd/display: Reduce number of arguments of dml31's CalculateWatermarksAnd...Nathan Chancellor2022-09-131-196/+52
| | * | | | drm/amd/display: Reduce number of arguments of dml32_CalculatePrefetchSchedule()Nathan Chancellor2022-09-133-133/+78
| | * | | | drm/amd/display: Reduce number of arguments of dml32_CalculateWatermarksMALLU...Nathan Chancellor2022-09-133-259/+140
| | * | | | drm/amd/display: Refactor SubVP calculation to remove FPUAlvin Lee2022-09-131-45/+44
| | * | | | drm/amd/display: Limit user regamma to a valid valueYao Wang12022-09-131-0/+4
| | * | | | drm/amd/display: add workaround for subvp cursor corruption for DCN32/321Aurabindo Pillai2022-09-132-2/+4
| | * | | | drm/amd/display: SW cursor fallback for SubVPAlvin Lee2022-09-134-0/+8
| | * | | | drm/amd/display: Round cursor width up for MALL allocationTaimur Hassan2022-09-132-2/+46
| | * | | | drm/amd/display: Correct dram channel width for dcn314Duncan Ma2022-09-133-0/+6
| | * | | | drm/amd/display: Relax swizzle checks for video non-RGB formats on DCN314Nicholas Kazlauskas2022-09-131-3/+1
| | * | | | drm/amd/display: Hook up DCN314 specific dml implementationNicholas Kazlauskas2022-09-133-1/+14
| | * | | | drm/amd/display: Enable dlg and vba compilation for dcn314Rodrigo Siqueira2022-09-131-0/+3
| | * | | | drm/amd/display: Fix compilation errors on DCN314Rodrigo Siqueira2022-09-131-4/+5