All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-03-22 21:42:04 to 2022-03-22 21:46:30 UTC [more...]

incoming
 2022-03-22 21:46 UTC  (176+ messages)
` [patch 063/227] selftests, x86: fix how check_cc.sh is being invoked
` [patch 064/227] mm: merge pte_mkhuge() call into arch_make_huge_pte()
` [patch 065/227] mm: remove mmu_gathers storage from remaining architectures
` [patch 066/227] mm: thp: fix wrong cache flush in remove_migration_pmd()
` [patch 067/227] mm: fix missing cache flush for all tail pages of compound page
` [patch 068/227] mm: hugetlb: fix missing cache flush in copy_huge_page_from_user()
` [patch 069/227] mm: hugetlb: fix missing cache flush in hugetlb_mcopy_atomic_pte()
` [patch 070/227] mm: shmem: fix missing cache flush in shmem_mfill_atomic_pte()
` [patch 071/227] mm: userfaultfd: fix missing cache flush in mcopy_atomic_pte() and __mcopy_atomic()
` [patch 072/227] mm: replace multiple dcache flush with flush_dcache_folio()
` [patch 073/227] mm: don't skip swap entry even if zap_details specified
` [patch 074/227] mm: rename zap_skip_check_mapping() to should_zap_page()
` [patch 075/227] mm: change zap_details.zap_mapping into even_cows
` [patch 076/227] mm: rework swap handling of zap_pte_range
` [patch 077/227] mm/mmap: return 1 from stack_guard_gap __setup() handler
` [patch 078/227] mm/memory.c: use helper function range_in_vma()
` [patch 079/227] mm/memory.c: use helper macro min and max in unmap_mapping_range_tree()
` [patch 080/227] mm: _install_special_mapping() apply VM_LOCKED_CLEAR_MASK
` [patch 081/227] mm/mmap: remove obsolete comment in ksys_mmap_pgoff
` [patch 082/227] mm/mremap:: use vma_lookup() instead of find_vma()
` [patch 083/227] mm/sparse: make mminit_validate_memmodel_limits() static
` [patch 084/227] mm/vmalloc: remove unneeded function forward declaration
` [patch 085/227] mm/vmalloc: Move draining areas out of caller context
` [patch 086/227] mm/vmalloc: add adjust_search_size parameter
` [patch 087/227] mm/vmalloc: eliminate an extra orig_gfp_mask
` [patch 088/227] mm/vmalloc.c: fix "unused function" warning
` [patch 089/227] mm/vmalloc: fix comments about vmap_area struct
` [patch 090/227] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [patch 091/227] mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()
` [patch 092/227] mm/mmzone.h: remove unused macros
` [patch 093/227] mm/page_alloc: don't pass pfn to free_unref_page_commit()
` [patch 094/227] cma: factor out minimum alignment requirement
` [patch 095/227] mm: enforce pageblock_order < MAX_ORDER
` [patch 096/227] mm/page_alloc: mark pagesets as __maybe_unused
` [patch 097/227] mm/pages_alloc.c: don't create ZONE_MOVABLE beyond the end of a node
` [patch 098/227] mm/page_alloc: fetch the correct pcp buddy during bulk free
` [patch 099/227] mm/page_alloc: track range of active PCP lists "
` [patch 100/227] mm/page_alloc: simplify how many pages are selected per pcp list "
` [patch 101/227] mm/page_alloc: drain the requested list first "
` [patch 102/227] mm/page_alloc: free pages in a single pass "
` [patch 103/227] mm/page_alloc: limit number of high-order pages on PCP "
` [patch 104/227] mm/page_alloc: do not prefetch buddies "
` [patch 105/227] arch/x86/mm/numa: Do not initialize nodes twice
` [patch 106/227] mm: count time in drain_all_pages during direct reclaim as memory pressure
` [patch 107/227] mm/page_alloc: call check_new_pages() while zone spinlock is not held
` [patch 108/227] mm/page_alloc: check high-order pages for corruption during PCP operations
` [patch 109/227] mm/memory-failure.c: remove obsolete comment
` [patch 110/227] mm/hwpoison: fix error page recovered but reported "not recovered"
` [patch 111/227] mm: invalidate hwpoison page cache page in fault path
` [patch 112/227] mm/memory-failure.c: minor clean up for memory_failure_dev_pagemap
` [patch 113/227] mm/memory-failure.c: catch unexpected -EFAULT from vma_address()
` [patch 114/227] mm/memory-failure.c: rework the signaling logic in kill_proc
` [patch 115/227] mm/memory-failure.c: fix race with changing page more robustly
` [patch 116/227] mm/memory-failure.c: remove PageSlab check in hwpoison_filter_dev
` [patch 117/227] mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()
` [patch 118/227] mm/memory-failure.c: remove obsolete comment in __soft_offline_page
` [patch 119/227] mm/memory-failure.c: remove unnecessary PageTransTail check
` [patch 120/227] mm/hwpoison-inject: support injecting hwpoison to free page
` [patch 121/227] mm/hwpoison: avoid the impact of hwpoison_filter() return value on mce handler
` [patch 122/227] mm/hwpoison: add in-use hugepage hwpoison filter judgement
` [patch 123/227] mm/memory-failure.c: fix race with changing page compound again
` [patch 124/227] mm/memory-failure.c: avoid calling invalidate_inode_page() with unexpected pages
` [patch 125/227] mm/memory-failure.c: make non-LRU movable pages unhandlable
` [patch 126/227] mm, fault-injection: declare should_fail_alloc_page()
` [patch 127/227] mm/mlock: fix potential imbalanced rlimit ucounts adjustment
` [patch 128/227] mm: hugetlb: free the 2nd vmemmap page associated with each HugeTLB page
` [patch 129/227] mm: hugetlb: replace hugetlb_free_vmemmap_enabled with a static_key
` [patch 130/227] mm: sparsemem: use page table lock to protect kernel pmd operations
` [patch 131/227] selftests: vm: add a hugetlb test case
` [patch 132/227] mm: sparsemem: move vmemmap related to HugeTLB to CONFIG_HUGETLB_PAGE_FREE_VMEMMAP
` [patch 133/227] mm/hugetlb: generalize ARCH_WANT_GENERAL_HUGETLB
` [patch 134/227] hugetlb: clean up potential spectre issue warnings
` [patch 135/227] mm/hugetlb: use helper macro __ATTR_RW
` [patch 136/227] mm/hugetlb.c: export PageHeadHuge()
` [patch 137/227] mm: remove unneeded local variable follflags
` [patch 138/227] userfaultfd: provide unmasked address on page-fault
` [patch 139/227] userfaultfd/selftests: fix uninitialized_var.cocci warning
` [patch 140/227] mm/fs: delete PF_SWAPWRITE
` [patch 141/227] mm: __isolate_lru_page_prepare() in isolate_migratepages_block()
` [patch 142/227] mm/list_lru: optimize memcg_reparent_list_lru_node()
` [patch 143/227] mm: lru_cache_disable: replace work queue synchronization with synchronize_rcu
` [patch 144/227] mm: workingset: replace IRQ-off check with a lockdep assert
` [patch 145/227] mm: vmscan: fix documentation for page_check_references()
` [patch 146/227] mm: compaction: cleanup the compaction trace events
` [patch 147/227] mempolicy: mbind_range() set_policy() after vma_merge()
` [patch 148/227] mm/oom_kill: remove unneeded is_memcg_oom check
` [patch 149/227] mm,migrate: fix establishing demotion target
` [patch 150/227] mm/migrate: fix race between lock page and clear PG_Isolated
` [patch 151/227] mm/thp: refix __split_huge_pmd_locked() for migration PMD
` [patch 152/227] mm/cma: provide option to opt out from exposing pages on activation failure
` [patch 153/227] powerpc/fadump: opt out from freeing pages on cma "
` [patch 154/227] NUMA Balancing: add page promotion counter
` [patch 155/227] NUMA balancing: optimize page placement for memory tiering system
` [patch 156/227] memory tiering: skip to scan fast memory
` [patch 157/227] mm: page_io: fix psi memory pressure error on cold swapins

