linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 11:07:58 to 2021-01-15 15:28:04 UTC [more...]

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

[PATCH v2 0/5] Add sysfs interface to collect reports from debugging tools
 2021-01-15 15:26 UTC  (11+ 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] mm/compaction: return proper state in should_proactive_compact_node
 2021-01-15 15:21 UTC  (3+ messages)

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

[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 1/4] tracing: add error_report trace points
 2021-01-15 12:53 UTC  (9+ messages)
` [PATCH 2/4] lib: add error_report_notify to collect debugging tools' reports

[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  (18+ messages)
` [PATCH v3 1/8] mm: Cleanup faultaround and finish_fault() codepaths
` [PATCH v3 2/8] mm: Allow architectures to request 'old' entries when prefaulting
` [PATCH v3 3/8] arm64: mm: Implement arch_wants_old_prefaulted_pte()
` [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  (11+ 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  (12+ messages)
` [PATCH v2 11/14] kasan: fix bug detection via ksize for HW_TAGS mode
` [PATCH v2 13/14] kasan: add a test for kmem_cache_alloc/free_bulk
` [PATCH v2 14/14] kasan: don't run tests when KASAN is not enabled

[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  (3+ messages)

[PATCH] zsmalloc: do not use bit_spin_lock
 2021-01-14 17:18 UTC  (15+ messages)

arch/arm64/include/asm/syscall_wrapper.h:41:25: warning: no previous prototype for '__arm64_compat_sys_epoll_pwait2'
 2021-01-14 16:40 UTC  (2+ messages)

[patch] zswap: fix zswap_frontswap_load() vs zsmalloc::map/unmap() might_sleep() splat
 2021-01-14 16:17 UTC  (5+ messages)
` [PATCH] zsmalloc: do not use bit_spin_lock

[PATCH v5 0/5] Fix some bugs about HugeTLB code
 2021-01-14 16:16 UTC  (6+ messages)
` [PATCH v5 3/5] mm: hugetlb: fix a race between freeing and dissolving the page
    ` [External] "

hppa64-linux-ld: arch/parisc/kernel/setup.o(.text.unlikely+0x20): cannot reach __bitmap_weight
 2021-01-14 15:44 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 5d4d54cc29fa39831db42adbf94271ac51e68ba9
 2021-01-14 14:15 UTC 

hppa64-linux-ld: kernel/sched/core.o(.text+0x23c): cannot reach debug_smp_processor_id
 2021-01-14 14:13 UTC 

[PATCH] mm: memblock: remove return value of memblock_free_all()
 2021-01-14 13:38 UTC  (2+ messages)

[PATCH v12 00/13] Free some vmemmap pages of HugeTLB page
 2021-01-14 13:05 UTC  (9+ messages)
` [PATCH v12 04/13] mm/hugetlb: Free the vmemmap pages associated with each "
    ` [External] "

[PATCH V1 resend] dcookies: Make dcookies depend on CONFIG_OPROFILE
 2021-01-14 12:58 UTC 

[PATCH] mm/zsmalloc.c: Convert to use kmem_cache_zalloc in cache_alloc_zspage()
 2021-01-14 12:06 UTC  (2+ messages)

[PATCH v2] mm/slub: disable user tracing for kmemleak caches by default
 2021-01-14 11:13 UTC  (3+ 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).