linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 18:01:00 to 2021-01-15 17:10:24 UTC [more...]

[PATCH RFC 00/30] userfaultfd-wp: Support shmem and hugetlbfs
 2021-01-15 17:09 UTC  (27+ messages)
` [PATCH RFC 01/30] mm/thp: Simplify copying of huge zero page pmd when fork
` [PATCH RFC 02/30] mm/userfaultfd: Fix uffd-wp special cases for fork()
` [PATCH RFC 03/30] mm/userfaultfd: Fix a few thp pmd missing uffd-wp bit
` [PATCH RFC 04/30] shmem/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH RFC 05/30] mm: Clear vmf->pte after pte_unmap_same() returns
` [PATCH RFC 06/30] mm/userfaultfd: Introduce special pte for unmapped file-backed mem
` [PATCH RFC 07/30] mm/swap: Introduce the idea of special swap ptes
` [PATCH RFC 08/30] shmem/userfaultfd: Handle uffd-wp special pte in page fault handler
` [PATCH RFC 09/30] mm: Drop first_index/last_index in zap_details
` [PATCH RFC 10/30] mm: Introduce zap_details.zap_flags
` [PATCH RFC 11/30] mm: Introduce ZAP_FLAG_SKIP_SWAP
` [PATCH RFC 12/30] mm: Pass zap_flags into unmap_mapping_pages()
` [PATCH RFC 13/30] shmem/userfaultfd: Persist uffd-wp bit across zapping for file-backed
` [PATCH RFC 14/30] shmem/userfaultfd: Allow wr-protect none pte for file-backed mem
` [PATCH RFC 15/30] shmem/userfaultfd: Allows file-back mem to be uffd wr-protected on thps
` [PATCH RFC 16/30] shmem/userfaultfd: Handle the left-overed special swap ptes
` [PATCH RFC 17/30] shmem/userfaultfd: Pass over uffd-wp special swap pte when fork()
` [PATCH RFC 18/30] hugetlb/userfaultfd: Hook page faults for uffd write protection
` [PATCH RFC 19/30] hugetlb/userfaultfd: Take care of UFFDIO_COPY_MODE_WP
` [PATCH RFC 20/30] hugetlb/userfaultfd: Handle UFFDIO_WRITEPROTECT
` [PATCH RFC 21/30] hugetlb: Pass vma into huge_pte_alloc()
` [PATCH RFC 22/30] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH RFC 23/30] mm/hugetlb: Introduce huge version of special swap pte helpers
` [PATCH RFC 24/30] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH RFC 25/30] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp
` [PATCH RFC 27/30] hugetlb/userfaultfd: Allow wr-protect none ptes

[PATCH 0/2] kasan: fixes for 5.11-rc
 2021-01-15 17:05 UTC  (10+ messages)
` [PATCH 2/2] kasan, arm64: fix pointer tags in KASAN reports

[PATCH] mm: memcontrol: prevent starvation when writing memory.high
 2021-01-15 17:03 UTC  (10+ messages)

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
 2021-01-15 16:52 UTC  (13+ messages)
` [PATCH v2 1/5] tracing: add error_report trace points
` [PATCH v2 2/5] lib: add error_report_notify to collect debugging tools' reports
` [PATCH v2 3/5] docs: ABI: add /sys/kernel/error_report/ documentation
` [PATCH v2 4/5] kfence: use error_report_start and error_report_end tracepoints
` [PATCH v2 5/5] kasan: "

[PATCH 1/4] tracing: add error_report trace points
 2021-01-15 16:17 UTC  (10+ messages)
` [PATCH 2/4] lib: add error_report_notify to collect debugging tools' reports

[linux-next:master 1027/3956] arch/mips/kernel/cacheinfo.c:112:3: warning: Variable 'level' is modified but its new value is never used
 2021-01-15 15:33 UTC 

[PATCH 0/2] Fix infinite machine check loop in futex_wait_setup()
 2021-01-15 15:27 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] x86/mce: Avoid infinite loop for copy from user recovery
  ` [PATCH v3] "

[PATCH] mm/compaction: return proper state in should_proactive_compact_node
 2021-01-15 15:21 UTC  (3+ messages)

[PATCH 00/11] kasan: HW_TAGS tests support and fixes
 2021-01-15 15:04 UTC  (5+ messages)
` [PATCH 05/11] kasan, arm64: allow using KUnit tests with HW_TAGS mode

