index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
io_uring: prevent racy sqd->thread checks
Pavel Begunkov
2021-03-12
1
-6
/
+22
*
io_uring: remove useless ->startup completion
Pavel Begunkov
2021-03-12
1
-6
/
+0
*
io_uring: cancel deferred requests in try_cancel
Pavel Begunkov
2021-03-12
1
-4
/
+6
*
io_uring: perform IOPOLL reaping if canceler is thread itself
Jens Axboe
2021-03-11
1
-1
/
+2
*
io_uring: force creation of separate context for ATTACH_WQ and non-threads
Jens Axboe
2021-03-11
1
-2
/
+14
*
io_uring: remove indirect ctx into sqo injection
Pavel Begunkov
2021-03-10
1
-25
/
+3
*
io_uring: fix invalid ctx->sq_thread_idle
Pavel Begunkov
2021-03-10
1
-4
/
+4
*
kernel: make IO threads unfreezable by default
Jens Axboe
2021-03-10
3
-3
/
+2
*
io_uring: always wait for sqd exited when stopping SQPOLL thread
Jens Axboe
2021-03-10
1
-8
/
+8
*
io_uring: remove unneeded variable 'ret'
Yang Li
2021-03-10
1
-2
/
+1
*
io_uring: move all io_kiocb init early in io_init_req()
Jens Axboe
2021-03-10
1
-4
/
+3
*
io-wq: fix ref leak for req in case of exit cancelations
yangerkun
2021-03-10
1
-2
/
+1
*
io_uring: fix complete_post races for linked req
Pavel Begunkov
2021-03-10
1
-7
/
+14
*
io_uring: add io_disarm_next() helper
Pavel Begunkov
2021-03-10
1
-33
/
+35
*
io_uring: fix io_sq_offload_create error handling
Pavel Begunkov
2021-03-10
1
-3
/
+2
*
io-wq: remove unused 'user' member of io_wq
Jens Axboe
2021-03-10
1
-1
/
+0
*
io_uring: Convert personality_idr to XArray
Matthew Wilcox (Oracle)
2021-03-10
1
-23
/
+24
*
io_uring: clean R_DISABLED startup mess
Pavel Begunkov
2021-03-10
1
-19
/
+6
*
io_uring: fix unrelated ctx reqs cancellation
Pavel Begunkov
2021-03-10
1
-6
/
+13
*
io_uring: SQPOLL parking fixes
Jens Axboe
2021-03-10
1
-99
/
+34
*
io_uring: kill io_sq_thread_fork() and return -EOWNERDEAD if the sq_thread is...
Stefan Metzmacher
2021-03-07
1
-28
/
+3
*
io_uring: run __io_sq_thread() with the initial creds from io_uring_setup()
Stefan Metzmacher
2021-03-07
1
-0
/
+10
*
io-wq: warn on creating manager while exiting
Pavel Begunkov
2021-03-07
1
-0
/
+2
*
io_uring: cancel reqs of all iowq's on ring exit
Pavel Begunkov
2021-03-07
1
-3
/
+39
*
io_uring: warn when ring exit takes too long
Pavel Begunkov
2021-03-07
1
-0
/
+5
*
io_uring: index io_uring->xa by ctx not file
Pavel Begunkov
2021-03-07
2
-14
/
+12
*
io_uring: don't take task ring-file notes
Pavel Begunkov
2021-03-07
1
-3
/
+2
*
io_uring: do ctx initiated file note removal
Pavel Begunkov
2021-03-07
1
-2
/
+46
*
io_uring: introduce ctx to tctx back map
Pavel Begunkov
2021-03-07
1
-14
/
+44
*
io_uring: make del_task_file more forgiving
Pavel Begunkov
2021-03-07
1
-5
/
+8
*
io-wq: always track creds for async issue
Jens Axboe
2021-03-06
2
-15
/
+20
*
io-wq: fix race in freeing 'wq' and worker access
Jens Axboe
2021-03-06
1
-8
/
+8
*
Linux 5.12-rc2
v5.12-rc2
Linus Torvalds
2021-03-05
1
-1
/
+1
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2021-03-05
8
-62
/
+76
|
\
|
*
RDMA/rxe: Fix errant WARN_ONCE in rxe_completer()
Bob Pearson
2021-03-05
1
-32
/
+23
|
*
RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt()
Bob Pearson
2021-03-05
1
-24
/
+35
|
*
RDMA/rxe: Fix missed IB reference counting in loopback
Bob Pearson
2021-03-05
1
-1
/
+9
|
*
RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc
Leon Romanovsky
2021-03-03
1
-1
/
+1
|
*
RDMA/mlx5: Set correct kernel-doc identifier
Leon Romanovsky
2021-03-03
1
-1
/
+1
|
*
IB/mlx5: Add missing error code
YueHaibing
2021-03-01
1
-1
/
+3
|
*
RDMA/rxe: Fix missing kconfig dependency on CRYPTO
Julian Braha
2021-03-01
1
-0
/
+1
|
*
RDMA/cm: Fix IRQ restore in ib_send_cm_sidr_rep
Saeed Mahameed
2021-03-01
1
-2
/
+3
*
|
Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2021-03-05
2
-3
/
+2
|
\
\
|
*
|
gcc-plugins: latent_entropy: remove unneeded semicolon
Jason Yan
2021-03-01
1
-1
/
+1
|
*
|
gcc-plugins: structleak: remove unneeded variable 'ret'
Jason Yan
2021-03-01
1
-2
/
+1
|
|
/
*
|
Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2021-03-05
2
-2
/
+2
|
\
\
|
*
|
pstore/ram: Rate-limit "uncorrectable error in header" message
Dmitry Osipenko
2021-03-02
1
-1
/
+1
|
*
|
pstore: Fix warning in pstore_kill_sb()
Tetsuo Handa
2021-02-23
1
-1
/
+1
*
|
|
Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-03-05
2
-11
/
+16
|
\
\
\
|
*
|
|
dm verity: fix FEC for RS roots unaligned to block size
Milan Broz
2021-03-04
1
-11
/
+12
[prev]
[next]