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.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
2019-03-23
crypto: arm64/aes-neonbs - fix returning final keystream block
Eric Biggers
1
-2
/
+6
2019-03-23
crypto: arm/crct10dif - revert to C code for short inputs
Ard Biesheuvel
2
-24
/
+13
2019-03-23
crypto: aegis - fix handling chunked inputs
Eric Biggers
3
-21
/
+21
2019-03-23
crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
Eric Biggers
1
-1
/
+3
2019-03-23
fix cgroup_do_mount() handling of failure exits
Al Viro
2
-5
/
+12
2019-03-23
libnvdimm: Fix altmap reservation size calculation
Oliver O'Halloran
1
-1
/
+1
2019-03-23
libnvdimm/pmem: Honor force_raw for legacy pmem regions
Dan Williams
1
-0
/
+4
2019-03-23
libnvdimm, pfn: Fix over-trim in trim_pfn_device()
Wei Yang
1
-1
/
+1
2019-03-23
libnvdimm/label: Clear 'updating' flag after label-set update
Dan Williams
1
-5
/
+18
2019-03-23
nfit/ars: Attempt short-ARS even in the no_init_ars case
Dan Williams
1
-2
/
+3
2019-03-23
nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot
Dan Williams
1
-1
/
+1
2019-03-23
acpi/nfit: Fix bus command validation
Dan Williams
1
-10
/
+12
2019-03-23
nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
Dexuan Cui
1
-7
/
+7
2019-03-23
nfit: Fix nfit_intel_shutdown_status() command submission
Dan Williams
1
-17
/
+24
2019-03-23
dax: Flush partial PMDs correctly
Matthew Wilcox
1
-10
/
+9
2019-03-23
crypto: rockchip - update new iv to device in multiple operations
Zhang Zhijie
2
-0
/
+35
2019-03-23
crypto: rockchip - fix scatterlist nents error
Zhang Zhijie
4
-5
/
+7
2019-03-23
crypto: ahash - fix another early termination in hash walk
Eric Biggers
1
-7
/
+7
2019-03-23
crypto: ofb - fix handling partial blocks and make thread-safe
Eric Biggers
2
-56
/
+63
2019-03-23
crypto: cfb - remove bogus memcpy() with src == dest
Eric Biggers
1
-4
/
+4
2019-03-23
crypto: cfb - add missing 'chunksize' property
Eric Biggers
2
-0
/
+31
2019-03-23
crypto: ccree - don't copy zero size ciphertext
Gilad Ben-Yossef
1
-1
/
+2
2019-03-23
crypto: ccree - unmap buffer before copying IV
Gilad Ben-Yossef
1
-1
/
+2
2019-03-23
crypto: ccree - fix free of unallocated mlli buffer
Hadar Gat
1
-4
/
+4
2019-03-23
crypto: caam - fix DMA mapping of stack memory
Horia Geantă
1
-64
/
+21
2019-03-23
crypto: caam - fixed handling of sg list
Pankaj Gupta
1
-0
/
+1
2019-03-23
crypto: ccree - fix missing break in switch statement
Gustavo A. R. Silva
1
-0
/
+1
2019-03-23
crypto: caam - fix hash context DMA unmap size
Franck LENORMAND
1
-3
/
+5
2019-03-23
stm class: Fix an endless loop in channel allocation
Zhi Jin
1
-0
/
+3
2019-03-23
stm class: Prevent division by zero
Alexander Shishkin
1
-3
/
+5
2019-03-23
mei: bus: move hw module get/put to probe/release
Alexander Usyskin
1
-11
/
+10
2019-03-23
mei: hbm: clean the feature flags on link reset
Alexander Usyskin
1
-0
/
+7
2019-03-23
iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
Krzysztof Kozlowski
2
-1
/
+20
2019-03-23
iio: adc: exynos-adc: Fix NULL pointer exception on unbind
Krzysztof Kozlowski
1
-1
/
+1
2019-03-23
ASoC: codecs: pcm186x: Fix energysense SLEEP bit
Codrin Ciubotariu
1
-3
/
+3
2019-03-23
ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()
Codrin Ciubotariu
1
-1
/
+1
2019-03-23
ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
S.j. Wang
1
-3
/
+4
2019-03-23
9p/net: fix memory leak in p9_client_create
zhengbin
1
-1
/
+1
2019-03-23
9p: use inode->i_lock to protect i_size_write() under 32-bit
Hou Tao
5
-30
/
+53
2019-03-19
Linux 5.0.3
v5.0.3
Greg Kroah-Hartman
1
-1
/
+1
2019-03-19
drm: Block fb changes for async plane updates
Nicholas Kazlauskas
1
-0
/
+9
2019-03-19
It's wrong to add len to sector_nr in raid10 reshape twice
Xiao Ni
1
-1
/
+0
2019-03-19
perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
kbuild test robot
1
-1
/
+1
2019-03-19
perf/x86/intel: Fix memory corruption
Peter Zijlstra
1
-1
/
+1
2019-03-19
ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with ALC255
Jian-Hong Pan
1
-0
/
+12
2019-03-19
ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
Takashi Iwai
1
-23
/
+34
2019-03-19
ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
Jian-Hong Pan
1
-1
/
+4
2019-03-19
ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
Jaroslav Kysela
2
-2
/
+7
2019-03-19
ALSA: hda: Extend i915 component bind timeout
Takashi Iwai
1
-2
/
+2
2019-03-19
ALSA: firewire-motu: fix construction of PCM frame for capture direction
Takashi Sakamoto
1
-1
/
+3
[prev]
[next]