linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-07-30 17:50:04 to 2020-08-02 16:37:56 UTC [more...]

[PATCH v2 00/17] memblock: seasonal cleaning^w cleanup
 2020-08-02 16:35 UTC  (10+ messages)
` [PATCH v2 01/17] KVM: PPC: Book3S HV: simplify kvm_cma_reserve()
` [PATCH v2 02/17] dma-contiguous: simplify cma_early_percent_memory()
` [PATCH v2 03/17] arm, xtensa: simplify initialization of high memory pages
` [PATCH v2 04/17] arm64: numa: simplify dummy_numa_init()
` [PATCH v2 05/17] h8300, nds32, openrisc: simplify detection of memory extents
` [PATCH v2 06/17] riscv: drop unneeded node initialization
` [PATCH v2 07/17] mircoblaze: drop unneeded NUMA and sparsemem initializations
` [PATCH v2 08/17] memblock: make for_each_memblock_type() iterator private
` [PATCH v2 09/17] memblock: make memblock_debug and related functionality private

[PATCH 1/4] mm/thp: move lru_add_page_tail func to huge_memory.c
 2020-08-02 13:24 UTC  (7+ messages)
` [PATCH 2/4] mm/thp: clean up lru_add_page_tail
` [PATCH 3/4] mm/thp: remove code path which never got into
` [PATCH 4/4] mm/thp: narrow lru locking

[PATCH 00/15] memblock: seasonal cleaning^w cleanup
 2020-08-02 13:14 UTC  (6+ messages)
` [PATCH 06/15] powerpc: fadamp: simplify fadump_reserve_crash_area()

[PATCH] mm, memory_hotplug: update pcp lists everytime onlining a memory block
 2020-08-02 12:54 UTC 

[PATCH 1/2] mm: make mm->locked_vm an atomic64 counter
 2020-08-02 11:23 UTC  (6+ messages)
` [PATCH 2/2] mm, util: account_locked_vm() does not hold mmap_lock

[RESEND PATCH v5] mm/zswap: move to use crypto_acomp API for hardware acceleration
 2020-08-02 10:37 UTC  (2+ messages)

[PATCH v7 0/2] tmpfs: inode: Reduce risk of inum overflow
 2020-08-02  5:25 UTC  (8+ messages)
` [PATCH v7 1/2] tmpfs: Per-superblock i_ino support
` [PATCH v7 2/2] tmpfs: Support 64-bit inums per-sb
    ` [PATCH mmotm] tmpfs: support 64-bit inums per-sb fix

[hnaz-linux-mm:master 168/421] init/main.c:1012: undefined reference to `efi_enter_virtual_mode'
 2020-08-01 22:25 UTC 

general protection fault in free_swap_cache
 2020-08-01 20:59 UTC 

[PATCH 00/15] mm: delete duplicated words and fix typos
 2020-08-01 17:38 UTC  (16+ messages)
` [PATCH 01/15] mm: compaction.c: delete duplicated word
` [PATCH 02/15] mm: filemap.c: "
` [PATCH 03/15] mm: hmm.c: "
` [PATCH 04/15] mm: hugetlb.c: delete duplicated words
` [PATCH 05/15] mm: memcontrol.c: "
` [PATCH 06/15] mm: memory.c: "
` [PATCH 07/15] mm: migrate.c: delete duplicated word
` [PATCH 08/15] mm: nommu.c: delete duplicated words
` [PATCH 09/15] mm: page_alloc.c: delete or fix "
` [PATCH 10/15] mm: shmem.c: delete duplicated word
` [PATCH 11/15] mm: slab_common.c: "
` [PATCH 12/15] mm: usercopy.c: "
` [PATCH 13/15] mm: vmscan.c: delete or fix duplicated words
` [PATCH 14/15] mm: zpool.c: delete duplicated word and fix grammar
` [PATCH 15/15] mm: zsmalloc.c: fix duplicated words

[PATCH v3 00/23] device-dax: Support sub-dividing soft-reserved ranges
 2020-08-01 16:39 UTC  (31+ messages)
` [PATCH v3 01/23] x86/numa: Cleanup configuration dependent command-line options
` [PATCH v3 02/23] x86/numa: Add 'nohmat' option
` [PATCH v3 03/23] efi/fake_mem: Arrange for a resource entry per efi_fake_mem instance
` [PATCH v3 04/23] ACPI: HMAT: Refactor hmat_register_target_device to hmem_register_device
` [PATCH v3 05/23] resource: Report parent to walk_iomem_res_desc() callback
` [PATCH v3 06/23] mm/memory_hotplug: Introduce default phys_to_target_node() implementation
` [PATCH v3 07/23] ACPI: HMAT: Attach a device for each soft-reserved range
` [PATCH v3 08/23] device-dax: Drop the dax_region.pfn_flags attribute
` [PATCH v3 09/23] device-dax: Move instance creation parameters to 'struct dev_dax_data'
` [PATCH v3 10/23] device-dax: Make pgmap optional for instance creation
` [PATCH v3 11/23] device-dax: Kill dax_kmem_res
` [PATCH v3 12/23] device-dax: Add an allocation interface for device-dax instances
` [PATCH v3 13/23] device-dax: Introduce 'seed' devices
` [PATCH v3 14/23] drivers/base: Make device_find_child_by_name() compatible with sysfs inputs
` [PATCH v3 15/23] device-dax: Add resize support
` [PATCH v3 16/23] mm/memremap_pages: Convert to 'struct range'
` [PATCH v3 17/23] mm/memremap_pages: Support multiple ranges per invocation
` [PATCH v3 18/23] device-dax: Add dis-contiguous resource support
` [PATCH v3 19/23] device-dax: Introduce 'mapping' devices
` [PATCH v3 20/23] device-dax: Make align a per-device property
` [PATCH v3 21/23] device-dax: Add an 'align' attribute
` [PATCH v3 22/23] dax/hmem: Introduce dax_hmem.region_idle parameter
` [PATCH v3 23/23] device-dax: Add a range mapping allocation attribute

