linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-09 18:00:48 to 2020-11-10 22:11:23 UTC [more...]

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-10 22:10 UTC  (7+ messages)
` [PATCH v9 01/44] kasan: drop unnecessary GPL text from comment headers
` [PATCH v9 02/44] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v9 03/44] kasan: group vmalloc code
` [PATCH v9 04/44] s390/kasan: include asm/page.h from asm/kasan.h
` [PATCH v9 05/44] kasan: shadow declarations only for software modes
` [PATCH v9 06/44] kasan: rename (un)poison_shadow to (un)poison_memory

[PATCH] mm: fix build failure with xtensa
 2020-11-10 22:08 UTC  (2+ messages)

[PATCH v1 0/3] mm: memcg: deprecate cgroup v1 non-hierarchical mode
 2020-11-10 22:08 UTC  (4+ messages)
` [PATCH v1 1/3] mm: memcg: deprecate the "
` [PATCH v1 2/3] docs: cgroup-v1: reflect the deprecation of "
` [PATCH v1 3/3] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy

[PATCH 1/2] mm: slub: call account_slab_page() after slab page initialization
 2020-11-10 21:51 UTC  (4+ messages)
` [PATCH 2/2] mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-10 20:30 UTC  (28+ messages)
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
` [PATCH v3 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
` [PATCH v3 08/21] mm/vmemmap: Initialize page table lock for vmemmap
    ` [External] "
` [PATCH v3 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "

[linux-next:master] BUILD REGRESSION 6dd65e60af981e77a6bc142d82138c26fb18c3e9
 2020-11-10 19:53 UTC 

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-11-10 19:50 UTC  (4+ messages)

[PATCH v1] mm/page_alloc: clear pages in alloc_contig_pages() with init_on_alloc=1 or __GFP_ZERO
 2020-11-10 19:32 UTC 

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-11-10 19:13 UTC  (13+ messages)

[PATCH v21 00/19] per memcg lru lock
 2020-11-10 19:06 UTC  (14+ messages)
` [PATCH v21 06/19] mm/rmap: stop store reordering issue on page->mapping
` [PATCH v21 07/19] mm: page_idle_get_page() does not need lru_lock
` [PATCH v21 17/19] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v21 18/19] mm/lru: introduce the relock_page_lruvec function

[PATCH] mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
 2020-11-10 19:03 UTC 

[PATCH] mm: memcg: fix obsolete code comments
 2020-11-10 19:01 UTC  (3+ messages)

[v2 PATCH 0/5] mm: misc migrate cleanup and improvement
 2020-11-10 18:58 UTC  (8+ messages)
` [v2 PATCH 1/5] mm: truncate_complete_page is not existed anymore
` [v2 PATCH 2/5] mm: migrate: simplify the logic for handling permanent failure
` [v2 PATCH 3/5] mm: migrate: skip shared exec THP for NUMA balancing
` [v2 PATCH 4/5] mm: migrate: clean up migrate_prep{_local}
` [v2 PATCH 5/5] mm: migrate: return -ENOSYS if THP migration is unsupported

[PATCH v2] mm: memcg/slab: Fix root memcg vmstats
 2020-11-10 18:57 UTC  (4+ messages)

simplify follow_pte a bit
 2020-11-10 18:42 UTC  (6+ messages)
` [PATCH 1/2] mm: unexport follow_pte_pmd
` [PATCH 2/2] mm: simplify follow_pte{,pmd}

[PATCH] mm: memblock: always inline memblock_alloc
 2020-11-10 18:41 UTC  (2+ messages)

[PATCH v3 00/18] Refactor generic_file_buffered_read
 2020-11-10 18:25 UTC  (27+ messages)
` [PATCH v3 01/18] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH v3 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
` [PATCH v3 03/18] mm/filemap: Convert filemap_get_pages to take a pagevec
` [PATCH v3 04/18] mm/filemap: Use THPs in generic_file_buffered_read
` [PATCH v3 05/18] mm/filemap: Pass a sleep state to put_and_wait_on_page_locked
` [PATCH v3 06/18] mm/filemap: Support readpage splitting a page
` [PATCH v3 07/18] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH v3 08/18] mm/filemap: Don't call ->readpage if IOCB_WAITQ is set
` [PATCH v3 09/18] mm/filemap: Change filemap_read_page calling conventions
` [PATCH v3 10/18] mm/filemap: Change filemap_create_page "
` [PATCH v3 11/18] mm/filemap: Convert filemap_update_page to return an errno
` [PATCH v3 12/18] mm/filemap: Move the iocb checks into filemap_update_page
` [PATCH v3 13/18] mm/filemap: Add filemap_range_uptodate
` [PATCH v3 14/18] mm/filemap: Split filemap_readahead out of filemap_get_pages
` [PATCH v3 15/18] mm/filemap: Restructure filemap_get_pages
` [PATCH v3 16/18] mm/filemap: Don't relock the page after calling readpage
` [PATCH v3 17/18] mm/filemap: Rename generic_file_buffered_read to filemap_read
` [PATCH v3 18/18] mm/filemap: Simplify generic_file_read_iter

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-10 18:24 UTC  (4+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
 2020-11-10 18:18 UTC  (9+ messages)
              ` Duplicated ABI entries - Was: "

