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

incoming
 2021-06-29  2:37 UTC  (86+ messages)
` [patch 001/192] mm/gup: fix try_grab_compound_head() race with split_huge_page()
` [patch 002/192] mm/page_alloc: fix memory map initialization for descending nodes
` [patch 003/192] mm/page_alloc: correct return value of populated elements if bulk array is populated
` [patch 004/192] kthread: switch to new kerneldoc syntax for named variable macro argument
` [patch 005/192] kthread_worker: fix return value when kthread_mod_delayed_work() races with kthread_cancel_delayed_work_sync()
` [patch 006/192] ia64: headers: drop duplicated words
` [patch 007/192] ia64: mca_drv: fix incorrect array size calculation
` [patch 008/192] streamline_config.pl: make spacing consistent
` [patch 009/192] streamline_config.pl: add softtabstop=4 for vim users
` [patch 010/192] scripts/spelling.txt: add more spellings to spelling.txt
` [patch 011/192] ntfs: fix validity check for file name attribute
` [patch 012/192] squashfs: add option to panic on errors
` [patch 013/192] ocfs2: remove unnecessary INIT_LIST_HEAD()
` [patch 014/192] ocfs2: fix snprintf() checking
` [patch 015/192] ocfs2: remove redundant assignment to pointer queue
` [patch 016/192] ocfs2: remove repeated uptodate check for buffer
` [patch 017/192] ocfs2: replace simple_strtoull() with kstrtoull()
` [patch 018/192] ocfs2: remove redundant initialization of variable ret
` [patch 019/192] kernel: watchdog: modify the explanation related to watchdog thread
` [patch 020/192] doc: "
` [patch 021/192] doc: watchdog: modify the doc related to "watchdog/%u"
` [patch 022/192] slab: use __func__ to trace function name
` [patch 023/192] kunit: make test->lock irq safe
` [patch 024/192] mm/slub, kunit: add a KUnit test for SLUB debugging functionality
` [patch 025/192] slub: remove resiliency_test() function
` [patch 026/192] mm, slub: change run-time assertion in kmalloc_index() to compile-time
` [patch 027/192] slub: restore slub_debug=- behavior
` [patch 028/192] slub: actually use 'message' in restore_bytes()
` [patch 029/192] slub: indicate slab_fix() uses printf formats
` [patch 030/192] slub: force on no_hash_pointers when slub_debug is enabled
` [patch 031/192] mm: slub: move sysfs slab alloc/free interfaces to debugfs
` [patch 032/192] mm/slub: add taint after the errors are printed
` [patch 033/192] mm/kmemleak: fix possible wrong memory scanning period
` [patch 034/192] dax: fix ENOMEM handling in grab_mapping_entry()
` [patch 035/192] tools/vm/page_owner_sort.c: check malloc() return
` [patch 036/192] mm/debug_vm_pgtable: ensure THP availability via has_transparent_hugepage()
` [patch 037/192] mm: mmap_lock: use local locks instead of disabling preemption
` [patch 038/192] mm/page_reporting: fix code style in __page_reporting_request()
` [patch 039/192] mm/page_reporting: export reporting order as module parameter
` [patch 040/192] mm/page_reporting: allow driver to specify reporting order
` [patch 041/192] virtio_balloon: specify page reporting order if needed
` [patch 042/192] mm: page-writeback: kill get_writeback_state() comments
` [patch 043/192] mm/page-writeback: Fix performance when BDI's share of ratio is 0
` [patch 044/192] mm/page-writeback: update the comment of Dirty position control
` [patch 045/192] mm/page-writeback: use __this_cpu_inc() in account_page_dirtied()
` [patch 046/192] writeback, cgroup: do not switch inodes with I_WILL_FREE flag
` [patch 047/192] writeback, cgroup: add smp_mb() to cgroup_writeback_umount()
` [patch 048/192] writeback, cgroup: increment isw_nr_in_flight before grabbing an inode
` [patch 049/192] writeback, cgroup: switch to rcu_work API in inode_switch_wbs()
` [patch 050/192] writeback, cgroup: keep list of inodes attached to bdi_writeback
` [patch 051/192] writeback, cgroup: split out the functional part of inode_switch_wbs_work_fn()
` [patch 052/192] writeback, cgroup: support switching multiple inodes at once
` [patch 053/192] writeback, cgroup: release dying cgwbs by switching attached inodes
` [patch 054/192] fs: unexport __set_page_dirty
` [patch 055/192] fs: move ramfs_aops to libfs
` [patch 056/192] mm: require ->set_page_dirty to be explicitly wired up
` [patch 057/192] mm/writeback: move __set_page_dirty() to core mm
` [patch 058/192] mm/writeback: use __set_page_dirty in __set_page_dirty_nobuffers
` [patch 059/192] iomap: use __set_page_dirty_nobuffers
` [patch 060/192] fs: remove anon_set_page_dirty()
` [patch 061/192] fs: remove noop_set_page_dirty()
` [patch 062/192] mm: move page dirtying prototypes from mm.h
` [patch 063/192] mm/gup_benchmark: support threading
` [patch 064/192] mm: gup: allow FOLL_PIN to scale in SMP
` [patch 065/192] mm: gup: pack has_pinned in MMF_HAS_PINNED
` [patch 066/192] mm: pagewalk: fix walk for hugepage tables
` [patch 067/192] mm/swapfile: use percpu_ref to serialize against concurrent swapoff
` [patch 068/192] swap: fix do_swap_page() race with swapoff
` [patch 069/192] mm/swap: remove confusing checking for non_swap_entry() in swap_ra_info()
` [patch 070/192] mm/shmem: fix shmem_swapin() race with swapoff
` [patch 071/192] mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION
` [patch 072/192] mm/swap: remove unused local variable nr_shadows
` [patch 073/192] mm/swap_slots.c: delete meaningless forward declarations
` [patch 074/192] mm, swap: remove unnecessary smp_rmb() in swap_type_to_swap_info()
` [patch 075/192] mm: free idle swap cache page after COW
` [patch 076/192] swap: check mapping_empty() for swap cache before being freed
` [patch 077/192] mm/memcg: move mod_objcg_state() to memcontrol.c
` [patch 078/192] mm/memcg: cache vmstat data in percpu memcg_stock_pcp
` [patch 079/192] mm/memcg: improve refill_obj_stock() performance
` [patch 080/192] mm/memcg: optimize user context object stock access
` [patch 081/192] mm: memcg/slab: properly set up gfp flags for objcg pointer array
` [patch 082/192] mm: memcg/slab: create a new set of kmalloc-cg-<n> caches
` [patch 083/192] mm: memcg/slab: disable cache merging for KMALLOC_NORMAL caches
` [patch 084/192] mm: memcontrol: fix root_mem_cgroup charging
` [patch 085/192] mm: memcontrol: fix page charging in page replacement

[PATCH] userfaultfd: preserve user-supplied address tag in struct uffd_msg
 2021-06-29  1:20 UTC 

[linux-next:master 10774/13831] arch/powerpc/platforms/pseries/vas.c:186:13: error: no previous prototype for function 'pseries_vas_fault_thread_fn'
 2021-06-28 23:37 UTC 

[linux-next:master 11599/13831] arch/powerpc/mm/book3s64/radix_tlb.c:418:20: error: unused function '_tlbie_pid_lpid'
 2021-06-28 23:32 UTC 

[linux-next:master] BUILD REGRESSION 3579aa488520feeda433ceca23ef4704bf8cd280
 2021-06-28 23:26 UTC 

[PATCH 0/3] vmalloc() vs bulk allocator v2
 2021-06-28 23:00 UTC  (8+ messages)
` [PATCH 2/3] mm/vmalloc: Switch to bulk allocator in __vmalloc_area_node()

[RFC PATCH 00/37] Speculative page faults
 2021-06-28 22:14 UTC 

[PATCH v2] mm/page_alloc: Return nr_populated when the array is full
 2021-06-28 20:06 UTC  (3+ messages)

[PATCH v4] mm: introduce reference pages
 2021-06-28 19:56 UTC  (6+ messages)

[PATCH 1/4] mm: remove irqsave/restore locking from contexts with irqs enabled
 2021-06-28 18:58 UTC  (10+ messages)
` [PATCH 4/4] vfs: keep inodes with page cache off the inode shrinker LRU

[PATCH v2 1/1] kasan: Add memzero init for unaligned size under SLUB debug
 2021-06-28 18:41 UTC  (4+ messages)

[linux-next:master 12564/13831] kernel/dma/swiotlb.c:771:5: error: implicit declaration of function 'debugfs_create_dir'; did you mean 'kernfs_create_dir'?
 2021-06-28 18:00 UTC 

[PATCH] mm/page_alloc: Return nr_populated when the array is full
 2021-06-28 17:15 UTC 

[PATCH v3 0/8] Support DEVICE_GENERIC memory in migrate_vma_*
 2021-06-28 16:46 UTC  (4+ messages)
` [PATCH v3 2/8] mm: remove extra ZONE_DEVICE struct page refcount

[PATCH] mm: vmalloc: add cond_resched() in __vunmap()
 2021-06-28 16:40 UTC  (7+ messages)

[BUG] arm64: an infinite loop in generic_perform_write()
 2021-06-28 16:22 UTC  (12+ messages)

linux-mm@kvack.org - limping on a backup
 2021-06-28 16:20 UTC  (10+ messages)

[PATCH v2 00/46] Folio-enabling the page cache
 2021-06-28 15:43 UTC  (31+ messages)
` [PATCH v2 01/46] mm: Add folio_to_pfn()
` [PATCH v2 05/46] mm: Add arch_make_folio_accessible()
` [PATCH v2 17/46] mm/memcg: Convert mem_cgroup_track_foreign_dirty_slowpath() to folio
` [PATCH v2 20/46] mm/migrate: Add folio_migrate_copy()
` [PATCH v2 24/46] mm/writeback: Add __folio_end_writeback()
` [PATCH v2 27/46] mm/writeback: Add __folio_mark_dirty()
` [PATCH v2 44/46] mm/filemap: Convert mapping_get_entry to return a folio

[PATCH v2 0/3] memblock, arm: fixes for freeing of the memory map
 2021-06-28 15:26 UTC  (5+ messages)
` [PATCH v2 3/3] arm: extend pfn_valid to take into accound freed memory map alignment

[PATCH] mm/page_alloc: do bulk array bounds check after checking populated elements
 2021-06-28 15:03 UTC  (6+ messages)

[PATCH] mm/page_alloc: Correct return value of populated elements if bulk array is populated
 2021-06-28 15:02 UTC 

[PATCH v2 0/2] mm: support NOSIGBUS on fault of mmap
 2021-06-28 14:27 UTC  (3+ messages)
` [PATCH v2 2/2] mm: adds NOSIGBUS extension to mmap()

[PATCH 3/3] loop: Charge i/o to mem and blk cg
 2021-06-28 14:17 UTC  (2+ messages)

[PATCH Part1 RFC v3 20/22] x86/boot: Add Confidential Computing address to setup_header
 2021-06-28 13:43 UTC  (11+ messages)

[PATCH v32 00/13] Introduce Data Access MONitor (DAMON)
 2021-06-28 13:33 UTC  (14+ messages)
` [PATCH v32 01/13] mm: "
` [PATCH v32 02/13] mm/damon/core: Implement region-based sampling
` [PATCH v32 03/13] mm/damon: Adaptively adjust regions
` [PATCH v32 04/13] mm/idle_page_tracking: Make PG_idle reusable
` [PATCH v32 05/13] mm/damon: Implement primitives for the virtual memory address spaces
` [PATCH v32 06/13] mm/damon: Add a tracepoint
` [PATCH v32 07/13] mm/damon: Implement a debugfs-based user space interface
` [PATCH v32 08/13] mm/damon/dbgfs: Export kdamond pid to the user space
` [PATCH v32 09/13] mm/damon/dbgfs: Support multiple contexts
` [PATCH v32 10/13] Documentation: Add documents for DAMON
` [PATCH v32 11/13] mm/damon: Add kunit tests
` [PATCH v32 12/13] mm/damon: Add user space selftests
` [PATCH v32 13/13] MAINTAINERS: Update for DAMON

[PATCH v12 00/33] Memory folios
 2021-06-28 12:51 UTC  (15+ messages)
` [PATCH v12 01/33] mm: Convert get_page_unless_zero() to return bool
` [PATCH v12 09/33] mm: Add folio_try_get_rcu()
` [PATCH v12 11/33] mm/lru: Add folio LRU functions
` [PATCH v12 24/33] mm/swap: Add folio_rotate_reclaimable()
` [PATCH v12 31/33] mm/filemap: Add folio private_2 functions
` [PATCH v12 32/33] fs/netfs: Add folio fscache functions
` [PATCH v12 33/33] mm: Add folio_mapped()

[linux-next:master 5384/13831] drivers/scsi/mpi3mr/mpi3mr_os.c:873 mpi3mr_update_tgtdev() error: we previously assumed 'mrioc->shost' could be null (see line 870)
 2021-06-28 12:29 UTC 

[linux-next:pending-fixes] BUILD SUCCESS 45e951ad6905bb382c1e990e153770107d9a68d6
 2021-06-28 12:05 UTC 

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-06-28 11:49 UTC  (14+ messages)
` [PATCH v5 1/9] pagemap: Introduce ->memory_failure()
` [PATCH v5 2/9] dax: Introduce holder for dax_device
` [PATCH v5 3/9] mm: factor helpers for memory_failure_dev_pagemap
` [PATCH v5 4/9] pmem,mm: Implement ->memory_failure in pmem driver
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v5 6/9] xfs: Implement ->corrupted_range() for XFS
` [PATCH v5 7/9] dm: Introduce ->rmap() to find bdev offset
` [PATCH v5 8/9] md: Implement dax_holder_operations
` [PATCH v5 9/9] fs/dax: Remove useless functions

[PATCH v5 0/4] mm/page_reporting: Make page reporting work on arm64 with 64KB page size
 2021-06-28  9:45 UTC  (3+ messages)

[PATCH v2] mm: hugetlb: add hwcrp_hugepages to record memory failure on hugetlbfs
 2021-06-28  9:27 UTC  (2+ messages)
`  "

[PATCH] mm/sparse: Fix flags overlap in section_mem_map
 2021-06-28  7:06 UTC  (5+ messages)
      ` [PATCH] mm/sparse: set SECTION_NID_SHIFT to 6

[PATCH v3] mm: pagewalk: Fix walk for hugepage tables
 2021-06-28  6:19 UTC  (5+ messages)

[PATCH v4 0/3] kasan: add memory corruption identification support for hw tag-based kasan
 2021-06-28  6:00 UTC  (8+ messages)
` [PATCH v4 1/3] kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY
` [PATCH v4 2/3] kasan: integrate the common part of two KASAN tag-based modes
` [PATCH v4 3/3] kasan: add memory corruption identification support for hardware tag-based mode

[PATCH -V9 0/9] Migrate Pages in lieu of discard
 2021-06-28  2:56 UTC  (7+ messages)
` [PATCH -V9 4/9] mm/migrate: demote pages during reclaim
` [PATCH -V9 7/9] mm/vmscan: Consider anonymous pages without swap

[linux-next:master 6016/13550] drivers/counter/intel-qep.c:11:1: iwyu: warning: superfluous #include <linux/bitops.h>
 2021-06-28  1:58 UTC 

arch/powerpc/boot/decompress.c:133:8: warning: implicit declaration of function '__decompress' is invalid in C99
 2021-06-27 23:25 UTC 

[PATCH 0/3] mm, xfs: memory allocation improvements
 2021-06-27 23:14 UTC  (5+ messages)
` [PATCH 2/3] xfs: remove kmem_alloc_io()

[linux-next:master 7934/13550] arm-smmu-nvidia.c:undefined reference to `tegra_mc_probe_device'
 2021-06-27 23:12 UTC 

arch/csky/kernel/perf_event.c:878:6: sparse: sparse: symbol 'csky_pmu_event_set_period' was not declared. Should it be static?
 2021-06-27 14:28 UTC 

drivers/gpu/drm/amd/amdgpu/../display/dc/calcs/dcn_calc_auto.c:121:6: warning: stack frame size (3296) exceeds limit (2048) in function 'mode_support_and_system_configuration'
 2021-06-26 23:35 UTC 

arch/powerpc/mm/book3s64/pgtable.c:174:15: warning: no previous prototype for function 'create_section_mapping'
 2021-06-26 19:48 UTC 

[PATCH v2 0/4] Convert powerpc to GENERIC_PTDUMP
 2021-06-26 10:37 UTC  (2+ messages)

[PATCH v3 0/3] kasan: add memory corruption identification support for hw tag-based kasan
 2021-06-26 10:13 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).