index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
compress-2025-01-21
compress-2025-01-23
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
reconnect-fixes
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2020-04-23
mtd: phram: fix a double free issue in error path
Wen Yang
1
-6
/
+9
2020-04-23
mtd: lpddr: Fix a double free in probe()
Dan Carpenter
1
-1
/
+0
2020-04-23
mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOB
Frieder Schrempf
1
-0
/
+1
2020-04-23
mtd: rawnand: free the nand_device object
Christophe Kerello
1
-0
/
+2
2020-04-23
tty: evh_bytechan: Fix out of bounds accesses
Stephen Rothwell
1
-3
/
+18
2020-04-23
fbmem: Adjust indentation in fb_prepare_logo and fb_blank
Nathan Chancellor
1
-18
/
+18
2020-04-23
iio: si1133: read 24-bit signed integer for measurement
Maxime Roussin-Bélanger
1
-13
/
+24
2020-04-23
fbdev: potential information leak in do_fb_ioctl()
Dan Carpenter
1
-1
/
+1
2020-04-23
net: dsa: bcm_sf2: Fix overflow checks
Florian Fainelli
1
-6
/
+3
2020-04-23
drm/nouveau/gr/gp107,gp108: implement workaround for HW hanging during init
Ben Skeggs
1
-0
/
+26
2020-04-23
iommu/amd: Fix the configuration of GCR3 table root pointer
Adrian Huang
1
-1
/
+1
2020-04-23
libnvdimm: Out of bounds read in __nd_ioctl()
Dan Carpenter
1
-2
/
+4
2020-04-23
power: supply: axp288_fuel_gauge: Broaden vendor check for Intel Compute Sticks.
Jeffery Miller
1
-2
/
+2
2020-04-23
iommu/vt-d: Fix page request descriptor size
Jacob Pan
1
-1
/
+1
2020-04-23
iommu/vt-d: Silence RCU-list debugging warning in dmar_find_atsr()
Qian Cai
1
-1
/
+2
2020-04-23
iommu/vt-d: Fix mm reference leak
Jacob Pan
1
-3
/
+4
2020-04-23
iommu/virtio: Fix freeing of incomplete domains
Jean-Philippe Brucker
1
-7
/
+9
2020-04-23
drm/vc4: Fix HDMI mode validation
Nicolas Saenz Julienne
1
-4
/
+16
2020-04-23
ACPICA: Fixes for acpiExec namespace init file
Bob Moore
7
-20
/
+83
2020-04-23
drm/amdkfd: kfree the wrong pointer
Jack Zhang
1
-2
/
+2
2020-04-23
x86: ACPI: fix CPU hotplug deadlock
Qian Cai
1
-7
/
+0
2020-04-23
leds: core: Fix warning message when init_data
Ricardo Ribalda Delgado
1
-1
/
+1
2020-04-23
drm/nouveau: workaround runpm fail by disabling PCI power management on certa...
Karol Herbst
2
-0
/
+65
2020-04-23
drm/nouveau/svm: fix vma range check for migration
Ralph Campbell
1
-0
/
+1
2020-04-23
drm/nouveau/svm: check for SVM initialized before migrating
Ralph Campbell
1
-0
/
+5
2020-04-23
phy: uniphier-usb3ss: Add Pro5 support
Kunihiko Hayashi
1
-0
/
+4
2020-04-23
rtc: 88pm860x: fix possible race condition
Alexandre Belloni
1
-6
/
+8
2020-04-23
soc: imx: gpc: fix power up sequencing
Lucas Stach
1
-11
/
+13
2020-04-23
clk: tegra: Fix Tegra PMC clock out parents
Sowjanya Komatineni
1
-6
/
+6
2020-04-23
power: supply: bq27xxx_battery: Silence deferred-probe error
Dmitry Osipenko
1
-1
/
+4
2020-04-23
net/mlx5e: Enforce setting of a single FEC mode
Aya Levin
1
-0
/
+4
2020-04-23
clk: at91: usb: continue if clk_hw_round_rate() return zero
Claudiu Beznea
1
-0
/
+3
2020-04-23
clk: Don't cache errors from clk_ops::get_phase()
Stephen Boyd
1
-16
/
+32
2020-04-23
drm/ttm: flush the fence on the bo after we individualize the reservation object
xinhui pan
1
-1
/
+3
2020-04-23
x86/Hyper-V: Free hv_panic_page when fail to register kmsg dump
Tianyu Lan
1
-2
/
+5
2020-04-23
rbd: call rbd_dev_unprobe() after unwatching and flushing notifies
Ilya Dryomov
1
-4
/
+4
2020-04-23
rbd: avoid a deadlock on header_rwsem when flushing notifies
Ilya Dryomov
1
-4
/
+13
2020-04-23
x86/Hyper-V: Report crash data in die() when panic_on_oops is set
Tianyu Lan
1
-2
/
+3
2020-04-23
x86/Hyper-V: Report crash register data when sysctl_record_panic_msg is not set
Tianyu Lan
1
-9
/
+14
2020-04-23
x86/Hyper-V: Trigger crash enlightenment only once during system crash.
Tianyu Lan
1
-2
/
+14
2020-04-23
x86/Hyper-V: Unload vmbus channel in hv panic callback
Tianyu Lan
2
-8
/
+16
2020-04-23
of: overlay: kmemleak in dup_and_fixup_symbol_prop()
Frank Rowand
1
-0
/
+2
2020-04-23
of: unittest: kmemleak in of_unittest_overlay_high_level()
Frank Rowand
1
-1
/
+4
2020-04-23
of: unittest: kmemleak in of_unittest_platform_populate()
Frank Rowand
1
-2
/
+5
2020-04-23
of: unittest: kmemleak on changeset destroy
Frank Rowand
1
-0
/
+4
2020-04-23
irqchip/mbigen: Free msi_desc on device teardown
Zenghui Yu
1
-1
/
+7
2020-04-23
scsi: sg: add sg_remove_request in sg_common_write
Li Bin
1
-1
/
+3
2020-04-23
watchdog: sp805: fix restart handler
Michael Walle
1
-0
/
+4
2020-04-21
scsi: target: fix hang when multiple threads try to destroy the same iscsi se...
Maurizio Lombardi
3
-16
/
+29
2020-04-21
scsi: target: remove boilerplate code
Maurizio Lombardi
2
-45
/
+2
[next]