linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-23 01:51:22 to 2020-05-26 04:23:33 UTC [more...]

incoming
 2020-05-26  4:23 UTC  (19+ messages)
` [patch 01/11] device-dax: don't leak kernel memory to user space after unloading kmem
` [patch 02/11] x86: bitops: fix build regression
` [patch 03/11] rapidio: fix an error in get_user_pages_fast() error handling
` [patch 04/11] selftests/vm/.gitignore: add mremap_dontunmap
` [patch 05/11] selftests/vm/write_to_hugetlbfs.c: fix unused variable warning
` [patch 06/11] kasan: disable branch tracing for core runtime
` [patch 07/11] sh: include linux/time_types.h for sockios
` [patch 08/11] MAINTAINERS: update email address for Naoya Horiguchi
` [patch 09/11] sparc32: use PUD rather than PGD to get PMD in srmmu_nocache_init()
` [patch 10/11] z3fold: fix use-after-free when freeing handles
` [patch 11/11] MAINTAINERS: add files related to kdump
` mmotm 2020-05-24-22-09 uploaded
` mmotm 2020-05-25-16-56 uploaded
  ` mmotm 2020-05-25-16-56 uploaded (drm/nouveau)

[PATCH v3 0/6] arm64: tlb: add support for TTL feature
 2020-05-26  2:39 UTC  (8+ messages)
` [PATCH v3 1/6] arm64: Detect the ARMv8.4 "
` [PATCH v3 2/6] arm64: Add level-hinted TLB invalidation helper
` [PATCH v3 3/6] arm64: Add tlbi_user_level "
` [PATCH v3 4/6] tlb: mmu_gather: add tlb_flush_*_range APIs
` [PATCH v3 5/6] mm: tlb: Provide flush_*_tlb_range wrappers
` [PATCH v3 6/6] arm64: tlb: Set the TTL field in flush_tlb_range

[PATCH v6 1/4] rcu/kasan: record and print call_rcu() call stack
 2020-05-26  1:34 UTC  (3+ messages)

[PATCH] memcg: Fix memcg_kmem_bypass() for remote memcg charging
 2020-05-26  1:25 UTC  (5+ messages)
      ` [PATCH v3] "

[PATCH v4 00/36] Large pages in the page cache
 2020-05-26  1:21 UTC  (11+ messages)
` [PATCH v4 11/36] fs: Support THPs in zero_user_segments
` [PATCH v4 24/36] mm: Remove page fault assumption of compound page size

clean up and streamline probe_kernel_* and friends v4
 2020-05-25 22:19 UTC  (2+ messages)

[PATCH v2 00/16] Introduce kvfree_rcu(1 or 2 arguments)
 2020-05-25 21:48 UTC  (17+ messages)
` [PATCH v2 01/16] rcu/tree: Keep kfree_rcu() awake during lock contention
` [PATCH v2 02/16] rcu/tree: Skip entry into the page allocator for PREEMPT_RT
` [PATCH v2 03/16] rcu/tree: Repeat the monitor if any free channel is busy
` [PATCH v2 04/16] rcu/tree: Make debug_objects logic independent of rcu_head
` [PATCH v2 05/16] rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro
` [PATCH v2 06/16] rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions
` [PATCH v2 07/16] rcu/tree: Use static initializer for krc.lock
` [PATCH v2 08/16] rcu/tree: cache specified number of objects
` [PATCH v2 09/16] rcu/tree: Maintain separate array for vmalloc ptrs
` [PATCH v2 10/16] rcu/tiny: support vmalloc in tiny-RCU
` [PATCH v2 11/16] rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_*
` [PATCH v2 12/16] mm/list_lru.c: Rename kvfree_rcu() to local variant
` [PATCH v2 13/16] rcu: Introduce 2 arg kvfree_rcu() interface
` [PATCH v2 14/16] rcu: Support reclaim for head-less object
` [PATCH v2 15/16] rcu: Introduce single argument kvfree_rcu() interface
` [PATCH v2 16/16] lib/test_vmalloc.c: Add test cases for kvfree_rcu()

[PATCH v6 1/4] MIPS: Do not flush tlb page when updating PTE entry
 2020-05-25 21:44 UTC  (9+ messages)
` [PATCH v6 2/4] mm/memory.c: Update local TLB if PTE entry exists
` [PATCH v6 3/4] mm/memory.c: Add memory read privilege on page fault handling
` [PATCH v6 4/4] MIPS: mm: add page valid judgement in function pte_modify