[PATCH 00/17] cruft packs
 2022-03-22 21:45 UTC  (6+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/17] Documentation/technical: add cruft-packs.txt

RTT-PROBE: lore-subspace-rtt
 2022-03-22 21:46 UTC 

[Intel-gfx] [PATCH v2 1/4] drm/i915/display: Program PIPE_MBUS_DBOX_CTL with adl-p values
 2022-03-22 21:46 UTC  (4+ messages)
` [Intel-gfx] [PATCH v2 2/4] drm/i915/display: Add HAS_MBUS_JOINING
` [Intel-gfx] [PATCH v2 3/4] drm/i915/display/adlp: Fix programing of PIPE_MBUS_DBOX_CTL
` [Intel-gfx] [PATCH v2 4/4] drm/i915/display: Remove MBUS joining invalid TODOs

improve the bio allocation interface v2
 2022-03-22 21:19 UTC  (3+ messages)
` [PATCH 01/19] fs: remove mpage_alloc
  ` [dm-devel] "

[PATCH v2] iio: core: Print error in case sample bits do not fit storage bits
 2022-03-22 21:42 UTC  (2+ messages)

[PATCH v8 0/5] Use pageblock_order for cma and alloc_contig_range alignment
 2022-03-22 21:42 UTC  (6+ messages)
` [PATCH v8 2/5] mm: page_isolation: check specified range for unmovable pages

[RFC 00/19] drm/edid: overhaul CEA data block iteration
 2022-03-22 21:40 UTC  (15+ messages)
` [RFC 12/19] drm/edid: convert drm_parse_cea_ext() to use cea db iter
` [RFC 13/19] drm/edid: convert drm_edid_to_eld() "
` [Intel-gfx] [RFC 14/19] drm/edid: sunset the old unused cea data block iterators
  `  "
` [Intel-gfx] [RFC 15/19] drm/edid: restore some type safety to cea_db_*() functions
  `  "
` [RFC 16/19] drm/edid: detect basic audio only on CEA extension
  ` [Intel-gfx] "
` [RFC 17/19] drm/edid: detect color formats and CEA revision "
  ` [Intel-gfx] "
` [RFC 18/19] drm/edid: skip CEA extension scan in drm_edid_to_eld() just for CEA rev
  ` [Intel-gfx] "
` [Intel-gfx] [RFC 19/19] drm/edid: sunset drm_find_cea_extension()
  `  "

[BUG] log I/O completion GPF via xfs/006 and xfs/264 on 5.17.0-rc8
 2022-03-22 21:41 UTC  (7+ messages)

[PATCH v3 01/10] dt-bindings: iio: adc: ti,ads1015: Add missing ADS1115 compatible string
 2022-03-22 21:41 UTC  (5+ messages)
` [PATCH v3 08/10] iio: adc: ti-ads1015: Convert to OF match data


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.