linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[RFC PATCH 1/7] cgroup: rstat: only disable interrupts for the percpu lock
 2023-03-31  1:51 UTC  (11+ messages)

[PATCH 0/5] remove page_endio()
 2023-03-31  1:42 UTC  (5+ messages)
  ` [PATCH 1/5] zram: remove the call to page_endio in the bio end_io handler

[PATCH v2] mm: khugepaged: Fix kernel BUG in hpage_collapse_scan_file
 2023-03-31  1:33 UTC  (2+ messages)

[PATCH] dma-buf/heaps: c9e8440eca61 staging: ion: Fix overflow and list bugs in system heap:
 2023-03-31  0:51 UTC  (7+ messages)

[PATCH v4 1/2] mm: vmalloc: Remove a global vmap_blocks xarray
 2023-03-30 23:59 UTC  (6+ messages)
` [PATCH v4 2/2] lib/test_vmalloc.c: Add vm_map_ram()/vm_unmap_ram() test case

[PATCH 00/19] bio: check return values of bio_add_page
 2023-03-30 22:29 UTC  (9+ messages)
` [PATCH 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH 18/19] dm-crypt: check if adding pages to clone "

[PATCH 00/29] selftests/mm: Split / Refactor userfault test
 2023-03-30 22:28 UTC  (39+ messages)
` [PATCH 01/29] Revert "userfaultfd: don't fail on unrecognized features"
` [PATCH 02/29] selftests/mm: Update .gitignore with two missing tests
` [PATCH 03/29] selftests/mm: Dump a summary in run_vmtests.sh
` [PATCH 04/29] selftests/mm: Merge util.h into vm_util.h
` [PATCH 05/29] selftests/mm: Use TEST_GEN_PROGS where proper
` [PATCH 06/29] selftests/mm: Link vm_util.c always
` [PATCH 07/29] selftests/mm: Merge default_huge_page_size() into one
` [PATCH 08/29] selftests/mm: Use PM_* macros in vm_utils.h
` [PATCH 09/29] selftests/mm: Reuse pagemap_get_entry() in vm_util.h
` [PATCH 10/29] selftests/mm: Test UFFDIO_ZEROPAGE only when !hugetlb
` [PATCH 11/29] selftests/mm: Drop test_uffdio_zeropage_eexist
` [PATCH 12/29] selftests/mm: Create uffd-common.[ch]
` [PATCH 13/29] selftests/mm: Split uffd tests into uffd-stress and uffd-unit-tests
` [PATCH 14/29] selftests/mm: uffd_[un]register()
` [PATCH 15/29] selftests/mm: uffd_open_{dev|sys}()
` [PATCH 16/29] selftests/mm: UFFDIO_API test
` [PATCH 17/29] selftests/mm: Drop global mem_fd in uffd tests
` [PATCH 18/29] selftests/mm: Drop global hpage_size "
` [PATCH 19/29] selftests/mm: Let uffd_handle_page_fault() takes wp parameter
` [PATCH 20/29] selftests/mm: Allow allocate_area() to fail properly
` [PATCH 21/29] selftests/mm: Add framework for uffd-unit-test
` [PATCH 22/29] selftests/mm: Move uffd pagemap test to unit test
` [PATCH 23/29] selftests/mm: Move uffd minor "
` [PATCH 24/29] selftests/mm: Move uffd sig/events tests into uffd unit tests
` [PATCH 25/29] selftests/mm: Move zeropage test "
` [PATCH 26/29] selftests/mm: Workaround no way to detect uffd-minor + wp
` [PATCH 27/29] selftests/mm: Allow uffd test to skip properly with no privilege
` [PATCH 28/29] selftests/mm: Drop sys/dev test in uffd-stress test
` [PATCH 29/29] selftests/mm: Add shmem-private test to uffd-stress

[PATCHv3 bpf-next 0/9] mm/bpf/perf: Store build id in file object
 2023-03-30 22:05 UTC  (4+ messages)
` [PATCHv3 bpf-next 5/9] selftests/bpf: Add read_buildid function

FW: [LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-30 22:03 UTC  (4+ messages)
  ` RE(2): "

[LSF/MM/BPF TOPIC] SMDK inspired MM changes for CXL
 2023-03-30 22:02 UTC  (2+ messages)

[Bug 217238] New: Creating shared read-only map is denied after add write seal to a memfd
 2023-03-30 21:46 UTC  (5+ messages)

[PATCH] memcg: Set memory min, low, high values along with max
 2023-03-30 20:22 UTC 