[PATCH] mm_types.h: change set_page_private to inline function
 2020-05-25 20:31 UTC 

[PATCHSET v2 0/12] Add support for async buffered reads
 2020-05-25 19:59 UTC  (23+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 06/12] fs: add FMODE_BUF_RASYNC
` [PATCH 07/12] ext4: flag as supporting buffered async reads
` [PATCH 08/12] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
` [PATCH 10/12] btrfs: "
` [PATCH 11/12] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it

[PATCH] proc.5: add "wf" to VmFlags in /proc/[pid]/smaps
 2020-05-25 18:50 UTC  (6+ messages)

[PATCH v6 0/4] kasan: memorize and print call_rcu stack
 2020-05-25 17:36 UTC  (2+ messages)

[PATCH v2 3/7] mm/swap: Use local_lock for protection
 2020-05-25 17:07 UTC  (3+ messages)

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-05-25 17:03 UTC  (9+ messages)
` [PATCH v3 07/19] mm: memcg/slab: allocate obj_cgroups for non-root slab pages
` [PATCH v3 08/19] mm: memcg/slab: save obj_cgroup for non-root slab objects
` [PATCH v3 09/19] mm: memcg/slab: charge individual slab objects instead of pages
` [PATCH v3 11/19] mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h

[PATCH v1 00/25] seqlock: Extend seqcount API with associated locks
 2020-05-25 16:10 UTC  (6+ messages)
` [PATCH v1 02/25] mm/swap: Don't abuse the seqcount latching API

[PATCH] mm/memblock:Do not retry a range that has already been checked
 2020-05-25 16:05 UTC  (2+ messages)

[PATCH] mm: dump_page: add debugfs file for dumping page state by pfn
 2020-05-25 16:05 UTC  (7+ messages)

[RFC 00/16] KVM protected memory extension
 2020-05-25 15:56 UTC  (20+ messages)
` [RFC 02/16] x86/kvm: Introduce KVM memory protection feature
` [RFC 06/16] KVM: Use GUP instead of copy_from/to_user() to access guest memory
` [RFC 09/16] KVM: Protected memory extension
` [RFC 10/16] KVM: x86: Enabled protected "
` [RFC 13/16] x86/kvmclock: Share hvclock memory with the host

[PATCH] x86/mm: Fix boot with some memory above MAXMEM
 2020-05-25 15:58 UTC  (5+ messages)

[PATCH] iommu/dma: limit iova free size to unmmaped iova
 2020-05-25 14:28 UTC  (3+ messages)

[PATCH 0/6] nouveau/hmm: add support for mapping large pages
 2020-05-25 13:41 UTC  (2+ messages)

[PATCH v2] PM: hibernate: restrict writes to the resume device
 2020-05-25 10:52 UTC  (2+ messages)

