index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
io_uring.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-03-04
io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checks
Jens Axboe
1
-11
/
+1
2021-03-04
io_uring: remove unused argument 'tsk' from io_req_caches_free()
Jens Axboe
1
-3
/
+3
2021-03-04
io_uring: destroy io-wq on exec
Pavel Begunkov
2
-10
/
+11
2021-03-04
io_uring: warn on not destroyed io-wq
Pavel Begunkov
1
-0
/
+2
2021-03-04
io_uring: fix race condition in task_work add and clear
Jens Axboe
1
-2
/
+2
2021-03-04
io-wq: provide an io_wq_put_and_exit() helper
Jens Axboe
3
-11
/
+21
2021-03-04
io_uring: don't use complete_all() on SQPOLL thread exit
Jens Axboe
1
-1
/
+4
2021-03-04
io_uring: run fallback on cancellation
Pavel Begunkov
1
-1
/
+6
2021-03-04
io_uring: SQPOLL stop error handling fixes
Jens Axboe
1
-7
/
+18
2021-03-04
io-wq: fix double put of 'wq' in error path
Jens Axboe
1
-2
/
+0
2021-03-04
io-wq: wait for manager exit on wq destroy
Jens Axboe
1
-1
/
+6
2021-03-04
io-wq: rename wq->done completion to wq->started
Jens Axboe
1
-4
/
+4
2021-03-04
io-wq: don't ask for a new worker if we're exiting
Jens Axboe
1
-0
/
+2
2021-03-04
io-wq: have manager wait for all workers to exit
Jens Axboe
1
-8
/
+22
2021-03-04
iommu/vt-d: Fix status code for Allocate/Free PASID command
Zenghui Yu
1
-2
/
+2
2021-03-04
iommu: Don't use lazy flush for untrusted device
Lu Baolu
1
-7
/
+8
2021-03-04
iommu/tegra-smmu: Fix mc errors on tegra124-nyan
Nicolin Chen
1
-1
/
+71
2021-03-04
iommu/amd: Fix sleeping in atomic in increase_address_space()
Andrey Ryabinin
1
-4
/
+6
2021-03-04
drm/amdgpu: fix parameter error of RREG32_PCIE() in amdgpu_regs_pcie
Kevin Wang
1
-2
/
+2
2021-03-04
drm/amd/display: fix the return of the uninitialized value in ret
Colin Ian King
1
-1
/
+1
2021-03-04
drm/amdgpu: enable BACO runpm by default on sienna cichlid and navy flounder
Alex Deucher
1
-2
/
+0
2021-03-04
drm/amd/pm: correct Arcturus mmTHM_BACO_CNTL register address
Evan Quan
1
-3
/
+12
2021-03-04
drm/amdgpu/swsmu/vangogh: Only use RLCPowerNotify msg for disable
Alex Deucher
1
-2
/
+2
2021-03-04
drm/amdgpu/pm: make unsupported power profile messages debug
Alex Deucher
3
-3
/
+3
2021-03-04
drm/amdgpu:disable VCN for Navi12 SKU
Asher.Song
1
-2
/
+4
2021-03-04
drm/amdgpu: Only check for S0ix if AMD_PMC is configured
Alex Deucher
1
-1
/
+2
2021-03-03
ACPI: bus: Constify is_acpi_node() and friends (part 2)
Andy Shevchenko
1
-3
/
+3
2021-03-03
RDMA/uverbs: Fix kernel-doc warning of _uverbs_alloc
Leon Romanovsky
1
-1
/
+1
2021-03-03
RDMA/mlx5: Set correct kernel-doc identifier
Leon Romanovsky
1
-1
/
+1
2021-03-03
tpm: Remove unintentional dump_stack() call
Jarkko Sakkinen
1
-2
/
+0
2021-03-03
ALSA: hda/realtek: Apply dual codec quirks for MSI Godlike X570 board
Takashi Iwai
1
-0
/
+1
2021-03-03
rsxx: Return -EFAULT if copy_to_user() fails
Dan Carpenter
1
-3
/
+5
2021-03-03
ALSA: hda/realtek: Add quirk for Intel NUC 10
Werner Sembach
1
-0
/
+11
2021-03-03
xen: fix p2m size in dom0 for disabled memory hotplug case
Juergen Gross
3
-26
/
+21
2021-03-03
xen-netback: respect gnttab_map_refs()'s return value
Jan Beulich
1
-1
/
+11
2021-03-03
Xen/gnttab: handle p2m update errors on a per-slot basis
Jan Beulich
2
-7
/
+72
2021-03-03
swap: fix swapfile read/write offset
Jens Axboe
3
-5
/
+14
2021-03-03
ia64: don't call handle_signal() unless there's actually a signal queued
Jens Axboe
1
-1
/
+2
2021-03-02
ftrace: Have recordmcount use w8 to read relp->r_info in arm64_is_fake_mcount
Chen Jun
1
-1
/
+1
2021-03-02
pstore/ram: Rate-limit "uncorrectable error in header" message
Dmitry Osipenko
1
-1
/
+1
2021-03-02
KVM: SVM: Clear the CR4 register on reset
Babu Moger
1
-0
/
+1
2021-03-02
KVM: x86/xen: Add support for vCPU runstate information
David Woodhouse
7
-5
/
+553
2021-03-02
KVM: x86/xen: Fix return code when clearing vcpu_info and vcpu_time_info
David Woodhouse
1
-0
/
+4
2021-03-02
selftests: kvm: Mmap the entire vcpu mmap area
Aaron Lewis
1
-2
/
+4
2021-03-02
KVM: Documentation: Fix index for KVM_CAP_PPC_DAWR1
Kai Huang
1
-1
/
+1
2021-03-02
KVM: x86: allow compiling out the Xen hypercall interface
Paolo Bonzini
4
-2
/
+42
2021-03-02
block/bfq: update comments and default value in docs for fifo_expire
Joseph Qi
2
-3
/
+3
2021-03-02
rsxx: remove unused including <linux/version.h>
Tian Tao
1
-1
/
+0
2021-03-02
ALSA: hda/hdmi: let new platforms assign the pcm slot dynamically
Hui Wang
1
-1
/
+17
2021-03-02
ALSA: hda/realtek: Add quirk for Clevo NH55RZQ
Eckhart Mohr
1
-0
/
+1
[prev]
[next]