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
2019-06-22
cgroup: Use css_tryget() instead of css_tryget_online() in task_get_css()
Tejun Heo
1
-2
/
+8
2019-06-22
Revert "Bluetooth: Align minimum encryption key size for LE and BR/EDR connec...
Greg Kroah-Hartman
1
-3
/
+0
2019-06-22
pwm: Fix deadlock warning when removing PWM device
Phong Hoang
1
-5
/
+0
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
/
+5
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
rcu: locking and unlocking need to always be at least barriers
Linus Torvalds
1
-4
/
+2
2019-06-11
efi/libstub: Unify command line param parsing
Ard Biesheuvel
1
-1
/
+1
2019-06-11
mm: make page ref count overflow check tighter and more explicit
Linus Torvalds
1
-1
/
+5
2019-06-11
fs: prevent page refcount overflow in pipe_buf_get
Matthew Wilcox
1
-4
/
+6
2019-06-11
memcg: make it work on sparse non-0-node systems
Jiri Slaby
1
-0
/
+1
2019-06-11
include/linux/bitops.h: sanitize rotate primitives
Rasmus Villemoes
1
-8
/
+8
2019-06-11
tipc: Avoid copying bytes beyond the supplied data
Chris Packham
1
-3
/
+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
2019-05-31
smpboot: Place the __percpu annotation correctly
Sebastian Andrzej Siewior
1
-1
/
+1
2019-05-31
hugetlb: use same fault hash key for shared and private mappings
Mike Kravetz
1
-3
/
+1
2019-05-31
bio: fix improper use of smp_mb__before_atomic()
Andrea Parri
1
-1
/
+1
2019-05-25
PCI: Work around Pericom PCIe-to-PCI bridge Retrain Link erratum
Stefan Mätje
1
-0
/
+2
2019-05-25
of: fix clang -Wunsequenced for be32_to_cpu()
Phong Tran
1
-2
/
+2
2019-05-21
writeback: synchronize sync(2) against cgroup writeback membership switches
Tejun Heo
1
-0
/
+1
2019-05-21
mfd: max77620: Fix swapped FPS_PERIOD_MAX_US values
Dmitry Osipenko
1
-2
/
+2
2019-05-21
mfd: da9063: Fix OTP control register names to match datasheets for DA9063/63L
Steve Twiss
1
-3
/
+3
2019-05-21
net: core: another layer of lists, around PF_MEMALLOC skb handling
Sasha Levin
1
-0
/
+30
2019-05-16
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
Takashi Sakamoto
1
-1
/
+1
2019-05-16
x86/reboot, efi: Use EFI reboot for Acer TravelMate X514-51T
Jian-Hong Pan
1
-1
/
+6
2019-05-16
bpf: convert htab map to hlist_nulls
Alexei Starovoitov
2
-0
/
+19
2019-05-14
cpu/speculation: Add 'mitigations=' cmdline option
Josh Poimboeuf
1
-0
/
+24
2019-05-14
x86/speculation/mds: Add sysfs reporting for MDS
Thomas Gleixner
1
-0
/
+2
2019-05-14
x86/speculation: Add prctl() control for indirect branch speculation
Thomas Gleixner
2
-0
/
+10
2019-05-14
x86/speculation: Rework SMT state change
Thomas Gleixner
1
-0
/
+2
2019-05-14
sched: Add sched_smt_active()
Ben Hutchings
1
-0
/
+18
2019-05-14
x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
Jiri Kosina
1
-2
/
+19
2019-05-14
locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a new...
Will Deacon
2
-21
/
+27
2019-05-14
bitops: avoid integer overflow in GENMASK(_ULL)
Matthias Kaehlcke
1
-2
/
+3
2019-05-10
Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
Marcel Holtmann
1
-0
/
+3
2019-05-10
mm: add 'try_get_page()' helper function
Linus Torvalds
1
-0
/
+9
2019-05-10
linux/kernel.h: Use parentheses around argument in u64_to_user_ptr()
Jann Horn
1
-2
/
+2
2019-05-08
USB: core: Fix bug caused by duplicate interface PM usage counter
Alan Stern
1
-2
/
+0
2019-05-08
caif: reduce stack size with KASAN
Arnd Bergmann
1
-0
/
+27
2019-05-08
kasan: add a prototype of task_struct to avoid warning
Masami Hiramatsu
1
-0
/
+1
2019-05-02
net: IP6 defrag: use rbtrees for IPv6 defrag
Peter Oskolkov
1
-2
/
+9
2019-05-02
ipv6: remove dependency of nf_defrag_ipv6 on ipv6 module
Florian Westphal
2
-29
/
+104
2019-05-02
net: IP defrag: encapsulate rbtree defrag code into callable functions
Peter Oskolkov
1
-2
/
+14
2019-04-27
x86/kprobes: Verify stack frame on kretprobe
Masami Hiramatsu
1
-0
/
+1
[next]