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
/
linux
Age
Commit message (
Expand
)
Author
Files
Lines
2014-06-09
ftrace/module: Hardcode ftrace_module_init() call into load_module()
Steven Rostedt (Red Hat)
1
-0
/
+2
2014-06-09
kvm: remove .done from struct kvm_async_pf
Radim Krčmář
1
-1
/
+0
2014-06-09
skb: Add inline helper for getting the skb end offset from head
Alexander Duyck
1
-1
/
+11
2014-05-18
dmi: add support for exact DMI matches in addition to substring matching
Jani Nikula
1
-2
/
+4
2014-05-18
libata/ahci: accommodate tag ordered controllers
Dan Williams
1
-0
/
+1
2014-04-30
pid: get pid_t ppid of task in init_pid_ns
Richard Guy Briggs
1
-1
/
+19
2014-04-09
net: ip, ipv6: handle gso skbs in forwarding path
Florian Westphal
1
-0
/
+17
2014-04-09
net: add and use skb_gso_transport_seglen()
Florian Westphal
1
-0
/
+2
2014-04-09
ext4: atomically set inode->i_flags in ext4_set_inode_flags()
Theodore Ts'o
1
-0
/
+15
2014-04-02
jiffies: Avoid undefined behavior from signed overflow
Paul E. McKenney
1
-4
/
+4
2014-04-02
tracing: Do not add event files for modules that fail tracepoints
Steven Rostedt (Red Hat)
1
-0
/
+6
2014-04-02
compiler/gcc4: Make quirk for asm_volatile_goto() unconditional
Steven Noonan
1
-5
/
+1
2014-04-02
fuse: fix pipe_buf_operations
Miklos Szeredi
1
-0
/
+2
2014-04-02
libata: disable LPM for some WD SATA-I devices
Tejun Heo
1
-0
/
+2
2014-02-15
sched/rt: Avoid updating RT entry timeout twice within one tick period
Ying Xue
1
-0
/
+1
2014-02-15
mm: hugetlbfs: fix hugetlbfs optimization
Andrea Arcangeli
1
-0
/
+6
2014-02-15
pci: Add PCI_DEVICE_SUB() macro
Ben Hutchings
1
-0
/
+14
2014-02-15
vlan: Fix header ops passthru when doing TX VLAN offload.
David S. Miller
1
-0
/
+9
2014-01-03
net: rework recvmsg handler msg_name and msg_namelen logic
Hannes Frederic Sowa
1
-0
/
+8
2014-01-03
random32: fix off-by-one in seeding requirement
Daniel Borkmann
1
-3
/
+3
2014-01-03
x86, build, icc: Remove uninitialized_var() from compiler-intel.h
H. Peter Anvin
1
-2
/
+0
2014-01-03
PCI: Define macro for Marvell vendor ID
Xiangliang Yu
1
-0
/
+1
2014-01-03
ipc, msg: fix message length check for negative values
Mathias Krause
1
-3
/
+3
2014-01-03
exec/ptrace: fix get_dumpable() incorrect tests
Kees Cook
2
-3
/
+4
2014-01-03
mtd: map: fixed bug in 64-bit systems
Wang Haitao
1
-2
/
+2
2013-11-28
compiler/gcc4: Add quirk for 'asm goto' miscompilation bug
Ingo Molnar
1
-0
/
+15
2013-11-28
compiler-gcc.h: Add gcc-recommended GCC_VERSION macro
Daniel Santos
1
-0
/
+3
2013-11-28
random: allow architectures to optionally define random_get_entropy()
Theodore Ts'o
1
-0
/
+14
2013-11-28
random: run random_int_secret_init() run after all late_initcalls
Theodore Ts'o
1
-0
/
+1
2013-11-28
include/linux/fs.h: disable preempt when acquire i_size_seqcount write lock
Fan Du
1
-0
/
+2
2013-11-28
inet: fix possible memory corruption with UDP_CORK and UFO
Hannes Frederic Sowa
1
-0
/
+5
2013-11-28
perf: Fix perf ring buffer memory ordering
Peter Zijlstra
1
-5
/
+7
2013-11-28
ext3: return 32/64-bit dir name hash according to usage type
Eric Sandeen
1
-1
/
+5
2013-11-28
fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithash
Bernd Schubert
1
-0
/
+4
2013-11-28
tcp: must unclone packets before mangling them
Eric Dumazet
1
-0
/
+10
2013-10-26
mm, show_mem: suppress page counts in non-blockable contexts
David Rientjes
1
-1
/
+2
2013-10-26
perf: Clarify perf_cpu_context::active_pmu usage by renaming it to ::unique_pmu
Peter Zijlstra
1
-1
/
+1
2013-10-26
HID: provide a helper for validating hid reports
Kees Cook
1
-0
/
+4
2013-10-26
USB: fix build error when CONFIG_PM_SLEEP isn't enabled
Alan Stern
1
-1
/
+1
2013-10-26
HID: validate HID report id size
Kees Cook
1
-1
/
+3
2013-10-26
rculist: list_first_or_null_rcu() should use list_entry_rcu()
Tejun Heo
1
-2
/
+3
2013-10-26
ICMPv6: treat dest unreachable codes 5 and 6 as EACCES, not EPROTO
Jiri Bohac
1
-0
/
+2
2013-10-26
ipv6: drop packets with multiple fragmentation headers
Hannes Frederic Sowa
1
-0
/
+1
2013-09-10
x86 get_unmapped_area: Access mmap_legacy_base through mm_struct member
Radu Caragea
1
-0
/
+1
2013-09-10
zfcp: fix lock imbalance by reworking request queue locking
Martin Peschke
1
-0
/
+57
2013-09-10
block: Add bio_for_each_segment_all()
Kent Overstreet
1
-3
/
+14
2013-09-10
tracing: Fix fields of struct trace_iterator that are zeroed by mistake
Andrew Vagin
1
-1
/
+3
2013-09-10
slab: introduce kmalloc_array()
Xi Wang
1
-3
/
+14
2013-08-02
virtio: support unlocked queue poll
Michael S. Tsirkin
1
-0
/
+4
2013-08-02
net: Swap ver and type in pppoe_hdr
Changli Gao
1
-2
/
+2
[next]