linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-31 20:55:12 to 2021-04-02 01:49:41 UTC [more...]

unexpected -ENOMEM from percpu_counter_init()
 2021-04-02  1:49 UTC  (2+ messages)

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-04-02  1:18 UTC  (11+ messages)
        ` [PATCH] mm/memory-failure: Use a mutex to avoid memory_failure() races
              ` [PATCH v2] mm,hwpoison: return -EBUSY when page already poisoned
                ` [PATCH v3] mm,hwpoison: return -EHWPOISON "

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-02  0:55 UTC  (19+ messages)
` [PATCH 01/10] mm/numa: node demotion data structure and lookup
` [PATCH 02/10] mm/numa: automatically generate node migration order
` [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events
` [PATCH 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH 05/10] mm/migrate: demote pages during reclaim
` [PATCH 06/10] mm/vmscan: add page demotion counter
` [PATCH 07/10] mm/vmscan: add helper for querying ability to age anonymous pages
` [PATCH 08/10] mm/vmscan: Consider anonymous pages without swap
` [PATCH 09/10] mm/vmscan: never demote for memcg reclaim
` [PATCH 10/10] mm/migrate: new zone_reclaim_mode to enable reclaim migration

[PATCH] mm/hugeltb: fix renaming of PF_MEMALLOC_NOCMA to PF_MEMALLOC_PIN
 2021-04-02  0:24 UTC  (4+ messages)

[PATCH -next] mm/vmalloc: Fix non-conforming function headers
 2021-04-02  0:19 UTC  (2+ messages)

[PATCH 0/5] 4.14 backports of fixes for "CoW after fork() issue"
 2021-04-02  0:12 UTC  (12+ messages)
` [PATCH 1/5] mm: reuse only-pte-mapped KSM page in do_wp_page()
` [PATCH 2/5] mm: do_wp_page() simplification
` [PATCH 3/5] mm: fix misplaced unlock_page in do_wp_page()
` [PATCH 4/5] userfaultfd: wp: add helper for writeprotect check
` [PATCH 5/5] mm/userfaultfd: fix memory corruption due to writeprotect

[PATCH] mm: page_owner: detect page_owner recursion via task_struct
 2021-04-02  0:05 UTC  (2+ messages)

[PATCH v10 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 23:23 UTC  (7+ messages)
` [PATCH v10 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v10 2/6] init_on_alloc: Optimize static branches
` [PATCH v10 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v10 4/6] x86/entry: Enable random_kstack_offset support
` [PATCH v10 5/6] arm64: entry: "
` [PATCH v10 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[RFC PATCH 00/15] Use obj_cgroup APIs to charge the LRU pages
 2021-04-01 22:55 UTC  (10+ messages)
          ` [External] "

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 22:42 UTC  (12+ messages)
  ` [PATCH v8 3/6] stack: "
` [PATCH] Where we are for this patch?

[PATCH v24 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-04-01 22:14 UTC  (10+ messages)
` [PATCH v24 1/9] x86/cet/ibt: Add Kconfig option for "
` [PATCH v24 2/9] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v24 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v24 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v24 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v24 6/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v24 7/9] x86/vdso: Introduce ENDBR macro
` [PATCH v24 8/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v24 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v24 01/30] Documentation/x86: Add CET description
 2021-04-01 22:11 UTC  (30+ messages)
` [PATCH v24 02/30] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v24 03/30] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v24 05/30] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v24 06/30] x86/cet: Add control-protection fault handler
` [PATCH v24 07/30] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v24 08/30] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v24 09/30] x86/mm: Introduce _PAGE_COW
` [PATCH v24 10/30] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v24 11/30] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v24 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v24 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v24 14/30] x86/mm: Shadow Stack page fault error checking
` [PATCH v24 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v24 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v24 17/30] mm: Add guard pages around a shadow stack
` [PATCH v24 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v24 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v24 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v24 21/30] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v24 23/30] x86/cet/shstk: Handle thread shadow stack
` [PATCH v24 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v24 25/30] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v24 26/30] ELF: Introduce arch_setup_elf_property()
` [PATCH v24 27/30] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v24 28/30] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v24 29/30] mm: Update arch_validate_flags() to include vma anonymous
` [PATCH v24 30/30] mm: Introduce PROT_SHSTK for shadow stack

[PATCH] mm: page_owner: use kstrtobool() to parse bool option
 2021-04-01 21:43 UTC  (2+ messages)

[PATCH v1 0/5] percpu: partial chunk depopulation
 2021-04-01 21:43 UTC  (6+ messages)
` [PATCH v1 1/5] percpu: split __pcpu_balance_workfn()
` [PATCH v1 2/5] percpu: make pcpu_nr_empty_pop_pages per chunk type
` [PATCH v1 3/5] percpu: generalize pcpu_balance_populated()
` [PATCH v1 4/5] percpu: fix a comment about the chunks ordering
` [PATCH v1 5/5] percpu: implement partial chunk depopulation

