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
compress-2026-03-30
compress-2026-04-14
compress-2026-04-17-sambaxp
compress-2026-04-27
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
reconnect-fixes
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
2019-08-04
sched/fair: Don't free p->numa_faults with concurrent readers
Jann Horn
1
-2
/
+2
2019-08-04
iommu/iova: Fix compilation error with !CONFIG_IOMMU_IOVA
Joerg Roedel
1
-1
/
+1
2019-08-04
iommu/vt-d: Don't queue_iova() if there is no flush queue
Dmitry Safonov
1
-0
/
+6
2019-08-04
VSOCK: use TCP state constants for sk_state
Stefan Hajnoczi
1
-3
/
+0
2019-07-31
access: avoid the RCU grace period for the temporary subjective credentials
Linus Torvalds
1
-1
/
+6
2019-07-31
drm/crc: Only report a single overflow when a CRC fd is opened
Maarten Lankhorst
1
-1
/
+2
2019-07-31
jbd2: introduce jbd2_inode dirty range scoping
Ross Zwisler
1
-0
/
+22
2019-07-31
mm: add filemap_fdatawait_range_keep_errors()
Ross Zwisler
1
-0
/
+2
2019-07-31
tcp: fix tcp_set_congestion_control() use from bpf hook
Eric Dumazet
1
-1
/
+2
2019-07-31
net: make skb_dst_force return true when dst is refcounted
Florian Westphal
1
-1
/
+4
2019-07-31
compiler.h: Add read_word_at_a_time() function.
Andrey Ryabinin
1
-0
/
+8
2019-07-31
compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()
Andrey Ryabinin
1
-8
/
+6
2019-07-31
xen/events: fix binding user event channels to cpus
Juergen Gross
1
-1
/
+2
2019-07-31
clocksource/drivers/exynos_mct: Increase priority over ARM arch timer
Marek Szyprowski
1
-1
/
+1
2019-07-31
ipvs: fix tinfo memory leak in start_sync_thread
Julian Anastasov
1
-2
/
+4
2019-07-31
rcu: Force inlining of rcu_read_lock()
Waiman Long
1
-1
/
+1
2019-07-21
linux/kernel.h: fix overflow for DIV_ROUND_UP_ULL
Vinod Koul
1
-1
/
+2
2019-07-21
VMCI: Fix integer overflow in VMCI handle arrays
Vishnu DASA
1
-1
/
+10
2019-07-21
ip6_tunnel: allow not to count pkts on tstats by passing dev as NULL
Xin Long
1
-3
/
+6
2019-07-21
drivers: base: cacheinfo: Ensure cpu hotplug work is done before Intel RDT
James Morse
1
-0
/
+1
2019-07-21
nilfs2: do not use unexported cpu_to_le32()/le32_to_cpu() in uapi header
Masahiro Yamada
1
-12
/
+12
2019-07-03
futex: Update comments and docs about return values of arch futex code
Will Deacon
1
-2
/
+6
2019-07-03
Revert "compiler.h: update definition of unreachable()"
Sasha Levin
1
-4
/
+1
2019-07-03
block: add a lower-level bio_add_page interface
Christoph Hellwig
1
-0
/
+9
2019-06-25
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
1
-0
/
+3
2019-06-22
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
1
-0
/
+4
2019-06-19
x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callback
Borislav Petkov
1
-0
/
+1
2019-06-19
cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()
Tejun Heo
1
-2
/
+8
2019-06-17
tcp: add tcp_min_snd_mss sysctl
Eric Dumazet
1
-0
/
+1
2019-06-17
tcp: tcp_fragment() should apply sane memory limits
Eric Dumazet
1
-0
/
+1
2019-06-17
tcp: limit payload size of sacked skbs
Eric Dumazet
2
-0
/
+6
2019-06-15
drm: don't block fb changes for async plane updates
Helen Koike
1
-0
/
+8
2019-06-15
Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...
Greg Kroah-Hartman
1
-3
/
+0
2019-06-15
pwm: Fix deadlock warning when removing PWM device
Phong Hoang
1
-5
/
+0
2019-06-11
ipv4: Define __ipv4_neigh_lookup_noref when CONFIG_INET is disabled
David Ahern
1
-0
/
+8
2019-06-11
fuse: Add FOPEN_STREAM to use stream_open()
Kirill Smelkov
1
-0
/
+2
2019-06-11
fs: stream_open - opener for stream-like files so that read and write can run...
Kirill Smelkov
1
-0
/
+4
2019-06-11
drm/i915: Fix I915_EXEC_RING_MASK
Chris Wilson
1
-1
/
+1
2019-06-11
x86/power: Fix 'nosmt' vs hibernation triple fault during resume
Jiri Kosina
1
-0
/
+4
2019-06-11
pstore: Convert buf_lock to semaphore
Kees Cook
1
-4
/
+3
2019-06-11
rcu: locking and unlocking need to always be at least barriers
Linus Torvalds
1
-4
/
+2
2019-06-11
ipv6: fix the check before getting the cookie in rt6_get_cookie
Xin Long
1
-2
/
+1
2019-06-09
include/linux/module.h: copy __init/__exit attrs to init/cleanup_module
Miguel Ojeda
1
-2
/
+2
2019-06-09
Compiler Attributes: add support for __copy (gcc >= 9)
Miguel Ojeda
2
-0
/
+8
2019-06-09
memcg: make it work on sparse non-0-node systems
Jiri Slaby
1
-0
/
+1
2019-06-09
include/linux/bitops.h: sanitize rotate primitives
Rasmus Villemoes
1
-8
/
+8
2019-06-09
tipc: Avoid copying bytes beyond the supplied data
Chris Packham
1
-3
/
+7
2019-06-09
inet: switch IP ID generator to siphash
Eric Dumazet
2
-0
/
+7
2019-05-31
HID: core: move Usage Page concatenation to Main item
Nicolas Saenz Julienne
1
-0
/
+1
2019-05-31
iio: ad_sigma_delta: Properly handle SPI bus locking vs CS assertion
Lars-Peter Clausen
1
-0
/
+1
[next]