linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-02-16 18:06:23 to 2021-02-18 08:21:38 UTC [more...]

[PATCH v15 4/8] mm: hugetlb: alloc the vmemmap pages associated with each HugeTLB page
 2021-02-18  8:21 UTC  (16+ messages)
  ` [External] "

[RFC 1/2] mm: disable LRU pagevec during the migration temporarily
 2021-02-18  8:17 UTC  (12+ messages)

[RFC] Hugepage collapse in process context
 2021-02-18  8:11 UTC  (4+ messages)

[PATCH v3 1/1] process_madvise.2: Add process_madvise man page
 2021-02-18  7:55 UTC  (6+ messages)

[PATCH v4 0/4] mm/gup: page unpining improvements
 2021-02-18  7:24 UTC  (2+ messages)

[PATCH 0/2] Make alloc_contig_range handle Hugetlb pages
 2021-02-18  6:01 UTC  (20+ messages)
` [PATCH 1/2] mm: Make alloc_contig_range handle free hugetlb pages
` [PATCH 2/2] mm: Make alloc_contig_range handle in-use "

[PATCH v2 0/3] Soft limit memory management bug fixes
 2021-02-18  5:56 UTC  (5+ messages)
` [PATCH v2 1/3] mm: Fix dropped memcg from mem cgroup soft limit tree
` [PATCH v2 2/3] mm: Force update of mem cgroup soft limit tree on usage excess
` [PATCH v2 3/3] mm: Fix missing mem cgroup soft limit tree updates

[PATCH] mm/hugetlb: remove redundant reservation check condition in alloc_huge_page()
 2021-02-18  2:27 UTC  (3+ messages)

[PATCH v2 0/4] hugetlb: Disable huge pmd unshare for uffd-wp
 2021-02-18  1:46 UTC  (7+ messages)
` [PATCH v2 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
` [PATCH v2 2/4] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
  ` [PATCH v2 3/4] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
  ` [PATCH v2 4/4] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp

[RFC PATCH 00/34] block: introduce bio_new()
 2021-02-18  1:28 UTC  (4+ messages)
` [RFC PATCH 29/34] power/swap: use bio_new in hib_submit_io

[PATCH v5 0/5] mm/hugetlb: Early cow on fork, and a few cleanups
 2021-02-17 23:35 UTC  (6+ messages)
` [PATCH v5 1/5] hugetlb: Dedup the code to add a new file_region
` [PATCH v5 2/5] hugetlg: Break earlier in add_reservation_in_range() when we can
` [PATCH v5 3/5] mm: Introduce page_needs_cow_for_dma() for deciding whether cow
` [PATCH v5 4/5] mm: Use is_cow_mapping() across tree where proper
` [PATCH v5 5/5] hugetlb: Do early cow when page pinned on src mm

[PATCH 0/9] Add support for SVM atomics in Nouveau
 2021-02-17 23:00 UTC  (4+ messages)