[PATCH] mm: page_owner: fetch backtrace only for tracked pages
 2021-04-01 21:24 UTC 

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-01 21:24 UTC  (6+ messages)

[linux-next:master] BUILD REGRESSION 454c576c3f5e51d60f00a4ac0dde07f4f9d70e9d
 2021-04-01 21:21 UTC 

[PATCH v8 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 20:59 UTC  (2+ messages)

[RFC PATCH 0/6] mm: thp: use generic THP migration for NUMA hinting fault
 2021-04-01 20:12 UTC  (7+ messages)

[PATCH 0/3] mm, pmem: Force unmap pmem on surprise remove
 2021-04-01 19:54 UTC  (6+ messages)
` [PATCH 3/3] mm/devmap: Remove pgmap accounting in the get_user_pages_fast() path

[RFC] NUMA balancing: reduce TLB flush via delaying mapping on hint page fault
 2021-04-01 19:21 UTC  (8+ messages)

[PATCH v7 0/8] Add support for SVM atomics in Nouveau
 2021-04-01 19:21 UTC  (11+ messages)
` [PATCH v7 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v7 5/8] mm: Device exclusive memory access

[PATCH v4] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-01 18:37 UTC 

[PATCH 0/5] 4.19 backports of fixes for "CoW after fork() issue"
 2021-04-01 18:21 UTC  (6+ messages)
` [PATCH 1/5] mm: reuse only-pte-mapped KSM page in do_wp_page()
` [PATCH 2/5] mm: do_wp_page() simplification
` [PATCH 3/5] mm: fix misplaced unlock_page in do_wp_page()
` [PATCH 4/5] userfaultfd: wp: add helper for writeprotect check
` [PATCH 5/5] mm/userfaultfd: fix memory corruption due to writeprotect

[PATCH V2 0/6] mm: some config cleanups
 2021-04-01 17:18 UTC  (5+ messages)
` [PATCH V2 3/6] mm: Generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]
` [PATCH V2 4/6] mm: Drop redundant ARCH_ENABLE_[HUGEPAGE|THP]_MIGRATION
  ` [PATCH V2 1/6] mm: Generalize ARCH_HAS_CACHE_LINE_SIZE
  ` [PATCH V2 6/6] mm: Drop redundant HAVE_ARCH_TRANSPARENT_HUGEPAGE

BUG_ON(!mapping_empty(&inode->i_data))
 2021-04-01 17:06 UTC  (4+ messages)

[linux-next:master 8745/9190] drivers/dma/ppc4xx/adma.c:4100:31: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-04-01 16:26 UTC 

[PATCH v5 00/27] Memory Folios
 2021-04-01 16:00 UTC  (12+ messages)

[PATCH v2 1/5] mm/vmalloc: remove map_kernel_range
 2021-04-01 15:58 UTC  (2+ messages)
  ` [PATCH v2 4/5] mm/vmalloc: remove unmap_kernel_range

