linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-14 17:04:09 to 2020-05-15 23:15:48 UTC [more...]

[PATCH] mm/hmm/test: destroy xa_array instead of looping
 2020-05-15 23:15 UTC  (2+ messages)

[PATCH v10 00/26] Control-flow Enforcement: Shadow Stack
 2020-05-15 22:43 UTC  (8+ messages)
` [PATCH v10 01/26] Documentation/x86: Add CET description

[PATCH] swap: Add percpu cluster_next to reduce lock contention on swap cache
 2020-05-15 22:19 UTC  (2+ messages)

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-15 22:15 UTC  (5+ messages)

[PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()
 2020-05-15 22:12 UTC  (14+ messages)

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-05-15 22:01 UTC  (6+ messages)
` [PATCH v3 06/19] mm: memcg/slab: obj_cgroup API

[PATCH v2 00/12] mm: consolidate definitions of page table accessors
 2020-05-15 21:12 UTC  (14+ messages)
` [PATCH v2 01/12] mm: don't include asm/pgtable.h if linux/mm.h is already included
` [PATCH v2 02/12] mm: introduce include/linux/pgtable.h
` [PATCH v2 03/12] mm: reorder includes after introduction of linux/pgtable.h
` [PATCH v2 04/12] csky: replace definitions of __pXd_offset() with pXd_index()
` [PATCH v2 05/12] m68k/mm/motorola: move comment about page table allocation funcitons
` [PATCH v2 06/12] m68k/mm: move {cache,nocahe}_page() definitions close to their user
` [PATCH v2 07/12] x86/mm: simplify init_trampoline() and surrounding logic
` [PATCH v2 08/12] mm: pgtable: add shortcuts for accessing kernel PMD and PTE
` [PATCH v2 09/12] mm: consolidate pte_index() and pte_offset_*() definitions
` [PATCH v2 10/12] mm: consolidate pmd_index() and pmd_offset() definitions
` [PATCH v2 11/12] mm: consolidate pud_index() and pud_offset() definitions
` [PATCH v2 12/12] mm: consolidate pgd_index() and pgd_offset{_k}() definitions

[PATCH 1/3] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-15 20:40 UTC  (4+ messages)
` [PATCH 2/3] mm/memory.c: Update local TLB if PTE entry exists
` [PATCH 3/3] mm/memory.c: Add memory read privilege before filling PTE entry

