Linux-mm Archive mirror
 help / color / mirror / Atom feed
 messages from 2022-07-01 14:24:05 to 2022-07-04 07:17:58 UTC [more...]

[PATCH v8 00/12] mm/demotion: Memory tiers and demotion
 2022-07-04  7:06 UTC  (10+ 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 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 12/12] mm/demotion: Add sysfs ABI documentation

[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 linux-next] mm/madvise: allow KSM hints for process_madvise
 2022-07-04  6:48 UTC  (11+ messages)

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

[PATCH 00/14] arch: make PxD_ORDER generically available
 2022-07-04  6:37 UTC  (26+ 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 v7 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-07-04  6:07 UTC  (6+ messages)
` [PATCH v7 16/21] block: add check when merging zone device pages

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

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

[PATCH v5 1/4] memblock tests: Makefile: add arguments to control verbosity
 2022-07-04  4:06 UTC  (4+ 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

[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 

[PATCH v4 00/45] Add KernelMemorySanitizer infrastructure
 2022-07-04  2:52 UTC  (35+ messages)
` [PATCH v4 11/45] kmsan: add KMSAN runtime core
` [PATCH v4 17/45] init: kmsan: call KMSAN initialization routines
` [PATCH v4 18/45] instrumented.h: add KMSAN support
` [PATCH v4 19/45] kmsan: unpoison @tlb in arch_tlb_gather_mmu()
` [PATCH v4 20/45] kmsan: add iomap support
` [PATCH v4 21/45] Input: libps2: mark data received in __ps2_command() as initialized
` [PATCH v4 22/45] dma: kmsan: unpoison DMA mappings
` [PATCH v4 23/45] virtio: kmsan: check/unpoison scatterlist in vring_map_one_sg()
` [PATCH v4 24/45] kmsan: handle memory sent to/from USB
` [PATCH v4 25/45] kmsan: add tests for KMSAN
` [PATCH v4 26/45] kmsan: disable strscpy() optimization under KMSAN
` [PATCH v4 27/45] crypto: kmsan: disable accelerated configs "
` [PATCH v4 28/45] kmsan: disable physical page merging in biovec
` [PATCH v4 29/45] block: kmsan: skip bio block merging logic for KMSAN
` [PATCH v4 30/45] kcov: kmsan: unpoison area->list in kcov_remote_area_put()
` [PATCH v4 31/45] security: kmsan: fix interoperability with auto-initialization
` [PATCH v4 32/45] objtool: kmsan: list KMSAN API functions as uaccess-safe
` [PATCH v4 33/45] x86: kmsan: disable instrumentation of unsupported code
` [PATCH v4 34/45] x86: kmsan: skip shadow checks in __switch_to()
` [PATCH v4 35/45] x86: kmsan: handle open-coded assembly in lib/iomem.c
` [PATCH v4 36/45] x86: kmsan: use __msan_ string functions where possible
` [PATCH v4 37/45] x86: kmsan: sync metadata pages on page fault
` [PATCH v4 38/45] x86: kasan: kmsan: support CONFIG_GENERIC_CSUM on x86, enable it for KASAN/KMSAN
` [PATCH v4 39/45] x86: fs: kmsan: disable CONFIG_DCACHE_WORD_ACCESS
` [PATCH v4 40/45] x86: kmsan: don't instrument stack walking functions
` [PATCH v4 41/45] entry: kmsan: introduce kmsan_unpoison_entry_regs()
` [PATCH v4 42/45] bpf: kmsan: initialize BPF registers with zeroes
` [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 v4 45/45] x86: kmsan: enable KMSAN builds for x86

[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 v5 00/7] Drain remote per-cpu directly
 2022-07-03 23:35 UTC  (4+ messages)

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

[PATCH] kasan: separate double free case from invalid free
 2022-07-03 23:15 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  (14+ messages)

[PATCH] mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
 2022-07-03 22:50 UTC  (5+ 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  (4+ messages)

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

[mm] f6a6cf9d13: kernel_BUG_at_arch/x86/mm/physaddr.c
 2022-07-03  9:16 UTC 

[mtd] ad9b10d1ea: BUG:kernel_NULL_pointer_dereference,address
 2022-07-03  8:28 UTC 

[linux-next:master 4541/7282] htmldocs: Documentation/virt/kvm/api.rst:8210: WARNING: Title underline too short
 2022-07-03  6:16 UTC 

[PATCHv3 0/8] Linear Address Masking enabling
 2022-07-02 23:55 UTC  (7+ messages)
` [PATCHv3 6/8] x86/mm: Provide ARCH_GET_UNTAG_MASK and ARCH_ENABLE_TAGGED_ADDR

[PATCH 0/8] lib: cleanup bitmap-related headers
 2022-07-02 22:06 UTC  (12+ messages)
` [PATCH 1/8] arm: align find_bit declarations with generic kernel
` [PATCH 3/8] lib/bitmap: change type of bitmap_weight to unsigned int
` [PATCH 5/8] lib/cpumask: change return types to unsigned where appropriate
` [PATCH 7/8] mm: split include/linux/gfp.h

[akpm-mm:mm-unstable 321/323] include/linux/pgtable.h:1713:10: error: redefinition of 'vm_get_page_prot'
 2022-07-02 20:59 UTC  (2+ messages)

[akpm-mm:mm-unstable 302/323] arch/x86/mm/pgprot.c:26:6: warning: no previous prototype for 'add_encrypt_protection_map'
 2022-07-02 20:26 UTC  (2+ messages)

[syzbot] INFO: task hung in do_read_cache_folio
 2022-07-02 20:05 UTC  (2+ messages)

[PATCH v4] arm64: mm: fix linear mem mapping access performance degradation
 2022-07-02 15:57 UTC 

[RFC PATCH bpf-next 00/10] bpf, mm: Recharge pages when reuse bpf map
 2022-07-02 15:33 UTC  (8+ messages)

[PATCH v4 04/45] x86: asm: instrument usercopy in get_user() and __put_user_size()
 2022-07-02 13:09 UTC  (4+ messages)

[linux-next:master 3548/7282] htmldocs: Documentation/driver-api/80211/mac80211:32: include/net/mac80211.h:4036: WARNING: Inline strong start-string without end-string
 2022-07-02 12:48 UTC 

[PATCH v3] arm64: mm: fix linear mapping mem access performance degradation
 2022-07-02 10:48 UTC  (7+ messages)

[akpm-mm:mm-unstable 302/323] arch/x86/mm/pgprot.c:26:6: warning: no previous prototype for 'add_encrypt_protection_map'
 2022-07-02  8:32 UTC 

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

[linux-next:master 4541/7282] htmldocs: Documentation/virt/kvm/api.rst:8217: WARNING: Unexpected indentation
 2022-07-02  7:40 UTC  (2+ messages)

[PATCH v7 00/14] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-07-02  4:25 UTC  (6+ messages)
` [PATCH v7 01/14] mm: rename is_pinnable_pages to is_pinnable_longterm_pages

[PATCH v2 0/9] Add support for shared PTEs across processes
 2022-07-02  4:24 UTC  (16+ messages)
` [PATCH v2 1/9] mm: Add msharefs filesystem
` [PATCH v2 2/9] mm/mshare: pre-populate msharefs with information file
` [PATCH v2 3/9] mm/mshare: make msharefs writable and support directories
` [PATCH v2 7/9] mm/mshare: Add unlink and munmap support

[PATCH] mm: honor FGP_NOWAIT for page cache page allocation
 2022-07-02  1:56 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 6cc11d2a1759275b856e464265823d94aabd5eaf
 2022-07-02  1:03 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c4185b16aba73929aa76f0d030efbe79ae867808
 2022-07-02  0:58 UTC 

[PATCH v3] mm: vmpressure: don't count proactive reclaim in vmpressure
 2022-07-01 23:09 UTC  (2+ messages)

[PATCH] mm/mmap.c: Fix typo and space mistake
 2022-07-01 23:05 UTC  (2+ messages)

[PATCH] exec: Fix a spelling mistake
 2022-07-01 22:07 UTC  (2+ messages)

[PATCH v7 00/15] io-uring/xfs: support async buffered writes
 2022-07-01 18:14 UTC  (8+ messages)
` [PATCH v7 15/15] xfs: Add async buffered write support

Multi-page folio issues in 5.19-rc4 (was [PATCH v3 25/25] xfs: Support large folios)
 2022-07-01 18:03 UTC  (10+ messages)

[PATCH v4 4/4] selftest: Taint kernel when test module loaded
 2022-07-01 17:37 UTC  (2+ messages)

[RESEND PATCH v4 1/2] highmem: Make __kunmap_{local,atomic}() take "const void *"
 2022-07-01 17:08 UTC  (2+ messages)

[PATCH v12 00/46] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-07-01 16:51 UTC  (11+ messages)
` [PATCH v12 19/46] x86/kernel: Make the .bss..decrypted section shared in RMP table

[PATCH v6] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-07-01 16:41 UTC  (2+ messages)

[PATCH v5] selftests/vm: Only run 128TBswitch with 5-level paging
 2022-07-01 16:32 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).