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
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
Age
Commit message (
Expand
)
Author
Files
Lines
2020-06-11
Linux 3.16.85
v3.16.85
Ben Hutchings
1
-1
/
+1
2020-06-11
fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()
Alexander Potapenko
1
-1
/
+1
2020-06-11
random: always use batched entropy for get_random_u{32,64}
Jason A. Donenfeld
1
-3
/
+0
2020-06-11
x86/speculation: Add Ivy Bridge to affected list
Josh Poimboeuf
1
-3
/
+4
2020-06-11
x86/speculation: Add SRBDS vulnerability and mitigation documentation
Mark Gross
1
-0
/
+148
2020-06-11
x86/speculation: Add Special Register Buffer Data Sampling (SRBDS) mitigation
Mark Gross
8
-0
/
+173
2020-06-11
x86/cpu: Add 'table' argument to cpu_matches()
Mark Gross
1
-10
/
+13
2020-06-11
x86/cpu: Add a steppings field to struct x86_cpu_id
Mark Gross
3
-1
/
+39
2020-06-11
x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
Jia Zhang
33
-69
/
+69
2020-06-11
ext4: add cond_resched() to ext4_protect_reserved_inode
Shijie Luo
1
-0
/
+1
2020-06-11
ext4: don't perform block validity checks on the journal inode
Theodore Ts'o
1
-4
/
+9
2020-06-11
ext4: fix block validity checks for journal inodes using indirect blocks
Theodore Ts'o
1
-0
/
+6
2020-06-11
ext4: unsigned int compared against zero
Colin Ian King
1
-1
/
+2
2020-06-11
ext4: protect journal inode's blocks using block_validity
Theodore Ts'o
2
-0
/
+54
2020-06-11
ext4: Make checks for metadata_csum feature safer
Tahsin Erdogan
1
-8
/
+11
2020-06-11
USB: gadget: fix illegal array access in binding with UDC
Kyungtae Kim
1
-0
/
+3
2020-06-11
signal: Extend exec_id to 64bits
Eric W. Biederman
3
-4
/
+4
2020-06-11
scsi: sg: add sg_remove_request in sg_write
Wu Bo
1
-1
/
+3
2020-06-11
scsi: sg: add sg_remove_request in sg_common_write
Li Bin
1
-1
/
+3
2020-06-11
scsi: sg: fix minor memory leak in error path
Tony Battersby
1
-0
/
+1
2020-06-11
scsi: sg: don't return bogus Sg_requests
Johannes Thumshirn
1
-2
/
+3
2020-06-11
scsi: sg: only check for dxfer_len greater than 256M
Johannes Thumshirn
1
-30
/
+2
2020-06-11
scsi: sg: fix static checker warning in sg_is_valid_dxfer
Johannes Thumshirn
1
-2
/
+5
2020-06-11
scsi: sg: fix SG_DXFER_FROM_DEV transfers
Johannes Thumshirn
1
-1
/
+4
2020-06-11
scsi: sg: close race condition in sg_remove_sfp_usercontext()
Hannes Reinecke
1
-2
/
+10
2020-06-11
scsi: sg: check for valid direction before starting the request
Johannes Thumshirn
1
-12
/
+34
2020-06-11
scsi: sg: disable SET_FORCE_LOW_DMA
Hannes Reinecke
2
-22
/
+9
2020-06-11
scsi: sg: Re-fix off by one in sg_fill_request_table()
Ben Hutchings
1
-1
/
+1
2020-06-11
scsi: sg: fixup infoleak when using SG_GET_REQUEST_TABLE
Hannes Reinecke
1
-3
/
+2
2020-06-11
scsi: sg: factor out sg_fill_request_table()
Hannes Reinecke
1
-26
/
+35
2020-06-11
scsi: sg: off by one in sg_ioctl()
Dan Carpenter
1
-1
/
+1
2020-06-11
scsi: sg: use standard lists for sg_requests
Hannes Reinecke
1
-86
/
+61
2020-06-11
scsi: sg: remove 'save_scat_len'
Hannes Reinecke
1
-2
/
+0
2020-06-11
scsi: sg: recheck MMAP_IO request length with lock held
Todd Poynor
1
-2
/
+5
2020-06-11
scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
Todd Poynor
1
-3
/
+9
2020-06-11
scsi: sg: reset 'res_in_use' after unlinking reserved array
Hannes Reinecke
1
-0
/
+2
2020-06-11
scsi: sg: protect accesses to 'reserved' page array
Hannes Reinecke
1
-21
/
+26
2020-06-11
scsi: sg: Change next_cmd_len handling to mirror upstream
Ben Hutchings
1
-7
/
+3
2020-06-11
sg: prevent integer overflow when converting from sectors to bytes
Akinobu Mita
1
-4
/
+13
2020-06-11
sg: O_EXCL and other lock handling
Douglas Gilbert
1
-194
/
+230
2020-06-11
mwifiex: Fix possible buffer overflows in mwifiex_ret_wmm_get_status()
Qing Xu
1
-0
/
+4
2020-06-11
mwifiex: Fix possible buffer overflows in mwifiex_cmd_append_vsie_tlv()
Qing Xu
1
-0
/
+7
2020-06-11
scsi: mptfusion: Fix double fetch bug in ioctl
Dan Carpenter
1
-163
/
+50
2020-06-11
scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
Dan Carpenter
1
-0
/
+2
2020-06-11
USB: core: Fix free-while-in-use bug in the USB S-Glibrary
Alan Stern
1
-1
/
+8
2020-06-11
drivers: usb: core: Minimize irq disabling in usb_sg_cancel()
David Mosberger
1
-20
/
+17
2020-06-11
drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.
David Mosberger
1
-8
/
+7
2020-06-11
selinux: properly handle multiple messages in selinux_netlink_send()
Paul Moore
1
-24
/
+44
2020-06-11
selinux: rate-limit netlink message warnings in selinux_nlmsg_perm()
Vladis Dronov
1
-4
/
+5
2020-06-11
selinux: Print 'sclass' as string when unrecognized netlink message occurs
Marek Milkovic
1
-2
/
+3
[next]