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.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.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
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
Age
Commit message (
Expand
)
Author
2016-03-16
Revert: "crypto: af_alg - Disallow bind/setkey/... after accept(2)"
Greg Kroah-Hartman
2016-03-16
modules: fix longstanding /proc/kallsyms vs module insertion race.
Rusty Russell
2016-03-16
efi: Make efivarfs entries immutable by default
Peter Jones
2016-03-16
efi: Make our variable validation list include the guid
Peter Jones
2016-03-16
efi: Do variable name validation tests in utf8
Peter Jones
2016-03-16
lib/ucs2_string: Add ucs2 -> utf8 helper functions
Peter Jones
2016-03-16
tracing: Fix check for cpu online when event is disabled
Steven Rostedt (Red Hat)
2016-03-09
libata: Align ata_device's id on a cacheline
Harvey Hunt
2016-03-09
libata: fix HDIO_GET_32BIT ioctl
Arnd Bergmann
2016-03-03
nfs: fix nfs_size_to_loff_t
Christoph Hellwig
2016-03-03
ses: fix additional element traversal bug
James Bottomley
2016-03-03
lockd: create NSM handles per net namespace
Andrey Ryabinin
2016-03-03
unix: correctly track in-flight fds in sending process user_struct
Hannes Frederic Sowa
2016-03-03
tracepoints: Do not trace when cpu is offline
Steven Rostedt (Red Hat)
2016-02-25
radix-tree: fix oops after radix_tree_iter_retry
Konstantin Khlebnikov
2016-02-25
radix-tree: fix race in gang lookup
Matthew Wilcox
2016-02-25
tracing: Fix freak link error caused by branch tracer
Arnd Bergmann
2016-02-25
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2016-02-25
pty: make sure super_block is still valid in final /dev/tty close
Herton R. Krzesinski
2016-02-19
crypto: af_alg - Disallow bind/setkey/... after accept(2)
Herbert Xu
2016-02-19
kernel/signal.c: unexport sigsuspend()
Richard Weinberger
2016-01-28
arm64: fix building without CONFIG_UID16
Arnd Bergmann
2016-01-28
unix: properly account for FDs passed over unix sockets
willy tarreau
2016-01-22
net: add validation for the socket syscall protocol argument
Hannes Frederic Sowa
2016-01-22
sctp: update the netstamp_needed counter when copying sockets
Marcelo Ricardo Leitner
2016-01-22
USB: add quirk for devices with broken LPM
Alan Stern
2016-01-22
ext4, jbd2: ensure entering into panic after recording an error in superblock
Daeho Jeong
2016-01-22
ipv6: distinguish frag queues by device for multicast and link-local packets
Michal Kubeček
2016-01-22
unix: avoid use-after-free in ep_remove_wait_queue
Rainer Weikusat
2015-12-09
net: avoid NULL deref in inet_ctl_sock_destroy()
Eric Dumazet
2015-11-09
ASoC: wm8904: Correct number of EQ registers
Charles Keepax
2015-10-27
net: add pfmemalloc check in sk_add_backlog()
Eric Dumazet
2015-10-27
skbuff: Fix skb checksum partial check.
Pravin B Shelar
2015-10-27
skbuff: Fix skb checksum flag on skb pull
Pravin B Shelar
2015-10-27
af_unix: Convert the unix_sk macro to an inline function for type safety
Aaron Conole
2015-10-22
security: fix typo in security_task_prctl
Jann Horn
2015-10-22
x86/xen: Support kexec/kdump in HVM guests by doing a soft reset
Vitaly Kuznetsov
2015-10-01
ipv6: lock socket in ip6_datagram_connect()
Eric Dumazet
2015-10-01
sctp: fix ASCONF list handling
Marcelo Ricardo Leitner
2015-09-21
iio: Add inverse unit conversion macros
Lars-Peter Clausen
2015-09-13
drm/radeon: add new OLAND pci id
Alex Deucher
2015-08-03
nfs: increase size of EXCHANGE_ID name string buffer
Jeff Layton
2015-08-03
USB: usbfs: allow URBs to be reaped after disconnection
Alan Stern
2015-08-03
ACPICA: Tables: Fix an issue that FACS initialization is performed twice
Lv Zheng
2015-08-03
libata: add ATA_HORKAGE_NOTRIM
Arne Fitzenreiter
2015-08-03
jbd2: fix ocfs2 corrupt when updating journal superblock fails
Joseph Qi
2015-07-03
bus: mvebu: pass the coherency availability information at init time
Greg Ungerer
2015-07-03
ipv6: prevent fib6_run_gc() contention
Michal Kubeček
2015-07-03
include/linux/sched.h: don't use task->pid/tgid in same_thread_group/has_grou...
Oleg Nesterov
2015-07-03
get rid of s_files and files_lock
Al Viro
[next]