linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-28 11:02:40 to 2020-05-29 21:21:20 UTC [more...]

incoming
 2020-05-29 21:20 UTC  (6+ messages)

[PATCH v6 00/12] Add a new mmap locking API wrapping mmap_sem calls
 2020-05-29 21:16 UTC  (11+ messages)
` [PATCH v6 08/12] mmap locking API: add MMAP_LOCK_INITIALIZER
` [PATCH v6 09/12] mmap locking API: add mmap_assert_locked() and mmap_assert_write_locked()
` [PATCH v6 10/12] mmap locking API: rename mmap_sem to mmap_lock
` [PATCH v6 11/12] mmap locking API: convert mmap_sem API comments
` [PATCH v6 12/12] mmap locking API: convert mmap_sem comments

mmotm 2020-05-13-20-30 uploaded
 2020-05-29 20:14 UTC  (18+ messages)
` mmotm 2020-05-13-20-30 uploaded (objtool warnings)
                    ` [PATCH] x86/uaccess: Remove redundant likely/unlikely annotations

[PATCH] kasan: fix clang compilation warning due to stack protector
 2020-05-29 19:13 UTC  (2+ messages)

[linux-next:master 11894/13554] arch/riscv/mm/ptdump.c:255:17: error: initialization of 'void (*)(struct ptdump_state *, long unsigned int, int, u64)' {aka 'void (*)(struct ptdump_state *, long unsigned int, int, long long unsigned int)'} from incompatible pointer type 'void (*)(struct ptdump_state *, long unsigned int, int, long unsigned int)'
 2020-05-29 18:22 UTC  (2+ messages)

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-29 16:04 UTC  (11+ messages)

[RFC 00/16] KVM protected memory extension
 2020-05-29 15:24 UTC  (3+ messages)
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory

[PATCH 00/14] mm: balance LRU lists based on relative thrashing v2
 2020-05-29 15:12 UTC  (8+ messages)
` [PATCH 05/14] mm: workingset: let cache workingset challenge anon

[PATCH v2 0/7] Add histogram measuring mmap_lock contention latency
 2020-05-29 15:03 UTC  (6+ messages)

[PATCH v5 0/7] block: fix blktrace debugfs use after free
 2020-05-29 14:09 UTC  (7+ messages)
` [PATCH v5 5/7] blktrace: fix "

general protection fault in free_pages_and_swap_cache
 2020-05-29 13:58 UTC 

[PATCH v4 00/36] Large pages in the page cache
 2020-05-29 12:59 UTC  (7+ messages)
` [PATCH v4 03/36] mm: Allow hpages to be arbitrary order
` [PATCH v4 06/36] mm: Introduce offset_in_thp

[PATCH] mm: Remove misleading comment
 2020-05-29 12:32 UTC 

28307d938f ("percpu: make pcpu_alloc() aware of current gfp .."): BUG: kernel reboot-without-warning in boot stage
 2020-05-29 12:32 UTC  (2+ messages)

[PATCHSET v5 0/12] Add support for async buffered reads
 2020-05-29 11:22 UTC  (11+ messages)
` [PATCH 09/12] xfs: flag files as supporting buffered async reads

[PATCH v4 00/26] arm64: Memory Tagging Extension user-space support
 2020-05-29 11:19 UTC  (8+ messages)
` [PATCH v4 11/26] arm64: mte: Add PROT_MTE support to mmap() and mprotect()

[PATCH] mm, memcg: reclaim more aggressively before high allocator throttling
 2020-05-29 10:14 UTC  (16+ messages)

mm: mkfs.ext4 invoked oom-killer on i386 - pagecache_get_page
 2020-05-29  9:49 UTC  (24+ messages)

[PATCH v7 00/24] iommu: Shared Virtual Addressing for SMMUv3
 2020-05-29  9:18 UTC  (3+ messages)
` [PATCH v7 04/24] iommu: Add a page fault handler

[PATCH] mm/gup: documentation fix for pin_user_pages*() APIs
 2020-05-29  9:11 UTC  (2+ messages)

[PATCH] mm: memcontrol: fix an unused-function warning
 2020-05-29  8:19 UTC  (3+ messages)

Question: "Bare" set_page_dirty_lock() call in vhost.c
 2020-05-29  7:28 UTC  (3+ messages)

[PATCH] mm, memcg: reclaim more aggressively before high allocator throttling
 2020-05-29  7:25 UTC  (7+ messages)

[PATCH v2 00/12] clean-up the migration target allocation functions
 2020-05-29  6:50 UTC  (7+ messages)
` [PATCH v2 01/12] mm/page_isolation: prefer the node of the source page
` [PATCH v2 02/12] mm/migrate: move migration helper from .h to .c

[PATCH] mm, memory_failure: only send BUS_MCEERR_AO to early-kill process
 2020-05-29  6:43 UTC  (6+ messages)

[PATCH v4 0/4] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-29  5:37 UTC  (7+ messages)
` [PATCH v4 1/4] proc/meminfo: avoid open coded reading of vm_committed_as
` [PATCH v4 2/4] mm/util.c: make vm_memory_committed() more accurate
` [PATCH v4 3/4] mm/util.c: remove the VM_WARN_ONCE for vm_committed_as underflow check
` [PATCH v4 4/4] mm: adjust vm_committed_as_batch according to vm overcommit policy

