linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-30 18:17:09 to 2021-09-01 08:29:30 UTC [more...]

[PATCH v1 00/14] Add MEMORY_DEVICE_PUBLIC for CPU-accessible coherent device memory
 2021-09-01  8:29 UTC  (8+ messages)
` [PATCH v1 03/14] mm: add iomem vma selection for memory migration

[PATCH v1 0/7] Remove in-tree usage of MAP_DENYWRITE
 2021-09-01  8:28 UTC  (15+ messages)

[PATCH 0/6] Cleanups and fixup for page_alloc
 2021-09-01  8:18 UTC  (32+ messages)
` [PATCH 1/6] mm/page_alloc.c: remove meaningless VM_BUG_ON() in pindex_to_order()
` [PATCH 2/6] mm/page_alloc.c: simplify the code by using macro K()
` [PATCH 3/6] mm/page_alloc.c: remove obsolete comment in free_pcppages_bulk()
` [PATCH 4/6] mm/page_alloc.c: use helper function zone_spans_pfn()
` [PATCH 5/6] mm/page_alloc.c: avoid accessing uninitialized pcp page migratetype
` [PATCH 6/6] mm/page_alloc.c: avoid allocating highmem pages via alloc_pages_exact_nid()

[PATCH v8 0/3] Anonymous VMA naming patches
 2021-09-01  8:10 UTC  (11+ messages)
` [PATCH v8 2/3] mm: add a field to store names for private anonymous memory

[RFC] KVM: mm: fd-based approach for supporting KVM guest private memory
 2021-09-01  8:09 UTC  (23+ messages)

[RFC PATCH v2 00/19] PKS write protected page tables
 2021-09-01  7:22 UTC  (34+ messages)
