linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-09 06:49:26 to 2021-04-10 02:44:02 UTC [more...]

[PATCH v7 02/28] mm: Introduce struct folio
 2021-04-10  2:43 UTC  (2+ messages)
  ` Bogus struct page layout on 32-bit

[PATCH 0/5] mm/memcg: Reduce kmemcache memory accounting overhead
 2021-04-10  1:51 UTC  (7+ messages)
` [PATCH 1/5] mm/memcg: Pass both memcg and lruvec to mod_memcg_lruvec_state()
` [PATCH 2/5] mm/memcg: Introduce obj_cgroup_uncharge_mod_state()
` [PATCH 3/5] mm/memcg: Cache vmstat data in percpu memcg_stock_pcp
` [PATCH 4/5] mm/memcg: Separate out object stock data into its own struct
` [PATCH 5/5] mm/memcg: Optimize user context object stock access

[RFC PATCH v2 00/18] Use obj_cgroup APIs to charge the LRU pages
 2021-04-10  1:29 UTC  (15+ messages)
` [RFC PATCH v2 01/18] mm: memcontrol: fix page charging in page replacement
` [RFC PATCH v2 02/18] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [RFC PATCH v2 05/18] mm: memcontrol: simplify the logic of objcg pinning memcg
` [RFC PATCH v2 07/18] mm: memcontrol: introduce compact_lock_page_lruvec_irqsave
` [RFC PATCH v2 09/18] mm: vmscan: remove noinline_for_stack
` [RFC PATCH v2 10/18] mm: vmscan: rework move_pages_to_lru()
` [RFC PATCH v2 12/18] mm: thp: make deferred split queue lock safe when the LRU pages reparented
` [RFC PATCH v2 14/18] mm: memcontrol: introduce memcg_reparent_ops
  ` [RFC PATCH v2 04/18] mm: memcontrol: simplify lruvec_holds_page_lru_lock
  ` [RFC PATCH v2 06/18] mm: memcontrol: move the objcg infrastructure out of CONFIG_MEMCG_KMEM

[linux-next:master] BUILD REGRESSION e99d8a8495175df8cb8b739f8cf9b0fc9d0cd3b5
 2021-04-10  0:53 UTC 

[PATCH net-next v3 0/5] page_pool: recycle buffers
 2021-04-10  0:39 UTC  (7+ messages)
` [PATCH net-next v3 1/5] xdp: reduce size of struct xdp_mem_info
` [PATCH net-next v3 3/5] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v3 4/5] mvpp2: recycle buffers
` [PATCH net-next v3 5/5] mvneta: "

[intel-linux-intel-lts:4.19/android_r 20723/22631] include/linux/page-flags-layout.h:95:2: error: #error "Not enough bits in page flags"
 2021-04-10  0:09 UTC 

[PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
 2021-04-09 23:47 UTC  (26+ messages)
` [PATCH v24 12/30] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v24 13/30] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v24 14/30] x86/mm: Shadow Stack page fault error checking
` [PATCH v24 15/30] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v24 16/30] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v24 17/30] mm: Add guard pages around a shadow stack
` [PATCH v24 18/30] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v24 19/30] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v24 20/30] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v24 22/30] x86/cet/shstk: Add user-mode shadow stack support

[RFC PATCH v1 00/11] Manage the top tier memory in a tiered memory
 2021-04-09 23:26 UTC  (11+ messages)

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-09 22:16 UTC  (7+ messages)
` [PATCH 3/9] userfaultfd/shmem: support minor fault registration "

incoming
 2021-04-09 21:55 UTC  (20+ messages)
` [patch 01/16] MAINTAINERS: update CZ.NIC's Turris information
` [patch 02/16] treewide: change my e-mail address, fix my name
` [patch 03/16] mailmap: update email address for Jordan Crouse
` [patch 04/16] .mailmap: fix old email addresses
` [patch 05/16] kasan: fix hwasan build for gcc
` [patch 06/16] kasan: remove redundant config option
` [patch 07/16] mm/gup: check page posion status for coredump
` [patch 08/16] nds32: flush_dcache_page: use page_mapping_file to avoid races with swapoff
` [patch 09/16] gcov: re-fix clang-11+ support
` [patch 10/16] ocfs2: fix deadlock between setattr and dio_end_io_write
` [patch 11/16] ia64: fix user_stack_pointer() for ptrace()
` [patch 12/16] fs: direct-io: fix missing sdio->boundary
` [patch 13/16] kasan: fix conflict with page poisoning
` [patch 14/16] lib/test_kasan_module.c: suppress unused var warning
` [patch 15/16] kfence, x86: fix preemptible warning on KPTI-enabled systems
` [patch 16/16] lib: fix kconfig dependency on ARCH_WANT_FRAME_POINTERS

