index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-13
19
-131
/
+640
|
\
|
*
zram: remove unused stats fields
Sergey Senozhatsky
2022-11-30
2
-4
/
+0
|
*
habanalabs: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-2
/
+1
|
*
RDMA/hw/qib/qib_user_pages: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-1
/
+1
|
*
drm/exynos: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-1
/
+1
|
*
mm/frame-vector: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-1
/
+1
|
*
media: pci/ivtv: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
2
-4
/
+3
|
*
drm/etnaviv: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-3
/
+5
|
*
media: videobuf-dma-sg: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-9
/
+5
|
*
RDMA/siw: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-5
/
+4
|
*
RDMA/usnic: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-5
/
+4
|
*
RDMA/umem: remove FOLL_FORCE usage
David Hildenbrand
2022-11-30
1
-4
/
+4
|
*
zram: add incompressible flag to read_block_state()
Sergey Senozhatsky
2022-11-30
1
-2
/
+4
|
*
zram: add incompressible writeback
Sergey Senozhatsky
2022-11-30
1
-6
/
+12
|
*
zram: add algo parameter support to zram_recompress()
Sergey Senozhatsky
2022-11-30
2
-9
/
+46
|
*
zram: remove redundant checks from zram_recompress()
Sergey Senozhatsky
2022-11-30
1
-6
/
+2
|
*
zram: add size class equals check into recompression
Alexey Romanov
2022-11-30
1
-1
/
+10
|
*
zram: use IS_ERR_VALUE() to check for zs_malloc() errors
Sergey Senozhatsky
2022-11-30
1
-3
/
+3
|
*
zram: clarify writeback_store() comment
Sergey Senozhatsky
2022-11-30
1
-2
/
+6
|
*
zram: add recompress flag to read_block_state()
Sergey Senozhatsky
2022-11-30
1
-2
/
+3
|
*
zram: introduce recompress sysfs knob
Sergey Senozhatsky
2022-11-30
3
-3
/
+277
|
*
zram: factor out WB and non-WB zram read functions
Sergey Senozhatsky
2022-11-30
1
-23
/
+49
|
*
zram: add recompression algorithm sysfs knob
Sergey Senozhatsky
2022-11-30
1
-19
/
+105
|
*
zram: preparation for multi-zcomp support
Sergey Senozhatsky
2022-11-30
4
-32
/
+80
|
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-11-30
1
-0
/
+7
|
|
\
|
*
|
mm/hwpoison: introduce per-memory_block hwpoison counter
Naoya Horiguchi
2022-11-08
1
-0
/
+38
|
*
|
amdgpu: use VM_ACCESS_FLAGS
Kefeng Wang
2022-11-08
1
-1
/
+1
|
*
|
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
2022-11-08
1
-1
/
+1
|
*
|
ACPI: HMAT: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-08
1
-6
/
+1
|
*
|
zram: use try_cmpxchg in update_used_max
Uros Bizjak
2022-11-08
1
-8
/
+5
*
|
|
Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
2022-12-13
1078
-19859
/
+119825
|
\
\
\
|
*
\
\
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
2022-12-13
20
-51
/
+86
|
|
\
\
\
|
|
*
|
|
i40e: Fix the inability to attach XDP program on downed interface
Bartosz Staszewski
2022-12-12
1
-12
/
+24
|
|
*
|
|
stmmac: fix potential division by 0
Piergiorgio Beruto
2022-12-12
2
-2
/
+3
|
|
*
|
|
octeontx2-af: cn10k: mcs: Fix a resource leak in the probe and remove functions
Christophe JAILLET
2022-12-12
1
-1
/
+5
|
|
*
|
|
ntb_netdev: Use dev_kfree_skb_any() in interrupt context
Eric Pilmore
2022-12-12
1
-2
/
+2
|
|
*
|
|
net: lan9303: Fix read error execution path
Jerry Ray
2022-12-12
1
-1
/
+3
|
|
*
|
|
net: amd-xgbe: Check only the minimum speed for active/passive cables
Tom Lendacky
2022-12-12
1
-12
/
+2
|
|
*
|
|
net: amd-xgbe: Fix logic around active and passive cables
Tom Lendacky
2022-12-12
1
-3
/
+6
|
|
*
|
|
net: amd: lance: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
2
-2
/
+2
|
|
*
|
|
hamradio: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-3
/
+3
|
|
*
|
|
net: ethernet: dnet: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-2
/
+2
|
|
*
|
|
net: emaclite: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
|
|
*
|
|
net: apple: bmac: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
|
|
*
|
|
net: apple: mace: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
|
|
*
|
|
net: farsync: Fix kmemleak when rmmods farsync
Li Zetao
2022-12-12
1
-0
/
+2
|
|
*
|
|
ethernet: s2io: don't call dev_kfree_skb() under spin_lock_irqsave()
Yang Yingliang
2022-12-12
1
-1
/
+1
|
|
*
|
|
drivers: net: qlcnic: Fix potential memory leak in qlcnic_sriov_init()
Yuan Can
2022-12-09
1
-0
/
+2
|
|
*
|
|
net: stmmac: fix possible memory leak in stmmac_dvr_probe()
Gaosheng Cui
2022-12-09
1
-1
/
+2
|
|
*
|
|
net: stmmac: selftests: fix potential memleak in stmmac_test_arpoffload()
Zhang Changzhong
2022-12-09
1
-2
/
+6
[next]