` [RFC PATCH v2 01/19] list: Support getting most recent element in list_lru
` [RFC PATCH v2 02/19] list: Support list head not in object for list_lru
` [RFC PATCH v2 03/19] x86/mm/cpa: Add grouped page allocations
` [RFC PATCH v2 04/19] mm: Explicitly zero page table lock ptr
` [RFC PATCH v2 05/19] x86, mm: Use cache of page tables
` [RFC PATCH v2 06/19] x86/mm/cpa: Add perm callbacks to grouped pages
` [RFC PATCH v2 07/19] x86/cpufeatures: Add feature for pks tables
` [RFC PATCH v2 08/19] x86/mm/cpa: Add get_grouped_page_atomic()
` [RFC PATCH v2 09/19] x86/mm: Support GFP_ATOMIC in alloc_table_node()
` [RFC PATCH v2 10/19] x86/mm: Use alloc_table() for fill_pte(), etc
` [RFC PATCH v2 11/19] mm/sparsemem: Use alloc_table() for table allocations
` [RFC PATCH v2 12/19] x86/mm: Use free_table in unmap path
` [RFC PATCH v2 13/19] mm/debug_vm_page_table: Use setters instead of WRITE_ONCE
` [RFC PATCH v2 14/19] x86/efi: Toggle table protections when copying
` [RFC PATCH v2 15/19] x86/mm/cpa: Add set_memory_pks()
` [RFC PATCH v2 16/19] x86/mm: Protect page tables with PKS
` [RFC PATCH v2 17/19] x86/mm/cpa: PKS protect direct map page tables
` [RFC PATCH v2 18/19] x86/mm: Add PKS table soft mode
` [RFC PATCH v2 19/19] x86/mm: Add PKS table debug checking

[RFC PATCH 0/2] mm, slub: Use stackdepot to store user information for slub object
 2021-09-01  6:36 UTC  (8+ messages)
` [RFC PATCH 1/2] lib, stackdepot: Add input prompt for STACKDEPOT option
` [RFC PATCH 2/2] mm, slub: Use stackdepot to store user information for slub object

Is it possible to implement the per-node page cache for programs/libraries?
 2021-09-01 14:25 UTC  (6+ messages)

fs/ntfs/file.c:1727:16: warning: stack frame size (4352) exceeds limit (2048) in function 'ntfs_perform_write'
 2021-09-01  5:57 UTC 

[PATCH Part1 v5 00/38] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-09-01  5:33 UTC  (35+ messages)
` [PATCH Part1 v5 23/38] x86/head/64: set up a startup %gs for stack protector
` [PATCH Part1 v5 28/38] x86/compressed/64: enable SEV-SNP-validated CPUID in #VC handler
` [PATCH Part1 v5 30/38] x86/compressed/64: store Confidential Computing blob address in bootparams
` [PATCH Part1 v5 32/38] x86/sev: enable SEV-SNP-validated CPUID in #VC handlers
` [PATCH Part1 v5 34/38] x86/sev: Add snp_msg_seqno() helper
` [PATCH Part1 v5 35/38] x86/sev: Register SNP guest request platform device
` [PATCH Part1 v5 37/38] virt: sevguest: Add support to derive key
` [PATCH Part1 v5 38/38] virt: sevguest: Add support to get extended report

[RFC PATCH] mm: khugepaged: don't carry huge page to the next loop for !CONFIG_NUMA
 2021-09-01  3:46 UTC  (4+ messages)

[RFC PATCH] mm/oom: detect and kill task which has allocation forbidden by cpuset limit
 2021-09-01  2:44 UTC  (4+ messages)

[PATCH v2 0/2] Do some code cleanups related to mm
 2021-08-31 23:25 UTC  (5+ messages)
` [PATCH v2 1/2] mm: introduce pmd_install() helper
` [PATCH v2 2/2] mm: remove redundant smp_wmb()

Folios: Can we resolve this please?
 2021-08-31 22:15 UTC 

[linux-next:master 11029/11397] drivers/net/ethernet/broadcom/bnxt/bnxt.c:12062:27: error: 'struct bnxt' has no member named 'db_lock'
 2021-08-31 21:07 UTC 

Strange mmap_lock tracepoint
 2021-08-31 20:40 UTC 

[PATCH v3 0/3] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
 2021-08-31 20:21 UTC 

[linux-next:master 1023/11397] powerpc-linux-ld: warning: orphan section `.init.plt' from `drivers/mfd/rsmu_core.o' being placed in section `.init.plt'
 2021-08-31 19:14 UTC 

[GIT PULL] Memory folios for v5.15
 2021-08-31 18:50 UTC  (15+ messages)

[PATCH v4 00/14] mm, sparse-vmemmap: Introduce compound devmaps for device-dax
 2021-08-31 17:05 UTC  (7+ messages)
` [PATCH v4 08/14] mm/gup: grab head page refcount once for group of subpages

Stuck looping on list_empty(list) in free_pcppages_bulk()
 2021-08-31 16:58 UTC  (5+ messages)

[PATCH 0/1 v2] Protect vmstats on PREEMPT_RT
 2021-08-31 16:45 UTC  (3+ messages)
` [PATCH 1/1] mm/vmstat: Protect per cpu variables with preempt disable on RT

[PATCH v2] mm/damon/vaddr: Safely walk page table
 2021-08-31 16:18 UTC 

[PATCH] mm,vmscan: fix divide by zero in get_scan_count
 2021-08-31 15:48 UTC  (5+ messages)

[FIX PATCH 0/2] Fix NUMA nodes fallback list ordering
 2021-08-31 15:26 UTC  (4+ messages)
` [FIX PATCH 2/2] mm/page_alloc: Use accumulated load when building node fallback list

[RFC][PATCH] mm/page_isolation: tracing: trace all test_pages_isolated failures
 2021-08-31 14:53 UTC  (2+ messages)

[PATCH v2 00/61] Introducing the Maple Tree
 2021-08-31 14:40 UTC  (4+ messages)
` [PATCH v2 11/61] mm: Remove rb tree

[PATCH] hugetlb: fix hugetlb cgroup refcounting during vma split
 2021-08-31 14:01 UTC  (2+ messages)

[v2] hugetlbfs: Extend the definition of hugepages parameter to support node allocation
 2021-08-31 12:58 UTC  (3+ messages)

[PATCH v1 0/2] Do some code cleanups related to mm
 2021-08-31 12:52 UTC  (6+ messages)
` [PATCH v1 2/2] mm: remove redundant smp_wmb()