[linux-next:pending-fixes] BUILD SUCCESS b684091a3d8c63b0fed3cbaafc6edf7b91dda2ab
 2020-08-01 15:59 UTC 

[PATCH v4 0/2] void xfs transaction reservation recursion
 2020-08-01 15:46 UTC  (3+ messages)
` [PATCH v4 1/2] xfs: avoid double restore PF_MEMALLOC_NOFS if transaction reservation fails
` [PATCH v4 2/2] xfs: avoid transaction reservation recursion

[linux-next:master] BUILD REGRESSION 01830e6c042e8eb6eb202e05d7df8057135b4c26
 2020-08-01 11:58 UTC 

[PATCH] mm: Don't bother dropping mmap_sem for zero size readahead
 2020-08-01 10:39 UTC  (3+ messages)

[PATCH] mm, mempolicy: Check parameters first in kernel_get_mempolicy
 2020-08-01  9:08 UTC 

incoming
 2020-08-01  5:24 UTC  (3+ messages)
` mmotm 2020-07-31-16-45 uploaded
  ` mmotm 2020-07-31-16-45 uploaded (drivers/staging/vc04_services/)

[PATCH] mm/memcg: remove useless check on page->mem_cgroup
 2020-08-01  3:58 UTC  (3+ messages)

[PATCH v2] mm: vmstat: fix /proc/sys/vm/stat_refresh generating false warnings
 2020-08-01  2:17 UTC  (6+ messages)

[PATCH mmotm] mm: memcontrol: decouple reference counting from page accounting fix
 2020-08-01  1:20 UTC  (3+ messages)

Raw spinlocks and memory allocation
 2020-08-01  0:02 UTC  (9+ messages)

[PATCH v17 00/21] per memcg lru lock
 2020-07-31 23:54 UTC  (8+ messages)
` [PATCH v17 18/21] mm/lru: introduce the relock_page_lruvec function
  ` [PATCH RFC] mm: Add function for testing if the current lruvec lock is valid

[PATCH] mm/dmapool.c: add WARN_ON() in dma_pool_destroy
 2020-07-31 20:49 UTC  (4+ messages)

[PATCH] mm: introduce reference pages
 2020-07-31 20:32 UTC 

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-31 19:41 UTC  (17+ messages)

[PATCH v4 0/6] mm/migrate: avoid device private invalidations
 2020-07-31 19:31 UTC  (6+ messages)
` [PATCH v4 6/6] mm/migrate: remove range invalidation in migrate_vma_pages()

[PATCH 5.4 00/19] 5.4.55-rc1 review
 2020-07-31 17:15 UTC  (3+ messages)

[PATCH 0/2][next] Use flexible_array_size() helper in memcpy()
 2020-07-31 17:13 UTC  (3+ messages)
` [PATCH 1/2][next] mm: memcontrol: Use flex_array_size() "
` [PATCH 2/2][next] mm: memcontrol: Use the preferred form for passing the size of a structure type

[PATCH v2 0/7] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-07-31 16:22 UTC  (7+ messages)
` [PATCH v2 3/7] "

[PATCH v3 0/6] Fix and enable pmem as RAM device on arm64
 2020-07-31 15:28 UTC  (2+ messages)

[PATCH v1 0/4] device-dax: Further improvements to subdivision
 2020-07-31 14:52 UTC  (3+ messages)
