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
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-11
MIPS: fw: Allow firmware to pass a empty env
Jiaxun Yang
1
-1
/
+1
2023-05-11
fs: fix sysctls.c built
Kefeng Wang
1
-2
/
+1
2023-05-11
tick/nohz: Fix cpu_is_hotpluggable() by checking with nohz subsystem
Joel Fernandes (Google)
3
-4
/
+12
2023-05-11
serial: max310x: fix IO data corruption in batched operations
Jan Kundrát
1
-2
/
+15
2023-05-11
serial: 8250: Fix serial8250_tx_empty() race with DMA Tx
Ilpo Järvinen
2
-3
/
+16
2023-05-11
serial: fix TIOCSRS485 locking
Johan Hovold
1
-2
/
+2
2023-05-11
xhci: fix debugfs register accesses while suspended
Johan Hovold
1
-0
/
+1
2023-05-11
tty: Prevent writing chars during tcsetattr TCSADRAIN/FLUSH
Ilpo Järvinen
3
-14
/
+37
2023-05-11
staging: iio: resolver: ads1210: fix config mode
Nuno Sá
1
-1
/
+1
2023-05-11
blk-crypto: make blk_crypto_evict_key() more robust
Eric Biggers
2
-33
/
+41
2023-05-11
blk-crypto: make blk_crypto_evict_key() return void
Eric Biggers
3
-27
/
+16
2023-05-11
blk-mq: release crypto keyslot before reporting I/O complete
Eric Biggers
4
-17
/
+49
2023-05-11
blk-stat: fix QUEUE_FLAG_STATS clear
Chengming Zhou
1
-2
/
+2
2023-05-11
drm/vmwgfx: Fix Legacy Display Unit atomic drm support
Martin Krastev
3
-74
/
+38
2023-05-11
media: ov8856: Do not check for for module version
Ricardo Ribalda
1
-40
/
+0
2023-05-11
posix-cpu-timers: Implement the missing timer_wait_running callback
Thomas Gleixner
3
-20
/
+82
2023-05-11
tpm: Add !tpm_amd_is_rng_defective() to the hwrng_unregister() call site
Jarkko Sakkinen
1
-1
/
+2
2023-05-11
hwmon: (adt7475) Use device_property APIs when configuring polarity
Chris Packham
1
-3
/
+3
2023-05-11
hwmon: (k10temp) Check range scale when CUR_TEMP register is read-write
Babu Moger
1
-1
/
+3
2023-05-11
USB: dwc3: fix runtime pm imbalance on unbind
Johan Hovold
1
-0
/
+1
2023-05-11
USB: dwc3: fix runtime pm imbalance on probe errors
Johan Hovold
1
-9
/
+5
2023-05-11
usb: dwc3: gadget: Stall and restart EP0 if host is unresponsive
Wesley Cheng
1
-17
/
+32
2023-05-11
usb: gadget: udc: core: Prevent redundant calls to pullup
Badhri Jagan Sridharan
1
-0
/
+3
2023-05-11
usb: gadget: udc: core: Invoke usb_gadget_connect only when started
Badhri Jagan Sridharan
1
-44
/
+104
2023-05-11
wifi: rtw88: usb: fix priority queue to endpoint mapping
Sascha Hauer
1
-23
/
+47
2023-05-11
IMA: allow/fix UML builds
Randy Dunlap
1
-1
/
+1
2023-05-11
phy: qcom-qmp-pcie: sc8180x PCIe PHY has 2 lanes
Dmitry Baryshkov
1
-1
/
+1
2023-05-11
bus: mhi: host: pci_generic: Revert "Add a secondary AT port to Telit FN990"
Slark Xiao
1
-2
/
+0
2023-05-11
PCI: qcom: Fix the incorrect register usage in v2.7.0 config
Manivannan Sadhasivam
1
-5
/
+3
2023-05-11
PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
Lukas Wunner
1
-0
/
+15
2023-05-11
PCI: kirin: Select REGMAP_MMIO
Josh Triplett
1
-0
/
+1
2023-05-11
powerpc/boot: Fix boot wrapper code generation with CONFIG_POWER10_CPU
Nicholas Piggin
1
-0
/
+2
2023-05-11
arm64: Stash shadow stack pointer in the task struct on interrupt
Ard Biesheuvel
1
-7
/
+5
2023-05-11
arm64: Always load shadow stack pointer directly from the task struct
Ard Biesheuvel
3
-6
/
+7
2023-05-11
ASoC: amd: ps: update the acp clock source.
Syed Saba Kareem
1
-2
/
+0
2023-05-11
wifi: mt76: mt7921e: Set memory space enable in PCI_COMMAND if unset
Mario Limonciello
1
-0
/
+6
2023-05-11
x86/cpu: Add model number for Intel Arrow Lake processor
Tony Luck
1
-0
/
+2
2023-05-11
asm-generic/io.h: suppress endianness warnings for relaxed accessors
Vladimir Oltean
1
-6
/
+6
2023-05-11
asm-generic/io.h: suppress endianness warnings for readq() and writeq()
Vladimir Oltean
1
-2
/
+2
2023-05-11
tracing: Error if a trace event has an array for a __field()
Steven Rostedt (Google)
1
-4
/
+17
2023-05-11
wifi: ath11k: reduce the MHI timeout to 20s
Kalle Valo
1
-1
/
+1
2023-05-11
platform/x86: thinkpad_acpi: Add missing T14s Gen1 type to s2idle quirk list
Benjamin Asbach
1
-0
/
+8
2023-05-11
net: sfp: add quirk enabling 2500Base-x for HG MXPD-483II
Daniel Golle
1
-0
/
+4
2023-05-11
scsi: mpi3mr: Handle soft reset in progress fault code (0xF002)
Ranjan Kumar
1
-1
/
+1
2023-05-11
selftests mount: Fix mount_setattr_test builds failed
Anh Tuan Phan
1
-0
/
+1
2023-05-11
wifi: mt76: mt7921: Fix use-after-free in fw features query.
Ben Greear
1
-2
/
+5
2023-05-11
net: wwan: t7xx: do not compile with -Werror
Jiri Slaby (SUSE)
1
-2
/
+0
2023-05-11
ASoC: da7213.c: add missing pm_runtime_disable()
Duy Nguyen
1
-0
/
+6
2023-05-11
ASoC: Intel: bytcr_rt5640: Add quirk for the Acer Iconia One 7 B1-750
Hans de Goede
1
-0
/
+12
2023-05-11
iio: adc: palmas_gpadc: fix NULL dereference on rmmod
Patrik Dahlström
1
-1
/
+1
[prev]
[next]