linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-12-24 01:21:49 to 2020-12-29 23:14:40 UTC [more...]

incoming
 2020-12-29 23:14 UTC  (7+ messages)
` [patch 01/16] selftests/vm: fix building protection keys test
` [patch 02/16] mm/hugetlb: fix deadlock in hugetlb_cow error path
` [patch 03/16] Revert "kbuild: avoid static_assert for genksyms"
` [patch 04/16] checkpatch: prefer strscpy to strlcpy
` [patch 05/16] mm: add prototype for __add_to_page_cache_locked()
` [patch 06/16] mm: memmap defer init doesn't work as expected

[PATCH -mm] mm: readahead: apply a default readahead size
 2020-12-29 22:55 UTC  (3+ messages)

[PATCH v17 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-12-29 21:33 UTC  (8+ messages)
` [PATCH v17 1/7] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v17 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v17 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v17 4/7] x86/cet/ibt: Update ELF header parsing "
` [PATCH v17 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v17 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v17 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v17 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-29 21:30 UTC  (27+ messages)
` [PATCH v17 01/26] Documentation/x86: Add CET description
` [PATCH v17 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection
` [PATCH v17 03/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v17 04/26] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
` [PATCH v17 05/26] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v17 06/26] x86/cet: Add control-protection fault handler
` [PATCH v17 07/26] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v17 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v17 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v17 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v17 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v17 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v17 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v17 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v17 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v17 16/26] mm: Add guard pages around a shadow stack
` [PATCH v17 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v17 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v17 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v17 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v17 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v17 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v17 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v17 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v17 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v17 26/26] mm: Introduce PROT_SHSTK "

[PATCH] mm/page_alloc:add a missing mm_page_alloc_zone_locked tracepoint
 2020-12-29 21:23 UTC 

[PATCH] mm/hugetlb.c: fix unnecessary address expansion of pmd sharing
 2020-12-29 21:20 UTC  (3+ messages)

[PATCH 1/2] mm: Allow architectures to request 'old' entries when prefaulting
 2020-12-29 20:52 UTC  (40+ messages)

[RFC PATCH 2/2] mm: readahead: handle LARGE input to get_init_ra_size()
 2020-12-29 20:46 UTC  (7+ messages)

[PATCH v16 00/26] Control-flow Enforcement: Shadow Stack
 2020-12-29 19:45 UTC  (6+ messages)
` [PATCH v16 02/26] x86/cet/shstk: Add Kconfig option for user-mode control-flow protection

[PATCH] mm: improve mprotect(R|W) efficiency on pages referenced once
 2020-12-29 19:25 UTC  (4+ messages)

[PATCH] mm: fix extend calculation for move_page_tables()
 2020-12-29 19:04 UTC  (2+ messages)

[PATCH 1/2] mm: page_counter: relayout structure to reduce false sharing
 2020-12-29 17:13 UTC  (4+ messages)
` [PATCH 2/2] mm: memcg: add a new MEMCG_UPDATE_BATCH

[PATCH] mm: rectify a page bad reason
 2020-12-29 12:13 UTC  (3+ messages)

[RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace
 2020-12-29 10:26 UTC  (31+ messages)
` [RFC v2 06/13] vduse: "
        `  "
` [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops
        `  "
` [RFC v2 09/13] vduse: Add support for processing vhost iotlb message
    ` [External] "
        `  "

drivers/scsi/mvumi.c:407:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-29  9:25 UTC 

[PATCH 1/1] mm: mmap: Remove unnecessary local variable
 2020-12-29  9:17 UTC  (2+ messages)

[PATCH] mm/page_reporting: use list_entry_is_head() in page_reporting_cycle()
 2020-12-29  9:16 UTC  (2+ messages)

New issue: KASAN: wild-memory-access Write in bdi_put (bisected to e6cb53827ed6)
 2020-12-29  6:38 UTC 

Antique "RE: $ 10,000 success story. Passive Income Idea 2020: $10000/month"
 2020-12-29  5:01 UTC 

[PATCH] mm, slub: Consider rest of partial list if acquire_slab() fails
 2020-12-29  1:10 UTC  (3+ messages)

[RFC v2 PATCH 0/9] Make shrinker's nr_deferred memcg aware
 2020-12-28 20:03 UTC  (4+ messages)
` [v2 PATCH 3/9] mm: vmscan: guarantee shrinker_slab_memcg() sees valid shrinker_maps for online memcg

[PATCH 1/2] mm: memcg: fix memcg file_dirty numa stat
 2020-12-28 19:44 UTC  (8+ messages)
` [PATCH 2/2] mm: fix numa stats for thp migration
` [External] [PATCH 1/2] mm: memcg: fix memcg file_dirty numa stat

[PATCH 0/6] mremap: move_vma() fixes
 2020-12-28 19:43 UTC  (8+ messages)
` [PATCH 2/6] mm/mremap: For MREMAP_DONTUNMAP check security_vm_enough_memory_mm()
` [PATCH 3/6] mremap: Don't allow MREMAP_DONTUNMAP on special_mappings and aio

[PATCH v2 1/2] mm: cma: allocate cma areas bottom-up
 2020-12-28 19:36 UTC  (7+ messages)

incoming
 2020-12-28 17:59 UTC  (3+ messages)
` [patch 086/200] mremap: don't allow MREMAP_DONTUNMAP on special_mappings and aio

[PATCH v6 0/7] Convert all THP vmstat counters to pages
 2020-12-28 16:41 UTC  (8+ messages)
` [PATCH v6 1/7] mm: memcontrol: fix NR_ANON_THPS accounting in charge moving
` [PATCH v6 2/7] mm: memcontrol: convert NR_ANON_THPS account to pages
` [PATCH v6 3/7] mm: memcontrol: convert NR_FILE_THPS "
` [PATCH v6 4/7] mm: memcontrol: convert NR_SHMEM_THPS "
` [PATCH v6 5/7] mm: memcontrol: convert NR_SHMEM_PMDMAPPED "
` [PATCH v6 6/7] mm: memcontrol: convert NR_FILE_PMDMAPPED "
` [PATCH v6 7/7] mm: memcontrol: make the slab calculation consistent

[PATCH 5.10 004/717] drm/aspeed: Fix Kconfig warning & subsequent build errors
 2020-12-28 12:40 UTC 

[PATCH 5.4 074/453] drm/aspeed: Fix Kconfig warning & subsequent build errors
 2020-12-28 12:45 UTC 

[PATCH v2 0/1] kasan: fix memory leak of kasan quarantine
 2020-12-28 13:25 UTC  (3+ messages)
` [PATCH v2 1/1] "

ld.lld: error: undefined symbol: __ubsan_handle_load_invalid_value
 2020-12-28 10:26 UTC 

[PATCH] kasan: fix null pointer dereference in kasan_record_aux_stack
 2020-12-28  8:00 UTC 

[PATCH] mm: add prototype for __add_to_page_cache_locked()
 2020-12-28  0:59 UTC  (7+ messages)

[PATCH] zlib: move EXPORT_SYMBOL() and MODULE_LICENSE() out of dfltcc_syms.c
 2020-12-27  6:24 UTC 

linux-next: Tree for Dec 23 (ia64: mmzone & sparsemem)
 2020-12-27  2:25 UTC 

[linux-stable-rc:linux-5.4.y 3729/3837] arch/riscv/include/asm/processor.h:68:2: error: implicit declaration of function 'barrier'
 2020-12-27  1:52 UTC 

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-26 12:00 UTC 

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-25 12:37 UTC 

[RFC mm/zswap 0/2] Fix the compatibility of zsmalloc and zswap
 2020-12-25 11:02 UTC  (3+ messages)
` [RFC mm/zswap 1/2] mm/zswap: add the flag can_sleep_mapped
` [RFC mm/zswap 2/2] mm: set the sleep_mapped to true for zbud and z3fold

arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for function 'create_section_mapping'
 2020-12-25 10:37 UTC 

[PATCH next] mm/swap.c: reduce lock contention in lru_cache_add
 2020-12-25  9:59 UTC  (5+ messages)
` [RFC PATCH 0/4] pre sort pages on lruvec in pagevec
  ` [RFC PATCH 1/4] mm/swap.c: pre-sort pages in pagevec for pagevec_lru_move_fn
  ` [RFC PATCH 2/4] mm/swap.c: bail out early for no memcg and no numa
  ` [RFC PATCH 3/4] mm/swap.c: extend the usage to pagevec_lru_add

[RFC PATCH v2 0/2] mm: fix races due to deferred TLB flushes
 2020-12-25  9:25 UTC  (3+ messages)
` [RFC PATCH v2 1/2] mm/userfaultfd: fix memory corruption due to writeprotect
` [RFC PATCH v2 2/2] fs/task_mmu: acquire mmap_lock for write on soft-dirty cleanup

[PATCH v9 00/12] huge vmalloc mappings
 2020-12-25  7:58 UTC  (3+ messages)
` [PATCH v9 11/12] mm/vmalloc: Hugepage "

[linux-next:master] BUILD REGRESSION d7a03a44a5e93f39ece70ec75d25c6088caa0fdb
 2020-12-25  3:45 UTC  (2+ messages)

[PATCH] mm/zswap: Fix the compatibility of zsmalloc and zswap
 2020-12-25  2:33 UTC  (3+ messages)

[PATCH] mm/userfaultfd: fix memory corruption due to writeprotect
 2020-12-24 19:16 UTC  (12+ messages)

[RFC V2 00/37] Enhance memory utilization with DMEMFS
 2020-12-24 18:27 UTC  (3+ messages)
` [RFC V2 37/37] Add documentation for dmemfs

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-24 17:09 UTC 

drivers/scsi/fnic/vnic_dev.c:332:32: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-12-24 12:23 UTC 

min_filelist_kbytes vs file_is_tiny
 2020-12-24 11:13 UTC 

[PATCH v23 11/15] tools: Introduce a minimal user-space tool for DAMON
 2020-12-24  7:13 UTC  (2+ messages)

[PATCH v23 05/15] mm/damon: Implement primitives for the virtual memory address spaces
 2020-12-24  7:11 UTC  (2+ messages)

[PATCH v23 01/15] mm: Introduce Data Access MONitor (DAMON)
 2020-12-24  7:02 UTC  (2+ messages)

mmotm 2020-12-23-16-15 uploaded
 2020-12-24  3:11 UTC  (3+ messages)
` mmotm 2020-12-23-16-15 uploaded (mm/vmstat.c)
  ` [External] "

[PATCH v5 0/7] Convert all THP vmstat counters to pages
 2020-12-24  2:45 UTC  (7+ messages)
` [PATCH v5 2/7] mm: memcontrol: convert NR_ANON_THPS account "
    ` [External] "
` [PATCH v5 7/7] mm: memcontrol: make the slab calculation consistent
    ` [External] "

commit "slub: Acquire_slab() avoid loop" wrongly causes rest of partial slabs to be skipped?
 2020-12-24  2:23 UTC  (2+ messages)

[RFC PATCH 1/3] mm: support hugetlb free page reporting
 2020-12-24  1:31 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).