summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | | ice: Fix potential infinite loop when using u8 loop counterColin Ian King2021-04-131-2/+2
| | * | | | | | | | | | | | | ixgbe: fix unbalanced device enable/disable in suspend/resumeYongxin Liu2021-04-131-0/+5
| | * | | | | | | | | | | | | ixgbe: Fix NULL pointer dereference in ethtool loopback testAlexander Duyck2021-04-131-1/+8
| * | | | | | | | | | | | | | Revert "net: stmmac: re-init rx buffers when mac resume back"Thierry Reding2021-04-141-83/+1
| * | | | | | | | | | | | | | cavium/liquidio: Fix duplicate argumentWan Jiabing2021-04-141-1/+1
| * | | | | | | | | | | | | | net: macb: fix the restore of cmp registersClaudiu Beznea2021-04-141-1/+1
| * | | | | | | | | | | | | | vrf: fix a comment about loopback deviceNicolas Dichtel2021-04-141-6/+4
| * | | | | | | | | | | | | | ibmvnic: remove duplicate napi_schedule call in open functionLijun Pan2021-04-141-5/+0
| * | | | | | | | | | | | | | ibmvnic: remove duplicate napi_schedule call in do_reset functionLijun Pan2021-04-141-5/+1
| * | | | | | | | | | | | | | ibmvnic: avoid calling napi_disable() twiceLijun Pan2021-04-141-2/+1
| * | | | | | | | | | | | | | r8169: don't advertise pause in jumbo modeHeiner Kallweit2021-04-141-2/+7
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | xen-netback: Check for hotplug-status existence before watchingMichael Brown2021-04-141-4/+8
| * | | | | | | | | | | | | ibmvnic: correctly use dev_consume/free_skb_irqLijun Pan2021-04-131-4/+7
| |/ / / / / / / / / / / /
| * | | | | | | | | | | | net: phy: marvell: fix detection of PHY on Topaz switchesPali Rohár2021-04-122-20/+42
| * | | | | | | | | | | | net: geneve: check skb is large enough for IPv4/IPv6 headerPhillip Potter2021-04-121-0/+6
| * | | | | | | | | | | | net: davicom: Fix regulator not turned off on failed probeChristophe JAILLET2021-04-121-2/+4
* | | | | | | | | | | | | Merge tag 'libnvdimm-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2021-04-174-18/+55
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'for-5.12/dax' into libnvdimm-fixesDan Williams2021-04-101-4/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | dax: avoid -Wempty-body warningsArnd Bergmann2021-03-221-4/+2
| * | | | | | | | | | | | | | libnvdimm/region: Fix nvdimm_has_flush() to handle ND_REGION_ASYNCVaibhav Jain2021-04-101-2/+7
| * | | | | | | | | | | | | | libnvdimm: Notify disk drivers to revalidate region read-onlyDan Williams2021-04-093-12/+46
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'cxl-fixes-for-5.12-rc8' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-171-63/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | cxl/mem: Fix memory device capacity probingDan Williams2021-04-171-2/+5
| * | | | | | | | | | | | | | cxl/mem: Fix register block offset calculationBen Widawsky2021-04-161-1/+1
| * | | | | | | | | | | | | | cxl/mem: Force array size of mem_commands[] to CXL_MEM_COMMAND_ID_MAXRobert Richter2021-04-061-1/+1
| * | | | | | | | | | | | | | cxl/mem: Disable cxl device power managementDan Williams2021-04-061-0/+1
| * | | | | | | | | | | | | | cxl/mem: Do not rely on device_add() side effects for dev_set_name() failuresDan Williams2021-04-061-10/+29
| * | | | | | | | | | | | | | cxl/mem: Fix synchronization mechanism for device removal vs ioctl operationsDan Williams2021-04-061-47/+50
| * | | | | | | | | | | | | | cxl/mem: Use sysfs_emit() for attribute show routinesDan Williams2021-04-061-4/+4
| | |_|_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge tag 'drm-fixes-2021-04-16' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2021-04-163-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | drm/i915/display/vlv_dsi: Do not skip panel_pwr_cycle_delay when disabling th...Hans de Goede2021-04-121-2/+2
| * | | | | | | | | | | | | drm/i915: Don't zero out the Y plane's watermarksVille Syrjälä2021-04-121-2/+2
| * | | | | | | | | | | | | drm/i915/dpcd_bl: Don't try vesa interface unless specified by VBTLyude Paul2021-04-121-1/+0
| | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge tag 'gpio-fixes-for-v5.12-rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-04-151-0/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | gpio: sysfs: Obey valid_maskMatti Vaittinen2021-03-311-0/+8
* | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2021-04-158-20/+59
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | HID: wacom: set EV_KEY and EV_ABS only for non-HID_GENERIC type of devicesPing Cheng2021-03-161-4/+2
| * | | | | | | | | | | | | AMD_SFH: Add DMI quirk table for BIOS-es which don't set the activestatus bitsHans de Goede2021-03-081-0/+24
| * | | | | | | | | | | | | AMD_SFH: Add sensor_mask module parameterHans de Goede2021-03-081-3/+11
| * | | | | | | | | | | | | AMD_SFH: Removed unused activecontrolstatus member from the amd_mp2_dev structHans de Goede2021-03-082-3/+4
| * | | | | | | | | | | | | HID: wacom: Assign boolean values to a bool variableJiapeng Zhong2021-03-081-1/+1
| * | | | | | | | | | | | | HID cp2112: fix support for multiple gpiochipsDouglas Gilbert2021-03-081-11/+11
| * | | | | | | | | | | | | HID: alps: fix error return code in alps_input_configured()Jia-Ju Bai2021-03-081-0/+1
| * | | | | | | | | | | | | HID: asus: Add support for 2021 ASUS N-Key keyboardLuke D Jones2021-03-082-0/+4
| * | | | | | | | | | | | | HID: google: add don USB idShou-Chieh Hsu2021-03-082-0/+3
* | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-04-155-32/+38
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Input: elants_i2c - drop zero-checking of ABS_MT_TOUCH_MAJOR resolutionDmitry Osipenko2021-03-291-2/+1
| * | | | | | | | | | | | | | Input: elants_i2c - fix division by zero if firmware reports zero phys sizeDmitry Osipenko2021-03-281-1/+1
| * | | | | | | | | | | | | | Input: nspire-keypad - enable interrupts only when openedFabian Vogt2021-03-231-25/+31
| * | | | | | | | | | | | | | Input: i8042 - fix Pegatron C15B ID entryArnd Bergmann2021-03-231-0/+1