index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
io_uring/poll: fix poll_refs race with cancelation
Lin Ma
2022-11-25
1
-1
/
+2
*
io_uring/filetable: fix file reference underflow
Lin Ma
2022-11-25
1
-2
/
+0
*
io_uring: make poll refs more robust
Pavel Begunkov
2022-11-25
1
-1
/
+35
*
io_uring: cmpxchg for poll arm refs release
Pavel Begunkov
2022-11-25
1
-5
/
+3
*
io_uring: disallow self-propelled ring polling
Pavel Begunkov
2022-11-18
1
-0
/
+2
*
io_uring: fix multishot recv request leaks
Pavel Begunkov
2022-11-17
1
-9
/
+7
*
io_uring: fix multishot accept request leaks
Pavel Begunkov
2022-11-17
4
-8
/
+8
*
io_uring: fix tw losing poll events
Pavel Begunkov
2022-11-17
1
-0
/
+7
*
io_uring: update res mask in io_poll_check_events
Pavel Begunkov
2022-11-17
1
-0
/
+3
*
io_uring/poll: lockdep annote io_poll_req_insert_locked
Pavel Begunkov
2022-11-11
1
-0
/
+2
*
io_uring/poll: fix double poll req->flags races
Pavel Begunkov
2022-11-11
1
-12
/
+17
*
io_uring: check for rollover of buffer ID when providing buffers
Jens Axboe
2022-11-10
1
-0
/
+2
*
io_uring: calculate CQEs from the user visible value
Dylan Yudaken
2022-11-08
1
-2
/
+8
*
io_uring: fix typo in io_uring.h comment
Jens Axboe
2022-11-06
1
-1
/
+1
*
selftests/net: don't tests batched TCP io_uring zc
Pavel Begunkov
2022-11-02
1
-1
/
+1
*
io_uring: unlock if __io_run_local_work locked inside
Dylan Yudaken
2022-10-27
2
-6
/
+15
*
io_uring: use io_run_local_work_locked helper
Dylan Yudaken
2022-10-27
1
-2
/
+1
*
io_uring/net: fail zc sendmsg when unsupported by socket
Pavel Begunkov
2022-10-22
1
-0
/
+2
*
io_uring/net: fail zc send when unsupported by socket
Pavel Begunkov
2022-10-22
1
-0
/
+2
*
net: flag sockets supporting msghdr originated zerocopy
Pavel Begunkov
2022-10-22
3
-0
/
+3
*
io-wq: Fix memory leak in worker creation
Rafael Mendonca
2022-10-20
1
-1
/
+1
*
io_uring/msg_ring: Fix NULL pointer dereference in io_msg_send_fd()
Harshit Mogalapalli
2022-10-19
1
-0
/
+3
*
io_uring/rw: remove leftover debug statement
Jens Axboe
2022-10-16
1
-2
/
+0
*
io_uring: don't iopoll from io_ring_ctx_wait_and_kill()
Pavel Begunkov
2022-10-16
1
-8
/
+5
*
io_uring: reuse io_alloc_req()
Pavel Begunkov
2022-10-16
1
-6
/
+2
*
io_uring: kill hot path fixed file bitmap debug checks
Pavel Begunkov
2022-10-16
2
-1
/
+1
*
io_uring: remove FFS_SCM
Pavel Begunkov
2022-10-16
4
-25
/
+3
*
Linux 6.1-rc1
Linus Torvalds
2022-10-16
1
-2
/
+2
*
Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2022-10-16
185
-421
/
+378
|
\
|
*
prandom: remove unused functions
Jason A. Donenfeld
2022-10-11
3
-23
/
+5
|
*
treewide: use get_random_bytes() when possible
Jason A. Donenfeld
2022-10-11
19
-24
/
+24
|
*
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
71
-100
/
+100
|
*
treewide: use get_random_{u8,u16}() when possible, part 2
Jason A. Donenfeld
2022-10-11
6
-6
/
+6
|
*
treewide: use get_random_{u8,u16}() when possible, part 1
Jason A. Donenfeld
2022-10-11
21
-34
/
+34
|
*
treewide: use prandom_u32_max() when possible, part 2
Jason A. Donenfeld
2022-10-11
4
-19
/
+8
|
*
treewide: use prandom_u32_max() when possible, part 1
Jason A. Donenfeld
2022-10-11
89
-218
/
+204
*
|
Merge tag 'perf-tools-for-v6.1-2-2022-10-16' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2022-10-16
36
-71
/
+1265
|
\
\
|
*
|
tools arch x86: Sync the msr-index.h copy with the kernel sources
Arnaldo Carvalho de Melo
2022-10-15
1
-0
/
+18
|
*
|
perf auxtrace arm64: Add support for parsing HiSilicon PCIe Trace packet
Qi Liu
2022-10-15
7
-0
/
+396
|
*
|
perf auxtrace arm64: Add support for HiSilicon PCIe Tune and Trace device driver
Qi Liu
2022-10-15
7
-1
/
+273
|
*
|
perf auxtrace arm: Refactor event list iteration in auxtrace_record__init()
Qi Liu
2022-10-15
1
-19
/
+34
|
*
|
perf tests stat+json_output: Include sanity check for topology
Athira Rajeev
2022-10-15
1
-4
/
+39
|
*
|
perf tests stat+csv_output: Include sanity check for topology
Athira Rajeev
2022-10-15
1
-4
/
+39
|
*
|
perf intel-pt: Fix system_wide dummy event for hybrid
Adrian Hunter
2022-10-15
1
-1
/
+1
|
*
|
perf intel-pt: Fix segfault in intel_pt_print_info() with uClibc
Adrian Hunter
2022-10-15
1
-2
/
+7
|
*
|
perf test: Fix attr tests for PERF_FORMAT_LOST
James Clark
2022-10-15
6
-11
/
+11
|
*
|
perf test: test_intel_pt.sh: Add 9 tests
Ammy Yi
2022-10-15
1
-1
/
+194
|
*
|
perf inject: Fix GEN_ELF_TEXT_OFFSET for jit
Adrian Hunter
2022-10-15
1
-1
/
+3
|
*
|
perf test: test_intel_pt.sh: Add jitdump test
Adrian Hunter
2022-10-15
1
-0
/
+162
|
*
|
perf test: test_intel_pt.sh: Tidy some alignment
Adrian Hunter
2022-10-15
1
-3
/
+3
[next]