- c93a5e2 genirq/matrix: Prevent allocation counter corruption by Vitaly Kuznetsov · 3 years, 9 months ago
- 2c6b021 irq: Simplify condition in irq_matrix_reserve() by Juergen Gross · 3 years, 11 months ago
- ba9e6ca rcu: Prevent false positive softirq warning on RT by Thomas Gleixner · 3 years, 10 months ago
- 47c218d tick/sched: Prevent false positive softirq pending warnings on RT by Thomas Gleixner · 3 years, 10 months ago
- 8b1c04a softirq: Make softirq control and processing RT aware by Thomas Gleixner · 3 years, 10 months ago
- f02fc96 softirq: Move various protections into inline helpers by Thomas Gleixner · 3 years, 10 months ago
- 6516b38 irqtime: Make accounting correct on RT by Thomas Gleixner · 3 years, 10 months ago
- 728b478 softirq: Add RT specific softirq accounting by Thomas Gleixner · 3 years, 10 months ago
- 6fd4e86 tasklets: Switch tasklet_disable() to the sleep wait variant by Thomas Gleixner · 3 years, 10 months ago
- f339fc1 firewire: ohci: Use tasklet_disable_in_atomic() where required by Sebastian Andrzej Siewior · 3 years, 10 months ago
- be4017c PCI: hv: Use tasklet_disable_in_atomic() by Sebastian Andrzej Siewior · 3 years, 10 months ago
- 405698c atm: eni: Use tasklet_disable_in_atomic() in the send() callback by Sebastian Andrzej Siewior · 3 years, 10 months ago
- 3250aa8 ath9k: Use tasklet_disable_in_atomic() by Sebastian Andrzej Siewior · 3 years, 10 months ago
- 25cf87d net: sundance: Use tasklet_disable_in_atomic(). by Sebastian Andrzej Siewior · 3 years, 10 months ago
- c62c38e net: jme: Replace link-change tasklet with work by Sebastian Andrzej Siewior · 3 years, 10 months ago
- eb2dafb tasklets: Prevent tasklet_unlock_spin_wait() deadlock on RT by Thomas Gleixner · 3 years, 10 months ago
- 697d8c6 tasklets: Replace spin wait in tasklet_kill() by Peter Zijlstra · 3 years, 10 months ago
- da044747 tasklets: Replace spin wait in tasklet_unlock_wait() by Peter Zijlstra · 3 years, 10 months ago
- b0cd02c tasklets: Use spin wait in tasklet_disable() temporarily by Thomas Gleixner · 3 years, 10 months ago
- ca5f625 tasklets: Provide tasklet_disable_in_atomic() by Thomas Gleixner · 3 years, 10 months ago
- 6951547 tasklets: Use static inlines for stub implementations by Thomas Gleixner · 3 years, 10 months ago
- d2da74d tasklets: Replace barrier() with cpu_relax() in tasklet_unlock_wait() by Thomas Gleixner · 3 years, 10 months ago
- 6b2c339 softirq: s/BUG/WARN_ONCE/ on tasklet SCHED state not set by Dirk Behme · 3 years, 10 months ago
- 5c982c5 genirq: Fix typos and misspellings in comments by Krzysztof Kozlowski · 3 years, 10 months ago
- 3a0ade0 tasklet: Remove tasklet_kill_immediate by Davidlohr Bueso · 3 years, 10 months ago
- cbe16f3 genirq: Add IRQF_NO_AUTOEN for request_irq/nmi() by Barry Song · 3 years, 10 months ago
- a38fd87 Linux 5.12-rc2 by Linus Torvalds · 3 years, 10 months ago
- f3ed4de Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 3 years, 10 months ago
- de5bd6c Merge tag 'gcc-plugins-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
- 8b24ef4 Merge tag 'pstore-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 3 years, 10 months ago
- 63dcd69 Merge tag 'for-5.12/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm by Linus Torvalds · 3 years, 10 months ago
- 47454ca Merge tag 'block-5.12-2021-03-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- f292e87 Merge tag 'io_uring-5.12-2021-03-05' of git://git.kernel.dk/linux-block by Linus Torvalds · 3 years, 10 months ago
- 6d47254 Merge tag 'pm-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 10 months ago
- ea6be46 Merge tag 'acpi-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 10 months ago
- fc2c8d0 Merge tag 'iommu-fixes-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 3 years, 10 months ago
- f09b04c Merge tag 'for-5.12-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 10 months ago
- 6bf331d Merge tag 'devicetree-fixes-for-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linux by Linus Torvalds · 3 years, 10 months ago
- 54663cf Merge tag 'trace-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 10 months ago
- 545c4ab RDMA/rxe: Fix errant WARN_ONCE in rxe_completer() by Bob Pearson · 3 years, 10 months ago
- 5e4a7cc RDMA/rxe: Fix extra deref in rxe_rcv_mcast_pkt() by Bob Pearson · 3 years, 10 months ago
- 21e27ac RDMA/rxe: Fix missed IB reference counting in loopback by Bob Pearson · 3 years, 10 months ago
- e45cff5 io_uring: don't restrict issue_flags for io_openat by Pavel Begunkov · 3 years, 10 months ago
- a2b658e Merge tag 'nvme-5.12-2021-03-05' of git://git.infradead.org/nvme into block-5.12 by Jens Axboe · 3 years, 10 months ago
- 86e0d67 io_uring: make SQPOLL thread parking saner by Jens Axboe · 3 years, 10 months ago
- 09ca6c4 io-wq: kill hashed waitqueue before manager exits by Jens Axboe · 3 years, 10 months ago
- b5b0ecb io_uring: clear IOCB_WAITQ for non -EIOCBQUEUED return by Jens Axboe · 3 years, 10 months ago
- ca0a265 io_uring: don't keep looping for more events if we can't flush overflow by Jens Axboe · 3 years, 10 months ago
- 46fe18b io_uring: move to using create_io_thread() by Jens Axboe · 3 years, 10 months ago
- 7bff4c2 Merge branch 'powercap' by Rafael J. Wysocki · 3 years, 10 months ago
- d9f273b nvmet: model_number must be immutable once set by Max Gurtovoy · 3 years, 10 months ago
- 32feb6d nvme-fabrics: fix kato initialization by Martin George · 3 years, 11 months ago
- 78570f8 nvme-hwmon: Return error code when registration fails by Daniel Wagner · 3 years, 11 months ago
- 6e6a682 nvme-pci: add quirks for Lexar 256GB SSD by Pascal Terjan · 3 years, 10 months ago
- dc22c1c nvme-pci: mark Kingston SKC2000 as not supporting the deepest power state by Zoltán Böszörményi · 3 years, 10 months ago
- 5e112d3 nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST. by Julian Einwag · 3 years, 11 months ago
- 280d542 Merge tag 'drm-fixes-2021-03-05' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 10 months ago
- 44195bd Merge tag 'mkp-scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mkp/scsi by Linus Torvalds · 3 years, 10 months ago
- a1f1054 Merge tag 'amd-drm-fixes-5.12-2021-03-03' of https://gitlab.freedesktop.org/agd5f/linux into drm-fixes by Dave Airlie · 3 years, 10 months ago
- a727df4 Merge branch '00.00-inst' of git://github.com/skeggsb/linux into drm-fixes by Dave Airlie · 3 years, 10 months ago
- f9dbdf97 scsi: iscsi: Verify lengths on passthrough PDUs by Chris Leech · 3 years, 10 months ago
- ec98ea7 scsi: iscsi: Ensure sysfs attributes are limited to PAGE_SIZE by Chris Leech · 3 years, 10 months ago
- 688e812 scsi: iscsi: Restrict sessions and handles to admin capabilities by Lee Duncan · 3 years, 10 months ago
- cc440e8 kernel: provide create_io_thread() helper by Jens Axboe · 3 years, 10 months ago
- dd59a3d io_uring: reliably cancel linked timeouts by Pavel Begunkov · 3 years, 10 months ago
- b05a1bc io_uring: cancel-match based on flags by Pavel Begunkov · 3 years, 10 months ago
- 3cb60ee Merge tag 'tpmdd-next-v5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jarkko/linux-tpmdd by Linus Torvalds · 3 years, 10 months ago
- df7b59b dm verity: fix FEC for RS roots unaligned to block size by Milan Broz · 3 years, 10 months ago
- a14e5ec dm bufio: subtract the number of initial sectors in dm_bufio_get_device_size by Mikulas Patocka · 3 years, 10 months ago
- cee407c Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 3 years, 10 months ago
- c5a58f8 Merge tag 'for-linus-5.12b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 3 years, 10 months ago
- 43df524 Merge tag 'sound-5.12-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 10 months ago
- badae9c btrfs: zoned: do not account freed region of read-only block group as zone_unusable by Naohiro Aota · 3 years, 10 months ago
- d734492 btrfs: zoned: use sector_t for zone sectors by Naohiro Aota · 3 years, 10 months ago
- f9f3444 tracing: Fix comment about the trace_event_call flags by Steven Rostedt (VMware) · 3 years, 10 months ago
- ee666a1 tracing: Skip selftests if tracing is disabled by Steven Rostedt (VMware) · 3 years, 10 months ago
- f40fc79 tracing: Fix memory leak in __create_synth_event() by Vamshi K Sthambamkadi · 3 years, 10 months ago
- 6549de1 ring-buffer: Add a little more information and a WARN when time stamp going backwards is detected by Steven Rostedt (VMware) · 3 years, 10 months ago
- 6f6be60 ring-buffer: Force before_stamp and write_stamp to be different on discard by Steven Rostedt (VMware) · 3 years, 10 months ago
- 6926809 tracing: Fix help text of TRACEPOINT_BENCHMARK in Kconfig by Rolf Eike Beer · 3 years, 10 months ago
- 70d443d tracing: Remove duplicate declaration from trace.h by Yordan Karadzhov (VMware) · 3 years, 10 months ago
- f012725 io-wq: ensure all pending work is canceled on exit by Jens Axboe · 3 years, 10 months ago
- e4b4a13 io_uring: ensure that threads freeze on suspend by Jens Axboe · 3 years, 10 months ago
- b23fcf4 io_uring: remove extra in_idle wake up by Pavel Begunkov · 3 years, 10 months ago
- ebf9366 io_uring: inline __io_queue_async_work() by Pavel Begunkov · 3 years, 10 months ago
- f85c310 io_uring: inline io_req_clean_work() by Pavel Begunkov · 3 years, 10 months ago
- 64c7212 io_uring: choose right tctx->io_wq for try cancel by Pavel Begunkov · 3 years, 10 months ago
- 3e6a0d3 io_uring: fix -EAGAIN retry with IOPOLL by Jens Axboe · 3 years, 10 months ago
- dc7bbc9 io-wq: fix error path leak of buffered write hash map by Jens Axboe · 3 years, 10 months ago
- 1627089 io_uring: remove sqo_task by Pavel Begunkov · 3 years, 10 months ago
- 70aacfe io_uring: kill sqo_dead and sqo submission halting by Pavel Begunkov · 3 years, 10 months ago
- 1c3b3e6 io_uring: ignore double poll add on the same waitqueue head by Jens Axboe · 3 years, 10 months ago
- 3ebba79 io_uring: ensure that SQPOLL thread is started for exit by Jens Axboe · 3 years, 10 months ago
- 28c4721 io_uring: replace cmpxchg in fallback with xchg by Pavel Begunkov · 3 years, 10 months ago
- 2c32395 io_uring: fix __tctx_task_work() ctx race by Pavel Begunkov · 3 years, 10 months ago
- 0d30b3e io_uring: kill io_uring_flush() by Jens Axboe · 3 years, 10 months ago
- 914390b io_uring: kill unnecessary io_run_ctx_fallback() in io_ring_exit_work() by Jens Axboe · 3 years, 10 months ago
- 5730b27 io_uring: move cred assignment into io_issue_sqe() by Jens Axboe · 3 years, 10 months ago
- 1575f21 io_uring: kill unnecessary REQ_F_WORK_INITIALIZED checks by Jens Axboe · 3 years, 10 months ago
- 4010fec io_uring: remove unused argument 'tsk' from io_req_caches_free() by Jens Axboe · 3 years, 10 months ago