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
path:
root
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-23
KVM: MIPS: Change the definition of kvm type
Huacai Chen
1
-2
/
+3
2020-09-23
i2c: algo: pca: Reapply i2c bus settings after reset
Evan Nimmo
1
-0
/
+15
2020-09-23
irqchip/eznps: Fix build error for !ARC700 builds
Vineet Gupta
1
-0
/
+6
2020-09-09
libata: implement ATA_HORKAGE_MAX_TRIM_128M and apply to Sandisks
Tejun Heo
1
-0
/
+1
2020-09-09
block: Move SECTOR_SIZE and SECTOR_SHIFT definitions into <linux/blkdev.h>
Bart Van Assche
4
-14
/
+33
2020-09-09
block: allow for_each_bvec to support zero len bvec
Ming Lei
1
-1
/
+8
2020-09-09
uaccess: Add non-pagefault user-space write function
Daniel Borkmann
1
-0
/
+12
2020-09-09
uaccess: Add non-pagefault user-space read functions
Masami Hiramatsu
1
-0
/
+14
2020-09-09
include/linux/log2.h: add missing () around n in roundup_pow_of_two()
Jason Gunthorpe
1
-1
/
+1
2020-09-09
netfilter: nf_tables: fix destination register zeroing
Florian Westphal
1
-0
/
+2
2020-09-09
netfilter: nf_tables: incorrect enum nft_list_attributes definition
Pablo Neira Ayuso
1
-1
/
+1
2020-09-09
HID: core: Sanitize event code and type when mapping input
Marc Zyngier
1
-13
/
+29
2020-09-03
overflow.h: Add allocation size calculation helpers
Kees Cook
1
-0
/
+73
2020-09-03
writeback: Fix sync livelock due to b_dirty_time processing
Jan Kara
1
-7
/
+6
2020-09-03
writeback: Avoid skipping inode writeback
Jan Kara
1
-2
/
+6
2020-09-03
efi: provide empty efi_enter_virtual_mode implementation
Andrey Konovalov
1
-0
/
+4
2020-08-21
genirq/affinity: Make affinity setting if activated opt-in
Thomas Gleixner
1
-0
/
+12
2020-08-21
iommu/vt-d: Enforce PASID devTLB field mask
Liu Yi L
1
-2
/
+2
2020-08-21
net/compat: Add missing sock updates for SCM_RIGHTS
Kees Cook
1
-0
/
+4
2020-08-21
bitfield.h: don't compile-time validate _val in FIELD_FIT
Jakub Kicinski
1
-1
/
+1
2020-08-21
net: refactor bind_bucket fastreuse into helper
Tim Froidcoeur
1
-0
/
+4
2020-08-21
ipvs: allow connection reuse for unconfirmed conntrack
Julian Anastasov
1
-6
/
+4
2020-08-21
tracepoint: Mark __tracepoint_string's __used
Nick Desaulniers
1
-1
/
+1
2020-08-21
ipv6: fix memory leaks on IPV6_ADDRFORM path
Cong Wang
1
-0
/
+1
2020-08-21
xattr: break delegations in {set,remove}xattr
Frank van der Linden
1
-0
/
+2
2020-08-21
Drivers: hv: vmbus: Ignore CHANNELMSG_TL_CONNECT_RESULT(23)
Dexuan Cui
1
-0
/
+2
2020-08-07
random32: move the pseudo-random 32-bit definitions to prandom.h
Linus Torvalds
2
-62
/
+82
2020-08-07
random32: remove net_rand_state from the latent entropy gcc plugin
Linus Torvalds
1
-1
/
+1
2020-08-07
random: fix circular include dependency on arm64 after addition of percpu.h
Willy Tarreau
1
-1
/
+1
2020-08-07
random32: update the net random state on interrupt and activity
Willy Tarreau
1
-0
/
+3
2020-08-07
Revert "scsi: libsas: direct call probe and destruct"
Greg Kroah-Hartman
2
-2
/
+2
2020-08-05
x86, vmlinux.lds: Page-align end of ..page_aligned sections
Joerg Roedel
1
-1
/
+4
2020-08-05
wireless: Use offsetof instead of custom macro.
Pi-Hsun Shih
1
-2
/
+3
2020-08-05
scsi: libsas: direct call probe and destruct
Jason Yan
2
-2
/
+2
2020-07-31
tcp: allow at most one TLP probe per flight
Yuchung Cheng
1
-1
/
+3
2020-07-29
io-mapping: indicate mapping failure
Michael J. Ruhl
1
-1
/
+4
2020-07-29
Input: add `SW_MACHINE_COVER`
Merlijn Wajer
2
-2
/
+3
2020-07-22
rxrpc: Fix trace string
David Howells
1
-1
/
+1
2020-07-22
cgroup: Fix sock_cgroup_data on big-endian.
Cong Wang
1
-0
/
+2
2020-07-22
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
2
-3
/
+7
2020-07-22
net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skb
Martin Varghese
1
-1
/
+9
2020-07-22
genetlink: remove genl_bind
Sean Tranchetti
1
-8
/
+0
2020-07-22
ALSA: compress: fix partial_drain completion state
Vinod Koul
1
-1
/
+9
2020-07-09
crypto: af_alg - fix use-after-free in af_alg_accept() due to bh_lock_sock()
Herbert Xu
1
-2
/
+2
2020-06-30
net: qed: fix left elements count calculation
Alexander Lobakin
1
-10
/
+16
2020-06-30
net: core: reduce recursion limit value
Taehee Yoo
1
-1
/
+1
2020-06-30
net: Do not clear the sock TX queue in sk_set_socket()
Tariq Toukan
1
-1
/
+0
2020-06-30
sctp: Don't advertise IPv4 addresses if ipv6only is set on the socket
Marcelo Ricardo Leitner
1
-3
/
+5
2020-06-30
net: be more gentle about silly gso requests coming from user
Eric Dumazet
1
-8
/
+9
2020-06-25
md: add feature flag MD_FEATURE_RAID0_LAYOUT
NeilBrown
1
-0
/
+2
[next]