index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring: fix provided buffer import
Dylan Yudaken
2022-06-30
1
-3
/
+4
*
io_uring: keep sendrecv flags in ioprio
Pavel Begunkov
2022-06-30
2
-5
/
+9
*
io_uring: use original request task for inflight tracking
Jens Axboe
2022-06-23
1
-1
/
+1
*
io_uring: move io_uring_get_opcode out of TP_printk
Dylan Yudaken
2022-06-23
1
-7
/
+35
*
io_uring: fix double poll leak on repolling
Pavel Begunkov
2022-06-22
1
-0
/
+1
*
io_uring: fix wrong arm_poll error handling
Pavel Begunkov
2022-06-22
1
-0
/
+1
*
io_uring: fail links when poll fails
Pavel Begunkov
2022-06-22
1
-0
/
+2
*
io_uring: fix req->apoll_events
Pavel Begunkov
2022-06-21
1
-4
/
+8
*
io_uring: fix merge error in checking send/recv addr2 flags
Jens Axboe
2022-06-21
1
-4
/
+0
*
io_uring: mark reissue requests with REQ_F_PARTIAL_IO
Jens Axboe
2022-06-20
1
-2
/
+2
*
io_uring: recycle provided buffer if we punt to io-wq
Jens Axboe
2022-06-17
1
-0
/
+1
*
io_uring: do not use prio task_work_add in uring_cmd
Dylan Yudaken
2022-06-16
1
-1
/
+1
*
io_uring: commit non-pollable provided mapped buffers upfront
Jens Axboe
2022-06-16
1
-1
/
+1
*
io_uring: make io_fill_cqe_aux honour CQE32
Pavel Begunkov
2022-06-15
1
-0
/
+5
*
io_uring: remove __io_fill_cqe() helper
Pavel Begunkov
2022-06-15
1
-21
/
+16
*
io_uring: fix ->extra{1,2} misuse
Pavel Begunkov
2022-06-15
1
-2
/
+10
*
io_uring: fill extra big cqe fields from req
Pavel Begunkov
2022-06-15
1
-68
/
+10
*
io_uring: unite fill_cqe and the 32B version
Pavel Begunkov
2022-06-15
1
-19
/
+42
*
io_uring: get rid of __io_fill_cqe{32}_req()
Pavel Begunkov
2022-06-15
1
-49
/
+21
*
io_uring: remove IORING_CLOSE_FD_AND_FILE_SLOT
Pavel Begunkov
2022-06-14
2
-15
/
+3
*
Revert "io_uring: add buffer selection support to IORING_OP_NOP"
Pavel Begunkov
2022-06-14
1
-14
/
+1
*
Revert "io_uring: support CQE32 for nop operation"
Pavel Begunkov
2022-06-14
1
-20
/
+1
*
Merge branch 'io_uring/io_uring-5.19' of https://github.com/isilence/linux in...
Jens Axboe
2022-06-13
1
-25
/
+50
|
\
|
*
io_uring: fix double unlock for pbuf select
Pavel Begunkov
2022-06-13
1
-3
/
+1
|
*
io_uring: kbuf: fix bug of not consuming ring buffer in partial io case
Hao Xu
2022-06-13
1
-4
/
+16
|
*
io_uring: openclose: fix bug of closing wrong fixed file
Hao Xu
2022-06-13
1
-1
/
+1
|
*
io_uring: fix not locked access to fixed buf table
Pavel Begunkov
2022-06-13
1
-17
/
+17
|
*
io_uring: fix races with buffer table unregister
Pavel Begunkov
2022-06-13
1
-0
/
+7
|
*
io_uring: fix races with file table unregister
Pavel Begunkov
2022-06-13
1
-0
/
+8
*
|
io_uring: limit size of provided buffer ring
Dylan Yudaken
2022-06-13
1
-0
/
+4
*
|
io_uring: fix types in provided buffer ring
Dylan Yudaken
2022-06-13
1
-3
/
+3
*
|
io_uring: fix index calculation
Dylan Yudaken
2022-06-13
1
-1
/
+1
*
|
Linux 5.19-rc2
v5.19-rc2
Linus Torvalds
2022-06-13
1
-1
/
+1
*
|
Merge tag 'platform-drivers-x86-v5.19-2' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
2022-06-12
8
-14
/
+35
|
\
\
|
*
|
platform/x86/intel: hid: Add Surface Go to VGBS allow list
Duke Lee
2022-06-12
1
-0
/
+6
|
*
|
platform/x86: hp-wmi: Use zero insize parameter only when supported
Bedant Patnaik
2022-06-12
1
-8
/
+15
|
*
|
platform/x86: hp-wmi: Resolve WMI query failures on some devices
Jorge Lopez
2022-06-12
1
-2
/
+4
|
*
|
platform/x86: gigabyte-wmi: Add support for B450M DS3H-CF
August Wikerfors
2022-06-10
1
-0
/
+1
|
*
|
platform/x86: gigabyte-wmi: Add Z690M AORUS ELITE AX DDR4 support
Piotr Chmura
2022-06-10
1
-0
/
+1
|
*
|
platform/x86: barco-p50-gpio: Add check for platform_driver_register
Jiasheng Jiang
2022-06-10
1
-1
/
+4
|
*
|
platform/x86/intel: pmc: Support Intel Raptorlake P
George D Sworo
2022-06-10
1
-0
/
+1
|
*
|
platform/x86/intel: Fix pmt_crashlog array reference
David Arcari
2022-06-10
1
-1
/
+1
|
*
|
platform/mellanox: Add static in struct declaration.
Michael Shych
2022-06-10
1
-1
/
+1
|
*
|
platform/mellanox: Spelling s/platfom/platform/
Geert Uytterhoeven
2022-06-10
1
-1
/
+1
*
|
|
Merge tag 'wq-for-5.19-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-06-12
3
-17
/
+73
|
\
\
\
|
*
|
|
workqueue: Switch to new kerneldoc syntax for named variable macro argument
Jonathan Neuschäfer
2022-06-12
1
-1
/
+1
|
*
|
|
workqueue: Fix type of cpu in trace event
Wonhyuk Yang
2022-06-07
1
-4
/
+4
|
*
|
|
workqueue: Wrap flush_workqueue() using a macro
Tetsuo Handa
2022-06-07
2
-12
/
+68
*
|
|
|
Merge tag 'kbuild-fixes-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-06-12
5
-23
/
+40
|
\
\
\
\
|
*
|
|
|
scripts/gdb: change kernel config dumping method
Kuan-Ying Lee
2022-06-11
1
-3
/
+3
[next]