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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-29
PCI: Disable MSI for HiSilicon Hip06/Hip07 Root Ports
Dongdong Liu
1
-0
/
+2
2020-06-29
net: Do not clear the sock TX queue in sk_set_socket()
Tariq Toukan
1
-1
/
+0
2020-06-29
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
Marcelo Ricardo Leitner
1
-3
/
+5
2020-06-29
kretprobe: Prevent triggering kretprobe from within kprobe_flush_task
Jiri Olsa
1
-0
/
+4
2020-06-29
block: nr_sects_write(): Disable preemption on seqcount write
Ahmed S. Darwish
1
-0
/
+2
2020-06-29
libata: Use per port sync for detach
Kai-Heng Feng
1
-0
/
+3
2020-06-29
elfnote: mark all .note sections SHF_ALLOC
Nick Desaulniers
1
-1
/
+1
2020-06-29
include/linux/bitops.h: avoid clang shift-count-overflow warnings
Arnd Bergmann
1
-1
/
+1
2020-06-20
sunrpc: clean up properly in gss_mech_unregister()
NeilBrown
2
-1
/
+3
2020-06-20
kgdb: Fix spurious true from in_dbg_master()
Daniel Thompson
1
-1
/
+1
2020-06-11
x86/cpu: Add a steppings field to struct x86_cpu_id
Mark Gross
1
-0
/
+6
2020-06-11
mmc: fix compilation of user API
Jérôme Pouiller
1
-0
/
+1
2020-06-03
printk: help pr_debug and pr_devel to optimize out arguments
Aaron Conole
1
-6
/
+6
2020-06-03
asm-prototypes: Clear any CPP defines before declaring the functions
Michal Marek
1
-0
/
+6
2020-06-03
mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
Konstantin Khlebnikov
1
-1
/
+0
2020-06-03
netfilter: nf_conntrack_pptp: fix compilation warning with W=1 build
Pablo Neira Ayuso
1
-1
/
+1
2020-06-03
netfilter: nf_conntrack_pptp: prevent buffer overflows in debug code
Pablo Neira Ayuso
1
-1
/
+1
2020-06-03
include/asm-generic/topology.h: guard cpumask_of_node() macro argument
Arnd Bergmann
1
-1
/
+1
2020-06-03
IB/cma: Fix reference count leak when no ipv4 addresses are set
Kalderon, Michal
1
-2
/
+4
2020-06-03
uapi: fix linux/if_pppol2tp.h userspace compilation errors
Dmitry V. Levin
1
-4
/
+3
2020-06-03
net/mlx5: Add command entry handling completion
Moshe Shemesh
1
-0
/
+1
2020-05-27
cpumask: Make for_each_cpu_wrap() available on UP as well
Michael Kelley
1
-0
/
+2
2020-05-27
l2tp: device MTU setup, tunnel socket needs a lock
R. Parameswaran
1
-1
/
+1
2020-05-27
New kernel function to get IP overhead on a socket.
R. Parameswaran
1
-0
/
+3
2020-05-27
net: l2tp: deprecate PPPOL2TP_MSG_* in favour of L2TP_MSG_*
Asbjørn Sloth Tønnesen
1
-7
/
+6
2020-05-27
net: l2tp: export debug flags to UAPI
Asbjørn Sloth Tønnesen
1
-1
/
+16
2020-05-27
l2tp: lock socket before checking flags in connect()
Guillaume Nault
1
-0
/
+2
2020-05-27
padata: Replace delayed timer with immediate workqueue in padata_reorder
Herbert Xu
1
-9
/
+4
2020-05-27
sched/fair, cpumask: Export for_each_cpu_wrap()
Peter Zijlstra
1
-0
/
+17
2020-05-27
media: fix media devnode ioctl/syscall and unregister race
Shuah Khan
1
-0
/
+14
2020-05-27
media-device: dynamically allocate struct media_devnode
Mauro Carvalho Chehab
2
-5
/
+10
2020-05-27
media-devnode: fix namespace mess
Mauro Carvalho Chehab
1
-5
/
+5
2020-05-27
padata: ensure padata_do_serial() runs on the correct CPU
Mathias Krause
1
-0
/
+2
2020-05-27
padata: ensure the reorder timer callback runs on the correct CPU
Mathias Krause
1
-0
/
+2
2020-05-20
x86: Fix early boot crash on gcc-10, third try
Borislav Petkov
1
-0
/
+7
2020-05-20
ALSA: rawmidi: Fix racy buffer resize under concurrent accesses
Takashi Iwai
1
-0
/
+1
2020-05-20
gcc-10 warnings: fix low-hanging fruit
Linus Torvalds
2
-2
/
+2
2020-05-20
pnp: Use list_for_each_entry() instead of open coding
Jason Gunthorpe
1
-20
/
+9
2020-05-20
netfilter: conntrack: avoid gcc-10 zero-length-bounds warning
Arnd Bergmann
1
-1
/
+1
2020-05-20
ptp: fix the race between the release of ptp_clock and cdev
Vladis Dronov
1
-8
/
+11
2020-05-20
chardev: add helper function to register char devs with a struct device
Logan Gunthorpe
1
-0
/
+5
2020-05-20
blktrace: Protect q->blk_trace with RCU
Jan Kara
2
-2
/
+6
2020-05-20
blktrace: Fix potential deadlock between delete & sysfs ops
Waiman Long
1
-0
/
+1
2020-05-20
net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookup
Sabrina Dubroca
1
-2
/
+4
2020-05-20
net: ipv6: add net argument to ip6_dst_lookup_flow
Sabrina Dubroca
1
-1
/
+1
2020-05-10
mac80211: add ieee80211_is_any_nullfunc()
Thomas Pedersen
1
-0
/
+9
2020-05-10
Revert "cpufreq: Drop rwsem lock around CPUFREQ_GOV_POLICY_EXIT"
Viresh Kumar
1
-4
/
+0
2020-05-10
vti6: fix input path
Nicolas Dichtel
1
-1
/
+3
2020-05-10
net: Don't delete routes in different VRFs
Mark Tomlinson
1
-1
/
+2
2020-05-10
net: vrf: Fix dst reference counting
David Ahern
2
-0
/
+6
[next]