summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-07bcachefs: Fix race in bch2_write_super()Kent Overstreet1-15/+32
2024-05-07nvmet-auth: return the error code to the nvmet_auth_ctrl_hash() callersMaurizio Lombardi1-1/+1
2024-05-07nvme-pci: Add quirk for broken MSIsSean Anderson2-3/+16
2024-05-07drm/i915/bios: Fix parsing backlight BDB dataKarthikeyan Ramasubramanian2-20/+4
2024-05-07Merge tag 'riscv-config-for-v6.10' of https://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann14-32/+31
2024-05-07Merge tag 'samsung-dt64-6.10-2' of https://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann5-2/+341
2024-05-07Merge tag 'v6.10-rockchip-dts64-2' of git://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann9-0/+884
2024-05-07Merge tag 'mvebu-dt64-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann8-67/+88
2024-05-07Merge tag 'qcom-arm64-fixes-for-6.9-2' of https://git.kernel.org/pub/scm/linu...Arnd Bergmann1-17/+13
2024-05-07block: set default max segment size in case of virt_boundaryMing Lei1-1/+4
2024-05-07netlink: specs: Add missing bridge linkinfo attrsDonald Hunter1-0/+6
2024-05-07phonet: fix rtm_phonet_notify() skb allocationEric Dumazet1-1/+1
2024-05-06Merge tag 'for-6.9-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds3-15/+18
2024-05-06Reapply "drm/qxl: simplify qxl_fence_wait"Linus Torvalds2-52/+5
2024-05-06PCI/ASPM: Restore parent state to parent, child state to childKai-Heng Feng1-2/+2
2024-05-06drm/i915/audio: Fix audio time stamp programming for DPChaitanya Kumar Borah1-105/+8
2024-05-06drm/i915/gt: Automate CCS Mode setting during engine resetsAndi Shyti3-5/+7
2024-05-06Merge tag 'slab-for-6.9-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-25/+31
2024-05-06Merge tag 'auxdisplay-v6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds4-176/+189
2024-05-06bcachefs: BCH_SB_LAYOUT_SIZE_BITS_MAXKent Overstreet2-1/+3
2024-05-06bcachefs: Add missing skcipher_request_set_callback() callKent Overstreet1-0/+1
2024-05-06bcachefs: Fix snapshot_t() usage in bch2_fs_quota_read_inode()Kent Overstreet1-5/+3
2024-05-06bcachefs: Fix shift-by-64 in bformat_needs_redo()Kent Overstreet1-8/+14
2024-05-06bcachefs: Guard against unknown k.k->type in __bkey_invalid()Kent Overstreet1-2/+2
2024-05-06bcachefs: Add missing validation for superblock section cleanKent Overstreet1-0/+14
2024-05-06bcachefs: Fix assert in bch2_alloc_v4_invalid()Kent Overstreet2-4/+8
2024-05-06bcachefs: fix overflow in fiemapReed Riley1-1/+1
2024-05-06bcachefs: Add a better limit for maximum number of bucketsKent Overstreet4-3/+17
2024-05-06bcachefs: Fix lifetime issue in device iterator helpersKent Overstreet1-2/+2
2024-05-06bcachefs: Fix bch2_dev_lookup() refcountingKent Overstreet1-6/+2
2024-05-06bcachefs: Initialize bch_write_op->failed in inline data pathKent Overstreet1-0/+2
2024-05-06bcachefs: Fix refcount put in sb_field_resize error pathKent Overstreet1-1/+1
2024-05-06bcachefs: Inodes need extra padding for varint_decode_fast()Kent Overstreet1-10/+18
2024-05-06bcachefs: Fix early error path in bch2_fs_btree_key_cache_exit()Kent Overstreet1-7/+9
2024-05-06bcachefs: bucket_pos_to_bp_noerror()Kent Overstreet2-5/+11
2024-05-06bcachefs: don't free error pointersKent Overstreet1-1/+2
2024-05-06bcachefs: Fix a scheduler splat in __bch2_next_write_buffer_flush_journal_buf()Kent Overstreet1-0/+2
2024-05-06EDAC/synopsys: Fix ECC status and IRQ control race conditionSerge Semin1-13/+37
2024-05-06net: fix out-of-bounds access in ops_initThadeu Lima de Souza Cascardo1-3/+10
2024-05-06mailmap: add entry for John GarryJohn Garry1-0/+1
2024-05-06XArray: set the marks correctly when splitting an entryMatthew Wilcox (Oracle)2-5/+32
2024-05-06selftests/vDSO: fix runtime errors on LoongArchTiezhu Yang2-29/+13
2024-05-06selftests/vDSO: fix building errors on LoongArchTiezhu Yang1-1/+5
2024-05-06mm,page_owner: don't remove __GFP_NOLOCKDEP in add_stack_record_to_listChristoph Hellwig1-1/+1
2024-05-06fs/proc/task_mmu: fix uffd-wp confusion in pagemap_scan_pmd_entry()Ryan Roberts1-9/+13
2024-05-06fs/proc/task_mmu: fix loss of young/dirty bits during pagemap scanRyan Roberts1-1/+1
2024-05-06mm/vmalloc: fix return value of vb_alloc if size is 0Hailong.Liu1-1/+1
2024-05-06mm: use memalloc_nofs_save() in page_cache_ra_order()Kefeng Wang1-0/+4
2024-05-06kmsan: compiler_types: declare __no_sanitize_or_inlineAlexander Potapenko1-0/+11
2024-05-06lib/test_xarray.c: fix error assumptions on check_xa_multi_store_adv_add()Luis Chamberlain1-4/+9