[PATCH v4 0/3] mm: process/cgroup ksm support
 2023-03-30 20:18 UTC  (12+ messages)

[RESEND PATCH] kmemleak-test: Optimize kmemleak_test.c build flow
 2023-03-30 20:10 UTC  (2+ messages)

[PATCH 1/1] mm: Fix memory leak on mm_init error handling
 2023-03-30 19:56 UTC  (5+ messages)

[RFC PATCH v2 37/48] ceph: Use sendmsg(MSG_SPLICE_PAGES) rather than sendpage()
 2023-03-30 19:49 UTC  (25+ messages)
` [RFC PATCH v2 00/48] splice, net: Replace sendpage with sendmsg(MSG_SPLICE_PAGES)
  ` [RFC PATCH v2 04/48] net: Declare MSG_SPLICE_PAGES internal sendmsg() flag
  ` [RFC PATCH v2 16/48] ip, udp: Support MSG_SPLICE_PAGES
  ` [RFC PATCH v2 40/48] sunrpc: Use sendmsg(MSG_SPLICE_PAGES) rather then sendpage

[PATCH v2] mm: vmalloc: Avoid warn_alloc noise caused by fatal signal
 2023-03-30 19:33 UTC  (2+ messages)

[PATCH v3 0/8] memcg: avoid flushing stats atomically where possible
 2023-03-30 19:30 UTC  (10+ messages)
` [PATCH v3 1/8] cgroup: rename cgroup_rstat_flush_"irqsafe" to "atomic"
` [PATCH v3 2/8] memcg: rename mem_cgroup_flush_stats_"delayed" to "ratelimited"
` [PATCH v3 3/8] memcg: do not flush stats in irq context
` [PATCH v3 4/8] memcg: replace stats_flush_lock with an atomic
` [PATCH v3 5/8] memcg: sleep during flushing stats in safe contexts
` [PATCH v3 6/8] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v3 7/8] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v3 8/8] memcg: do not modify rstat tree for zero updates

[PATCH v2 00/19] bio: check return values of bio_add_page
 2023-03-30 19:25 UTC  (24+ messages)
` [PATCH v2 01/19] swap: use __bio_add_page to add page to bio
` [PATCH v2 02/19] drbd: "
` [PATCH v2 03/19] dm: dm-zoned: use __bio_add_page for adding single metadata page
` [PATCH v2 04/19] fs: buffer: use __bio_add_page to add single page to bio
` [PATCH v2 05/19] md: use __bio_add_page to add single page
` [PATCH v2 06/19] md: raid5-log: "
` [PATCH v2 07/19] md: raid5: use __bio_add_page to add single page to new bio
` [PATCH v2 08/19] btrfs: repair: use __bio_add_page for adding single page
` [PATCH v2 09/19] btrfs: raid56: use __bio_add_page to add "
` [PATCH v2 10/19] jfs: logmgr: use __bio_add_page to add single page to bio
` [PATCH v2 11/19] gfs: use __bio_add_page for adding "
` [PATCH v2 12/19] zonefs: "
` [PATCH v2 13/19] zram: "
` [PATCH v2 14/19] floppy: "
` [PATCH v2 15/19] md: check for failure when adding pages in alloc_behind_master_bio
` [PATCH v2 16/19] md: raid1: use __bio_add_page for adding single page to bio
` [PATCH v2 17/19] md: raid1: check if adding pages to resync bio fails
` [PATCH v2 18/19] dm-crypt: check if adding pages to clone "
` [PATCH v2 19/19] block: mark bio_add_page as __must_check

MREMAP_DONTUNMAP corrupts initial mapping
 2023-03-30 18:42 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 7827aece40de38935eccec13028429f78aa6b170
 2023-03-30 18:17 UTC 

[PATCH v4 0/6] userfaultfd: convert userfaultfd functions to use folios
 2023-03-30 18:15 UTC  (12+ messages)
` [PATCH v4 1/6] userfaultfd: convert mfill_atomic_pte_copy() to use a folio
` [PATCH v4 2/6] userfaultfd: use kmap_local_page() in copy_huge_page_from_user()
` [PATCH v4 3/6] userfaultfd: convert copy_huge_page_from_user() to copy_folio_from_user()
` [PATCH v4 4/6] userfaultfd: convert mfill_atomic_hugetlb() to use a folio
` [PATCH v4 5/6] mm: convert copy_user_huge_page() to copy_user_folio()
` [PATCH v4 6/6] userfaultfd: convert mfill_atomic() to use a folio

[BUG] Usersapce MTE error with allocation tag 0 when low on memory
 2023-03-30 17:36 UTC  (4+ messages)

[PATCH 0/7] module: avoid userspace pressure on unwanted allocations
 2023-03-30 16:23 UTC  (8+ messages)
` [PATCH 4/7] sempahore: add a helper for a concurrency limiter

