index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2022-08-18
platform/chrome: cros_typec_switch: Register mode switches
Prashant Malani
1
-0
/
+40
2022-08-18
platform/chrome: cros_typec_switch: Add event check
Prashant Malani
1
-2
/
+69
2022-08-18
platform/chrome: cros_typec_switch: Set EC retimer
Prashant Malani
1
-1
/
+52
2022-08-18
platform/chrome: cros_typec_switch: Add switch driver
Prashant Malani
3
-0
/
+181
2022-08-18
ixgbe: Manual AN-37 for troublesome link partners for X550 SFI
Jeff Daly
2
-3
/
+56
2022-08-18
perf: riscv legacy: fix kerneldoc comment warning
Conor Dooley
1
-1
/
+1
2022-08-18
net: phy: at803x: add disable hibernation mode support
Wei Fang
1
-0
/
+25
2022-08-18
usb: typec: altmodes/displayport: correct pin assignment for UFP receptacles
Pablo Sun
1
-2
/
+2
2022-08-18
usb: gadget: rndis: use %u instead of %d to print u32 values
Ray Hung
1
-1
/
+1
2022-08-18
usb: typec: ucsi: stm32g0: Fix spelling mistake "booloader" -> "bootloader"
Colin Ian King
1
-1
/
+1
2022-08-18
ip_tunnel: Respect tunnel key's "flow_flags" in IP tunnels
Eyal Birger
1
-1
/
+2
2022-08-18
usb: typec: tcpci_mt6370: Add MediaTek MT6370 tcpci driver
ChiYuan Huang
3
-0
/
+219
2022-08-18
usb: common: usb-conn-gpio: Simplify some error message
Christophe JAILLET
1
-4
/
+2
2022-08-18
soc: qcom: socinfo: Add PM6125 ID
Konrad Dybcio
1
-0
/
+1
2022-08-18
soc: qcom: socinfo: Add an ID for SM6375
Konrad Dybcio
1
-0
/
+1
2022-08-18
soc: qcom: smem_state: Add refcounting for the 'state->of_node'
Liang He
1
-1
/
+2
2022-08-18
soc: qcom: smsm: Fix refcount leak bugs in qcom_smsm_probe()
Liang He
1
-7
/
+13
2022-08-18
soc: qcom: icc-bwmon: add support for SDM845 LLCC BWMON
Krzysztof Kozlowski
1
-2
/
+111
2022-08-18
soc: qcom: icc-bwmon: add per-variant quirks
Krzysztof Kozlowski
1
-5
/
+13
2022-08-18
soc: qcom: icc-bwmon: use regmap and prepare for BWMON v5
Krzysztof Kozlowski
1
-72
/
+218
2022-08-18
soc: qcom: icc-bwmon: store count unit per variant
Krzysztof Kozlowski
1
-7
/
+8
2022-08-18
soc: qcom: icc-bwmon: clear all registers on init
Krzysztof Kozlowski
1
-4
/
+9
2022-08-18
soc: qcom: icc-bwmon: store reference to variant data in container
Krzysztof Kozlowski
1
-12
/
+8
2022-08-18
soc: qcom: icc-bwmon: drop unused registers
Krzysztof Kozlowski
1
-2
/
+0
2022-08-18
soc: qcom: icc-bwmon: re-use IRQ enable/clear define
Krzysztof Kozlowski
1
-1
/
+2
2022-08-18
clk: gcc-sc8280xp: keep USB power-domains always-on
Johan Hovold
1
-0
/
+7
2022-08-18
clk: gcc-sc8280xp: keep PCIe power-domains always-on
Johan Hovold
1
-5
/
+9
2022-08-18
usb: misc: onboard_usb_hub: Drop reset delay in onboard_hub_power_off()
Matthias Kaehlcke
1
-4
/
+1
2022-08-18
usb: dwc3: gadget: Avoid duplicate requests to enable Run/Stop
Wesley Cheng
1
-3
/
+5
2022-08-18
usb: dwc3: pci: Add support for Intel Raptor Lake
Heikki Krogerus
1
-0
/
+4
2022-08-18
usb: typec: intel_pmc_mux: Add new ACPI ID for Meteor Lake IOM device
Utkarsh Patel
1
-2
/
+7
2022-08-18
net: moxa: MAC address reading, generating, validity checking
Sergei Antonov
1
-6
/
+7
2022-08-18
igb: Add lock to avoid data race
Lin Ma
2
-1
/
+13
2022-08-18
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
6
-18
/
+85
2022-08-18
usb: dwc3: qcom: clean up suspend callbacks
Johan Hovold
1
-8
/
+11
2022-08-18
usb: dwc3: qcom: fix wakeup implementation
Johan Hovold
2
-4
/
+7
2022-08-18
usb: dwc3: qcom: fix peripheral and OTG suspend
Johan Hovold
1
-3
/
+12
2022-08-18
usb: dwc3: qcom: fix runtime PM wakeup
Johan Hovold
1
-8
/
+11
2022-08-18
usb: dwc3: qcom: fix use-after-free on runtime-PM wakeup
Johan Hovold
2
-1
/
+14
2022-08-18
usb: dwc3: qcom: fix gadget-only builds
Johan Hovold
1
-1
/
+4
2022-08-18
Revert "usb: dwc3: qcom: Keep power domain on to retain controller status"
Johan Hovold
1
-21
/
+7
2022-08-18
usb: dwc3: fix PHY disable sequence
Johan Hovold
1
-9
/
+10
2022-08-18
net: ethernet: altera: Add use of ethtool_op_get_ts_info
Maxime Chevallier
1
-0
/
+1
2022-08-18
stmmac: intel: Add a missing clk_disable_unprepare() call in intel_eth_pci_remove()
Christophe JAILLET
1
-0
/
+1
2022-08-18
tee: add overflow check in register_shm_helper()
Jens Wiklander
1
-0
/
+3
2022-08-18
ixgbe: Don't call kmap() on page allocated with GFP_ATOMIC
Fabio M. De Francesco
1
-3
/
+1
2022-08-18
Merge tag 'irqchip-fixes-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Thomas Gleixner
6
-31
/
+34
2022-08-18
ice: remove non-inclusive language
Mikael Barsehyan
2
-9
/
+9
2022-08-18
ice: Remove ucast_shared
Sylwester Dziedziuch
3
-165
/
+5
2022-08-18
ice: Allow 100M speeds for some devices
Anirudh Venkataramanan
3
-4
/
+28
[prev]
[next]