[PATCH v5 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-09 20:52 UTC  (9+ messages)
` [PATCH v5 1/8] mm/cma: change cma mutex to irq safe spinlock
` [PATCH v5 2/8] hugetlb: no need to drop hugetlb_lock to call cma_release
` [PATCH v5 3/8] hugetlb: add per-hstate mutex to synchronize user adjustments
` [PATCH v5 4/8] hugetlb: create remove_hugetlb_page() to separate functionality
` [PATCH v5 5/8] hugetlb: call update_and_free_page without hugetlb_lock
` [PATCH v5 6/8] hugetlb: change free_pool_huge_page to remove_pool_huge_page
` [PATCH v5 7/8] hugetlb: make free_huge_page irq safe
` [PATCH v5 8/8] hugetlb: add lockdep_assert_held() calls for hugetlb_lock

[PATCH v4 0/8] make hugetlb put_page safe for all calling contexts
 2021-04-09 20:43 UTC  (5+ messages)

[drm/i915/dp] 4a8d79901d: WARNING:at_drivers/gpu/drm/i915/display/intel_display_power.c:#assert_can_disable_lcpll[i915]
 2021-04-09 20:30 UTC  (7+ messages)

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-09 20:10 UTC  (23+ messages)
` [PATCH 02/10] mm/numa: automatically generate node migration order
` [PATCH 03/10] mm/migrate: update node demotion order during on hotplug events
` [PATCH 04/10] mm/migrate: make migrate_pages() return nr_succeeded
` [PATCH 07/10] mm/vmscan: add helper for querying ability to age anonymous pages

Inaccessible pages & folios
 2021-04-09 19:40 UTC 

[PATCH v7 00/28] Memory Folios
 2021-04-09 18:51 UTC  (12+ messages)
` [PATCH v7 01/28] mm: Optimise nth_page for contiguous memmap
` [PATCH v7 04/28] mm/vmstat: Add functions to account folio statistics
` [PATCH v7 05/28] mm/debug: Add VM_BUG_ON_FOLIO and VM_WARN_ON_ONCE_FOLIO
` [PATCH v7 07/28] mm: Add put_folio
` [PATCH v7 08/28] mm: Add get_folio
` [PATCH v7 11/28] mm/filemap: Add folio_index, folio_file_page and folio_contains
` [PATCH v7 12/28] mm/filemap: Add folio_next_index
` [PATCH v7 15/28] mm: Add folio_mapcount
` [PATCH v7 16/28] mm/memcg: Add folio wrappers for various functions
` [PATCH v7 25/28] mm/writeback: Add wait_for_stable_folio
` [PATCH v7 27/28] mm/filemap: Convert wake_up_page_bit to wake_up_folio_bit

[PATCH] mm/memory_hotplug: Make unpopulated zones PCP structures unreachable during hot remove
 2021-04-09 19:05 UTC  (7+ messages)

[PATCH 0/11 v2] Use local_lock for pcp protection and reduce stat overhead
 2021-04-09 18:55 UTC  (9+ messages)
` [PATCH 02/11] mm/page_alloc: Convert per-cpu list protection to local_lock

[PATCH v6 01/30] iov_iter: Add ITER_XARRAY
 2021-04-09 18:11 UTC  (3+ messages)
` [RFC PATCH 1/2] iov_iter: Remove iov_iter_for_each_range()
` [RFC PATCH 2/2] iov_iter: Drop the X argument from iterate_all_kinds() and use B instead

[PATCH 0/5] close various race windows for swap
 2021-04-09 17:17 UTC  (9+ messages)
` [PATCH 4/5] mm/swap_state: fix potential faulted in race in swap_ra_info()
  ` [PATCH 2/5] swap: fix do_swap_page() race with swapoff

[PATCH v2] mm/mapping_dirty_helpers: Guard hugepage pud's usage
 2021-04-09 16:51 UTC 

memcg: performance degradation since v5.9
 2021-04-09 16:50 UTC  (6+ messages)

[PATCH] mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
 2021-04-09 16:21 UTC 

[RFC][PATCH] mm: Split page_has_private() in two to better handle PG_private_2
 2021-04-09 16:03 UTC  (19+ messages)
` [PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
  ` [PATCH v6 00/30] Network fs helper library & fscache kiocb API
    ` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
` [RFC PATCH 1/3] Make the generic bitops return bool
` [RFC PATCH 2/3] mm: Return bool from pagebit test functions
` [RFC PATCH 3/3] mm: Split page_has_private() in two to better handle PG_private_2

[linux-next:master 10806/11648] drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm_debugfs.c:3015:53: warning: address of 'aconnector->mst_port->mst_mgr' will always evaluate to 'true'
 2021-04-09 15:06 UTC 

[PATCH v7] RISC-V: enable XIP
 2021-04-09 14:42 UTC  (13+ messages)

[RFCv1 0/7] TDX and guest memory unmapping
 2021-04-09 14:37 UTC  (11+ messages)
` [RFCv1 2/7] x86/kvm: Introduce KVM memory protection feature
` [RFCv1 7/7] KVM: unmap guest memory using poisoned pages

unexpected -ENOMEM from percpu_counter_init()
 2021-04-09 13:56 UTC  (5+ messages)

unexpected -ENOMEM from percpu_counter_init()
 2021-04-09 13:42 UTC  (9+ messages)

[PATCH v3] drivers: introduce and use WANT_DMA_CMA for soft dependencies on DMA_CMA
 2021-04-09 13:39 UTC  (5+ messages)

[linux-next:pending-fixes] BUILD SUCCESS de1080234c7ceb90245dd38e6ecc59117375e87c
 2021-04-09 12:09 UTC 

[PATCH v3 0/9] Speedup mremap on ppc64
 2021-04-09 11:59 UTC  (8+ messages)
` [PATCH v3 4/9] powerpc/mm/book3s64: Fix possible build error
` [PATCH v3 5/9] powerpc/mm/book3s64: Update tlb flush routines to take a page walk cache flush argument
` [PATCH v3 8/9] mm/mremap: Allow arch runtime override

[linux-next:master 7722/11059] sound/core/control_led.c:58:12: warning: stack frame size of 1040 bytes in function 'snd_ctl_led_get'
 2021-04-09 11:44 UTC 

[PATCH 1/2] mm/vmscan: add sync_shrinkers function
 2021-04-09 11:04 UTC  (4+ messages)
` [PATCH 2/2] drm/ttm: optimize the pool shrinker a bit

[PATCH v4 00/20] Implement GENERIC_CMDLINE
 2021-04-09 10:20 UTC  (4+ messages)
` [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE

unexpected -ENOMEM from percpu_counter_init()
 2021-04-09  9:52 UTC  (3+ messages)

[PATCH] mm: gup: remove FOLL_SPLIT
 2021-04-09  8:44 UTC  (4+ messages)
    ` [kbuild-all] "

[PATCH] mm/page_alloc: Ensure that HUGETLB_PAGE_ORDER is less than MAX_ORDER
 2021-04-09  8:37 UTC  (3+ messages)

[linux-next:master 6049/11059] drivers/net/ethernet/mediatek/mtk_ppe_offload.c:89:19: sparse: sparse: cast to restricted __be32
 2021-04-09  8:28 UTC 

[kbuild] [linux-next:master 317/9190] drivers/gpu/drm/i915/display/intel_psr.c:1517:30: warning: Redundant condition: intel_dp->psr.enabled. '!A || (A && B)' is equivalent to '!A || B' [redundantCondition]
 2021-04-09  8:29 UTC 

[PATCH v6 4/8] mm,memory_hotplug: Allocate memmap from the added memory range
 2021-04-09  8:10 UTC  (5+ messages)

[PATCH v1 0/2] drivers: don't select DMA_CMA or CMA
 2021-04-09  8:09 UTC  (14+ messages)
` [PATCH v1 2/2] drivers/gpu/drm: don't select DMA_CMA or CMA from aspeed or etnaviv

[PATCH v3 1/2] kunit: add a KUnit test for SLUB debugging functionality
 2021-04-09  7:54 UTC  (8+ messages)

[linux-next:master 10309/11059] drivers/iommu/fsl_pamu_domain.c:129:5: warning: variable 'i' is uninitialized when used here
 2021-04-09  7:52 UTC 

[PATCH] mm/mapping_dirty_helpers: Guard hugepage pud's usage
 2021-04-09  7:43 UTC  (2+ messages)

[linux-next:master 6048/11059] drivers/net/ethernet/mediatek/mtk_ppe_debugfs.c:60:27: sparse: sparse: incorrect type in assignment (different base types)
 2021-04-09  7:36 UTC 

[PATCH 0/4] Cleanup and fixup for hugetlb
 2021-04-09  7:07 UTC  (6+ messages)
` [PATCH 4/4] mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()

[RFC 0/4] Fix machine check recovery for copy_from_user
 2021-04-09  6:49 UTC  (4+ 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).