[GIT PULL] memblock
 2021-08-31 12:34 UTC 

[PATCH] mm, gpu: fix error when FOLL_MLOCK an unpresent page
 2021-08-31 12:32 UTC  (7+ messages)

[PATCH] mm/damon/vaddr: Safely walk page table
 2021-08-31 11:56 UTC  (5+ messages)

[syzbot] BUG: unable to handle kernel paging request in tomoyo_encode2
 2021-08-31 10:59 UTC 

[PATCH] mm: fix panic caused by __page_handle_poison()
 2021-08-31  9:37 UTC  (4+ messages)
` [PATCH v2] "

[linux-next:master 11318/11331] drivers/infiniband/core/user_mad.c:564:50: warning: array subscript 'struct ib_rmpp_mad[0]' is partly outside array bounds of 'unsigned char[124]'
 2021-08-31  8:04 UTC 

[linux-next:master 8900/10945] drivers/gpio/gpio-virtio.c:58:19: sparse: sparse: incorrect type in assignment (different base types)
 2021-08-31  5:29 UTC  (2+ messages)

[linux-next:master 10707/11331] include/linux/compiler_types.h:328:45: error: call to '__compiletime_assert_294' declared with attribute error: BUILD_BUG_ON failed: (PTRS_PER_PTE * sizeof(pte_t)) > PAGE_SIZE
 2021-08-31  3:41 UTC 

[PATCH 3/3] mm: mmap_lock: add ip to mmap_lock tracepoints
 2021-08-31  3:24 UTC  (7+ messages)
  `  "

[PATCH] mm: hwpoison: deal with page cache THP
 2021-08-30 23:44 UTC  (7+ messages)

[linux-next:master 5178/11331] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/dc_fpu.c:61:17: error: implicit declaration of function 'enable_kernel_altivec'; did you mean 'enable_kernel_vsx'?
 2021-08-30 21:19 UTC 

Why is Shmem included in Cached in /proc/meminfo?
 2021-08-30 19:38 UTC  (6+ messages)

[PATCH 1/4] mm: Kconfig: move swap and slab config options to the MM section
 2021-08-30 18:49 UTC  (3+ messages)
` [PATCH 4/4] mm: zswap: add basic meminfo and vmstat coverage

Discontiguous folios/pagesets
 2021-08-30 18:43 UTC  (5+ messages)

[PATCH v30 00/10] Control-flow Enforcement: Indirect Branch Tracking
 2021-08-30 18:22 UTC  (11+ messages)
` [PATCH v30 01/10] x86/cet/ibt: Add Kconfig option for "
` [PATCH v30 02/10] x86/cet/ibt: Add user-mode Indirect Branch Tracking support
` [PATCH v30 03/10] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v30 04/10] x86/cet/ibt: Disable IBT for ia32
` [PATCH v30 05/10] x86/cet/ibt: Update ELF header parsing for Indirect Branch Tracking
` [PATCH v30 06/10] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v30 07/10] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v30 08/10] x86/vdso: Introduce ENDBR macro
` [PATCH v30 09/10] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v30 10/10] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[PATCH v30 00/32] Control-flow Enforcement: Shadow Stack
 2021-08-30 18:15 UTC  (12+ messages)
` [PATCH v30 21/32] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v30 23/32] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v30 24/32] x86/process: Change copy_thread() argument 'arg' to 'stack_size'
` [PATCH v30 25/32] x86/cet/shstk: Handle thread shadow stack
` [PATCH v30 26/32] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v30 27/32] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v30 28/32] ELF: Introduce arch_setup_elf_property()
` [PATCH v30 29/32] x86/cet/shstk: Add arch_prctl functions for shadow stack
` [PATCH v30 30/32] mm: Move arch_calc_vm_prot_bits() to arch/x86/include/asm/mman.h
` [PATCH v30 31/32] mm: Update arch_validate_flags() to test vma anonymous
` [PATCH v30 32/32] mm: Introduce PROT_SHADOW_STACK for shadow stack


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).