linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-02 23:50:22 to 2021-06-04 07:56:34 UTC [more...]

[linux-next:master 4557/6976] mm/kasan/sw_tags.c:211:6: warning: no previous prototype for function 'kasan_tag_mismatch'
 2021-06-04  7:55 UTC 

[PATCH net-next v6 0/5] page_pool: recycle buffers
 2021-06-04  7:52 UTC  (4+ messages)
` [PATCH net-next v6 3/5] page_pool: Allow drivers to hint on SKB recycling

[PATCH v2 0/2] mm: support NOSIGBUS on fault of mmap
 2021-06-04  7:43 UTC  (3+ messages)
` [PATCH v2 1/2] mm: make "vm_flags" be an u64
` [PATCH v2 2/2] mm: adds NOSIGBUS extension to mmap()

[PATCH v2 0/3] Memory hotplug locking cleanup
 2021-06-04  7:41 UTC  (10+ messages)
` [PATCH v2 1/3] mm,page_alloc: Use {get,put}_online_mems() to get stable zone's values
  ` [mm,page_alloc] [confidence: ] acb5758bf4: BUG:sleeping_function_called_from_invalid_context_at_include/linux/percpu-rwsem.h
` [PATCH v2 2/3] mm,memory_hotplug: Drop unneeded locking

[PATCH] mm: update legacy flush_tlb_* to use vma
 2021-06-04  7:23 UTC 

[cpufreq] c1d6d2fd2f: filebench.sum_operations/s 50.0% improvement
 2021-06-04  7:23 UTC 

[PATCH v2 00/15] init_mm: cleanup ARCH's text/data/brk setup code
 2021-06-04  7:06 UTC  (16+ messages)
` [PATCH v2 01/15] mm: add setup_initial_init_mm() helper
` [PATCH v2 02/15] arc: convert to setup_initial_init_mm()
` [PATCH v2 03/15] arm: "
` [PATCH v2 04/15] arm64: "
` [PATCH v2 05/15] csky: "
` [PATCH v2 06/15] h8300: "
` [PATCH v2 07/15] m68k: "
` [PATCH v2 08/15] nds32: "
` [PATCH v2 09/15] nios2: "
` [PATCH v2 10/15] openrisc: "
` [PATCH v2 11/15] powerpc: "
` [PATCH v2 12/15] riscv: "
` [PATCH v2 13/15] s390: "
` [PATCH v2 14/15] sh: "
` [PATCH v2 15/15] x86: "

[PATCH v2 0/9] Remove DISCINTIGMEM memory model
 2021-06-04  6:49 UTC  (10+ messages)
` [PATCH v2 1/9] alpha: remove DISCONTIGMEM and NUMA
` [PATCH v2 2/9] arc: update comment about HIGHMEM implementation
` [PATCH v2 3/9] arc: remove support for DISCONTIGMEM
` [PATCH v2 4/9] m68k: "
` [PATCH v2 5/9] mm: remove CONFIG_DISCONTIGMEM
` [PATCH v2 6/9] arch, mm: remove stale mentions of DISCONIGMEM
` [PATCH v2 7/9] docs: remove description of DISCONTIGMEM
` [PATCH v2 8/9] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [PATCH v2 9/9] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM

[PATCH 1/2] memcg: switch lruvec stats to rstat
 2021-06-04  6:18 UTC  (3+ messages)
` [PATCH 2/2] memcg: periodically flush the memcg stats

[KVM] a2bad6a990: kernel-selftests.kvm.make_fail
 2021-06-04  6:16 UTC  (2+ messages)

[PATCH v3 00/27] userfaultfd-wp: Support shmem and hugetlbfs
 2021-06-04  6:16 UTC  (11+ messages)