[PATCH v3 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-25 10:05 UTC  (6+ messages)
` [PATCH v3 2/7] mm/vmalloc: Track which page-table levels were modified

[PATCH v6 4/4] kasan: update documentation for generic kasan
 2020-05-25  9:56 UTC  (2+ messages)

[PATCH v6 3/4] kasan: add tests for call_rcu stack recording
 2020-05-25  9:56 UTC  (2+ messages)

[PATCH v6 2/4] kasan: record and print the free track
 2020-05-25  9:56 UTC  (2+ messages)

[PATCH v13 00/15] Introduce Data Access MONitor (DAMON)
 2020-05-25  9:31 UTC  (16+ messages)
` [PATCH v13 01/15] scripts/spelling: Add a few more typos
` [PATCH v13 02/15] mm/page_ext: Export lookup_page_ext() to GPL modules
` [PATCH v13 03/15] mm: Introduce Data Access MONitor (DAMON)
` [PATCH v13 04/15] mm/damon: Implement region based sampling
` [PATCH v13 05/15] mm/damon: Adaptively adjust regions
` [PATCH v13 06/15] mm/damon: Apply dynamic memory mapping changes
` [PATCH v13 07/15] mm/damon: Implement callbacks
` [PATCH v13 08/15] mm/damon: Implement access pattern recording
` [PATCH v13 09/15] mm/damon: Add debugfs interface
` [PATCH v13 10/15] mm/damon: Add tracepoints
` [PATCH v13 11/15] tools: Add a minimal user-space tool for DAMON
` [PATCH v13 12/15] Documentation/admin-guide/mm: Add a document "
` [PATCH v13 13/15] mm/damon: Add kunit tests
` [PATCH v13 14/15] mm/damon: Add user space selftests
` [PATCH v13 15/15] MAINTAINERS: Update for DAMON

[linux-next PATCH] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
 2020-05-25  8:53 UTC 

[PATCH v2] mm: remove VM_BUG_ON(PageSlab()) from page_mapcount()
 2020-05-25  7:44 UTC  (4+ messages)

[PATCH v2 0/6] arm64: tlb: add support for TTL feature
 2020-05-25  7:19 UTC  (10+ messages)
` [PATCH v2 2/6] arm64: Add level-hinted TLB invalidation helper
` [PATCH v2 3/6] arm64: Add tlbi_user_level "
` [PATCH v2 5/6] mm: tlb: Provide flush_*_tlb_range wrappers

[linux-next RFC v2] mm/gup.c: Convert to use get_user_{page|pages}_fast_only()
 2020-05-25  6:13 UTC  (3+ messages)

[PATCH] mm,thp: stop leaking unreleased file pages
 2020-05-25  4:32 UTC  (3+ messages)

mm: Behavior of process_vm_* with short local buffers
 2020-05-25  2:25 UTC 

[Bug 207861] New: mremap MAP_ANONYMOUS|MAP_SHARED grow provide bad mapping
 2020-05-25  0:40 UTC 

[PATCH -V3] swap: Reduce lock contention on swap cache from swap slots allocation
 2020-05-25  0:26 UTC 

[PATCHSET v4 0/12] Add support for async buffered reads
 2020-05-24 19:22 UTC  (13+ messages)
` [PATCH 01/12] block: read-ahead submission should imply no-wait as well
` [PATCH 02/12] mm: allow read-ahead with IOCB_NOWAIT set
` [PATCH 03/12] mm: abstract out wake_page_match() from wake_page_function()
` [PATCH 04/12] mm: add support for async page locking
` [PATCH 05/12] mm: support async buffered reads in generic_file_buffered_read()
` [PATCH 06/12] fs: add FMODE_BUF_RASYNC
` [PATCH 07/12] ext4: flag as supporting buffered async reads
` [PATCH 08/12] block: flag block devices as supporting IOCB_WAITQ
` [PATCH 09/12] xfs: flag files as supporting buffered async reads
` [PATCH 10/12] btrfs: "
` [PATCH 11/12] mm: add kiocb_wait_page_queue_init() helper
` [PATCH 12/12] io_uring: support true async buffered reads, if file provides it

[PATCH] mm/compaction: avoid VM_BUG_ON(PageSlab()) in page_mapcount()
 2020-05-24 19:12 UTC  (6+ messages)

[PATCH] sparc32: register memory occupied by kernel as memblock.memory
 2020-05-24 16:53 UTC 

[PATCH 0/7] Record the mm_struct in the page table pages
 2020-05-24  7:42 UTC  (4+ messages)

[PATCH v2 0/4] mm/gup, drm/i915: refactor gup_fast, convert to pin_user_pages()
 2020-05-23 22:33 UTC  (3+ messages)

[linux-next RFC] mm/gup.c: Convert to use get_user_pages_fast_only()
 2020-05-23 22:18 UTC  (4+ messages)

[PATCH] sparc32: fix page table traversal in srmmu_nocache_init()
 2020-05-23 21:00 UTC  (2+ messages)

incoming
 2020-05-23 15:08 UTC  (3+ messages)
` mmotm 2020-05-22-20-35 uploaded
  ` mmotm 2020-05-22-20-35 uploaded (phy/intel/phy-intel-combo.c)

[PATCH 06/12] xen-blkfront: add callbacks for PM suspend and hibernation
 2020-05-23 12:32 UTC  (2+ messages)

[PATCH v2] kasan: Disable branch tracing for core runtime
 2020-05-23  9:12 UTC  (3+ messages)

[PATCHSET RFC 0/11] Add support for async buffered reads
 2020-05-23  8:29 UTC  (4+ messages)
` [PATCH 03/11] mm: add support for async page locking
  ` [PATCH v2 "

[PATCHSET v2 RFC 0/11] Add support for async buffered reads
 2020-05-23  1:50 UTC  (2+ messages)
` [PATCH 11/11] io_uring: support true async buffered reads, if file provides it


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