linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-08 17:02:08 to 2021-04-09 16:03:58 UTC [more...]

[PATCH v6 02/30] mm: Add set/end/wait functions for PG_private_2
 2021-04-09 16:03 UTC  (20+ messages)
  ` [PATCH v6 00/30] Network fs helper library & fscache kiocb API
    ` [PATCH v6 01/30] iov_iter: Add ITER_XARRAY
      ` [RFC][PATCH] mm: Split page_has_private() in two to better handle PG_private_2
          ` [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

[RFC PATCH v2 00/18] Use obj_cgroup APIs to charge the LRU pages
 2021-04-09 16:00 UTC  (10+ 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

[PATCH v24 04/30] x86/cpufeatures: Introduce X86_FEATURE_CET and setup functions
 2021-04-09 15:57 UTC  (23+ 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

[PATCH 00/10] [v7][RESEND] Migrate Pages in lieu of discard
 2021-04-09 15:50 UTC  (26+ messages)
` [PATCH 01/10] mm/numa: node demotion data structure and lookup
` [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

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

[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  (15+ messages)

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

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

[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  (9+ 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  (8+ messages)
` [PATCH v4 18/20] x86: Convert to GENERIC_CMDLINE
` [PATCH v4 19/20] mips: "

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

[PATCH 0/5] close various race windows for swap
 2021-04-09  9:00 UTC  (8+ 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] 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  (15+ 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 

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

[PATCH 0/4] Cleanup and fixup for hugetlb
 2021-04-09  7:07 UTC  (25+ messages)
` [PATCH 2/4] mm/hugeltb: simplify the return code of __vma_reservation_common()
` [PATCH 3/4] mm/hugeltb: fix potential wrong gbl_reserve value for hugetlb_acct_memory()
` [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  (9+ messages)
` [PATCH 3/4] mce/copyin: fix to not SIGBUS when copying from user hits poison

[PATCH v4 0/3] Move kernel mapping outside the linear mapping
 2021-04-09  6:15 UTC  (3+ messages)
` [PATCH v4 2/3] Documentation: riscv: Add documentation that describes the VM layout
` [PATCH v4 3/3] riscv: Prepare ptdump for vm layout dynamic addresses

[PATCH] mm/filemap: Update stale comment
 2021-04-09  6:04 UTC 

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

[PATCH 0/9] userfaultfd: add minor fault handling for shmem
 2021-04-09  5:04 UTC  (11+ messages)
` [PATCH 1/9] userfaultfd/hugetlbfs: avoid including userfaultfd_k.h in hugetlb.h
` [PATCH 2/9] userfaultfd/shmem: combine shmem_{mcopy_atomic,mfill_zeropage}_pte
` [PATCH 3/9] userfaultfd/shmem: support minor fault registration for shmem
` [PATCH 4/9] userfaultfd/shmem: support UFFDIO_CONTINUE "
` [PATCH 5/9] userfaultfd/selftests: use memfd_create for shmem test type
` [PATCH 6/9] userfaultfd/selftests: create alias mappings in the shmem test
` [PATCH 7/9] userfaultfd/selftests: reinitialize test context in each test
` [PATCH 8/9] userfaultfd/selftests: exercise minor fault handling shmem support
` [PATCH 9/9] userfaultfd/shmem: modify shmem_mcopy_atomic_pte to use install_ptes

[PATCH -next v2 1/2] mm/debug_vm_pgtable: Move {pmd/pud}_huge_tests out of CONFIG_TRANSPARENT_HUGEPAGE
 2021-04-09  4:05 UTC  (4+ messages)
` [PATCH -next v2 2/2] mm/debug_vm_pgtable: Remove redundant pfn_{pmd/pte}() and fix one comment mistake

[PATCH v5] userfaultfd/shmem: fix MCOPY_ATOMIC_CONTINUE behavior
 2021-04-09  3:08 UTC  (4+ messages)

[linux-next:master 10757/11059] 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  1:38 UTC 

[linux-next:master] BUILD REGRESSION 6145d80cfc62e3ed8f16ff584d6287e6d88b82b9
 2021-04-09  0:48 UTC 

[RFC bpf-next 0/1] bpf: Add page cache iterator
 2021-04-09  0:24 UTC  (11+ messages)
  ` [RFC bpf-next 1/1] bpf: Introduce iter_pagecache

[linux-next:master 6049/11059] mtk_ppe_offload.c:undefined reference to `dsa_port_from_netdev'
 2021-04-08 21:42 UTC 

memcg: performance degradation since v5.9
 2021-04-08 21:08 UTC  (3+ messages)

[linux-next:master 10747/11059] drivers/gpu/drm/amd/amdgpu/../display/dc/dcn10/dcn10_optc.c:139:6: warning: no previous prototype for function 'optc1_set_vupdate_keepout'
 2021-04-08 20:54 UTC 

[linux-next:master 9734/11059] mips64-linux-ld: ptrace.c:undefined reference to `__raw_copy_from_user'
 2021-04-08 20:43 UTC 

[RFC PATCH v6 1/1] cmdline: Add capability to both append and prepend at the same time
 2021-04-08 20:08 UTC  (2+ messages)

[PATCH v10 6/9] Reimplement RLIMIT_SIGPENDING on top of ucounts
 2021-04-08 18:44 UTC  (4+ messages)
` 08ed4efad6: stress-ng.sigsegv.ops_per_sec -41.9% regression

[PATCH v7 7/8] x86/Kconfig: Introduce ARCH_MHP_MEMMAP_ON_MEMORY_ENABLE
 2021-04-08 18:19 UTC  (3+ messages)

[linux-next:master 568/11059] arch/sh/kernel/traps_32.c:574:9: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-04-08 17:38 UTC 

[PATCH 00/16] Add new DMA mapping operation for P2PDMA
 2021-04-08 17:01 UTC  (4+ messages)
` [PATCH 07/16] PCI/P2PDMA: Make pci_p2pdma_map_type() non-static
` [PATCH 09/16] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [PATCH 10/16] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support

[linux-next:master 10742/11059] drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c:1008:5: warning: no previous prototype for function 'gfx_v9_4_2_query_ras_error_count'
 2021-04-08 17:21 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).