index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-04
btrfs: zoned: use sector_t for zone sectors
Naohiro Aota
1
-2
/
+2
2021-03-04
tracing: Fix comment about the trace_event_call flags
Steven Rostedt (VMware)
1
-9
/
+2
2021-03-04
tracing: Skip selftests if tracing is disabled
Steven Rostedt (VMware)
1
-0
/
+6
2021-03-04
tracing: Fix memory leak in __create_synth_event()
Vamshi K Sthambamkadi
1
-1
/
+3
2021-03-04
ring-buffer: Add a little more information and a WARN when time stamp going b...
Steven Rostedt (VMware)
1
-3
/
+7
2021-03-04
ring-buffer: Force before_stamp and write_stamp to be different on discard
Steven Rostedt (VMware)
1
-0
/
+11
2021-03-04
tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig
Rolf Eike Beer
1
-1
/
+1
2021-03-04
tracing: Remove duplicate declaration from trace.h
Yordan Karadzhov (VMware)
1
-1
/
+0
2021-03-04
io-wq: ensure all pending work is canceled on exit
Jens Axboe
1
-9
/
+33
2021-03-04
io_uring: ensure that threads freeze on suspend
Jens Axboe
2
-3
/
+5
2021-03-04
io_uring: remove extra in_idle wake up
Pavel Begunkov
1
-3
/
+1
2021-03-04
io_uring: inline __io_queue_async_work()
Pavel Begunkov
1
-11
/
+2
2021-03-04
io_uring: inline io_req_clean_work()
Pavel Begunkov
1
-17
/
+13
2021-03-04
io_uring: choose right tctx->io_wq for try cancel
Pavel Begunkov
1
-1
/
+2
2021-03-04
io_uring: fix -EAGAIN retry with IOPOLL
Jens Axboe
1
-5
/
+31
2021-03-04
io-wq: fix error path leak of buffered write hash map
Jens Axboe
1
-1
/
+1
2021-03-04
io_uring: remove sqo_task
Pavel Begunkov
1
-10
/
+0
2021-03-04
io_uring: kill sqo_dead and sqo submission halting
Pavel Begunkov
1
-37
/
+8
2021-03-04
io_uring: ignore double poll add on the same waitqueue head
Jens Axboe
1
-0
/
+3
2021-03-04
io_uring: ensure that SQPOLL thread is started for exit
Jens Axboe
1
-3
/
+3
2021-03-04
io_uring: replace cmpxchg in fallback with xchg
Pavel Begunkov
1
-6
/
+2
2021-03-04
io_uring: fix __tctx_task_work() ctx race
Pavel Begunkov
1
-17
/
+19
2021-03-04
io_uring: kill io_uring_flush()
Jens Axboe
1
-47
/
+0
2021-03-04
io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work()
Jens Axboe
1
-1
/
+0
2021-03-04
io_uring: move cred assignment into io_issue_sqe()
Jens Axboe
3
-81
/
+22
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
[prev]
[next]