[PATCH -next 1/3] mm/debug_vm_pgtable: Fix one comment mistake
 2021-04-01 15:05 UTC  (6+ messages)
` [PATCH -next 2/3] mm/debug_vm_pgtable: Move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
` [PATCH -next 3/3] mm/debug_vm_pgtable: Remove useless pfn_pmd()

[PATCH v9 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01 13:33 UTC  (7+ messages)
` [PATCH v9 1/6] jump_label: Provide CONFIG-driven build state defaults
` [PATCH v9 3/6] stack: Optionally randomize kernel stack offset each syscall
` [PATCH v9 5/6] arm64: entry: Enable random_kstack_offset support
` [PATCH v9 6/6] lkdtm: Add REPORT_STACK for checking stack offsets

[PATCH v6 00/27] Memory Folios
 2021-04-01 13:30 UTC  (6+ messages)

[syzbot] WARNING in unsafe_follow_pfn
 2021-04-01 12:19 UTC  (4+ messages)

[v2 PATCH] mm: gup: remove FOLL_SPLIT
 2021-04-01 12:17 UTC  (2+ messages)

[PATCH v5 0/4] man2: udpate mm/userfaultfd manpages to latest
 2021-04-01 12:00 UTC  (2+ messages)

[PATCH -next] hugetlb: Fix the loss of exclamation point in comment
 2021-04-01 11:18 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 896505d11915b2a6c4dd243f94e178cd199b64f9
 2021-04-01  9:55 UTC 

[PATCH v1 00/11] mm, sparse-vmemmap: Introduce compound pagemaps
 2021-04-01  9:38 UTC  (2+ messages)

[PATCH V2 RESEND] mm/memtest: Add ARCH_USE_MEMTEST
 2021-04-01  9:26 UTC 

[PATCH mm] kfence, x86: fix preemptible warning on KPTI-enabled systems
 2021-04-01  9:11 UTC  (2+ messages)

[PATCH v7 0/6] Optionally randomize kernel stack offset each syscall
 2021-04-01  8:34 UTC  (3+ messages)
` [PATCH v7 5/6] arm64: entry: Enable random_kstack_offset support

[linux-next:master 8015/8469] drivers/gpu/drm/i915/i915_mm.c:76 remap_io_sg() error: uninitialized symbol 'err'
 2021-04-01  7:55 UTC  (2+ messages)

[PATCH v3] sysfs: Unconditionally use vmalloc for buffer
 2021-04-01  7:08 UTC  (4+ messages)

[PATCH v2] kernel/resource: Fix locking in request_free_mem_region
 2021-04-01  5:03 UTC  (3+ messages)

mmotm 2021-03-31-21-27 uploaded
 2021-04-01  4:27 UTC 

[PATCH] mm: memcontrol: fix forget to obtain the ref to objcg in split_page_memcg
 2021-04-01  3:38 UTC  (5+ messages)

[PATCH] mm/gup: check page posion status for coredump
 2021-04-01  2:31 UTC  (13+ messages)
    ` [PATCH v3] "
        ` [PATCH v5] mm/gup: check page hwposion "

[PATCH] mm/page_alloc: redundant definition variables of pfn in for loop
 2021-04-01  2:28 UTC 

[PATCH] userfaultfd: Write protect when virtual memory range has no page table entry
 2021-04-01  0:24 UTC  (6+ messages)

[PATCH v8 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-31 23:53 UTC  (2+ messages)
` [PATCH v8 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH mmotm] mm: vmscan: fix shrinker_rwsem in free_shrinker_info()
 2021-03-31 23:14 UTC  (5+ messages)

[linux-next:master] BUILD REGRESSION 7a43c78d0573e0bbbb0456b033e2b9a895b89464
 2021-03-31 22:37 UTC 

[PATCH] memfd_secret: use unsigned int rather than long as syscall flags type
 2021-03-31 21:52 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).