index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-22
net: dsa: bcm_sf2: Fix array overrun in bcm_sf2_num_active_ports()
Florian Fainelli
1
-1
/
+1
2021-09-22
bnxt_en: Fix error recovery regression
Michael Chan
1
-4
/
+8
2021-09-22
net: renesas: sh_eth: Fix freeing wrong tx descriptor
Yoshihiro Shimoda
1
-0
/
+1
2021-09-22
cxgb3: fix oops on module removal
Heiner Kallweit
1
-0
/
+3
2021-09-22
mfd: lpc_sch: Rename GPIOBASE to prevent build error
Randy Dunlap
1
-2
/
+2
2021-09-22
bnxt_en: Fix possible unintended driver initiated error recovery
Michael Chan
1
-7
/
+18
2021-09-22
bnxt_en: Fix asic.rev in devlink dev info command
Michael Chan
1
-1
/
+1
2021-09-22
bnxt_en: fix stored FW_PSID version masks
Edwin Peer
1
-2
/
+2
2021-09-22
net: dsa: b53: Fix IMP port setup on BCM5301x
Rafał Miłecki
2
-3
/
+26
2021-09-22
iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_fs()'
Christophe JAILLET
1
-1
/
+5
2021-09-22
iwlwifi: move get pnvm file name to a separate function
Dror Moshe
2
-11
/
+22
2021-09-22
qlcnic: Remove redundant unlock in qlcnic_pinit_from_rom
Dinghao Liu
1
-1
/
+0
2021-09-22
net: dsa: b53: Set correct number of ports in the DSA struct
Rafał Miłecki
1
-1
/
+2
2021-09-22
net: dsa: b53: Fix calculating number of switch ports
Rafał Miłecki
1
-2
/
+1
2021-09-22
net: hso: add failure handler for add_net_device
Ziyang Xuan
1
-3
/
+8
2021-09-22
gpio: mpc8xxx: Use 'devm_gpiochip_add_data()' to simplify the code and avoid ...
Christophe JAILLET
1
-3
/
+1
2021-09-22
gpio: mpc8xxx: Fix a potential double iounmap call in 'mpc8xxx_probe()'
Christophe JAILLET
1
-7
/
+4
2021-09-22
gpio: mpc8xxx: Fix a resources leak in the error handling path of 'mpc8xxx_pr...
Christophe JAILLET
1
-0
/
+2
2021-09-22
mtd: rawnand: cafe: Fix a resource leak in the error handling path of 'cafe_n...
Christophe JAILLET
1
-1
/
+3
2021-09-22
watchdog: Fix NULL pointer dereference when releasing cdev
Curtis Klein
1
-1
/
+2
2021-09-22
PCI/PTM: Remove error message at boot
Jakub Kicinski
1
-3
/
+1
2021-09-22
mtd: mtdconcat: Check _read, _write callbacks existence before assignment
Zhihao Cheng
1
-2
/
+4
2021-09-22
mtd: mtdconcat: Judge callback existence based on the master
Zhihao Cheng
1
-8
/
+19
2021-09-22
mfd: tqmx86: Clear GPIO IRQ resource when no IRQ is set
Matthias Schiffer
1
-0
/
+2
2021-09-22
PCI: Fix pci_dev_str_match_path() alloc while atomic bug
Dan Carpenter
1
-1
/
+1
2021-09-22
PCI: iproc: Fix BCMA probe resource handling
Rob Herring
1
-10
/
+6
2021-09-22
PCI: of: Don't fail devm_pci_alloc_host_bridge() on missing 'ranges'
Rob Herring
1
-1
/
+1
2021-09-22
PCI: controller: PCI_IXP4XX should depend on ARCH_IXP4XX
Geert Uytterhoeven
1
-0
/
+1
2021-09-22
backlight: ktd253: Stabilize backlight
Linus Walleij
1
-20
/
+55
2021-09-22
mfd: axp20x: Update AXP288 volatile ranges
Hans de Goede
1
-1
/
+2
2021-09-22
net: phylink: add suspend/resume support
Russell King (Oracle)
1
-0
/
+82
2021-09-22
stmmac: dwmac-loongson:Fix missing return value
zhaoxiao
1
-1
/
+3
2021-09-22
NTB: perf: Fix an error code in perf_setup_inbuf()
Yang Li
1
-0
/
+1
2021-09-22
NTB: Fix an error code in ntb_msit_probe()
Yang Li
1
-1
/
+3
2021-09-22
ethtool: Fix an error code in cxgb2.c
Yang Li
1
-0
/
+1
2021-09-22
loop: reduce the loop_ctl_mutex scope
Tetsuo Handa
2
-26
/
+50
2021-09-22
PCI: ibmphp: Fix double unmap of io_mem
Vishal Aslot
2
-7
/
+1
2021-09-22
net: usb: cdc_mbim: avoid altsetting toggling for Telit LN920
Daniele Palmas
1
-0
/
+5
2021-09-22
octeontx2-af: Add additional register check to rvu_poll_reg()
Smadar Fuks
1
-1
/
+11
2021-09-22
watchdog: Start watchdog in watchdog_set_last_hw_keepalive only if appropriate
Jan Kiszka
1
-1
/
+4
2021-09-22
PCI: Add ACS quirks for Cavium multi-function devices
George Cherian
1
-0
/
+4
2021-09-22
PCI: j721e: Add PCIe support for AM64
Kishon Vijay Abraham I
1
-0
/
+19
2021-09-22
PCI: j721e: Add PCIe support for J7200
Kishon Vijay Abraham I
1
-4
/
+36
2021-09-22
PCI: cadence: Add quirk flag to set minimum delay in LTSSM Detect.Quiet state
Nadeem Athani
4
-0
/
+38
2021-09-22
PCI: cadence: Use bitfield for *quirk_retrain_flag* instead of bool
Kishon Vijay Abraham I
2
-2
/
+2
2021-09-22
PCI: rcar: Fix runtime PM imbalance in rcar_pcie_ep_probe()
Dinghao Liu
1
-2
/
+2
2021-09-22
mfd: Don't use irq_create_mapping() to resolve a mapping
Marc Zyngier
4
-5
/
+5
2021-09-22
PCI: tegra: Fix OF node reference leak
Christophe JAILLET
1
-5
/
+8
2021-09-22
PCI: tegra194: Fix MSI-X programming
Om Prakash Singh
1
-1
/
+1
2021-09-22
PCI: tegra194: Fix handling BME_CHGED event
Om Prakash Singh
1
-15
/
+15
[next]