summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'block-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-065-36/+70
|\
| * loop: reduce the loop_ctl_mutex scopeTetsuo Handa2021-09-042-26/+50
| * bio: fix kerneldoc documentation for bio_alloc_kiocb()Jens Axboe2021-09-031-1/+1
| * block, bfq: honor already-setup queue mergesPaolo Valente2021-09-021-3/+13
| * block/mq-deadline: Move dd_queued() to fix defined but not used warningGeert Uytterhoeven2021-09-021-6/+6
* | Merge tag 'misc-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-061-2/+1
|\ \
| * | cdrom: update uniform CD-ROM maintainership in MAINTAINERS filePhillip Potter2021-09-041-2/+1
* | | Merge tag 'libata-5.15-2021-09-05' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-062-0/+35
|\ \ \
| * | | libata: Add ATA_HORKAGE_NO_NCQ_ON_ATI for Samsung 860 and 870 SSD.Kate Hsuan2021-09-032-2/+33
| * | | libata: add ATA_HORKAGE_NO_NCQ_TRIM for Samsung 860 and 870 SSDsHans de Goede2021-09-031-0/+4
* | | | Merge tag 'for-5.15/io_uring-2021-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2021-09-063-183/+323
|\ \ \ \
| * | | | io_uring: io_uring_complete() trace should take an integerJens Axboe2021-09-041-3/+3
| * | | | io_uring: fix possible poll event lost in multi shot modeXiaoguang Wang2021-09-031-3/+13
| * | | | io_uring: prolong tctx_task_work() with flushingPavel Begunkov2021-09-031-0/+3
| * | | | io_uring: don't disable kiocb_done() CQE batchingPavel Begunkov2021-09-031-1/+1
| * | | | io_uring: ensure IORING_REGISTER_IOWQ_MAX_WORKERS works with SQPOLLJens Axboe2021-09-031-4/+24
| * | | | io-wq: make worker creation resilient against signalsJens Axboe2021-09-021-57/+166
| * | | | io-wq: get rid of FIXED worker flagJens Axboe2021-09-021-19/+16
| * | | | io-wq: only exit on fatal signalsJens Axboe2021-09-011-1/+3
| * | | | io-wq: split bounded and unbounded work into separate listsJens Axboe2021-09-011-88/+68
| * | | | io-wq: fix queue stalling raceJens Axboe2021-08-311-8/+7
| * | | | io_uring: don't submit half-prepared drain requestPavel Begunkov2021-08-311-0/+5
| * | | | io_uring: fix queueing half-created requestsPavel Begunkov2021-08-311-1/+12
| * | | | io-wq: ensure that hash wait lock is IRQ disablingJens Axboe2021-08-311-2/+2
| * | | | io_uring: retry in case of short read on block deviceMing Lei2021-08-311-1/+7
| * | | | io_uring: IORING_OP_WRITE needs hash_reg_file setJens Axboe2021-08-311-0/+1
| * | | | io-wq: fix race between adding work and activating a free workerJens Axboe2021-08-311-27/+24
* | | | | don't make the syscall checking produce errors from warningsStephen Rothwell2021-09-061-1/+1
* | | | | Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-09-05162-12461/+19999
|\ \ \ \ \
| * | | | | perf tests: Add test for PMU aliasesJin Yao2021-09-031-0/+92
| * | | | | perf pmu: Add PMU alias supportKan Liang2021-09-034-5/+198
| * | | | | perf session: Report collisions in AUX recordsSuzuki K Poulose2021-09-032-0/+10
| * | | | | perf script python: Allow reporting the [un]throttle PERF_RECORD_ meta eventStephen Brennan2021-09-033-0/+48
| * | | | | perf build: Report failure for testing feature libopencsdLeo Yan2021-09-031-0/+2
| * | | | | perf cs-etm: Show a warning for an unknown magic numberJames Clark2021-09-031-0/+5
| * | | | | perf cs-etm: Print the decoder nameJames Clark2021-09-033-8/+14
| * | | | | perf cs-etm: Create ETE decoderJames Clark2021-09-033-0/+50
| * | | | | perf cs-etm: Update OpenCSD decoder for ETEJames Clark2021-09-032-4/+2
| * | | | | perf cs-etm: Fix typoJames Clark2021-09-031-1/+1
| * | | | | perf cs-etm: Save TRCDEVARCH registerJames Clark2021-09-033-7/+68
| * | | | | perf cs-etm: Refactor out ETMv4 header savingJames Clark2021-09-031-23/+23
| * | | | | perf cs-etm: Initialise architecture based on TRCIDR1James Clark2021-09-031-1/+16
| * | | | | perf cs-etm: Refactor initialisation of decoder params.James Clark2021-09-031-74/+25
| * | | | | tools build: Fix feature detect clean for out of source buildsJames Clark2021-09-011-1/+1
| * | | | | perf evlist: Add evlist__for_each_entry_from() macroRiccardo Mancini2021-09-011-0/+16
| * | | | | perf evsel: Handle precise_ip fallback in evsel__open_cpu()Riccardo Mancini2021-08-312-33/+28
| * | | | | perf evsel: Move bpf_counter__install_pe() to success path in evsel__open_cpu()Riccardo Mancini2021-08-311-2/+2
| * | | | | perf evsel: Move test_attr__open() to success path in evsel__open_cpu()Riccardo Mancini2021-08-311-5/+5
| * | | | | perf evsel: Move ignore_missing_thread() to fallback codeRiccardo Mancini2021-08-312-16/+18
| * | | | | perf evsel: Separate rlimit increase from evsel__open_cpu()Riccardo Mancini2021-08-312-20/+33