[RFC PATCH v3 0/8] Count rlimits in each user namespace
 2021-01-15 14:57 UTC  (9+ messages)
` [RFC PATCH v3 1/8] Use refcount_t for ucounts reference counting
` [RFC PATCH v3 2/8] Add a reference to ucounts for each cred
` [RFC PATCH v3 3/8] Move RLIMIT_NPROC counter to ucounts
` [RFC PATCH v3 4/8] Move RLIMIT_MSGQUEUE "
` [RFC PATCH v3 5/8] Move RLIMIT_SIGPENDING "
` [RFC PATCH v3 6/8] Move RLIMIT_MEMLOCK "
` [RFC PATCH v3 7/8] Move RLIMIT_NPROC check to the place where we increment the counter
` [RFC PATCH v3 8/8] kselftests: Add test to check for rlimit changes in different user namespaces

[linux-next:master 3231/3956] arch/x86/xen/smp_hvm.c:77:3: error: use of undeclared identifier 'nopvspin'
 2021-01-15 14:41 UTC 

[RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup
 2021-01-15 14:30 UTC  (14+ messages)
` [PATCH 0/2] page_count can't be used to decide when wp_page_copy
  ` [PATCH 2/2] mm: soft_dirty: userfaultfd: introduce wrprotect_tlb_flush_pending

[PATCH v2] mm, oom: Fix a comment in dump_task
 2021-01-15 14:23 UTC 

[PATCH v3 00/15] kasan: HW_TAGS tests support and fixes
 2021-01-15 14:11 UTC  (27+ messages)
` [PATCH v3 01/15] kasan: prefix global functions with kasan_
` [PATCH v3 02/15] kasan: clarify HW_TAGS impact on TBI
` [PATCH v3 03/15] kasan: clean up comments in tests
` [PATCH v3 04/15] kasan: add macros to simplify checking test constraints
` [PATCH v3 05/15] kasan: add match-all tag tests
` [PATCH v3 06/15] kasan, arm64: allow using KUnit tests with HW_TAGS mode
` [PATCH v3 07/15] kasan: rename CONFIG_TEST_KASAN_MODULE
` [PATCH v3 08/15] kasan: add compiler barriers to KUNIT_EXPECT_KASAN_FAIL
` [PATCH v3 09/15] kasan: adapt kmalloc_uaf2 test to HW_TAGS mode
` [PATCH v3 10/15] kasan: fix memory corruption in kasan_bitops_tags test
` [PATCH v3 11/15] kasan: move _RET_IP_ to inline wrappers
` [PATCH v3 12/15] kasan: fix bug detection via ksize for HW_TAGS mode
` [PATCH v3 13/15] kasan: add proper page allocator tests
` [PATCH v3 14/15] kasan: add a test for kmem_cache_alloc/free_bulk
` [PATCH v3 15/15] kasan: don't run tests when KASAN is not enabled

[PATCH v6 0/5] Fix some bugs about HugeTLB code
 2021-01-15 13:27 UTC  (9+ messages)
` [PATCH v6 1/5] mm: migrate: do not migrate HugeTLB page whose refcount is one
` [PATCH v6 2/5] mm: hugetlbfs: fix cannot migrate the fallocated HugeTLB page
` [PATCH v6 3/5] mm: hugetlb: fix a race between freeing and dissolving the page
` [PATCH v6 4/5] mm: hugetlb: fix a race between isolating and freeing page
` [PATCH v6 5/5] mm: hugetlb: remove VM_BUG_ON_PAGE from page_huge_active

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2021-01-15 13:24 UTC  (12+ messages)
            ` [EXT] "
              ` [RFC] tentative prctl task isolation interface

[PATCH v2 0/2] kasan: fixes for 5.11-rc
 2021-01-15 12:48 UTC  (5+ messages)
` [PATCH v2 1/2] kasan, mm: fix conflicts with init_on_alloc/free
` [PATCH v2 2/2] kasan, arm64: fix pointer tags in KASAN reports

[PATCH] MAINTAINERS: add myself as slab allocators maintainer
 2021-01-15 12:45 UTC  (5+ messages)

[PATCH v2] fs/proc: Expose RSEQ configuration
 2021-01-15 12:23 UTC 

hppa64-linux-ld: init/main.o(.ref.text+0x254): cannot reach do_sysctl_args
 2021-01-15 12:14 UTC 

[PATCH 0/2] x86/setup: consolidate early memory reservations
 2021-01-15 11:56 UTC  (7+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] x86/setup: merge several reservations of start of the memory

[linux-next:pending-fixes] BUILD SUCCESS 5bd8ecf034104edfa67d20633ce99d37b7a23f2a
 2021-01-15 10:39 UTC 

[PATCH] mm,hwpoison: non-current task should be checked early_kill for force_early
 2021-01-15 10:31 UTC  (7+ messages)

[PATCH v3 0/8] Create 'old' ptes for faultaround mappings on arm64 with hardware access flag
 2021-01-15 10:24 UTC  (15+ messages)
` [RFC PATCH 4/8] mm: Separate fault info out of 'struct vm_fault'
` [RFC PATCH 5/8] mm: Pass 'address' to map to do_set_pte() and drop FAULT_FLAG_PREFAULT
` [RFC PATCH 6/8] mm: Avoid modifying vmf.info.address in __collapse_huge_page_swapin()
` [RFC PATCH 7/8] mm: Use static initialisers for 'info' field of 'struct vm_fault'
` [RFC PATCH 8/8] mm: Mark 'info' field of 'struct vm_fault' as 'const'

[linux-next:master 2196/3956] arch/riscv/kernel/probes/decode-insn.c:19:31: sparse: sparse: cast to restricted __le32
 2021-01-15 10:19 UTC 

[PATCH 0/2] mm: improve the output of print_page_info()
 2021-01-15 10:17 UTC  (9+ messages)
` [PATCH 1/2] mm, slub: use pGp to print page flags
` [PATCH 2/2] mm: introduce PAGE_FLAGS() to make output of page flags better

[RFC PATCH 0/3] create hugetlb flags to consolidate state
 2021-01-15 10:16 UTC  (5+ messages)
` [RFC PATCH 2/3] hugetlb: convert page_huge_active() to HPageMigratable flag
` [RFC PATCH 3/3] hugetlb: convert PageHugeTemporary() to HPageTempSurplus

[PATCH] mm, oom: Fix a comment in dump_task
 2021-01-15  9:56 UTC 

[PATCH v2] mm/hugetlb: avoid unnecessary hugetlb_acct_memory() call
 2021-01-15  9:44 UTC  (3+ messages)

[PATCH 0/1] mm: restore full accuracy in COW page reuse
 2021-01-15  8:59 UTC  (2+ messages)

[PATCH] mm/hugetlb: avoid unnecessary hugetlb_acct_memory() call
 2021-01-15  8:47 UTC  (5+ messages)

[PATCH] mm: Free unused swap cache page in write protection fault handler
 2021-01-15  8:47 UTC  (7+ messages)

Test report for kernel direct mapping performance
 2021-01-15  7:23 UTC 

[PATCH] mm/debug: Improve memcg debugging
 2021-01-15  2:19 UTC  (2+ messages)

[RFC mm/zswap 0/2] Fix the compatibility of zsmalloc and zswap
 2021-01-15  1:17 UTC  (15+ messages)
` [RFC mm/zswap 1/2] mm/zswap: add the flag can_sleep_mapped

[PATCH net-next] net: marvell: prestera: fix uninitialized vid in prestera_port_vlans_add
 2021-01-15  0:50 UTC  (4+ messages)

[PATCH v15 0/4] SELinux support for anonymous inodes and UFFD
 2021-01-14 22:50 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 9152a993930d53e94f4857d79681152b9b58636b
 2021-01-14 21:30 UTC 

[PATCH 00/10] fsdax: introduce fs query to support reflink
 2021-01-14 20:38 UTC  (3+ messages)
` [PATCH 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping

[PATCH v2 00/14] kasan: HW_TAGS tests support and fixes
 2021-01-14 19:56 UTC  (5+ messages)
` [PATCH v2 11/14] kasan: fix bug detection via ksize for HW_TAGS mode

[PATCH v3 0/4] Chunk Heap Support on DMA-HEAP
 2021-01-14 19:49 UTC  (7+ messages)
` [PATCH v3 2/4] mm: failfast mode with __GFP_NORETRY in alloc_contig_range
` [PATCH v3 3/4] dt-bindings: reserved-memory: Make DMA-BUF CMA heap DT-configurable

[PATCH] mm/hugetlb: Use helper huge_page_order and pages_per_huge_page
 2021-01-14 19:19 UTC  (2+ 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).