linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-07-04 20:30 UTC  (21+ messages)
` [PATCH v4 43/45] namei: initialize parameters passed to step_into()
` [PATCH v4 44/45] mm: fs: initialize fsdata passed to write_begin/write_end interface

[PATCH v2] selftests/vm: fix errno handling in mrelease_test
 2022-07-04 17:33 UTC 

[PATCH] selftests/vm: fix errno handling in mrelease_test
 2022-07-04 17:26 UTC 

[PATCH 00/14] arch: make PxD_ORDER generically available
 2022-07-04 17:22 UTC  (31+ messages)
` [PATCH 01/14] csky: drop definition of PTE_ORDER
` [PATCH 02/14] csky: drop definition of PGD_ORDER
` [PATCH 03/14] mips: Rename PMD_ORDER to PMD_TABLE_ORDER
` [PATCH 04/14] mips: Rename PUD_ORDER to PUD_TABLE_ORDER
` [PATCH 05/14] mips: drop definitions of PTE_ORDER
` [PATCH 06/14] mips: Rename PGD_ORDER to PGD_TABLE_ORDER
` [PATCH 07/14] nios2: drop definition of PTE_ORDER
` [PATCH 08/14] nios2: drop definition of PGD_ORDER
` [PATCH 09/14] loongarch: drop definition of PTE_ORDER
` [PATCH 10/14] loongarch: drop definition of PMD_ORDER
` [PATCH 11/14] loongarch: drop definition of PUD_ORDER
` [PATCH 12/14] loongarch: drop definition of PGD_ORDER
` [PATCH 13/14] parisc: Rename PGD_ORDER to PGD_TABLE_ORDER
` [PATCH 14/14] xtensa: drop definition of PGD_ORDER
` [PATCH 15/14] arm: Rename PMD_ORDER to PMD_BITS

[PATCH v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-04 17:09 UTC  (12+ messages)

[PATCH v5 1/4] memblock tests: Makefile: add arguments to control verbosity
 2022-07-04 17:04 UTC  (5+ messages)
` [PATCH v5 2/4] memblock tests: add verbose output to memblock tests
` [PATCH v5 3/4] memblock tests: set memblock_debug to enable memblock_dbg() messages
` [PATCH v5 4/4] memblock tests: remove completed TODO items
` [PATCH v5 0/4] memblock tests: add VERBOSE and MEMBLOCK_DEBUG Makefile options

[PATCH v5 00/7] Drain remote per-cpu directly
 2022-07-04 16:33 UTC  (12+ messages)
` [PATCH 5/7] mm/page_alloc: Protect PCP lists with a spinlock
` [PATCH 6/7] mm/page_alloc: Remotely drain per-cpu lists
` [PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock

[PATCH] secretmem: drop unneeded initialization in secretmem_file_create()
 2022-07-04 16:30 UTC  (3+ messages)

[PATCH bpf-next 0/5] bpf: BPF specific memory allocator
 2022-07-04 16:13 UTC  (8+ messages)

[PATCH] mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
 2022-07-04 15:30 UTC  (8+ messages)

[PATCH v5 0/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c
 2022-07-04 15:23 UTC  (3+ messages)
` [PATCH v5 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
` [PATCH v5 2/2] btrfs: Replace kmap() with kmap_local_page() in zstd.c

[PATCH v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-07-04 15:08 UTC  (8+ messages)
` [PATCH v7 01/21] lib/scatterlist: add flag for indicating P2PDMA segments in an SGL
` [PATCH v7 16/21] block: add check when merging zone device pages

[PATCH v8 00/12] mm/demotion: Memory tiers and demotion
 2022-07-04 15:00 UTC  (14+ messages)
` [PATCH v8 01/12] mm/demotion: Add support for explicit memory tiers
` [PATCH v8 02/12] mm/demotion: Move memory demotion related code
` [PATCH v8 03/12] mm/demotion/dax/kmem: Set node's memory tier to MEMORY_TIER_PMEM
` [PATCH v8 04/12] mm/demotion: Add hotplug callbacks to handle new numa node onlined
` [PATCH v8 05/12] mm/demotion: Build demotion targets based on explicit memory tiers
` [PATCH v8 06/12] mm/demotion: Expose memory tier details via sysfs
` [PATCH v8 07/12] mm/demotion: Add per node memory tier attribute to sysfs
` [PATCH v8 08/12] mm/demotion: Add pg_data_t member to track node memory tier details
` [PATCH v8 09/12] mm/demotion: Demote pages according to allocation fallback order
` [PATCH v8 10/12] mm/demotion: Update node_is_toptier to work with memory tiers
` [PATCH v8 11/12] mm/demotion: Add documentation for memory tiering
` [PATCH v8 12/12] mm/demotion: Add sysfs ABI documentation

[PATCH v9 0/9] x86: Show in sysfs if a memory node is able to do encryption
 2022-07-04 14:34 UTC  (11+ messages)
` [PATCH v9 1/9] mm/memblock: Tag memblocks with crypto capabilities
` [PATCH v9 2/9] mm/mmzone: Tag pg_data_t "
` [PATCH v9 3/9] x86/e820: Add infrastructure to refactor e820__range_{update,remove}
` [PATCH v9 4/9] x86/e820: Refactor __e820__range_update
` [PATCH v9 5/9] x86/e820: Refactor e820__range_remove
` [PATCH v9 6/9] x86/e820: Tag e820_entry with crypto capabilities
` [PATCH v9 7/9] x86/e820: Add unit tests for e820_range_* functions
` [PATCH v9 8/9] x86/efi: Mark e820_entries as crypto capable from EFI memmap
` [PATCH v9 9/9] drivers/node: Show in sysfs node's crypto capabilities

[PATCH v3 00/16] A few cleanup patches for huge_memory
 2022-07-04 13:55 UTC  (21+ messages)
` [PATCH v3 01/16] mm/huge_memory: use flush_pmd_tlb_range in move_huge_pmd
` [PATCH v3 02/16] mm/huge_memory: access vm_page_prot with READ_ONCE in remove_migration_pmd
` [PATCH v3 03/16] mm/huge_memory: fix comment of __pud_trans_huge_lock
` [PATCH v3 04/16] mm/huge_memory: use helper touch_pud in huge_pud_set_accessed
` [PATCH v3 05/16] mm/huge_memory: use helper touch_pmd in huge_pmd_set_accessed
` [PATCH v3 06/16] mm/huge_memory: rename mmun_start to haddr in remove_migration_pmd
` [PATCH v3 07/16] mm/huge_memory: use helper function vma_lookup in split_huge_pages_pid
` [PATCH v3 08/16] mm/huge_memory: use helper macro __ATTR_RW
` [PATCH v3 09/16] mm/huge_memory: fix comment in zap_huge_pud
` [PATCH v3 10/16] mm/huge_memory: check pmd_present first in is_huge_zero_pmd
` [PATCH v3 11/16] mm/huge_memory: try to free subpage in swapcache when possible
` [PATCH v3 12/16] mm/huge_memory: minor cleanup for split_huge_pages_all
` [PATCH v3 13/16] mm/huge_memory: fix comment of page_deferred_list
` [PATCH v3 14/16] mm/huge_memory: correct comment of prep_transhuge_page
` [PATCH v3 15/16] mm/huge_memory: comment the subtly logic in __split_huge_pmd
` [PATCH v3 16/16] mm/huge_memory: use helper macro IS_ERR_OR_NULL in split_huge_pages_pid

[PATCHv3 0/8] Linear Address Masking enabling
 2022-07-04 13:43 UTC  (8+ messages)
` [PATCHv3 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR

[PATCH] selftests/vm: skip 128TBswitch on unsupported arch
 2022-07-04 12:38 UTC 

[PATCH V4 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-04 12:18 UTC  (6+ messages)
` [PATCH V4 1/4] MIPS&LoongArch: Adjust prototypes of p?d_init()
` [PATCH V4 2/4] LoongArch: Add sparse memory vmemmap support
` [PATCH V4 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()
` [PATCH V4 4/4] LoongArch: Enable ARCH_WANT_HUGETLB_PAGE_OPTIMIZE_VMEMMAP

Greetings From Marc Denzel
 2022-07-04 12:07 UTC 

[PATCH -next] mm/mprotect: Remove the redundant initialization for error
 2022-07-04 11:41 UTC 

[PATCH 0/2] s390: Autoload uvdevice module based on CPU feature
 2022-07-04 11:35 UTC  (5+ messages)
` [PATCH 1/2] s390/hwcaps: Add HWCAP_UV

[linux-next:pending-fixes] BUILD SUCCESS 0346159fcae82dd947f903cfb811c5926f498ff0
 2022-07-04 11:10 UTC 

[PATCH] mm: fix missing wake-up event for FSDAX pages
 2022-07-04 10:56 UTC  (3+ messages)

[PATCH V3 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-07-04 10:29 UTC  (4+ messages)
` [PATCH V3 3/4] mm/sparse-vmemmap: Generalise vmemmap_populate_hugepages()

[PATCH v1] mm/slub: enable debugging memory wasting of kmalloc
 2022-07-04 10:05 UTC  (6+ messages)

[PATCH linux-next] mm/madvise: allow KSM hints for process_madvise
 2022-07-04  9:35 UTC  (16+ messages)

[PATCH] kasan: separate double free case from invalid free
 2022-07-04  7:46 UTC  (3+ messages)

[akpm-mm:mm-unstable 245/249] mm/memory-failure.c:1896:20: error: conflicting types for 'free_raw_hwp_pages'; have 'void(struct page *, bool)' {aka 'void(struct page *, _Bool)'}
 2022-07-04  7:37 UTC 

[PATCHv7 00/14] mm, x86/cc: Implement support for unaccepted memory
 2022-07-04  7:18 UTC  (9+ messages)
` [PATCHv7 11/14] x86: Disable kexec if system has "

[akpm-mm:mm-unstable 244/249] mm/memory-failure.c:1679:59: error: 'SUBPAGE_INDEX_HWPOISON' undeclared
 2022-07-04  7:03 UTC  (2+ messages)

[PATCH v2] mm/add_pages: Move Kconfig variable to mm/Kconfig
 2022-07-04  6:41 UTC 

[akpm-mm:mm-unstable 102/232] mm/mmap.c:1094:9: error: 'area' undeclared
 2022-07-04  5:17 UTC  (2+ messages)

[akpm-mm:mm-unstable 102/232] mm/mmap.c:1094:2: error: use of undeclared identifier 'area'
 2022-07-04  4:04 UTC 

[akpm-mm:mm-unstable 102/232] mm/mmap.c:1084:14: warning: unused variable 'merge_next'
 2022-07-04  3:53 UTC 

[mm-unstable PATCH v4 0/9] mm, hwpoison: enable 1GB hugepage support (v4)
 2022-07-04  2:04 UTC  (12+ messages)
` [mm-unstable PATCH v4 1/9] mm/hugetlb: check gigantic_page_runtime_supported() in return_unused_surplus_pages()
` [mm-unstable PATCH v4 2/9] mm/hugetlb: separate path for hwpoison entry in copy_hugetlb_page_range()
` [mm-unstable PATCH v4 3/9] mm/hugetlb: make pud_huge() and follow_huge_pud() aware of non-present pud entry
` [mm-unstable PATCH v4 4/9] mm, hwpoison, hugetlb: support saving mechanism of raw error pages
` [mm-unstable PATCH v4 5/9] mm, hwpoison: make unpoison aware of raw error info in hwpoisoned hugepage
` [mm-unstable PATCH v4 6/9] mm, hwpoison: set PG_hwpoison for busy hugetlb pages
` [mm-unstable PATCH v4 7/9] mm, hwpoison: make __page_handle_poison returns int
` [mm-unstable PATCH v4 8/9] mm, hwpoison: skip raw hwpoison page in freeing 1GB hugepage
` [mm-unstable PATCH v4 9/9] mm, hwpoison: enable memory error handling on "

[linux-next:master 5126/7282] arch/arm/kernel/crash_dump.c:33:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-07-04  1:20 UTC 

[PATCH v6 00/11] Use obj_cgroup APIs to charge the LRU pages
 2022-07-03 23:23 UTC  (2+ messages)

[mm-unstable v5 PATCH 0/7] Cleanup transhuge_xxx helpers
 2022-07-03 23:14 UTC  (2+ messages)

[net] 4890b686f4: netperf.Throughput_Mbps -69.4% regression
 2022-07-03 22:55 UTC  (11+ messages)

[PATCH v1 00/14] Add support for shared PTEs across processes
 2022-07-03 20:54 UTC  (5+ messages)
` [PATCH v1 09/14] mm/mshare: Do not free PTEs for mshare'd PTEs

[PATCH 7/7] mm/page_alloc: Replace local_lock with normal spinlock
 2022-07-03 20:22 UTC  (3+ messages)
` [mm/page_alloc] 2bd8eec68f: BUG:sleeping_function_called_from_invalid_context_at_mm/gup.c

[RFC PATCH v3 0/3] Add PUD and kernel PTE level pagetable account
 2022-07-03 15:07 UTC  (17+ messages)
` [RFC PATCH v3 1/3] mm: Factor out the pagetable pages account into new helper function
` [RFC PATCH v3 2/3] mm: Add PUD level pagetable account

[PATCH 0/5] mm: Pass pointers to page accessors
 2022-07-03 13:28 UTC  (3+ messages)

[RFC PATCH] mm, pmem, xfs: Introduce MF_MEM_REMOVE for unbind
 2022-07-03 13:08 UTC  (2+ messages)
` [RFC PATCH v4] "

[PATCH v2] mm: honor FGP_NOWAIT for page cache page allocation
 2022-07-03 12:51 UTC  (3+ messages)

[PATCH v2] iommu/iova: change IOVA_MAG_SIZE to 127 to save memory
 2022-07-03 11:44 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox