aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-07-03mm: vmalloc: check if a hash-index is in cpu_possible_maskUladzislau Rezki (Sony)1-1/+9
2024-07-03mm: prevent derefencing NULL ptr in pfn_section_valid()Waiman Long1-1/+2
2024-07-03mm: page_ref: remove folio_try_get_rcu()Yang Shi3-53/+8
2024-07-03drm/xe: Add VM bind IOCTL error injectionMatthew Brost4-1/+61
2024-07-03drm/xe: Update PT layer with better error handlingMatthew Brost1-65/+167
2024-07-03drm/xe: Update VM trace eventsMatthew Brost2-7/+45
2024-07-03drm/xe: Convert multiple bind ops into single jobMatthew Brost10-1025/+1063
2024-07-03drm/xe: Add xe_exec_queue_last_fence_test_depMatthew Brost2-0/+25
2024-07-03drm/xe: Add xe_vm_pgtable_update_op to xe_vma_opsMatthew Brost3-2/+84
2024-07-03drm/xe: s/xe_tile_migrate_engine/xe_tile_migrate_exec_queueMatthew Brost2-6/+5
2024-07-04RDMA/core: Introduce "name_assign_type" for an IB deviceMark Zhang6-2/+27
2024-07-04RDMA/qib: Fix truncation compilation warnings in qib_verbs.cLeon Romanovsky1-1/+1
2024-07-04RDMA/qib: Fix truncation compilation warnings in qib_init.cLeon Romanovsky1-1/+1
2024-07-03ksmbd: return FILE_DEVICE_DISK instead of super magicNamjae Jeon2-2/+41
2024-07-03Merge branch 'fix-oom-and-order-check-in-msg_zerocopy-selftest'Jakub Kicinski1-2/+12
2024-07-03selftests: make order checking verbose in msg_zerocopy selftestZijian Zhang1-1/+1
2024-07-03selftests: fix OOM in msg_zerocopy selftestZijian Zhang1-1/+11
2024-07-03Merge branch 'intel-wired-lan-driver-updates-2024-06-25-ice'Jakub Kicinski3-31/+111
2024-07-03ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-03ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-03ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-03ice: Fix improper extts handlingMilena Olech2-22/+91
2024-07-03selftest: af_unix: Add test case for backtrack after finalising SCC.Kuniyuki Iwashima1-2/+23
2024-07-03af_unix: Fix uninit-value in __unix_walk_scc()Shigeru Yoshida1-4/+5
2024-07-03bonding: Fix out-of-bounds read in bond_option_arp_ip_targets_set()Sam Sun1-3/+3
2024-07-03selftests/damon/damon_nr_regions: test online-tuned max_nr_regionsSeongJae Park1-0/+60
2024-07-03_damon_sysfs: implement commit() for online parameters updateSeongJae Park1-0/+19
2024-07-03selftests/damon: implement test for min/max_nr_regionsSeongJae Park2-1/+86
2024-07-03selftests/damon/_damon_sysfs: implement kdamonds stop functionSeongJae Park1-0/+11
2024-07-03selftests/damon: implement DAMOS tried regions testSeongJae Park2-0/+66
2024-07-03selftests/damon: implement a program for even-numbered memory regions accessSeongJae Park2-1/+43
2024-07-03selftests/damon/_damon_sysfs: support schemes_update_tried_regionsSeongJae Park1-1/+34
2024-07-03selftests/damon/access_memory: use user-defined region sizeSeongJae Park1-1/+1
2024-07-03readahead: simplify gotos in page_cache_sync_ra()Jan Kara1-17/+9
2024-07-03readahead: fold try_context_readahead() into its single callerJan Kara1-62/+22
2024-07-03readahead: disentangle async and sync readaheadJan Kara1-85/+77
2024-07-03readahead: drop dead code in ondemand_readahead()Jan Kara1-19/+2
2024-07-03readahead: drop dead code in page_cache_ra_order()Jan Kara1-5/+0
2024-07-03readahead: drop index argument of page_cache_async_readahead()Jan Kara3-7/+5
2024-07-03readahead: drop pointless index from force_page_cache_ra()Jan Kara1-4/+1
2024-07-03readahead: properly shorten readahead when falling back to do_page_cache_ra()Jan Kara1-2/+3
2024-07-03filemap: fix page_cache_next_miss() when no hole foundJan Kara1-3/+3
2024-07-03readahead: make sure sync readahead reads needed pageJan Kara1-1/+1
2024-07-03mm/migrate: move NUMA hinting fault folio isolation + checks under PTLDavid Hildenbrand4-51/+56
2024-07-03mm/migrate: make migrate_misplaced_folio() return 0 on successDavid Hildenbrand3-6/+5
2024-07-03mm: mmap_lock: replace get_memcg_path_buf() with on-stack bufferTetsuo Handa1-155/+20
2024-07-03kmsan: do not pass NULL pointers as 0Ilya Leoshkevich2-9/+10
2024-07-03kmsan: add missing __user tagsIlya Leoshkevich3-6/+6
2024-07-03kmsan: enable on s390Ilya Leoshkevich1-0/+1
2024-07-03s390/kmsan: implement the architecture-specific functionsIlya Leoshkevich1-0/+59