index
:
linux.git
cached
cdir_v2
cfid-fixes
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
2021-07-20
x86/signal: Detect and prevent an alternate signal stack overflow
Chang S. Bae
1
-7
/
+12
2021-07-20
NFS: nfs_find_open_context() may only select open files
Trond Myklebust
1
-0
/
+1
2021-07-20
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
3
-1
/
+24
2021-07-20
scsi: iscsi: Fix conn use after free during resets
Mike Christie
1
-6
/
+5
2021-07-20
scsi: iscsi: Add iscsi_cls_conn refcount helpers
Mike Christie
1
-0
/
+2
2021-07-20
rcu: Reject RCU_LOCKDEP_WARN() false positives
Paul E. McKenney
1
-1
/
+1
2021-07-19
media: subdev: disallow ioctl for saa6588/davinci
Arnd Bergmann
1
-0
/
+4
2021-07-19
rq-qos: fix missed wake-ups in rq_qos_throttle try two
Jan Kara
1
-1
/
+1
2021-07-19
power: supply: ab8500: Fix an old bug
Linus Walleij
1
-1
/
+1
2021-07-19
scsi: iscsi: Fix race condition between login and sync thread
Gulam Mohamed
1
-0
/
+1
2021-07-19
sctp: validate from_addr_param return
Marcelo Ricardo Leitner
1
-1
/
+1
2021-07-19
flow_offload: action should not be NULL when it is referenced
gushengxian
1
-5
/
+7
2021-07-19
net: fix mistake path for netdev_features_strings
Jian Shen
2
-3
/
+3
2021-07-19
net: mdio: provide shim implementation of devm_of_mdiobus_register
Vladimir Oltean
1
-0
/
+7
2021-07-14
block: return the correct bvec when checking for gaps
Long Li
1
-8
/
+4
2021-07-14
scsi: fc: Correct RHBA attributes length
Javed Hasan
1
-2
/
+2
2021-07-14
include/linux/huge_mm.h: remove extern keyword
Ralph Campbell
1
-52
/
+41
2021-07-14
mm/huge_memory.c: add missing read-only THP checking in transparent_hugepage_...
Miaohe Lin
1
-22
/
+35
2021-07-14
mm/huge_memory.c: remove dedicated macro HPAGE_CACHE_INDEX_MASK
Miaohe Lin
1
-4
/
+2
2021-07-14
mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...
Aneesh Kumar K.V
1
-6
/
+9
2021-07-14
iio: cros_ec_sensors: Fix alignment of buffer in iio_push_to_buffers_with_tim...
Jonathan Cameron
1
-1
/
+1
2021-07-14
net: lwtunnel: handle MTU calculation in forwading
Vadim Fedorenko
2
-8
/
+20
2021-07-14
Bluetooth: Fix Set Extended (Scan Response) Data
Luiz Augusto von Dentz
2
-6
/
+8
2021-07-14
net: macsec: fix the length used to copy the key for offloading
Antoine Tenart
1
-1
/
+1
2021-07-14
net: sched: add barrier to ensure correct ordering for lockless qdisc
Yunsheng Lin
1
-0
/
+12
2021-07-14
xsk: Fix missing validation for skb and unaligned mode
Magnus Karlsson
1
-2
/
+7
2021-07-14
clk: imx8mq: remove SYS PLL 1/2 clock gates
Lucas Stach
1
-19
/
+0
2021-07-14
net/sched: act_vlan: Fix modify to allow 0
Boris Sukholitko
1
-0
/
+1
2021-07-14
xfrm: xfrm_state_mtu should return at least 1280 for ipv6
Sabrina Dubroca
1
-0
/
+1
2021-07-14
swap: fix do_swap_page() race with swapoff
Miaohe Lin
1
-0
/
+9
2021-07-14
clocksource/drivers/timer-ti-dm: Save and restore timer TIOCP_CFG
Tony Lindgren
1
-0
/
+1
2021-07-14
media: v4l2-async: Clean v4l2_async_notifier_add_fwnode_remote_subdev
Ezequiel Garcia
1
-7
/
+8
2021-07-14
clocksource: Check per-CPU clock synchronization when marked unstable
Paul E. McKenney
1
-1
/
+1
2021-07-14
random32: Fix implicit truncation warning in prandom_seed_state()
Richard Fitzgerald
1
-1
/
+1
2021-07-14
media: Fix Media Controller API config checks
Shuah Khan
1
-1
/
+1
2021-07-14
crypto: shash - avoid comparing pointers to exported functions under CFI
Ard Biesheuvel
1
-7
/
+1
2021-07-14
media: hevc: Fix dependent slice segment flags
Jernej Skrabec
1
-1
/
+2
2021-07-14
sched/core: Initialize the idle task with preemption disabled
Valentin Schneider
1
-1
/
+1
2021-07-14
Add a reference to ucounts for each cred
Alexey Gladkov
2
-0
/
+6
2021-07-14
tracepoint: Add tracepoint_probe_register_may_exist() for BPF tracing
Steven Rostedt (VMware)
1
-0
/
+10
2021-06-30
certs: Add EFI_CERT_X509_GUID support for dbx entries
Eric Snowberg
1
-0
/
+15
2021-06-30
mm, futex: fix shared futex pgoff on shmem huge page
Hugh Dickins
2
-22
/
+7
2021-06-30
mm/thp: unmap_mapping_page() to fix THP truncate_cleanup_page()
Hugh Dickins
1
-0
/
+3
2021-06-30
mm/thp: try_to_unmap() use TTU_SYNC for safe splitting
Hugh Dickins
1
-0
/
+1
2021-06-30
mm/thp: make is_huge_zero_pmd() safe and quicker
Hugh Dickins
1
-1
/
+7
2021-06-30
mm: add VM_WARN_ON_ONCE_PAGE() macro
Alex Shi
1
-0
/
+13
2021-06-30
inet: annotate date races around sk->sk_txhash
Eric Dumazet
1
-3
/
+7
2021-06-30
net: annotate data race in sock_error()
Eric Dumazet
1
-1
/
+6
2021-06-30
locking/lockdep: Improve noinstr vs errors
Peter Zijlstra
1
-0
/
+2
2021-06-23
mm/swap: fix pte_same_as_swp() not removing uffd-wp bit when compare
Peter Xu
1
-4
/
+11
[prev]
[next]