` [PATCH v3 04/27] mm/userfaultfd: Introduce special pte for unmapped file-backed mem

[PATCH v4 00/10] fsdax: introduce fs query to support reflink
 2021-06-04  5:48 UTC  (14+ messages)
` [PATCH v4 01/10] pagemap: Introduce ->memory_failure()
` [PATCH v4 02/10] dax: Introduce holder for dax_device
` [PATCH v4 03/10] fs: Introduce ->corrupted_range() for superblock
` [PATCH v4 04/10] mm, fsdax: Refactor memory-failure handler for dax mapping
` [PATCH v4 05/10] mm, pmem: Implement ->memory_failure() in pmem driver
` [PATCH v4 06/10] fs/dax: Implement dax_holder_operations
` [PATCH v4 07/10] dm: Introduce ->rmap() to find bdev offset
` [PATCH v4 08/10] md: Implement dax_holder_operations
` [PATCH v4 09/10] xfs: Implement ->corrupted_range() for XFS
` [PATCH v4 10/10] fs/dax: Remove useless functions

[RFC PATCH v0 0/3] CPU hotplug awareness in percpu allocator
 2021-06-04  5:01 UTC  (3+ messages)

mmotm 2021-06-03-21-08 uploaded
 2021-06-04  4:09 UTC 

[PATCH] mm/swap: Fix pte_same_as_swp() not removing uffd-wp bit when compare
 2021-06-04  3:26 UTC  (2+ messages)

[PATCH v6 0/4] arm64: improve efficiency of setting tags for user pages
 2021-06-04  3:03 UTC  (6+ messages)
` [PATCH v6 1/4] mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()
` [PATCH v6 2/4] kasan: use separate (un)poison implementation for integrated init
` [PATCH v6 3/4] arm64: mte: handle tags zeroing at page allocation time
` [PATCH v6 4/4] kasan: disable freed user page poisoning with HW tags

[PATCH 0/7] mm/thp: fix THP splitting unmap BUGs and related
 2021-06-04  2:54 UTC  (20+ messages)
` [PATCH 1/7] mm/thp: fix __split_huge_pmd_locked() on shmem migration entry
` [PATCH 2/7] mm/thp: try_to_unmap() use TTU_SYNC for safe DEBUG_VM splitting
` [PATCH 3/7] mm/thp: fix vma_address() if virtual address below file offset
      ` [PATCH v2 "
` [PATCH 4/7] mm/thp: fix page_address_in_vma() on file THP tails
` [PATCH 7/7] mm/thp: remap_page() is only needed on anonymous THP
` [PATCH 6.1/7] mm: thp: replace DEBUG_VM BUG with VM_WARN when unmap fails for split

[PATCH v10 00/33] Memory folios
 2021-06-04  2:13 UTC  (3+ messages)

[PATCH v7 0/6] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-04  1:31 UTC  (7+ messages)
` [PATCH v7 1/6] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [PATCH v7 2/6] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [PATCH v7 3/6] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v7 4/6] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [PATCH v7 5/6] writeback, cgroup: support switching multiple inodes at once
` [PATCH v7 6/6] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
 2021-06-04  1:49 UTC  (14+ messages)

[PATCH v6 0/5] cgroup, blkcg: prevent dirty inodes to pin dying memory cgroups
 2021-06-04  1:36 UTC  (12+ messages)
` [PATCH v6 1/5] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [PATCH v6 2/5] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [PATCH v6 3/5] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [PATCH v6 4/5] writeback, cgroup: support switching multiple inodes at once
` [PATCH v6 5/5] writeback, cgroup: release dying cgwbs by switching attached inodes

[PATCH v9 00/10] Add support for SVM atomics in Nouveau
 2021-06-04  1:07 UTC  (11+ messages)
` [PATCH v9 07/10] mm: Device exclusive memory access

[PATCH] mm/hugetlb: expand restore_reserve_on_error functionality
 2021-06-03 23:59 UTC  (4+ messages)

[PATCH v6 0/2] hwpoison: fix race with hugetlb page allocation
 2021-06-03 23:36 UTC  (3+ messages)
` [PATCH v6 1/2] mm,hwpoison: "
` [PATCH v6 2/2] mm,hwpoison: make get_hwpoison_page() call get_any_page()

[linux-next:master 1428/6331] fs/cifsd/asn1.c:21:10: fatal error: spnego_negtokeninit.asn1.h: No such file or directory
 2021-06-03 23:29 UTC  (2+ messages)

[linux-next:master 6351/6976] drivers/scsi/qedi/qedi_fw.c:1039:45: sparse: sparse: incorrect type in assignment (different base types)
 2021-06-03 20:18 UTC  (2+ messages)

[PATCH 6.2/7] mm: rmap: make try_to_unmap() void function
 2021-06-03 22:32 UTC 

[Bug 213299] New: kswapd Regression as of 5.13-rc3, eats 100% of CPU for no reason
 2021-06-03 22:22 UTC  (3+ messages)

Sealed memfd & no-fault mmap
 2021-06-03 20:49 UTC  (19+ messages)

[linux-next:master 4201/6976] fs/nfsd/nfs4state.c:5499:44: sparse: sparse: Using plain integer as NULL pointer
 2021-06-03 20:07 UTC 

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-06-03 19:57 UTC  (3+ messages)
` [PATCH Part1 RFC v3 03/22] x86/sev: Save the negotiated GHCB version

[PATCH 0/2] mm: adds MAP_NOSIGBUS extension for shmem read
 2021-06-03 19:57 UTC  (12+ messages)
` [PATCH 2/2] mm: adds NOSIGBUS extension for out-of-band "

[RFCv2 13/13] KVM: unmap guest memory using poisoned pages
 2021-06-03 19:46 UTC  (11+ messages)

[PATCH] ioctl_userfaultfd.2, userfaultfd.2: add minor fault mode
 2021-06-03 19:28 UTC  (2+ messages)

[PATCH v4] /dev/mem: Revoke mappings when a driver claims the region
 2021-06-03 18:28 UTC  (5+ messages)

[PATCH V13 0/3] Charge loop device i/o to issuing cgroup
 2021-06-03 16:53 UTC  (4+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 3/3] loop: Charge i/o to mem and blk cg
  ` [PATCH 2/3] mm: Charge active memcg when no mm is set

[PATCH] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
 2021-06-03 16:09 UTC 

[PATCH 0/2] Allow high order pages to be stored on PCP v2
 2021-06-03 14:22 UTC  (3+ messages)
` [PATCH 1/2] mm/page_alloc: Move free_the_page
` [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists

[PATCH] kasan: fix doc warning in init.c
 2021-06-03 14:16 UTC  (2+ messages)

[PATCH v3 0/4] slub: Print non-hashed pointers in slub debugging
 2021-06-03 13:15 UTC  (3+ messages)
` [PATCH v3 4/4] slub: Force on no_hash_pointers when slub_debug is enabled

[PATCH 0/2] Allow high order pages to be stored on PCP
 2021-06-03 13:04 UTC  (7+ messages)
` [PATCH 1/2] mm/page_alloc: Move free_the_page
` [PATCH 2/2] mm/page_alloc: Allow high-order pages to be stored on the per-cpu lists

[PATCH v9] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-03 13:02 UTC  (2+ messages)

mmotm 2021-06-01-19-57 uploaded
 2021-06-03 12:10 UTC  (5+ messages)
` mmotm 2021-06-01-19-57 uploaded (xillybus)

[RFC 0/7] Introduce memory allocation speed throttle in memcg
 2021-06-03 11:38 UTC  (7+ messages)

[PATCH v1] proc: Implement /proc/self/meminfo
 2021-06-03 11:33 UTC  (3+ messages)

[linux-next:master 4915/6976] drivers/hwspinlock/sun6i_hwspinlock.c:65:39: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-06-03 10:56 UTC 

[RFC PATCH 0/3] PCI/P2PMEM: introduce pci_p2pdma_align_size API
 2021-06-03 10:52 UTC  (4+ messages)
` [PATCH 1/3] mm,memory_hotplug: export mhp min alignment

[RFC/RFT PATCH 0/5] consolidate "System RAM" resources setup
 2021-06-03 10:32 UTC  (10+ messages)
` [RFC/RFT PATCH 2/5] memblock: introduce generic memblock_setup_resources()

[linux-next:pending-fixes 164/286] drivers/dma/ste_dma40.c:3679:29: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2021-06-03  9:36 UTC 

[linux-next:master 5756/5946] mm/userfaultfd.c:212:6: warning: variable 'vm_alloc_shared' set but not used
 2021-06-03  8:44 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] mm: opt the use of space and tabs
 2021-06-03  8:25 UTC 

[v4 PATCH 0/3] mm/mempolicy: some fix and semantics cleanup
 2021-06-03  8:18 UTC  (4+ messages)
` [v4 PATCH 2/3] mm/mempolicy: don't handle MPOL_LOCAL like a fake MPOL_PREFERRED policy

[PATCH v8] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-06-03  7:56 UTC  (3+ messages)

[PATCH] mm : Report which part of mem is being freed on initmem case
 2021-06-03  7:44 UTC 

[PATCH] mm: opt code indent
 2021-06-03  7:25 UTC 

[PATCH 0/6] sched: Cleanup task_struct::state
 2021-06-03  6:39 UTC  (4+ messages)
` [PATCH 5/6] sched,timer: Use __set_current_state()

[PATCH v5 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-06-03  5:10 UTC  (3+ messages)
` [PATCH v5 3/3] mm,hwpoison: Send SIGBUS with error virutal address

[linux-next:master 1932/6331] drivers/phy/ralink/phy-mt7621-pci.c:341:34: warning: unused variable 'mt7621_pci_phy_ids'
 2021-06-03  4:18 UTC  (6+ messages)

[linux-next:master 5030/6331] dtbs_check: arch/arm/boot/dts/qcom-sdx55-t55.dt.yaml: nand-controller@1b30000: nand@0:secure-regions: More than one condition true in oneOf schema:
 2021-06-03  2:38 UTC 

[PATCH v2 0/3] percpu: memcg memory accounting rework
 2021-06-03  1:09 UTC  (4+ messages)
` [PATCH v2 1/3] mm, memcg: mark cgroup_memory_nosocket, nokmem and noswap as __ro_after_init
` [PATCH v2 2/3] mm, memcg: introduce mem_cgroup_kmem_disabled()
` [PATCH v2 3/3] percpu: rework memcg accounting

[RFC PATCH V1] zram:calculate available memory when zram is used
 2021-06-03  0:40 UTC  (5+ 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).