[PATCH 00/33] Network fs helper library & fscache kiocb API [ver #3]
 2021-02-17 22:49 UTC  (11+ messages)
` [PATCH 03/33] mm: Implement readahead_control pageset expansion

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

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

[PATCH] mm: vmstat: add cma statistics
 2021-02-17 21:19 UTC  (3+ messages)

[PATCH 0/4] hugetlb: Disable huge pmd unshare for uffd-wp
 2021-02-17 21:08 UTC  (6+ messages)
` [PATCH 1/4] hugetlb: Pass vma into huge_pte_alloc() and huge_pmd_share()
` [PATCH 2/4] hugetlb/userfaultfd: Forbid huge pmd sharing when uffd enabled
` [PATCH 3/4] mm/hugetlb: Move flush_hugetlb_tlb_range() into hugetlb.h
` [PATCH 4/4] hugetlb/userfaultfd: Unshare all pmds for hugetlbfs when register wp

[PATCH RESEND] mm, kasan: don't poison boot memory
 2021-02-17 20:59 UTC 

[PATCH] mm, kasan: don't poison boot memory
 2021-02-17 20:56 UTC 

[PATCH v3 0/8] mm: memcontrol: switch to rstat
 2021-02-17 20:52 UTC  (10+ messages)
` [PATCH v3 1/8] mm: memcontrol: fix cpuhotplug statistics flushing
` [PATCH v3 2/8] mm: memcontrol: kill mem_cgroup_nodeinfo()
` [PATCH v3 3/8] mm: memcontrol: privatize memcg_page_state query functions
` [PATCH v3 4/8] cgroup: rstat: support cgroup1

[RFC PATCH 0/5] Add hugetlb soft dirty support
 2021-02-17 20:25 UTC  (11+ messages)
` [RFC PATCH 1/5] hugetlb: add hugetlb helpers for "
` [RFC PATCH 2/5] hugetlb: enhance hugetlb fault processing to support soft dirty
` [RFC PATCH 3/5] mm proc/task_mmu.c: add soft dirty pte checks for hugetlb
` [RFC PATCH 4/5] hugetlb: don't permit pmd sharing if soft dirty in use
` [RFC PATCH 5/5] mm proc/task_mmu.c: add hugetlb specific routine for clear_refs

[linux-next:master 11288/11658] drivers/gpu/drm/amd/amdgpu/amdgpu_ras.c:1140:16: warning: no previous prototype for function 'amdgpu_ras_debugfs_create_ctrl_node'
 2021-02-17 20:21 UTC 

[PATCH 1/2] hugetlb: fix update_and_free_page contig page struct assumption
 2021-02-17 19:38 UTC  (4+ messages)
` [PATCH 2/2] hugetlb: fix copy_huge_page_from_user "

[linux-next:master 11556/11658] net/dsa/tag_rtl4_a.c:57:12: sparse: sparse: incorrect type in assignment (different base types)
 2021-02-17 19:08 UTC 

[PATCH] mm, compaction: make fast_isolate_freepages() stay within zone
 2021-02-17 18:50 UTC  (3+ messages)

[PATCH v5 0/3] mm, vsprintf: dump full information of page flags in pGp
 2021-02-17 18:21 UTC  (3+ messages)
` [PATCH v5 2/3] mm, slub: don't combine pr_err with INFO

[PATCH] mm: be more verbose for alloc_contig_range faliures
 2021-02-17 17:45 UTC  (5+ messages)

[PATCH RFC] mm/madvise: introduce MADV_POPULATE to prefault/prealloc memory
 2021-02-17 17:21 UTC  (4+ messages)

[PATCH v17 07/10] mm: introduce memfd_secret system call to create "secret" memory areas
 2021-02-17 16:19 UTC  (11+ messages)

[PATCH v6 6/7] Reimplement RLIMIT_MEMLOCK on top of ucounts
 2021-02-17 16:07 UTC  (2+ messages)
` f009495a8d: BUG:KASAN:use-after-free_in_user_shm_unlock

[PATCH v3] mm: memcontrol: fix swap undercounting in cgroup2
 2021-02-17 15:32 UTC 

[PATCH v2] mm: memcontrol: fix swap undercounting in cgroup2
 2021-02-17 15:29 UTC  (3+ messages)
  ` [External] "

[RFC PATCH] mm, oom: introduce vm.sacrifice_hugepage_on_oom
 2021-02-17 14:59 UTC  (11+ messages)

[loop] 6cc8e74308: stress-ng.loop.ops_per_sec 139.4% improvement
 2021-02-17 14:56 UTC 

[PATCH v5 1/1] mm: refactor initialization of struct page for holes in memory layout
 2021-02-17 12:27 UTC  (12+ messages)

[PATCH v2] mm: slub: Convert sys slab alloc_calls, free_calls to bin attribute
 2021-02-17 11:38 UTC 

[PATCH v2 0/7] Allocate memmap from hotadded memory (per device)
 2021-02-17 10:18 UTC  (2+ messages)

[kbuild] [linux-next:master 7132/11526] drivers/bluetooth/btusb.c:3775 btusb_mtk_setup() error: uninitialized symbol 'fw_version'
 2021-02-17  7:49 UTC 

[linux-next:master 11365/11526] mipsel-linux-ld: warning: orphan section `.data.$Lubsan_data202' from `drivers/gpu/drm/ttm/ttm_pool.o' being placed in section `.data.$Lubsan_data202'
 2021-02-17  7:42 UTC 

[PATCH] mm: slub: Convert sys slab alloc_calls, free_calls to bin attribute
 2021-02-17  6:40 UTC  (5+ messages)

[v8 PATCH 00/13] Make shrinker's nr_deferred memcg aware
 2021-02-17  6:39 UTC  (21+ messages)
` [v8 PATCH 01/13] mm: vmscan: use nid from shrink_control for tracepoint
` [v8 PATCH 02/13] mm: vmscan: consolidate shrinker_maps handling code
` [v8 PATCH 03/13] mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation
` [v8 PATCH 04/13] mm: vmscan: remove memcg_shrinker_map_size
` [v8 PATCH 05/13] mm: vmscan: use kvfree_rcu instead of call_rcu
` [v8 PATCH 06/13] mm: memcontrol: rename shrinker_map to shrinker_info
` [v8 PATCH 07/13] mm: vmscan: add shrinker_info_protected() helper
` [v8 PATCH 08/13] mm: vmscan: use a new flag to indicate shrinker is registered
` [v8 PATCH 09/13] mm: vmscan: add per memcg shrinker nr_deferred
` [v8 PATCH 10/13] mm: vmscan: use per memcg nr_deferred of shrinker
` [v8 PATCH 11/13] mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers
` [v8 PATCH 12/13] mm: memcontrol: reparent nr_deferred when memcg offline
` [v8 PATCH 13/13] mm: vmscan: shrink deferred objects proportional to priority

[PATCH 1/4] mm: memcontrol: remove memcg check from memcg_oom_recover
 2021-02-17  5:15 UTC  (6+ messages)
` [PATCH 4/4] mm: memcontrol: fix swap uncharge on cgroup v2
      ` [External] "

[linux-next:master 2048/11541] omap4-keypad.c:undefined reference to `devm_ioremap_resource'
 2021-02-17  4:25 UTC  (2+ messages)

[linux-next:master 3288/11526] mipsel-linux-ld: warning: orphan section `.data.$Lubsan_data279' from `drivers/gpu/drm/nouveau/nvkm/engine/fifo/gf100.o' being placed in section `.data.$Lubsan_data279'
 2021-02-17  3:06 UTC 

[PATCH v3 00/11] fsdax: introduce fs query to support reflink
 2021-02-17  2:56 UTC  (4+ messages)
` [PATCH v3 05/11] mm, fsdax: Refactor memory-failure handler for dax mapping

[linux-next:master] BUILD REGRESSION 6553715b6db5ff5d4898895dad1b2926cfe406cf
 2021-02-16 23:57 UTC 

[linux-next:master 9824/11526] drivers/net/ethernet/intel/i40e/i40e_main.c:6715 i40e_hw_dcb_config() warn: inconsistent indenting
 2021-02-16 22:06 UTC  (2+ messages)

AMD SEV-SNP/Intel TDX: validation of memory pages
 2021-02-16 18:33 UTC  (12+ 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).