index
:
kernel/git/stable/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.19.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-7.0.y
linux-7.1.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Stable Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-02-28
locking/lockdep: Reorder struct lock_class members
Bart Van Assche
2019-02-28
locking/lockdep: Avoid that add_chain_cache() adds an invalid chain to the cache
Bart Van Assche
2019-02-28
locking/lockdep: Fix reported required memory size (2/2)
Bart Van Assche
2019-02-28
locking/lockdep: Fix reported required memory size (1/2)
Bart Van Assche
2019-02-28
locking/lockdep: Fix two 32-bit compiler warnings
Bart Van Assche
2019-02-28
locking/qspinlock: Remove unnecessary BUG_ON() call
Waiman Long
2019-02-28
locking/percpu-rwsem: Remove preempt_disable variants
Peter Zijlstra
2019-02-28
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2019-02-28
crypto: arm64/chacha - fix hchacha_block_neon() for big endian
Eric Biggers
2019-02-28
crypto: arm64/chacha - fix chacha_4block_xor_neon() for big endian
Eric Biggers
2019-02-28
crypto: s5p - add AES support for Exynos5433
Kamil Konieczny
2019-02-28
dt-bindings: crypto: document Exynos5433 SlimSSS
Kamil Konieczny
2019-02-28
crypto: crypto4xx - add missing of_node_put after of_device_is_available
Julia Lawall
2019-02-28
crypto: cavium/zip - fix collision with generic cra_driver_name
Eric Biggers
2019-02-28
crypto: af_alg - use struct_size() in sock_kfree_s()
Gustavo A. R. Silva
2019-02-28
crypto: caam - remove redundant likely/unlikely annotation
Chengguang Xu
2019-02-28
crypto: s5p - update iv after AES-CBC op end
Kamil Konieczny
2019-02-28
crypto: x86/poly1305 - Clear key material from stack in SSE2 variant
Tommi Hirvola
2019-02-28
crypto: caam - generate hash keys in-place
Horia Geantă
2019-02-28
crypto: caam - fix DMA mapping xcbc key twice
Horia Geantă
2019-02-28
crypto: caam - fix hash context DMA unmap size
Franck LENORMAND
2019-02-28
hwrng: bcm2835 - fix probe as platform device
Jonas Gorski
2019-02-28
crypto: s5p-sss - Use AES_BLOCK_SIZE define instead of number
Krzysztof Kozlowski
2019-02-28
crypto: stm32 - drop pointless static qualifier in stm32_hash_remove()
Mao Wenan
2019-02-28
crypto: chelsio - Fixed Traffic Stall
Atul Gupta
2019-02-28
crypto: marvell - Remove set but not used variable 'ivsize'
YueHaibing
2019-02-27
net: sched: act_csum: Fix csum calc for tagged packets
Eli Britstein
2019-02-27
net: hns: use struct_size() in devm_kzalloc()
Gustavo A. R. Silva
2019-02-27
netlabel: fix out-of-bounds memory accesses
Paul Moore
2019-02-27
ipv4: Pass original device to ip_rcv_finish_core
David Ahern
2019-02-27
Merge branch 'net-phy-marvell10g-Clean-get_features-by-using-C45-helpers'
David S. Miller
2019-02-27
net: phy: marvell10g: Use the generic C45 helper to read the 2110 features
Maxime Chevallier
2019-02-27
net: phy: marvell10g: Let genphy_c45_pma_read_abilities set Aneg bit
Maxime Chevallier
2019-02-27
net: sched: act_tunnel_key: fix metadata handling
Vlad Buslov
2019-02-27
Merge branch 'pmtu-selftest-fixes'
David S. Miller
2019-02-27
selftests: pmtu: add explicit tests for PMTU exceptions cleanup
Paolo Abeni
2019-02-27
selftests: pmtu: disable DAD in all namespaces
Paolo Abeni
2019-02-27
net: phy: dp83867: add soft reset delay
Max Uvarov
2019-02-27
device-dax: Add a 'modalias' attribute to DAX 'bus' devices
Vishal Verma
2019-02-28
cpufreq: kryo: Release OPP tables on module removal
Viresh Kumar
2019-02-28
drm/bochs: Fix the ID mismatch error
Alistair Francis
2019-02-28
drm: Block fb changes for async plane updates
Nicholas Kazlauskas
2019-02-27
drm/amdgpu: clear PDs/PTs only after initializing them
Christian König
2019-02-27
drm/amd/display: Pass app_tf by value rather than by reference
Nathan Chancellor
2019-02-27
Revert "drm/amdgpu: use BACO reset on vega20 if platform support"
Candice Li
2019-02-27
drm/amd/powerplay: show the right override pcie parameters
Evan Quan
2019-02-27
drm/amd/powerplay: honor the OD settings
Evan Quan
2019-02-27
drm/amd/powerplay: set default fclk for no fclk dpm support case
Evan Quan
2019-02-27
drm/amd/powerplay: support retrieving clock information from other sysplls
Evan Quan
2019-02-27
drm/amd/powerplay: overwrite ODSettingsMin for UCLK_FMAX feature
Evan Quan
[prev]
[next]