linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-18 03:08:21 to 2022-02-19 16:33:52 UTC [more...]

[PATCH 0/9] A few cleanup patches for z3fold
 2022-02-19 16:33 UTC  (11+ messages)
` [PATCH 1/9] mm/z3fold: declare z3fold_mount with __init
` [PATCH 2/9] mm/z3fold: remove obsolete comment in z3fold_alloc
` [PATCH 3/9] mm/z3fold: minor clean up for z3fold_free
` [PATCH 4/9] mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivate
` [PATCH 5/9] mm/z3fold: remove confusing local variable l reassignment
` [PATCH 6/9] mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()
` [PATCH 7/9] mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_free
` [PATCH 8/9] mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()
` [PATCH 9/9] mm/z3fold: remove unneeded return value of z3fold_compact_page()

[RFC PATCH] tick/sched: Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-02-19 15:46 UTC  (6+ messages)

Do we really need SLOB nowdays?
 2022-02-19 11:59 UTC  (12+ messages)

[PATCH 00/22] Don't use kmalloc() with GFP_DMA
 2022-02-19 11:18 UTC  (48+ messages)
` [PATCH 01/22] parisc: pci-dma: remove stale code and comment
` [PATCH 02/22] net: moxa: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 03/22] gpu: ipu-v3: "
` [PATCH 04/22] drm/sti: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 05/22] sound: n64: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 06/22] fbdev: da8xx: "
` [PATCH 07/22] fbdev: mx3fb: Don't use GFP_DMA when calling dma_alloc_wc()
` [PATCH 08/22] usb: gadget: lpc32xx_udc: Don't use GFP_DMA when calling dma_alloc_coherent()
` [PATCH 09/22] usb: cdns3: "
` [PATCH 10/22] uio: pruss: "
` [PATCH 11/22] staging: emxx_udc: "
` [PATCH 12/22] "
` [PATCH 13/22] spi: atmel: "
` [PATCH 14/22] spi: spi-ti-qspi: "
` [PATCH 15/22] usb: cdns3: Don't use GFP_DMA32 when calling dma_pool_alloc()
` [PATCH 16/22] usb: udc: lpc32xx: Don't use GFP_DMA "
` [PATCH 17/22] net: marvell: prestera: "
` [PATCH 18/22] net: ethernet: mtk-star-emac: Don't use GFP_DMA when calling dmam_alloc_coherent()
` [PATCH 19/22] ethernet: rocker: Use dma_alloc_noncoherent() for dma buffer
` [PATCH 20/22] HID: intel-ish-hid: "
` [PATCH 21/22] mmc: wbsd: "
` [PATCH 22/22] mtd: rawnand: "

[PATCH v2 00/18] DEPT(Dependency Tracker)
 2022-02-19 10:58 UTC  (19+ messages)
` [PATCH v2 01/18] llist: Move llist_{head,node} definition to types.h
` [PATCH v2 02/18] dept: Implement Dept(Dependency Tracker)
` [PATCH v2 03/18] dept: Embed Dept data in Lockdep
` [PATCH v2 04/18] dept: Add a API for skipping dependency check temporarily
` [PATCH v2 05/18] dept: Apply Dept to spinlock
` [PATCH v2 06/18] dept: Apply Dept to mutex families
` [PATCH v2 07/18] dept: Apply Dept to rwlock
` [PATCH v2 08/18] dept: Apply Dept to wait_for_completion()/complete()
` [PATCH v2 09/18] dept: Apply Dept to seqlock
` [PATCH v2 10/18] dept: Apply Dept to rwsem
` [PATCH v2 11/18] dept: Add proc knobs to show stats and dependency graph
` [PATCH v2 12/18] dept: Introduce split map concept and new APIs for them
` [PATCH v2 13/18] dept: Apply Dept to wait/event of PG_{locked,writeback}
` [PATCH v2 14/18] dept: Apply SDT to swait
` [PATCH v2 15/18] dept: Apply SDT to wait(waitqueue)
` [PATCH v2 16/18] locking/lockdep, cpu/hotplus: Use a weaker annotation in AP thread
` [PATCH v2 17/18] dept: Distinguish each syscall context from another
` [PATCH v2 18/18] dept: Distinguish each work "

[PATCH 00/16] DEPT(Dependency Tracker)
 2022-02-19 10:34 UTC  (12+ messages)
` [PATCH 02/16] dept: Implement Dept(Dependency Tracker)

[PATCH] mm/sparsemem: Fix 'mem_section' will never be NULL gcc 12 warning
 2022-02-19 10:27 UTC  (2+ messages)

linux-next: manual merge of the akpm-current tree with the folio tree
 2022-02-19  7:27 UTC  (2+ messages)

[PATCH] slab: remove __alloc_size attribute from __kmalloc_track_caller
 2022-02-19  7:19 UTC  (7+ messages)

[PATCH] mm: use helper function range_in_vma()
 2022-02-19  2:14 UTC 

[PATCH] kasan: update function name in comments
 2022-02-19  2:00 UTC  (2+ messages)

[PATCH v5 1/2] kasan: split kasan_*enabled() functions into a separate header
 2022-02-19  1:29 UTC  (2+ messages)
` [PATCH v5 2/2] arm64: mte: avoid clearing PSTATE.TCO on entry unless necessary

[PATCH] kasan: fix more unit tests with CONFIG_UBSAN_LOCAL_BOUNDS enabled
 2022-02-19  1:26 UTC 

[PATCH] selftests/memfd: clean up mapping in mfd_fail_write
 2022-02-19  0:43 UTC 

[PATCH 0/1] Fix allocating nodes twice on x86
 2022-02-18 22:43 UTC  (2+ messages)
