summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 9p/trans_fd: split into dedicated moduleThomas Weißschuh2022-01-105-7/+23
* fs: 9p: remove unneeded variableChangcheng Deng2021-12-181-2/+1
* 9p/trans_virtio: Fix typo in the comment for p9_virtio_create()zhuxinran2021-12-181-1/+1
* Linux 5.16-rc5v5.16-rc5Linus Torvalds2021-12-121-1/+1
* Merge tag 'usb-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-12-128-33/+61
|\
| * usb: core: config: using bit mask instead of individual bitsPavel Hofman2021-12-121-2/+2
| * usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman2021-12-121-1/+1
| * USB: gadget: zero allocate endpoint 0 buffersGreg Kroah-Hartman2021-12-122-2/+2
| * USB: gadget: detect too-big endpoint 0 requestsGreg Kroah-Hartman2021-12-123-1/+40
| * xhci: avoid race between disable slot command and host runtime suspendMathias Nyman2021-12-103-8/+16
| * xhci: Remove CONFIG_USB_DEFAULT_PERSIST to prevent xHCI from runtime suspendingKai-Heng Feng2021-12-101-4/+0
| * Revert "usb: dwc3: dwc3-qcom: Enable tx-fifo-resize property by default"Douglas Anderson2021-12-091-15/+0
* | Merge tag 'char-misc-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-12-1234-102/+136
|\ \
| * | bus: mhi: core: Add support for forced PM resumeLoic Poulain2021-12-093-4/+36
| * | Merge tag 'iio-fixes-for-5.16b' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-12-0815-44/+36
| |\ \
| | * | iio: trigger: stm32-timer: fix MODULE_ALIASAlyssa Ross2021-12-041-1/+1
| | * | iio: adc: stm32: fix null pointer on defer_probe errorOlivier Moysan2021-11-271-1/+1
| | * | iio: at91-sama5d2: Fix incorrect sign extensionGwendal Grignou2021-11-211-1/+2
| | * | iio: adc: axp20x_adc: fix charging current reporting on AXP22xEvgeny Boger2021-11-211-15/+3
| | * | iio: gyro: adxrs290: fix data signednessKister Genesis Jimenez2021-11-211-2/+3
| | * | iio: ad7768-1: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-11-171-1/+1
| | * | iio: itg3200: Call iio_trigger_notify_done() on errorLars-Peter Clausen2021-11-171-1/+1
| | * | iio: imx8qxp-adc: fix dependency to the intended ARCH_MXC configLukas Bulwahn2021-11-171-1/+1
| | * | iio: dln2: Check return value of devm_iio_trigger_register()Lars-Peter Clausen2021-11-171-1/+5
| | * | iio: trigger: Fix reference countingLars-Peter Clausen2021-11-171-1/+0
| | * | iio: dln2-adc: Fix lockdep complaintNoralf Trønnes2021-11-171-8/+7
| | * | iio: adc: stm32: fix a current leak by resetting pcsel before disabling vddaFabrice Gasnier2021-11-171-0/+1
| | * | iio: mma8452: Fix trigger reference coutingLars-Peter Clausen2021-11-171-1/+1
| | * | iio: stk3310: Don't return error code in interrupt handlerLars-Peter Clausen2021-11-171-3/+3
| | * | iio: kxsd9: Don't return error code in trigger handlerLars-Peter Clausen2021-11-171-3/+3
| | * | iio: ltr501: Don't return error code in trigger handlerLars-Peter Clausen2021-11-171-1/+1
| | * | iio: accel: kxcjk-1013: Fix possible memory leak in probe and removeYang Yingliang2021-11-171-3/+2
| * | | misc: rtsx: Avoid mangling IRQ during runtime PMKai-Heng Feng2021-12-031-4/+0
| * | | nvmem: eeprom: at25: fix FRAM byte_lenRalph Siemsen2021-12-031-20/+18
| * | | misc: fastrpc: fix improper packet size calculationJeya R2021-12-031-4/+6
| * | | MAINTAINERS: add maintainer for Qualcomm FastRPC driverSrinivas Kandagatla2021-12-031-0/+9
| * | | bus: mhi: pci_generic: Fix device recovery failed issueSlark Xiao2021-12-031-1/+1
| * | | Merge tag 'phy-fixes-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Greg Kroah-Hartman2021-12-0311-25/+30
| |\ \ \
| | * | | phy: HiSilicon: Fix copy and paste bug in error handlingDan Carpenter2021-11-231-2/+2
| | * | | dt-bindings: phy: zynqmp-psgtr: fix USB phy nameLiam Beguin2021-11-231-1/+1
| | * | | phy: ti: omap-usb2: Fix the kernel-doc styleVinod Koul2021-11-231-3/+3
| | * | | phy: qualcomm: ipq806x-usb: Fix kernel-doc styleVinod Koul2021-11-231-12/+14
| | * | | phy: ti: tusb1210: Fix the kernel-doc warnVinod Koul2021-11-201-1/+1
| | * | | phy: qualcomm: usb-hsic: Fix the kernel-doc warnVinod Koul2021-11-201-1/+1
| | * | | phy: qualcomm: qmp: Add missing struct documentationVinod Koul2021-11-201-0/+3
| | * | | phy: mvebu-cp110-utmi: Fix kernel-doc warnsVinod Koul2021-11-201-2/+2
| | * | | phy: ti: report 2 non-kernel-doc commentsRandy Dunlap2021-11-162-2/+2
| | * | | phy: stm32: fix st,slow-hs-slew-rate with st,decrease-hs-slew-rateAmelie Delaunay2021-11-161-1/+1
| | |/ /
* | | | Merge tag 'timers-urgent-2021-12-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-12-122-3/+8
|\ \ \ \
| * \ \ \ Merge tag 'timers-v5.16-rc4' of https://git.linaro.org/people/daniel.lezcano/...Thomas Gleixner2021-12-112-3/+8
| |\ \ \ \ | | |_|_|/ | |/| | |