summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | nvme: split nvme_update_zone_infoChristoph Hellwig2024-04-023-23/+41
| | | * | | | nvme-multipath: don't inherit LBA-related fields for the multipath nodeChristoph Hellwig2024-04-021-0/+20
| | |/ / / /
| | * | | | block: fix overflow in blk_ioctl_discard()Li Nan2024-04-021-2/+3
| | * | | | nullblk: Fix cleanup order in null_add_dev() error pathDamien Le Moal2024-04-021-2/+2
| | | |/ / | | |/| |
| * | | | Merge tag 'io_uring-6.9-20240405' of git://git.kernel.dk/linuxLinus Torvalds2024-04-065-94/+73
| |\ \ \ \
| | * | | | io_uring/kbuf: hold io_buffer_list reference over mmapJens Axboe2024-04-033-14/+36
| | * | | | io_uring/kbuf: protect io_buffer_list teardown with a referenceJens Axboe2024-04-032-4/+13
| | * | | | io_uring/kbuf: get rid of bl->is_readyJens Axboe2024-04-032-10/+0
| | * | | | io_uring/kbuf: get rid of lower BGID listsJens Axboe2024-04-033-65/+8
| | * | | | io_uring: use private workqueue for exit workJens Axboe2024-04-021-1/+4
| | * | | | io_uring: disable io-wq execution of multishot NOWAIT requestsJens Axboe2024-04-011-4/+9
| | * | | | io_uring/rw: don't allow multishot reads without NOWAIT supportJens Axboe2024-04-011-1/+8
| | |/ / /
| * | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2024-04-065-26/+31
| |\ \ \ \
| | * | | | scsi: ufs: core: Fix MCQ mode dev command timeoutPeter Wang2024-04-021-1/+3
| | * | | | scsi: libsas: Align SMP request allocation to ARCH_DMA_MINALIGNYihang Li2024-04-021-1/+1
| | * | | | scsi: sd: Unregister device if device_add_disk() failed in sd_probe()Li Nan2024-04-021-1/+1
| | * | | | scsi: ufs: core: WLUN suspend dev/link state error recoveryPeter Wang2024-04-021-1/+4
| | * | | | scsi: mylex: Fix sysfs buffer lengthsArnd Bergmann2024-04-022-22/+22
| * | | | | Merge tag 'devicetree-fixes-for-6.9-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-04-0526-42/+89
| |\ \ \ \ \
| | * | | | | nios2: Only use built-in devicetree blob if configured to do soGuenter Roeck2024-04-031-1/+5
| | * | | | | dt-bindings: timer: narrow regex for unit address to hex numbersKrzysztof Kozlowski2024-04-031-1/+1
| | * | | | | dt-bindings: soc: fsl: narrow regex for unit address to hex numbersKrzysztof Kozlowski2024-04-032-2/+2
| | * | | | | dt-bindings: remoteproc: ti,davinci: remove unstable remarkKrzysztof Kozlowski2024-04-031-3/+0
| | * | | | | dt-bindings: clock: ti: remove unstable remarkKrzysztof Kozlowski2024-04-0312-24/+0
| | * | | | | dt-bindings: clock: keystone: remove unstable remarkKrzysztof Kozlowski2024-04-032-4/+0
| | * | | | | of: module: prevent NULL pointer dereference in vsnprintf()Sergey Shtylyov2024-03-271-0/+8
| | * | | | | dt-bindings: ufs: qcom: document SM6125 UFSKrzysztof Kozlowski2024-03-271-0/+2
| | * | | | | dt-bindings: ufs: qcom: document SC7180 UFSKrzysztof Kozlowski2024-03-271-4/+30
| | * | | | | dt-bindings: ufs: qcom: document SC8180X UFSKrzysztof Kozlowski2024-03-271-0/+2
| | * | | | | of: dynamic: Synchronize of_changeset_destroy() with the devlink removalsHerve Codina2024-03-261-0/+12
| | * | | | | driver core: Introduce device_link_wait_removal()Herve Codina2024-03-262-3/+24
| | * | | | | docs: dt-bindings: add missing address/size-cells to exampleKrzysztof Kozlowski2024-03-251-0/+2
| | * | | | | MAINTAINERS: Add TPM DT bindings to TPM maintainersRob Herring2024-03-251-0/+1
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'mm-hotfixes-stable-2024-04-05-11-30' of git://git.kernel.org/pub/s...Linus Torvalds2024-04-0510-76/+122
| |\ \ \ \ \
| | * | | | | stackdepot: rename pool_index to pool_index_plus_1Peter Collingbourne2024-04-052-6/+5
| | * | | | | x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand2024-04-052-14/+39
| | * | | | | MAINTAINERS: change vmware.com addresses to broadcom.comAlexey Makhalov2024-04-052-23/+28
| | * | | | | selftests/mm: include strings.h for ffslEdward Liaw2024-04-051-1/+1
| | * | | | | mm: vmalloc: fix lockdep warningUladzislau Rezki (Sony)2024-04-051-30/+43
| | * | | | | mm: vmalloc: bail out early in find_vmap_area() if vmap is not initUladzislau Rezki (Sony)2024-04-051-0/+3
| | * | | | | init: open output files from cpio unpacking with O_LARGEFILEJohn Sperbeck2024-04-051-1/+1
| | * | | | | mm/secretmem: fix GUP-fast succeeding on secretmem foliosDavid Hildenbrand2024-04-051-2/+2
| | | |_|/ / | | |/| | |
| * | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2024-04-051-4/+1
| |\ \ \ \ \
| | * | | | | arm64/ptrace: Use saved floating point state type to determine SVE layoutMark Brown2024-04-031-4/+1
| | | |/ / / | | |/| | |
| * | | | | Merge tag 'riscv-for-linus-6.9-rc3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-04-0513-20/+38
| |\ \ \ \ \
| | * | | | | riscv: process: Fix kernel gp leakageStefan O'Rear2024-04-041-3/+0
| | * | | | | riscv: Disable preemption when using patch_map()Alexandre Ghiti2024-04-041-0/+8
| | * | | | | riscv: Fix warning by declaring arch_cpu_idle() as noinstrAlexandre Ghiti2024-04-041-1/+1
| | * | | | | riscv: use KERN_INFO in do_trapAndreas Schwab2024-04-041-1/+1
| | * | | | | riscv: Fix vector state restore in rt_sigreturn()Björn Töpel2024-04-041-7/+8