[PATCH v2 4/5] powerpc/uaccess: Implement user_read_access_begin and user_write_access_begin
 2020-05-29  4:24 UTC  (2+ messages)

[PATCH v2 3/5] drm/i915/gem: Replace user_access_begin by user_write_access_begin
 2020-05-29  4:20 UTC  (2+ messages)

[PATCH v2 2/5] uaccess: Selectively open read or write user access
 2020-05-29  4:20 UTC  (2+ messages)

[PATCH v2 1/5] uaccess: Add user_read_access_begin/end and user_write_access_begin/end
 2020-05-29  4:20 UTC  (2+ messages)

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

[PATCH v10 01/26] Documentation/x86: Add CET description
 2020-05-29  2:08 UTC  (4+ messages)

[PATCH v2] selftests: powerpc: Add test for execute-disabled pkeys
 2020-05-29  1:48 UTC  (2+ messages)

[PATCH -V4] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-29  1:08 UTC 

[PATCH v7 0/4] MIPS: page fault handling optimization
 2020-05-29  0:59 UTC  (4+ messages)
` [PATCH v7 2/4] mm/memory.c: Update local TLB if PTE entry exists

[PATCH v5] mm: Proactive compaction
 2020-05-29  0:55 UTC  (8+ messages)

[PATCH -V3] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-29  0:43 UTC  (5+ messages)

[PATCH v2 7/7] mmap_lock: add a tracepoint to contended acquisitions
 2020-05-28 23:53 UTC 

[PATCH v2 6/7] mmap_lock: increment histogram whenever mmap_lock is acquired
 2020-05-28 23:53 UTC 

[PATCH v2 5/7] mmap_lock: add /proc/<pid>/mmap_lock_contention interface
 2020-05-28 23:53 UTC 

[PATCH v2 4/7] mmap_lock: allocate histogram (if enabled) in mm_init
 2020-05-28 23:53 UTC 

[PATCH v2 3/7] mmap_lock: add a histogram structure to struct mm_struct
 2020-05-28 23:52 UTC 

[PATCH v2 2/7] histogram: add helper function to expose histograms to userspace
 2020-05-28 23:52 UTC 

[PATCH v2 1/7] histogram: add struct histogram
 2020-05-28 23:52 UTC 

[PATCH v1 0/5] mm: memcg accounting of percpu memory
 2020-05-28 23:25 UTC  (6+ messages)
` [PATCH v1 1/5] percpu: return number of released bytes from pcpu_free_area()
` [PATCH v1 2/5] mm: memcg/percpu: account percpu memory to memory cgroups
` [PATCH v1 3/5] mm: memcg/percpu: per-memcg percpu memory statistics
` [PATCH v1 4/5] mm: memcg: charge memcg percpu memory to the parent cgroup
` [PATCH v1 5/5] kselftests: cgroup: add perpcu memory accounting test

kernel BUG at mm/hugetlb.c:LINE!
 2020-05-28 21:01 UTC  (3+ messages)
` [PATCH v2] ovl: provide real_file() and overlayfs get_unmapped_area()

[PATCH 1/1] psi: eliminate kthread_worker from psi trigger scheduling mechanism
 2020-05-28 19:54 UTC 

0604a4fd53 ("x86/mm: remove vmalloc faulting"): [ 80.661587] BUG: unable to handle page fault for address: fb40c000
 2020-05-28 18:48 UTC  (2+ messages)

[PATCH 00/12] Fix PM hibernation in Xen guests
 2020-05-28 17:59 UTC  (4+ messages)
` [PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation

clean up and streamline probe_kernel_* and friends v4
 2020-05-28 17:06 UTC  (6+ messages)
` [PATCH 12/23] bpf: handle the compat string in bpf_trace_copy_string better

Proposal
 2020-05-28 16:40 UTC 

[PATCH] mm/compaction: Fix the incorrect hole in fast_isolate_freepages()
 2020-05-28 15:15 UTC  (10+ messages)

[PATCH 1/3] kasan: consistently disable debugging features
 2020-05-28 15:00 UTC  (6+ messages)
` [PATCH 2/3] kasan: move kasan_report() into report.c

[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
 2020-05-28 14:44 UTC  (6+ messages)
      ` [PATCH v3] "

[PATCH v6 0/4] Charge loop device i/o to issuing cgroup
 2020-05-28 13:54 UTC  (5+ messages)
` [PATCH 1/4] loop: Use worker per cgroup instead of kworker
` [PATCH 2/4] mm: support nesting memalloc_use_memcg()
` [PATCH 3/4] mm: Charge active memcg when no mm is set
` [PATCH 4/4] loop: Charge i/o to mem and blk cg

[PATCH v2 1/1] userfaultfd/sysctl: add vm.unprivileged_userfaultfd
 2020-05-28 12:49 UTC  (4+ messages)

[PATCH] mm page_fault: Reduce code complexity
 2020-05-28 11:45 UTC  (2+ messages)

Cache flush issue with page_mapping_file() and swap back shmem page ?
 2020-05-28 11:20 UTC  (3+ messages)

[PATCH v11 00/16] per memcg lru lock
 2020-05-28 11:00 UTC  (2+ messages)
` [PATCH v11 15/16] mm/pgdat: remove pgdat lru_lock


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