` [PATCH 1/1] arch/x86/mm/numa: Do not initialize nodes twice

[PATCH 2/2] selftests/damon: make selftests executable
 2022-02-18 22:20 UTC  (5+ messages)

[PATCH v2] hugetlb: clean up potential spectre issue warnings
 2022-02-18 21:29 UTC 

[RFC PATCH 0/4] Removing limitations of merging anonymous VMAs
 2022-02-18 19:57 UTC  (12+ messages)
` [RFC PATCH 1/4] [PATCH 1/4] mm: refactor of vma_merge()
` [RFC PATCH 2/4] [PATCH 2/4] mm: adjust page offset in mremap
` [RFC PATCH 3/4] [PATCH 3/4] mm: enable merging of VMAs with different anon_vmas
` [RFC PATCH 4/4] [PATCH 4/4] mm: add tracing for VMA merges

False positive kmemleak report for dtb properties names on powerpc
 2022-02-18 19:45 UTC 

[PATCH v6 01/10] mm: add zone device coherent type memory support
 2022-02-18 19:37 UTC  (11+ messages)

[PATCH v3 0/5] mm/memcg: Address PREEMPT_RT problems instead of disabling it
 2022-02-18 19:07 UTC  (10+ messages)
` [PATCH v3 1/5] mm/memcg: Revert ("mm/memcg: optimize user context object stock access")
` [PATCH v3 2/5] mm/memcg: Disable threshold event handlers on PREEMPT_RT
` [PATCH v3 3/5] mm/memcg: Protect per-CPU counter by disabling preemption on PREEMPT_RT where needed
` [PATCH v3 4/5] mm/memcg: Opencode the inner part of obj_cgroup_uncharge_pages() in drain_obj_stock()

[PATCH v7 00/12] Multigenerational LRU Framework
 2022-02-18 18:56 UTC  (3+ messages)
` [PATCH v7 11/12] mm: multigenerational LRU: debugfs interface
  ` [page-reclaim] "

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-18 18:07 UTC  (44+ messages)
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 16/18] sh: remove CONFIG_SET_FS support
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH] hugetlb: clean up potential spectre issue warnings
 2022-02-18 17:14 UTC  (4+ messages)

[PATCH mm] kasan: print virtual mapping info in reports
 2022-02-18 15:07 UTC  (3+ messages)

[PATCH v2 0/6] Follow-up on high-order PCP caching
 2022-02-18 12:13 UTC  (9+ messages)
` [PATCH 5/6] mm/page_alloc: Free pages in a single pass during bulk free

[RFC PATCH v1 0/3] Rebase DAMON_RECALIM for NUMA system
 2022-02-18 10:26 UTC  (4+ messages)
` [RFC PATCH v1 1/3] mm/damon: Rebase damos watermarks for NUMA systems
` [RFC PATCH v1 2/3] mm/damon/core: Add damon_start_one()
` [RFC PATCH v1 3/3] mm/damon/reclaim: Add per NUMA node proactive reclamation by DAMON_RECLAIM

[PATCH v3 2/2] hw/poison: Add in-use hugepage hwpoison filter judgement
 2022-02-18  9:42 UTC 

[PATCH v3 1/2] hw/poison: Avoid the impact of hwpoison_filter() return value on mce handler
 2022-02-18  9:40 UTC 

[PATCH] mm/hwpoison-inject: support injecting hwpoison to free page
 2022-02-18  9:20 UTC 

drivers/irqchip/irq-nvic.c:131 nvic_of_init() warn: 'nvic_base' not released on lines: 97
 2022-02-18  9:09 UTC 

[PATCH v3 0/8] A few cleanup and fixup patches for memory failure
 2022-02-18  9:01 UTC  (9+ messages)
` [PATCH v3 1/8] mm/memory-failure.c: minor clean up for memory_failure_dev_pagemap
` [PATCH v3 2/8] mm/memory-failure.c: catch unexpected -EFAULT from vma_address()
` [PATCH v3 3/8] mm/memory-failure.c: rework the signaling logic in kill_proc
` [PATCH v3 4/8] mm/memory-failure.c: fix race with changing page more robustly
` [PATCH v3 5/8] mm/memory-failure.c: remove PageSlab check in hwpoison_filter_dev
` [PATCH v3 6/8] mm/memory-failure.c: rework the try_to_unmap logic in hwpoison_user_mappings()
` [PATCH v3 7/8] mm/memory-failure.c: remove obsolete comment in __soft_offline_page
` [PATCH v3 8/8] mm/memory-failure.c: remove unnecessary PageTransTail check

[PATCH v2 07/13] mm/munlock: mlock_pte_range() when mlocking or munlocking
 2022-02-18  8:49 UTC  (3+ messages)
` [mm/munlock] 237b445401: stress-ng.remap.ops_per_sec -62.6% regression

[PATCH 1/1] mm: fix use-after-free bug when mm->mmap is reused after being freed
 2022-02-18  8:11 UTC  (6+ messages)

[RFC PATCH V1 0/5] mm/damon: Add NUMA access statistics function support
 2022-02-18  8:03 UTC  (2+ messages)

[PATCH 1/2] selftests/damon: add damon to selftests root Makefile
 2022-02-18  7:50 UTC  (2+ messages)

Question about how to map io request sg pages to user spsace
 2022-02-18  7:15 UTC 

[PATCH v2] hw/poison: Add in-use hugepage filter judgement and avoid filter page impact on mce handler
 2022-02-18  6:30 UTC  (3+ messages)
  ` 答复: "

[PATCH v2] userfaultfd: provide unmasked address on page-fault
 2022-02-18  4:10 UTC 

[PATCH] userfaultfd: mark uffd_wp regardless of VM_WRITE flag
 2022-02-18  4:05 UTC  (5+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).