linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-06-29 02:35:40 to 2021-06-30 00:23:30 UTC [more...]

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

incoming
 2021-06-30  0:12 UTC  (151+ messages)
` [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 086/192] mm: memcontrol: bail out early when !mm in get_mem_cgroup_from_mm
` [patch 087/192] mm: memcontrol: remove the pgdata parameter of mem_cgroup_page_lruvec
` [patch 088/192] mm: memcontrol: simplify lruvec_holds_page_lru_lock
` [patch 089/192] mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec
` [patch 090/192] mm: memcontrol: simplify the logic of objcg pinning memcg
` [patch 091/192] mm: memcontrol: move obj_cgroup_uncharge_pages() out of css_set_lock
` [patch 092/192] mm: vmscan: remove noinline_for_stack
` [patch 093/192] memcontrol: use flexible-array member
` [patch 094/192] loop: use worker per cgroup instead of kworker
` [patch 095/192] mm: charge active memcg when no mm is set
` [patch 096/192] loop: charge i/o to mem and blk cg
` [patch 097/192] mm: memcontrol: remove trailing semicolon in macros
` [patch 098/192] perf: MAP_EXECUTABLE does not indicate VM_MAYEXEC
` [patch 099/192] binfmt: remove in-tree usage of MAP_EXECUTABLE
` [patch 100/192] mm: ignore MAP_EXECUTABLE in ksys_mmap_pgoff()
` [patch 101/192] mm/mmap.c: logic of find_vma_intersection repeated in __do_munmap
` [patch 102/192] mm/mmap: introduce unlock_range() for code cleanup
` [patch 103/192] mm/mmap: use find_vma_intersection() in do_mmap() for overlap
` [patch 104/192] mm/memory.c: fix comment of finish_mkwrite_fault()
` [patch 105/192] mm: add vma_lookup(), update find_vma_intersection() comments
` [patch 106/192] drm/i915/selftests: use vma_lookup() in __igt_mmap()
` [patch 107/192] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
` [patch 108/192] arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()
` [patch 109/192] arch/powerpc/kvm/book3s_hv_uvmem: "
` [patch 110/192] arch/powerpc/kvm/book3s: use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [patch 111/192] arch/mips/kernel/traps: use vma_lookup() instead of find_vma()
` [patch 112/192] arch/m68k/kernel/sys_m68k: use vma_lookup() in sys_cacheflush()
` [patch 113/192] x86/sgx: use vma_lookup() in sgx_encl_find()
` [patch 114/192] virt/kvm: use vma_lookup() instead of find_vma_intersection()
` [patch 115/192] vfio: "
` [patch 116/192] net/ipv5/tcp: use vma_lookup() in tcp_zerocopy_receive()
` [patch 117/192] drm/amdgpu: use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [patch 118/192] media: videobuf2: use vma_lookup() in get_vaddr_frames()
` [patch 119/192] misc/sgi-gru/grufault: use vma_lookup() in gru_find_vma()
` [patch 120/192] kernel/events/uprobes: use vma_lookup() in find_active_uprobe()
` [patch 121/192] lib/test_hmm: use vma_lookup() in dmirror_migrate()
` [patch 122/192] mm/ksm: use vma_lookup() in find_mergeable_vma()
` [patch 123/192] mm/migrate: use vma_lookup() in do_pages_stat_array()
` [patch 124/192] mm/mremap: use vma_lookup() in vma_to_resize()
` [patch 125/192] mm/memory.c: use vma_lookup() in __access_remote_vm()
` [patch 126/192] mm/mempolicy: "
` [patch 127/192] mm: update legacy flush_tlb_* to use vma
` [patch 128/192] mm: improve mprotect(R|W) efficiency on pages referenced once
` [patch 129/192] h8300: remove unused variable
` [patch 130/192] mm/dmapool: use DEVICE_ATTR_RO macro
` [patch 131/192] mm, tracing: unify PFN format strings
` [patch 132/192] mm/page_alloc: add an alloc_pages_bulk_array_node() helper
` [patch 133/192] mm/vmalloc: switch to bulk allocator in __vmalloc_area_node()
` [patch 134/192] mm/vmalloc: print a warning message first on failure
` [patch 135/192] mm/vmalloc: remove quoted strings split across lines
` [patch 136/192] mm/vmalloc: fallback to a single page allocator
` [patch 137/192] mm: vmalloc: add cond_resched() in __vunmap()
` [patch 138/192] printk: introduce dump_stack_lvl()
` [patch 139/192] kasan: use dump_stack_lvl(KERN_ERR) to print stacks
` [patch 140/192] kasan: test: improve failure message in KUNIT_EXPECT_KASAN_FAIL()
` [patch 141/192] kasan: allow an architecture to disable inline instrumentation
` [patch 142/192] kasan: allow architectures to provide an outline readiness check
` [patch 143/192] mm: define default MAX_PTRS_PER_* in include/pgtable.h
` [patch 144/192] kasan: use MAX_PTRS_PER_* for early shadow tables
` [patch 145/192] kasan: rename CONFIG_KASAN_SW_TAGS_IDENTIFY to CONFIG_KASAN_TAGS_IDENTIFY
` [patch 146/192] kasan: integrate the common part of two KASAN tag-based modes
` [patch 147/192] kasan: add memory corruption identification support for hardware tag-based mode
` [patch 148/192] mm: report which part of mem is being freed on initmem case
` [patch 149/192] mm/mmzone.h: simplify is_highmem_idx()
` [patch 150/192] mm: make __dump_page static
` [patch 151/192] mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt
` [patch 152/192] mm/debug: factor PagePoisoned out of __dump_page
` [patch 153/192] mm/page_owner: constify dump_page_owner
` [patch 154/192] mm: make compound_head const-preserving
` [patch 155/192] mm: constify get_pfnblock_flags_mask and get_pfnblock_migratetype
` [patch 156/192] mm: constify page_count and page_ref_count
` [patch 157/192] mm: optimise nth_page for contiguous memmap
` [patch 158/192] mm/page_alloc: switch to pr_debug
` [patch 159/192] kbuild: skip per-CPU BTF generation for pahole v1.18-v1.21
` [patch 160/192] mm/page_alloc: split per cpu page lists and zone stats
` [patch 161/192] mm/page_alloc: convert per-cpu list protection to local_lock
` [patch 162/192] mm/vmstat: convert NUMA statistics to basic NUMA counters
` [patch 163/192] mm/vmstat: inline NUMA event counter updates
` [patch 164/192] mm/page_alloc: batch the accounting updates in the bulk allocator
` [patch 165/192] mm/page_alloc: reduce duration that IRQs are disabled for VM counters
` [patch 166/192] mm/page_alloc: explicitly acquire the zone lock in __free_pages_ok
` [patch 167/192] mm/page_alloc: avoid conflating IRQs disabled with zone->lock
` [patch 168/192] mm/page_alloc: update PGFREE outside the zone lock in __free_pages_ok
` [patch 169/192] mm: page_alloc: dump migrate-failed pages only at -EBUSY
` [patch 170/192] mm/page_alloc: delete vm.percpu_pagelist_fraction
` [patch 171/192] mm/page_alloc: disassociate the pcp->high from pcp->batch
` [patch 172/192] mm/page_alloc: adjust pcp->high after CPU hotplug events
` [patch 173/192] mm/page_alloc: scale the number of pages that are batch freed
` [patch 174/192] mm/page_alloc: limit the number of pages on PCP lists when reclaim is active
` [patch 175/192] mm/page_alloc: introduce vm.percpu_pagelist_high_fraction
` [patch 176/192] mm: drop SECTION_SHIFT in code comments
` [patch 177/192] mm/page_alloc: improve memmap_pages dbg msg
` [patch 178/192] mm/page_alloc: fix counting of managed_pages
` [patch 179/192] mm/page_alloc: move free_the_page
` [patch 180/192] alpha: remove DISCONTIGMEM and NUMA
` [patch 181/192] arc: update comment about HIGHMEM implementation
` [patch 182/192] arc: remove support for DISCONTIGMEM
` [patch 183/192] m68k: "
` [patch 184/192] mm: remove CONFIG_DISCONTIGMEM
` [patch 185/192] arch, mm: remove stale mentions of DISCONIGMEM
` [patch 186/192] docs: remove description of DISCONTIGMEM
` [patch 187/192] mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA
` [patch 188/192] mm: replace CONFIG_FLAT_NODE_MEM_MAP with CONFIG_FLATMEM
` [patch 189/192] mm/page_alloc: allow high-order pages to be stored on the per-cpu lists
` [patch 190/192] mm/page_alloc: split pcp->high across all online CPUs for cpuless nodes
` [patch 191/192] mm,hwpoison: send SIGBUS with error virutal address
` [patch 192/192] mm,hwpoison: make get_hwpoison_page() call get_any_page()

[linux-next:master] BUILD REGRESSION 73748627df83aab934c81332ca83a44ab8c7b3e3
 2021-06-29 22:44 UTC 

[linux-next:master 13561/14055] WARNING: modpost: vmlinux.o(.text+0x63f750): Section mismatch in reference from the function hisi_clk_unregister_divider() to the variable .init.data:hi3559av100_shub_div_clks
 2021-06-29 20:26 UTC 

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

[PATCH] mm/page_alloc: Correct return value of populated elements if bulk array is populated
 2021-06-29 16:59 UTC  (2+ messages)

drivers/dma/ppc4xx/adma.c:4100:31: sparse: sparse: incorrect type in assignment (different address spaces)
 2021-06-29 16:17 UTC 

[PATCH v2] kfence: skip DMA allocations
 2021-06-29 16:40 UTC  (2+ messages)

[PATCH v3] mm/page_alloc: Further fix __alloc_pages_bulk() return value
 2021-06-29 16:32 UTC  (5+ messages)

[PATCH 1/1] mm: introduce process_reap system call
 2021-06-29 16:15 UTC  (3+ messages)

[linux-next:master 6546/14055] arch/mips/include/asm/mach-ralink/rt305x.h:18:23: error: 'RT305X_SOC_RT3050' undeclared
 2021-06-29 14:57 UTC  (3+ messages)

[PATCH] mm: vmalloc: add cond_resched() in __vunmap()
 2021-06-29 14:11 UTC  (8+ messages)

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

[PATCH v2] mm/compaction: fix 'limit' in fast_isolate_freepages
 2021-06-29 13:52 UTC  (2+ messages)

[PATCH] MIPS: Fix PKMAP with 32-bit MIPS huge page support
 2021-06-29 13:41 UTC 

[linux-next:master 8525/14055] sound/soc/codecs/wcd938x.c:1628:5-8: Unneeded variable: "ret". Return "0" on line 1656
 2021-06-29 13:29 UTC  (2+ messages)
` [PATCH] ASoC: codecs: wcd938x: fix returnvar.cocci warnings