[PATCH mm v3 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-15 20:20 UTC  (4+ messages)
` [PATCH mm v3 1/3] mm: prepare for swap over-high accounting and penalty calculation
` [PATCH mm v3 2/3] mm: move penalty delay clamping out of calculate_high_delay()
` [PATCH mm v3 3/3] mm: automatically penalize tasks with high swap use

[PATCH v3 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-15 20:01 UTC  (10+ messages)
` [PATCH v3 1/7] mm: Add functions to track page directory modifications
` [PATCH v3 2/7] mm/vmalloc: Track which page-table levels were modified
` [PATCH v3 3/7] mm/ioremap: "
` [PATCH v3 4/7] x86/mm/64: Implement arch_sync_kernel_mappings()
` [PATCH v3 5/7] x86/mm/32: "
` [PATCH v3 6/7] mm: Remove vmalloc_sync_(un)mappings()
` [PATCH v3 7/7] x86/mm: Remove vmalloc faulting

drivers/scsi/ncr53c8xx.c:5306:9: sparse: sparse: cast truncates bits from constant value (58f becomes 8f)
 2020-05-15 19:00 UTC  (2+ messages)

[PATCH v5] hugetlbfs: Get unmapped area below TASK_UNMAPPED_BASE for hugetlbfs
 2020-05-15 18:44 UTC  (2+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-15 18:40 UTC  (3+ messages)
` [PATCH v4 03/14] arm64: add support for folded p4d page tables

[PATCH 11/14] docs: move other kAPI documents to core-api
 2020-05-15 18:10 UTC  (2+ messages)

[PATCH] memcg: expose root cgroup's memory.stat
 2020-05-15 18:09 UTC  (10+ messages)

[PATCH v4] mm: Proactive compaction
 2020-05-15 18:01 UTC  (2+ messages)

[PATCH] Documentation: update numastat explanation
 2020-05-15 17:37 UTC  (2+ messages)

[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
 2020-05-15 17:31 UTC  (13+ messages)
      ` [PATCH v2] "

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-15 17:16 UTC  (27+ messages)
` [PATCH v4 01/26] arm64: mte: system register definitions
` [PATCH v4 02/26] arm64: mte: CPU feature detection and initial sysreg configuration
` [PATCH v4 03/26] arm64: mte: Use Normal Tagged attributes for the linear map
` [PATCH v4 04/26] arm64: mte: Add specific SIGSEGV codes
` [PATCH v4 05/26] arm64: mte: Handle synchronous and asynchronous tag check faults
` [PATCH v4 06/26] mm: Add PG_ARCH_2 page flag
` [PATCH v4 07/26] arm64: mte: Clear the tags when a page is mapped in user-space with PROT_MTE
` [PATCH v4 08/26] arm64: mte: Tags-aware copy_page() implementation
` [PATCH v4 09/26] arm64: mte: Tags-aware aware memcmp_pages() implementation
` [PATCH v4 10/26] mm: Introduce arch_calc_vm_flag_bits()
` [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()
` [PATCH v4 12/26] mm: Introduce arch_validate_flags()
` [PATCH v4 13/26] arm64: mte: Validate the PROT_MTE request via arch_validate_flags()
` [PATCH v4 14/26] mm: Allow arm64 mmap(PROT_MTE) on RAM-based files
` [PATCH v4 15/26] arm64: mte: Allow user control of the tag check mode via prctl()
` [PATCH v4 16/26] arm64: mte: Allow user control of the generated random tags "
` [PATCH v4 17/26] arm64: mte: Restore the GCR_EL1 register after a suspend
` [PATCH v4 18/26] arm64: mte: Add PTRACE_{PEEK,POKE}MTETAGS support
` [PATCH v4 19/26] fs: Handle intra-page faults in copy_mount_options()
` [PATCH v4 20/26] mm: Add arch hooks for saving/restoring tags
` [PATCH v4 21/26] arm64: mte: Enable swap of tagged pages
` [PATCH v4 22/26] arm64: mte: Save tags when hibernating
` [PATCH v4 23/26] arm64: mte: Check the DT memory nodes for MTE support
` [PATCH v4 24/26] arm64: mte: Introduce early param to disable "
` [PATCH v4 25/26] arm64: mte: Kconfig entry
` [PATCH v4 26/26] arm64: mte: Add Memory Tagging Extension documentation

Maintainers / Kernel Summit 2020 planning kick-off
 2020-05-15 16:39 UTC 

[PATCH v3 0/5] support setting sysctl parameters from kernel command line
 2020-05-15 16:02 UTC  (9+ messages)
` [PATCH v3 5/5] lib/test_sysctl: support testing of sysctl. boot parameter

sort out the flush_icache_range mess v2
 2020-05-15 14:36 UTC  (30+ messages)
` [PATCH 01/29] arm: fix the flush_icache_range arguments in set_fiq_handler
` [PATCH 02/29] nds32: unexport flush_icache_page
` [PATCH 03/29] powerpc: unexport flush_icache_user_range
` [PATCH 04/29] unicore32: remove flush_cache_user_range
` [PATCH 05/29] asm-generic: fix the inclusion guards for cacheflush.h
` [PATCH 06/29] asm-generic: don't include <linux/mm.h> in cacheflush.h
` [PATCH 07/29] asm-generic: improve the flush_dcache_page stub
` [PATCH 08/29] alpha: use asm-generic/cacheflush.h
` [PATCH 09/29] arm64: "
` [PATCH 10/29] c6x: "
` [PATCH 11/29] hexagon: "
` [PATCH 12/29] ia64: "
` [PATCH 13/29] microblaze: "
` [PATCH 14/29] m68knommu: "
` [PATCH 15/29] openrisc: "
` [PATCH 16/29] powerpc: "
` [PATCH 17/29] riscv: "
` [PATCH 18/29] arm,sparc,unicore32: remove flush_icache_user_range
` [PATCH 19/29] mm: rename flush_icache_user_range to flush_icache_user_page
` [PATCH 20/29] asm-generic: add a flush_icache_user_range stub
` [PATCH 21/29] sh: implement flush_icache_user_range
` [PATCH 22/29] xtensa: "
` [PATCH 23/29] arm: rename flush_cache_user_range to flush_icache_user_range
` [PATCH 24/29] m68k: implement flush_icache_user_range
` [PATCH 25/29] exec: only build read_code when needed
` [PATCH 26/29] exec: use flush_icache_user_range in read_code
` [PATCH 27/29] binfmt_flat: use flush_icache_user_range
` [PATCH 28/29] nommu: use flush_icache_user_range in brk and mmap
` [PATCH 29/29] module: move the set_fs hack for flush_icache_range to m68k

mm/memory.c: Add update local tlb for smp race
 2020-05-15 13:50 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 662b55c6e1a2c852247de024e791fc65db62e0ef
 2020-05-15 13:49 UTC 

[PATCH v4 00/36] Large pages in the page cache
 2020-05-15 13:39 UTC  (39+ messages)
` [PATCH v4 01/36] mm: Move PageDoubleMap bit
` [PATCH v4 02/36] mm: Simplify PageDoubleMap with PF_SECOND policy
` [PATCH v4 03/36] mm: Allow hpages to be arbitrary order
` [PATCH v4 04/36] mm: Introduce thp_size
` [PATCH v4 05/36] mm: Introduce thp_order
` [PATCH v4 06/36] mm: Introduce offset_in_thp
` [PATCH v4 07/36] fs: Add a filesystem flag for large pages
` [PATCH v4 08/36] fs: Do not update nr_thps for large page mappings
` [PATCH v4 09/36] fs: Introduce i_blocks_per_page
` [PATCH v4 10/36] fs: Make page_mkwrite_check_truncate thp-aware
` [PATCH v4 11/36] fs: Support THPs in zero_user_segments
` [PATCH v4 12/36] bio: Add bio_for_each_thp_segment_all
` [PATCH v4 13/36] iomap: Support arbitrarily many blocks per page
` [PATCH v4 14/36] iomap: Support large pages in iomap_adjust_read_range
` [PATCH v4 15/36] iomap: Support large pages in read paths
` [PATCH v4 16/36] iomap: Support large pages in write paths
` [PATCH v4 17/36] iomap: Inline data shouldn't see large pages
` [PATCH v4 18/36] iomap: Handle tail pages in iomap_page_mkwrite
` [PATCH v4 19/36] xfs: Support large pages
` [PATCH v4 20/36] mm: Make prep_transhuge_page return its argument
` [PATCH v4 21/36] mm: Add __page_cache_alloc_order
` [PATCH v4 22/36] mm: Allow large pages to be added to the page cache
` [PATCH v4 23/36] mm: Allow large pages to be removed from "
` [PATCH v4 24/36] mm: Remove page fault assumption of compound page size
` [PATCH v4 25/36] mm: Fix total_mapcount assumption of "
` [PATCH v4 26/36] mm: Avoid splitting large pages
` [PATCH v4 27/36] mm: Fix truncation for pages of arbitrary size
` [PATCH v4 28/36] mm: Support storing shadow entries for large pages
` [PATCH v4 29/36] mm: Support retrieving tail pages from the page cache
` [PATCH v4 30/36] mm: Support tail pages in wait_for_stable_page
` [PATCH v4 31/36] mm: Add DEFINE_READAHEAD
` [PATCH v4 32/36] mm: Make page_cache_readahead_unbounded take a readahead_control
` [PATCH v4 33/36] mm: Make __do_page_cache_readahead "
` [PATCH v4 34/36] mm: Allow PageReadahead to be set on head pages
` [PATCH v4 35/36] mm: Add large page readahead
` [PATCH v4 36/36] mm: Align THP mappings for non-DAX

[linux-next:master 8047/8703] ld.lld: error: undefined symbol: __compiletime_assert_457
 2020-05-15 13:36 UTC  (2+ messages)

[PATCH v2 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-15 13:03 UTC  (3+ messages)

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-15 13:01 UTC  (15+ messages)
` [PATCH 1/3] proc/meminfo: avoid open coded reading of vm_committed_as
` [PATCH 2/3] mm/util.c: make vm_memory_committed() more accurate
` [PATCH 3/3] mm: adjust vm_committed_as_batch according to vm overcommit policy

[PATCH v3 00/23] arm64: Memory Tagging Extension user-space support
 2020-05-15 12:53 UTC  (14+ messages)
` [PATCH v3 23/23] arm64: mte: Add Memory Tagging Extension documentation

[PATCH/RFC] MM: fix writeback for NFS
 2020-05-15 11:10 UTC  (13+ messages)
` Writeback fixes "
  ` Writeback fixes for NFS - V2
    ` Writeback fixes for NFS - V3
      ` [PATCH 1/2 V3] MM: replace PF_LESS_THROTTLE with PF_LOCAL_THROTTLE
                ` [PATCH 1/2 V4] "
                ` [PATCH 2/2 V4] MM: Discard NR_UNSTABLE_NFS, use NR_WRITEBACK instead

[PATCH v4 00/15] virtio-mem: paravirtualized memory
 2020-05-15 10:14 UTC  (2+ messages)
` [PATCH v4 16/15] virtio-mem: Don't rely on implicit compiler padding for requests

[RFC][PATCH 0/4] Support non-default CMA regions to the dmabuf heaps interface
 2020-05-15  9:32 UTC  (10+ messages)
` [RFC][PATCH 3/4] dma-buf: cma_heap: Extend logic to export CMA regions tagged with "linux,cma-heap"

[PATCH mm v2 0/3] memcg: Slow down swap allocation as the available space gets depleted
 2020-05-15  7:14 UTC  (9+ messages)
` [PATCH mm v2 3/3] mm: automatically penalize tasks with high swap use

[PATCH v2 00/10] clean up SECTOR related macros and sectors/pages conversions
 2020-05-15  6:52 UTC  (10+ messages)
` [PATCH v2 06/10] mm/swap: use npage_to_sectors() and PAGE_SECTORS to clean up code
` [PATCH v2 07/10] block: use sectors_to_npage() "

[RFC] mm/vmstat: Add events for THP migration without split
 2020-05-15  4:03 UTC  (5+ messages)

memory offline infinite loop after soft offline
 2020-05-15  3:48 UTC  (5+ messages)

[PATCH v3 00/15] virtio-mem: paravirtualized memory
 2020-05-15  2:58 UTC  (9+ messages)
` [virtio-dev] "

[PATCH v30 12/20] x86/sgx: Add a page reclaimer
 2020-05-15  0:44 UTC 


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