` [PATCH v1 2/4] device-dax: Add an 'align' attribute

[PATCH v2 01/11] xen/manage: keep track of the on-going suspend mode
 2020-07-31 14:25 UTC  (13+ messages)

[PATCH 0/4] kasan: support stack instrumentation for tag-based mode
 2020-07-31 14:21 UTC  (6+ messages)
` [PATCH 1/4] kasan: don't tag stacks allocated with pagealloc
` [PATCH 2/4] kasan, arm64: don't instrument functions that enable kasan
` [PATCH 3/4] kasan: allow enabling stack tagging for tag-based mode
` [PATCH 4/4] kasan: adjust kasan_stack_oob "

[PATCH v5 00/16] HWPOISON: soft offline rework
 2020-07-31 12:21 UTC  (16+ messages)
` [PATCH v5 01/16] mm,hwpoison: cleanup unused PageHuge() check
` [PATCH v5 02/16] mm, hwpoison: remove recalculating hpage
` [PATCH v5 03/16] mm,madvise: call soft_offline_page() without MF_COUNT_INCREASED
` [PATCH v5 04/16] mm,madvise: Refactor madvise_inject_error
` [PATCH v5 05/16] mm,hwpoison-inject: don't pin for hwpoison_filter
` [PATCH v5 06/16] mm,hwpoison: Un-export get_hwpoison_page and make it static
` [PATCH v5 07/16] mm,hwpoison: Kill put_hwpoison_page
` [PATCH v5 08/16] mm,hwpoison: remove MF_COUNT_INCREASED
` [PATCH v5 09/16] mm,hwpoison: remove flag argument from soft offline functions
` [PATCH v5 10/16] mm,hwpoison: Unify THP handling for hard and soft offline
` [PATCH v5 11/16] mm,hwpoison: Rework soft offline for free pages
` [PATCH v5 12/16] mm,hwpoison: Rework soft offline for in-use pages
` [PATCH v5 13/16] mm,hwpoison: Refactor soft_offline_huge_page and __soft_offline_page
` [PATCH v5 14/16] mm,hwpoison: Return 0 if the page is already poisoned in soft-offline
` [PATCH v5 15/16] mm,hwpoison: introduce MF_MSG_UNSPLIT_THP

[PATCH RFCv1 0/5] mm/memory_hotplug: selective merging of memory resources
 2020-07-31 10:40 UTC  (7+ messages)
` [PATCH RFCv1 1/5] kernel/resource: make release_mem_region_adjustable() never fail
` [PATCH RFCv1 2/5] kernel/resource: merge_child_mem_resources() to merge memory resources after adding succeeded
` [PATCH RFCv1 3/5] virtio-mem: try to merge "System RAM (virtio_mem)" resources
` [PATCH RFCv1 4/5] xen/balloon: try to merge "System RAM" resources
` [PATCH RFCv1 5/5] hv_balloon:: "

[tip: core/rcu] mm/mmap.c: Add cond_resched() for exit_mmap() CPU stalls
 2020-07-31  9:23 UTC 

[tip: core/rcu] mm/list_lru.c: Rename kvfree_rcu() to local variant
 2020-07-31  9:23 UTC 

[RFC PATCH 0/5] madvise MADV_DOEXEC
 2020-07-31  9:12 UTC  (2+ messages)

[PATCH] mm: memcontrol: restore proper dirty throttling when memory.high changes
 2020-07-31  8:18 UTC  (2+ messages)

[PATCH v3] mm/slab.c: add node spinlock protect in __cache_free_alien
 2020-07-31  8:10 UTC  (4+ messages)
  ` 回复: "

[PATCH v3 1/3] mm/gup: restrict CMA region by using allocation scope API
 2020-07-31  7:35 UTC  (3+ messages)
` [PATCH v3 2/3] mm/hugetlb: make hugetlb migration callback CMA aware
` [PATCH v3 3/3] mm/gup: use a standard migration target allocation callback

[PATCH 1/2] mm/slub: Introduce two counters for the partial objects
 2020-07-31  2:57 UTC  (7+ messages)

[linux-next:master] BUILD REGRESSION 7b287a5c6ac518c415a258f2aa7b1ebb25c263d2
 2020-07-31  1:58 UTC 

[PATCH] mm, memcg: do full scan initially in force_empty
 2020-07-31  1:50 UTC  (3+ messages)

[PATCH] cma: don't quit at first error when activating reserved areas
 2020-07-31  0:51 UTC  (3+ messages)

[PATCH v2] mm/hugetlb: Fix calculation of adjust_range_if_pmd_sharing_possible
 2020-07-31  0:28 UTC  (4+ messages)

[PATCH 17/24] riscv: use asm-generic/mmu_context.h for no-op implementations
 2020-07-30 21:20 UTC  (2+ messages)

[PATCH] mm/hugetlb: Fix calculation of adjust_range_if_pmd_sharing_possible
 2020-07-30 20:10 UTC  (3+ messages)

Altium - Proposal
 2020-07-30 19:28 UTC 

[PATCH v2 1/1] staging: android: ashmem: Fix lockdep warning for write operation
 2020-07-30 19:26 UTC 

[PATCH 1/1] staging: android: ashmem: Fix lockdep warning for write operation
 2020-07-30 19:15 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 NNTP newsgroup(s).