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
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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-04-29
Linux 3.14.40
v3.14.40
Greg Kroah-Hartman
1
-1
/
+1
2015-04-29
arc: mm: Fix build failure
Guenter Roeck
1
-1
/
+1
2015-04-29
proc/pagemap: walk page tables under pte lock
Konstantin Khlebnikov
1
-5
/
+9
2015-04-29
mm: softdirty: unmapped addresses between VMAs are clean
Peter Feiner
1
-21
/
+40
2015-04-29
sb_edac: avoid INTERNAL ERROR message in EDAC with unspecified channel
Seth Jennings
1
-2
/
+6
2015-04-29
x86: mm: move mmap_sem unlock from mm_fault_error() to caller
Linus Torvalds
1
-7
/
+1
2015-04-29
ARM: 8109/1: mm: Modify pte_write and pmd_write logic for LPAE
Steven Capper
3
-20
/
+33
2015-04-29
ARM: 8108/1: mm: Introduce {pte,pmd}_isset and {pte,pmd}_isclear
Steven Capper
2
-9
/
+17
2015-04-29
vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUS
Linus Torvalds
1
-1
/
+1
2015-04-29
vm: add VM_FAULT_SIGSEGV handling support
Linus Torvalds
29
-7
/
+62
2015-04-29
sched: declare pid_alive as inline
Richard Guy Briggs
1
-1
/
+1
2015-04-29
move d_rcu from overlapping d_child to overlapping d_alias
Al Viro
25
-77
/
+77
2015-04-29
KVM: x86: SYSENTER emulation is broken
Nadav Amit
1
-19
/
+8
2015-04-29
netfilter: conntrack: disable generic tracking for known protocols
Florian Westphal
1
-1
/
+25
2015-04-29
mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()
Naoya Horiguchi
1
-2
/
+0
2015-04-29
Bluetooth: Add USB device 04ca:3010 as Atheros AR3012
Janne Heikkinen
2
-0
/
+3
2015-04-29
Bluetooth: ath3k: Add support of MCI 13d3:3408 bt device
Dmitry Tunin
2
-0
/
+3
2015-04-29
Bluetooth: Add support for Acer [0489:e078]
Anantha Krishnan
2
-0
/
+3
2015-04-29
Add a new PID/VID 0227/0930 for AR3012.
Vincent Zwanenburg
2
-0
/
+3
2015-04-29
Bluetooth: Add support for Broadcom device of Asus Z97-DELUXE motherboard
Marcel Holtmann
1
-0
/
+3
2015-04-29
Bluetooth: Add support for Acer [13D3:3432]
Anantha Krishnan
2
-0
/
+3
2015-04-29
Bluetooth: Ignore isochronous endpoints for Intel USB bootloader
Marcel Holtmann
1
-1
/
+2
2015-04-29
Bluetooth: Add support for Intel bootloader devices
Marcel Holtmann
1
-0
/
+7
2015-04-29
Bluetooth: append new supported device to the list [0b05:17d0]
Andy Shevchenko
2
-0
/
+3
2015-04-29
Bluetooth: sort the list of IDs in the source code
Andy Shevchenko
2
-68
/
+68
2015-04-29
Bluetooth: btusb: Add IMC Networks (Broadcom based)
Jurgen Kramer
1
-0
/
+3
2015-04-29
Bluetooth: Add firmware update for Atheros 0cf3:311f
Oliver Neukum
2
-0
/
+3
2015-04-29
Bluetooth: Enable Atheros 0cf3:311e for firmware upload
Oliver Neukum
2
-0
/
+3
2015-04-29
gianfar: Carefully free skbs in functions called by netpoll.
Eric W. Biederman
1
-2
/
+2
2015-04-29
benet: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
1
-1
/
+1
2015-04-29
mlx4: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-1
/
+1
2015-04-29
ixgb: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-3
/
+3
2015-04-29
tg3: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-7
/
+7
2015-04-29
bnx2: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-3
/
+3
2015-04-29
bonding: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
3
-7
/
+7
2015-04-29
r8169: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-3
/
+3
2015-04-29
8139too: Call dev_kfree_skby_any instead of dev_kfree_skb.
Eric W. Biederman
1
-2
/
+2
2015-04-29
8139cp: Call dev_kfree_skby_any instead of kfree_skb.
Eric W. Biederman
1
-1
/
+1
2015-04-29
tcp: tcp_make_synack() should clear skb->tstamp
Eric Dumazet
1
-0
/
+2
2015-04-29
ipv6: protect skb->sk accesses from recursive dereference inside the stack
hannes@stressinduktion.org
7
-19
/
+34
2015-04-29
tcp: fix FRTO undo on cumulative ACK of SACKed range
Neal Cardwell
1
-3
/
+4
2015-04-29
ipv6: Don't reduce hop limit for an interface
D.S. Ljungmark
1
-1
/
+8
2015-04-29
net/mlx4_en: Call register_netdevice in the proper location
Ido Shamay
1
-7
/
+8
2015-04-29
tcp: prevent fetching dst twice in early demux code
Michal Kubeček
2
-2
/
+2
2015-04-19
Linux 3.14.39
v3.14.39
Greg Kroah-Hartman
1
-1
/
+1
2015-04-19
IB/mlx4: Saturate RoCE port PMA counters in case of overflow
Majd Dibbiny
1
-4
/
+16
2015-04-19
net: llc: use correct size for sysctl timeout entries
Sasha Levin
1
-4
/
+4
2015-04-19
net: rds: use correct size for max unacked packets and bytes
Sasha Levin
1
-2
/
+2
2015-04-19
media: s5p-mfc: fix mmap support for 64bit arch
Marek Szyprowski
1
-1
/
+1
2015-04-19
sh_veu: v4l2_dev wasn't set
Hans Verkuil
1
-0
/
+1
[next]