summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | floppy: remove duplicated code in redo_fd_request()Yufeng Wang2024-03-181-1/+0
* | | | | | | Merge tag 'io_uring-6.9-20240322' of git://git.kernel.dk/linuxLinus Torvalds2024-03-229-49/+65
|\ \ \ \ \ \ \
| * | | | | | | io_uring/sqpoll: early exit thread if task_context wasn't allocatedJens Axboe2024-03-181-1/+5
| * | | | | | | io_uring: clear opcode specific data for an early failureJens Axboe2024-03-161-9/+16
| * | | | | | | io_uring/net: ensure async prep handlers always initialize ->done_ioJens Axboe2024-03-161-1/+8
| * | | | | | | io_uring/waitid: always remove waitid entry for cancel allJens Axboe2024-03-151-6/+1
| * | | | | | | io_uring/futex: always remove futex entry for cancel allJens Axboe2024-03-151-0/+1
| * | | | | | | io_uring: fix poll_remove stalled req completionPavel Begunkov2024-03-151-2/+2
| * | | | | | | io_uring: Fix release of pinned pages when __io_uaddr_map failsGabriel Krisman Bertazi2024-03-131-9/+13
| * | | | | | | io_uring/kbuf: rename is_mappedPavel Begunkov2024-03-132-11/+11
| * | | | | | | io_uring: simplify io_pages_freePavel Begunkov2024-03-131-5/+1
| * | | | | | | io_uring: clean rings on NO_MMAP alloc failPavel Begunkov2024-03-121-2/+3
| * | | | | | | io_uring/rw: return IOU_ISSUE_SKIP_COMPLETE for multishot retryJens Axboe2024-03-121-0/+2
| * | | | | | | io_uring: don't save/restore iowait stateJens Axboe2024-03-111-3/+2
* | | | | | | | Merge tag 'for-6.9/dm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-03-222-6/+16
|\ \ \ \ \ \ \ \
| * | | | | | | | dm-integrity: align the outgoing bio in integrity_recheckMikulas Patocka2024-03-211-2/+10
| * | | | | | | | dm snapshot: fix lockup in dm_exception_table_exitMikulas Patocka2024-03-201-1/+3
| * | | | | | | | dm-integrity: fix a memory leak when rechecking the dataMikulas Patocka2024-03-191-3/+3
* | | | | | | | | Merge tag 'ceph-for-6.9-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds2024-03-222-13/+26
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | ceph: set correct cap mask for getattr request for readXiubo Li2024-03-191-3/+5
| * | | | | | | | | ceph: stop copying to iter at EOF on sync readsXiubo Li2024-03-191-10/+13
| * | | | | | | | | ceph: remove SLAB_MEM_SPREAD flag usageChengming Zhou2024-03-181-9/+9
| * | | | | | | | | ceph: break the check delayed cap loop every 5sXiubo Li2024-03-181-0/+8
* | | | | | | | | | Merge tag 'xfs-6.9-merge-9' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2024-03-223-9/+22
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xfs: quota radix tree allocations need to be NOFS on insertDave Chinner2024-03-151-5/+13
| * | | | | | | | | | xfs: fix dev_t usage in xmbuf tracepointsDarrick J. Wong2024-03-152-4/+9
* | | | | | | | | | | Merge tag 'riscv-for-linus-6.9-mw2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-03-22105-747/+5183
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | riscv: Fix syscall wrapper for >word-size argumentsSami Tolvanen2024-03-201-14/+39
| * | | | | | | | | | | Merge patch series "riscv: mm: Extend mappable memory up to hint address"Palmer Dabbelt2024-03-2034-325/+758
| |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ Merge patch series "riscv/barrier: tidying up barrier-related macro"Palmer Dabbelt2024-03-207-32/+36
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | riscv/barrier: Add missing space after ','Eric Chan2024-03-191-6/+6
| | | * | | | | | | | | | | riscv/barrier: Consolidate fence definitionsEric Chan2024-03-197-14/+16
| | | * | | | | | | | | | | riscv/barrier: Define RISCV_FULL_BARRIEREric Chan2024-03-193-10/+12
| | | * | | | | | | | | | | riscv/barrier: Define __{mb,rmb,wmb}Eric Chan2024-03-191-3/+3
| | | | |_|_|_|_|_|_|_|/ / | | | |/| | | | | | | | |
| | * | | | | | | | | | | crypto: riscv - add vector crypto accelerated AES-CBC-CTSEric Biggers2024-03-203-5/+245
| | * | | | | | | | | | | crypto: riscv - parallelize AES-CBC decryptionEric Biggers2024-03-201-9/+15
| | * | | | | | | | | | | Merge patch series "RISC-V: ACPI: Enable CPPC based cpufreq support"Palmer Dabbelt2024-03-205-26/+188
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | RISC-V: defconfig: Enable CONFIG_ACPI_CPPC_CPUFREQSunil V L2024-03-191-0/+1
| | | * | | | | | | | | | | cpufreq: Move CPPC configs to common Kconfig and add RISC-VSunil V L2024-03-192-26/+29
| | | * | | | | | | | | | | ACPI: RISC-V: Add CPPC driverSunil V L2024-03-192-0/+158
| | * | | | | | | | | | | | riscv: Only flush the mm icache when setting an exec pteAlexandre Ghiti2024-03-203-10/+10
| | * | | | | | | | | | | | riscv: Use kcalloc() instead of kzalloc()Erick Archer2024-03-201-2/+1
| | * | | | | | | | | | | | Merge patch series "RISC-V: ACPI: Add LPI support"Palmer Dabbelt2024-03-206-46/+141
| | |\| | | | | | | | | | |
| | | * | | | | | | | | | | ACPI: Enable ACPI_PROCESSOR for RISC-VSunil V L2024-03-191-1/+1
| | | * | | | | | | | | | | ACPI: RISC-V: Add LPI driverSunil V L2024-03-192-1/+83
| | | * | | | | | | | | | | cpuidle: RISC-V: Move few functions to arch/riscvSunil V L2024-03-193-44/+57
| | | |/ / / / / / / / / /
| | * | | | | | | | | | | Merge patch series "riscv: Introduce compat-mode helpers & improve arch_get_m...Palmer Dabbelt2024-03-205-24/+34
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | riscv: Introduce set_compat_task() in asm/compat.hLeonardo Bras2024-03-192-4/+9
| | | * | | | | | | | | | | riscv: Introduce is_compat_thread() into compat.hLeonardo Bras2024-03-192-3/+11
| | | * | | | | | | | | | | riscv: add compile-time test into is_compat_task()Leonardo Bras2024-03-194-12/+5