[PATCH] kfence: skip DMA allocations
 2021-06-29 13:05 UTC  (2+ messages)

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

[linux-next:master 12896/14055] kernel/trace/trace_osnoise.c:438:6: warning: no previous prototype for function 'osnoise_trace_irq_entry'
 2021-06-29 11:53 UTC  (2+ messages)

[linux-next:master 6379/13831] drivers/gpu/drm/amd/pm/swsmu/smu13/yellow_carp_ppt.c:503:11: warning: %d in format string (no. 1) requires 'int' but the argument type is 'unsigned int'. [invalidPrintfArgType_sint]
 2021-06-29 11:48 UTC 

[PATCH v5 0/9] fsdax: introduce fs query to support reflink
 2021-06-29 11:46 UTC  (5+ messages)
` [PATCH v5 5/9] mm: Introduce mf_dax_kill_procs() for fsdax case

[linux-next:master 10634/14055] drivers/net/wireless/mediatek/mt76/mt7915/init.c:134:41: warning: passing argument 1 of 'thermal_cooling_device_register' discards 'const' qualifier from pointer target type
 2021-06-29 11:44 UTC 

[PATCH] kfence: show cpu and timestamp in alloc/free info
 2021-06-29 11:40 UTC  (3+ messages)

[BUG] arm64: an infinite loop in generic_perform_write()
 2021-06-29 10:01 UTC  (12+ messages)

[PATCH v2] mm/page_alloc: Return nr_populated when the array is full
 2021-06-29  8:14 UTC  (2+ messages)

[PATCH v2] mm: hugetlb: add hwcrp_hugepages to record memory failure on hugetlbfs
 2021-06-29  8:08 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).