[linux-next:master] BUILD REGRESSION a6d9e3034536ba4b68ac34490c02267e6eec9c05
 2023-03-30 16:13 UTC 

[PATCH 0/2] memcg, cpuisol: do not interfere pcp cache charges draining with cpuisol workloads
 2023-03-30 15:21 UTC  (11+ messages)
` [PATCH 1/2] sched/isolation: Add cpu_is_isolated() API

[PATCH v8 0/2] arm64: support batched/deferred tlb shootdown during page reclamation
 2023-03-30 13:45 UTC  (4+ messages)
` [PATCH v8 2/2] "

[linux-next:master 7406/7844] sound/pci/ymfpci/ymfpci_main.c:2259:9: error: implicit declaration of function 'snd_ac97_suspend'; did you mean 'snd_ac97_reset'?
 2023-03-30 13:31 UTC  (2+ messages)

[PATCH v6 0/6] ksm: support tracking KSM-placed zero-pages
 2023-03-30 12:06 UTC  (2+ messages)

[PATCHv9 00/14] mm, x86/cc: Implement support for unaccepted memory
 2023-03-30 11:49 UTC  (15+ messages)
` [PATCHv9 01/14] x86/boot: Centralize __pa()/__va() definitions
` [PATCHv9 02/14] mm: Add support for unaccepted memory
` [PATCHv9 03/14] mm/page_alloc: Fake "
` [PATCHv9 04/14] mm/page_alloc: Add sysfs handle to accept accept_memory
` [PATCHv9 05/14] efi/x86: Get full memory map in allocate_e820()
` [PATCHv9 06/14] x86/boot: Add infrastructure required for unaccepted memory support
` [PATCHv9 07/14] efi/x86: Implement support for unaccepted memory
` [PATCHv9 08/14] x86/boot/compressed: Handle "
` [PATCHv9 09/14] x86/mm: Reserve unaccepted memory bitmap
` [PATCHv9 10/14] x86/mm: Provide helpers for unaccepted memory
` [PATCHv9 11/14] x86/mm: Avoid load_unaligned_zeropad() stepping into "
` [PATCHv9 12/14] x86/tdx: Make _tdx_hypercall() and __tdx_module_call() available in boot stub
` [PATCHv9 13/14] x86/tdx: Refactor try_accept_one()
` [PATCHv9 14/14] x86/tdx: Add unaccepted memory support

[PATCH 15/17] [RFC] sched/eevdf: Sleeper bonus
 2023-03-30 11:02 UTC  (2+ messages)
  ` [PATCH 08/17] sched/fair: Implement an EEVDF like policy

[PATCH v3 0/2] ACPI: APEI: handle synchronous exceptions with proper si_code
 2023-03-30  9:52 UTC  (4+ messages)

[PATCH] mm: mark folio as workingset in lru_deactivate_fn
 2023-03-30  9:41 UTC  (5+ messages)

[PATCH v2 0/9] memcg: make rstat flushing irq and sleep
 2023-03-30  8:53 UTC  (27+ messages)
` [PATCH v2 4/9] cgroup: rstat: add WARN_ON_ONCE() if flushing outside task context
` [PATCH v2 6/9] memcg: sleep during flushing stats in safe contexts
` [PATCH v2 7/9] workingset: memcg: sleep when flushing stats in workingset_refault()
` [PATCH v2 8/9] vmscan: memcg: sleep when flushing stats during reclaim
` [PATCH v2 9/9] memcg: do not modify rstat tree for zero updates

[PATCH] LoongArch: Add kernel address sanitizer support
 2023-03-30  8:53 UTC  (3+ messages)

[RFC PATCH 1/5] mm: intorduce __GFP_UNMAPPED and unmapped_alloc()
 2023-03-30  8:11 UTC  (11+ messages)

[PATCH 0/2] mm: ksm: support hwpoison for ksm page
 2023-03-30  7:45 UTC  (3+ messages)
` [PATCH 1/2] mm: memory-failure: Refactor add_to_kill()
` [PATCH 2/2] mm: ksm: Support hwpoison for ksm page

[PATCH v2 1/5] kasan: drop empty tagging-related defines
 2023-03-30  7:06 UTC  (3+ messages)
` [PATCH v2 5/5] kasan: suppress recursive reports for HW_TAGS

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox