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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-29
tcp: sk->sk_bound_dev_if once in inet_request_bound_dev_if()
Eric Dumazet
1
-2
/
+3
2022-07-29
tcp/dccp: Fix a data-race around sysctl_tcp_fwmark_accept.
Kuniyuki Iwashima
1
-1
/
+2
2022-07-29
ip: Fix a data-race around sysctl_fwmark_reflect.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
ip: Fix data-races around sysctl_ip_nonlocal_bind.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
ip: Fix data-races around sysctl_ip_fwd_use_pmtu.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-29
sysctl: move some boundary constants from sysctl.c to sysctl_vals
Xiaoming Ni
1
-3
/
+10
2022-07-29
ipv4/tcp: do not use per netns ctl sockets
Eric Dumazet
1
-1
/
+0
2022-07-29
ip: Fix data-races around sysctl_ip_default_ttl.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-23
objtool: Re-add UNWIND_HINT_{SAVE_RESTORE}
Josh Poimboeuf
1
-2
/
+4
2022-07-23
objtool: Add entry UNRET validation
Peter Zijlstra
1
-0
/
+3
2022-07-23
x86/bugs: Report AMD retbleed vulnerability
Alexandre Chartre
1
-0
/
+2
2022-07-23
x86/kvm/vmx: Make noinstr clean
Peter Zijlstra
1
-1
/
+1
2022-07-21
serial: 8250: Fix PM usage_count for console handover
Ilpo Järvinen
1
-0
/
+5
2022-07-21
firmware: sysfb: Add sysfb_disable() helper function
Javier Martinez Canillas
1
-0
/
+12
2022-07-21
firmware: sysfb: Make sysfb_create_simplefb() return a pdev pointer
Javier Martinez Canillas
1
-5
/
+5
2022-07-21
net/tls: Check for errors in tls_device_init
Tariq Toukan
1
-2
/
+2
2022-07-21
ima: force signature verification when CONFIG_KEXEC_SIG is configured
Coiby Xu
1
-0
/
+6
2022-07-21
raw: Fix a data-race around sysctl_raw_l3mdev_accept.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-21
netfilter: nf_tables: replace BUG_ON by element length check
Pablo Neira Ayuso
1
-5
/
+9
2022-07-21
net: Fix data-races around sysctl_mem.
Kuniyuki Iwashima
1
-1
/
+1
2022-07-21
reset: Fix devm bulk optional exclusive control getter
Serge Semin
1
-1
/
+1
2022-07-21
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
1
-1
/
+2
2022-07-21
net: sock: tracing: Fix sock_exceed_buf_limit not to dereference stale pointer
Steven Rostedt (Google)
1
-2
/
+4
2022-07-21
fix race between exit_itimers() and /proc/pid/timers
Oleg Nesterov
1
-1
/
+1
2022-07-12
Revert "mm/memory-failure.c: fix race with changing page compound again"
Naoya Horiguchi
2
-2
/
+0
2022-07-12
misc: rtsx_usb: use separate command and response buffers
Shuah Khan
1
-1
/
+0
2022-07-12
misc: rtsx_usb: fix use of dma mapped buffer for usb bulk transfer
Shuah Khan
1
-1
/
+0
2022-07-12
video: of_display_timing.h: include errno.h
Hsin-Yi Wang
1
-0
/
+2
2022-07-12
memregion: Fix memregion_free() fallback definition
Dan Williams
1
-1
/
+1
2022-07-12
PM: runtime: Redefine pm_runtime_release_supplier()
Rafael J. Wysocki
1
-3
/
+2
2022-07-12
fbcon: Prevent that screen size is smaller than font size
Helge Deller
1
-0
/
+4
2022-07-12
rxrpc: Fix locking issue
David Howells
2
-0
/
+14
2022-07-12
mm/hwpoison: fix race between hugetlb free/demotion and memory_failure_hugetlb()
Naoya Horiguchi
2
-0
/
+14
2022-07-12
mm/memory-failure.c: fix race with changing page compound again
Miaohe Lin
2
-0
/
+2
2022-07-12
uapi/linux/stddef.h: Add include guards
Tadeusz Struk
1
-0
/
+4
2022-07-12
stddef: Introduce DECLARE_FLEX_ARRAY() helper
Kees Cook
2
-0
/
+29
2022-07-12
mm: vmalloc: introduce array allocation functions
Paolo Bonzini
1
-0
/
+5
2022-07-12
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
3
-0
/
+30
2022-07-12
media: omap3isp: Use struct_group() for memcpy() region
Kees Cook
1
-8
/
+13
2022-07-12
stddef: Introduce struct_group() helper macro
Kees Cook
2
-0
/
+69
2022-07-12
block: fix rq-qos breakage from skipping rq_qos_done_bio()
Tejun Heo
1
-1
/
+2
2022-07-12
netfilter: nft_payload: support for inner header matching / mangling
Pablo Neira Ayuso
2
-0
/
+4
2022-07-12
netfilter: nf_tables: convert pktinfo->tprot_set to flags field
Pablo Neira Ayuso
3
-8
/
+13
2022-07-12
bpf: Stop caching subprog index in the bpf_pseudo_func insn
Martin KaFai Lau
1
-0
/
+6
2022-07-12
qed: Improve the stack space of filter_config()
Shai Malin
1
-13
/
+8
2022-07-07
drm/fourcc: fix integer type usage in uapi header
Carlos Llamas
1
-2
/
+2
2022-07-07
net: fix IFF_TX_SKB_NO_LINEAR definition
Dan Carpenter
1
-1
/
+1
2022-07-07
linux/dim: Fix divide by 0 in RDMA DIM
Tao Liu
1
-1
/
+1
2022-07-07
net: phy: Don't trigger state machine while in suspend
Lukas Wunner
1
-0
/
+6
2022-07-02
fs: fix acl translation
Christian Brauner
1
-0
/
+4
[prev]
[next]