[PATCH] mm: memblock: add more debug logs
 2020-11-10 18:16 UTC  (2+ messages)

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-10 18:06 UTC  (12+ messages)
` [PATCH v8 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v8 2/9] mmap: make mlock_future_check() global
` [PATCH v8 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v8 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v8 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v8 6/9] secretmem: add memcg accounting
` [PATCH v8 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v8 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[PATCH] mm: memcg/slab: enable slab memory accounting atomically
 2020-11-10 16:34 UTC  (3+ messages)

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

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

[PATCH] mm/zsmalloc: include sparsemem.h for MAX_PHYSMEM_BITS
 2020-11-10 16:21 UTC  (8+ messages)

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-10 14:53 UTC  (3+ messages)

[PATCH v3 0/9] slab: provide and use krealloc_array()
 2020-11-10 14:48 UTC  (3+ messages)
` [PATCH v3 5/9] pinctrl: "

[drm/i915] fe0f1e3bfd: WARNING:at_drivers/gpu/drm/i915/intel_runtime_pm.h:#gen6_write32[i915]
 2020-11-10 14:42 UTC 

[btrfs] fac2f60d5f: fsmark.files_per_sec 62.6% improvement
 2020-11-10 14:08 UTC  (2+ messages)

[PATCH for-rc v1] IB/hfi1: Move cached value of mm into handler
 2020-11-10 13:45 UTC  (4+ messages)

[linux-next:master 3897/4551] arch/powerpc/mm/mem.c:91:12: warning: no previous prototype for function 'create_section_mapping'
 2020-11-10 12:00 UTC 

[PATCH v2 2/2] mm: prevent gup_fast from racing with COW during fork
 2020-11-10 11:53 UTC  (11+ messages)

[PATCH v7 0/4] arch, mm: improve robustness of direct map manipulation
 2020-11-10 10:02 UTC  (6+ messages)
` [PATCH v7 1/4] mm: introduce debug_pagealloc_{map,unmap}_pages() helpers
` [PATCH v7 2/4] PM: hibernate: make direct map manipulations more explicit
` [PATCH v7 3/4] arch, mm: restore dependency of __kernel_map_pages() on DEBUG_PAGEALLOC
` [PATCH v7 4/4] arch, mm: make kernel_page_present() always available

[PATCH RFC PKS/PMEM 00/58] PMEM: Introduce stray write protection for PMEM
 2020-11-10  8:48 UTC  (5+ messages)
` [PATCH RFC PKS/PMEM 05/58] kmap: Introduce k[un]map_thread

[PATCH v5 0/4] HWpoison: further fixes and cleanups
 2020-11-10  6:21 UTC  (2+ messages)

[PATCH -V3 0/2] autonuma: Migrate on fault among multiple bound nodes
 2020-11-10  5:59 UTC  (3+ messages)
` [PATCH -V3 1/2] mempolicy: Rename MPOL_F_MORON to MPOL_F_MOPRON
` [PATCH -V3 2/2] autonuma: Migrate on fault among multiple bound nodes

[linux-next:master 3872/4770] drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c:482:5: warning: no previous prototype for 'amdgpu_info_ioctl'
 2020-11-10  5:15 UTC  (7+ messages)
` [PATCH 0/1] Fix missing prototype warning in amdgpu
  ` [PATCH 1/1] drm/amdgpu: Fix missing prototype warning

[PATCH AUTOSEL 5.9 29/55] ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline
 2020-11-10  3:52 UTC 

[PATCH v2] mm: memcg/slab: Fix return child memcg objcg for root memcg
 2020-11-10  3:19 UTC  (3+ messages)
` [PATCH v2] mm: memcg/slab: Fix use after free in obj_cgroup_charge

[PATCH 0/5] Fix some bugs in memcg/slab
 2020-11-10  2:57 UTC  (8+ messages)
` [PATCH 4/5] mm: memcg/slab: Fix root memcg vmstats
    ` [External] "

[linux-next:master 4015/4770] drivers/gpu/drm/drm_edid.o: warning: objtool: do_cvt_mode()+0x153: sibling call from callable instruction with modified stack frame
 2020-11-10  1:56 UTC 

[PATCH v3 0/6] mm/hmm/nouveau: add THP migration to migrate_vma_*
 2020-11-09 21:34 UTC  (6+ messages)
` [PATCH v3 3/6] mm: support THP migration to device private memory

[PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM
 2020-11-09 20:19 UTC  (11+ messages)

[PATCH v40 21/24] x86/sgx: Add a page reclaimer
 2020-11-09 19:59 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2ad4382198191b634e69a370d041928484ef0bf8
 2020-11-09 19:28 UTC 

[PATCH] mm/memcg: remove unused definitions
 2020-11-09 18:20 UTC 

[PATCH v2] mm/memcontrol:rewrite mem_cgroup_page_lruvec()
 2020-11-09 18:00 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).