aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-06-22iommu: Directly use ida_alloc()/free()Ke Liu1-3/+3
2022-06-22firmware: mediatek: Use meaningful names for mboxTinghan Shen1-24/+12
2022-06-22Revert "drivers/net/ethernet/neterion/vxge: Fix a use-after-free bug in vxge-main.c"Jakub Kicinski1-1/+1
2022-06-22mlxsw: spectrum_fid: Implement missing operations for rFID and dummy FIDAmit Cohen1-4/+54
2022-06-22mlxsw: spectrum_fid: Use 'fid->fid_offset' when setting VNIAmit Cohen1-11/+14
2022-06-22mlxsw: spectrum_fid: Save 'fid_offset' as part of FID structureAmit Cohen1-6/+23
2022-06-22mlxsw: pci: Query resources before and after issuing 'CONFIG_PROFILE' commandAmit Cohen1-0/+9
2022-06-22mlxsw: cmd: Increase 'config_profile.flood_mode' lengthAmit Cohen1-1/+1
2022-06-22mlxsw: Add enumerator for 'config_profile.flood_mode'Amit Cohen2-8/+17
2022-06-22mlxsw: spectrum_switchdev: Handle error in mlxsw_sp_bridge_mdb_mc_enable_sync()Amit Cohen1-12/+31
2022-06-22mlxsw: spectrum_switchdev: Convert mlxsw_sp_mc_write_mdb_entry() to return intAmit Cohen1-7/+9
2022-06-22mlxsw: spectrum_switchdev: Add error path in mlxsw_sp_port_mc_disabled_set()Amit Cohen1-2/+15
2022-06-22mlxsw: spectrum_switchdev: Simplify mlxsw_sp_port_mc_disabled_set()Amit Cohen1-7/+66
2022-06-22mlxsw: spectrum_switchdev: Do not set 'multicast_enabled' twiceAmit Cohen1-2/+0
2022-06-22mlxsw: spectrum_switchdev: Pass 'struct mlxsw_sp' to mlxsw_sp_bridge_mdb_mc_enable_sync()Amit Cohen1-7/+4
2022-06-22mlxsw: Remove lag_vid_valid indicationAmit Cohen3-11/+1
2022-06-22ASoC: Merge fixesMark Brown1-7/+8
2022-06-22regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald1-1/+2
2022-06-22regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-06-22drm/i915/display: Add smem fallback allocation for dptJuha-Pekka Heikkila1-4/+12
2022-06-22drm/i915: extend i915_vma_pin_iomap()CQ Tang1-12/+23
2022-06-22drm/i915: don't leak lmem mapping in vma_evictJuha-Pekka Heikkila1-1/+3
2022-06-22platform/surface: aggregator: Reserve more event- and target-categoriesMaximilian Luz1-35/+45
2022-06-22platform/surface: avoid flush_scheduled_work() usageTetsuo Handa1-3/+24
2022-06-22platform/x86: Move AMD platform drivers to separate directoryShyam Sundar S K6-28/+43
2022-06-22platform/x86: thinkpad_acpi: Use backlight helperStephen Kitt1-4/+1
2022-06-22platform/x86: compal-laptop: Use backlight helperStephen Kitt1-3/+1
2022-06-22platform/x86: apple-gmux: Use backlight helperStephen Kitt1-4/+1
2022-06-22platform/x86: acer-wmi: Use backlight helperStephen Kitt1-6/+1
2022-06-22platform/x86: thinkpad-acpi: Enable AMT by default on supported systemsMark Pearson1-0/+5
2022-06-22platform/x86: thinkpad-acpi: Add support for hotkey 0x131aMark Pearson1-0/+11
2022-06-22platform/x86: thinkpad-acpi: Add support for automatic mode transitionsMark Pearson1-0/+34
2022-06-22platform/x86: thinkpad-acpi: profile capabilities as integerMark Pearson1-27/+18
2022-06-22staging: r8188eu: Fixed some blank line coding style issuesChang Yu1-0/+7
2022-06-22staging: r8188eu: Fixed comment styleChang Yu1-8/+10
2022-06-22staging: r8188eu: Fixed two whitespace coding style issuesChang Yu1-2/+2
2022-06-22staging: r8188eu: Fixed two brace coding style issuesChang Yu1-4/+3
2022-06-22staging: r8188eu: Fixed a function declaration coding style issueChang Yu1-1/+1
2022-06-22Merge branch 'staging-octeon' of gitolite.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging into staging-nextGreg Kroah-Hartman9-24/+11
2022-06-22Merge branch 'staging-octeon' of gitolite.kernel.org:/pub/scm/linux/kernel/git/gregkh/staging into usb-nextGreg Kroah-Hartman9-24/+11
2022-06-22drm/sun4i: Add DMA mask and segment sizeJernej Skrabec1-0/+8
2022-06-22drm/vc4: hdmi: Fixed possible integer overflowSaud Farooqui1-1/+1
2022-06-22GPU: drm: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-22drm: panel-orientation-quirks: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-22drm/vc4: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-22drm/prime: drop unexpected word "the" in the commentsJiang Jian1-1/+1
2022-06-22USB: serial: use kmemdup instead of kmalloc + memcpySlark Xiao3-9/+3
2022-06-22USB: serial: option: add Quectel EM05-G modemYonglin Tan1-0/+3
2022-06-22USB: serial: pl2303: add support for more HXN (G) typesJohan Hovold1-12/+17
2022-06-22drm/i915/gem: add missing elsekatrinzhou1-2/+3