linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-05-07 20:41:56 to 2020-05-09 23:14:48 UTC [more...]

[PATCH v7 0/7] introduce memory hinting API for external process
 2020-05-09 23:14 UTC  (17+ messages)
` [PATCH v7 1/7] mm: pass task and mm to do_madvise
` [PATCH v7 2/7] mm: introduce external memory hinting API
` [PATCH v7 5/7] mm: support both pid and pidfd for process_madvise

[linux-next:master] BUILD REGRESSION 30e2206e11ce27ae910cc0dab21472429e400a87
 2020-05-09 22:31 UTC  (2+ messages)

[RFC PATCH 0/7] mm: Get rid of vmalloc_sync_(un)mappings()
 2020-05-09 21:57 UTC  (22+ messages)
` [RFC PATCH 1/7] mm: Add functions to track page directory modifications
` [RFC PATCH 2/7] mm/vmalloc: Track which page-table levels were modified
` [RFC PATCH 3/7] mm/ioremap: "
` [RFC PATCH 4/7] x86/mm/64: Implement arch_sync_kernel_mappings()
` [RFC PATCH 5/7] x86/mm/32: "
` [RFC PATCH 6/7] mm: Remove vmalloc_sync_(un)mappings()
` [RFC PATCH 7/7] x86/mm: Remove vmalloc faulting

[PATCH] mm: memblock: fix minor typo and unclear comment
 2020-05-09 16:01 UTC  (2+ messages)

[PATCH] kexec: Discard loaded image on memory hotplug
 2020-05-09 15:14 UTC  (3+ messages)

[PATCH] memcg: expose root cgroup's memory.stat
 2020-05-09 14:43 UTC  (4+ messages)

[PATCH] mm: fix LRU balancing effect of new transparent huge pages
 2020-05-09 14:19 UTC 

[PATCH 1/3] mm: swap: fix vmstats for huge pages
 2020-05-09 14:06 UTC  (7+ messages)
` [PATCH 2/3] mm: swap: memcg: fix memcg stats "
` [PATCH 3/3] mm: swap: fix update_page_reclaim_stat "

[linux-next:master 7592/7905] arch/riscv/mm/ptdump.c:57:3: error: 'FIXADDR_START' undeclared here (not in a function); did you mean 'XAS_RESTART'?
 2020-05-09 10:46 UTC 

Kmemleak infrastructure improvement for task_struct leaks and call_rcu()
 2020-05-09  9:44 UTC  (3+ messages)

[hnaz-linux-mm:master 231/464] arch/x86/include/asm/highmem.h:71:21: error: static declaration of 'kmap_atomic_high' follows non-static declaration
 2020-05-09  9:24 UTC 

[PATCH] mm: vmscan: consistent update to pgsteal and pgscan
 2020-05-09  6:53 UTC  (7+ messages)

[PATCH v4 0/4] mm/memory_hotplug: Interface to add driver-managed system ram
 2020-05-09  5:40 UTC  (7+ messages)
` [PATCH v4 1/4] device-dax: Don't leak kernel memory to user space after unloading kmem
` [PATCH v4 2/4] mm/memory_hotplug: Introduce add_memory_driver_managed()
` [PATCH v4 3/4] kexec_file: Don't place kexec images on IORESOURCE_MEM_DRIVER_MANAGED
` [PATCH v4 4/4] device-dax: Add memory via add_memory_driver_managed()

[PATCH 0/6] nouveau/hmm: add support for mapping large pages
 2020-05-09  3:17 UTC  (12+ messages)
` [PATCH 1/6] nouveau/hmm: map pages after migration
` [PATCH 2/6] nouveau: make nvkm_vmm_ctor() and nvkm_mmu_ptp_get() static
` [PATCH 3/6] nouveau/hmm: fault one page at a time
` [PATCH 4/6] mm/hmm: add output flag for compound page mapping
` [PATCH 5/6] nouveau/hmm: support mapping large sysmem pages
` [PATCH 6/6] hmm: add tests for HMM_PFN_COMPOUND flag

[PATCH v4 0/5] block: fix blktrace debugfs use after free
 2020-05-09  3:10 UTC  (6+ messages)
` [PATCH v4 1/5] block: revert back to synchronous request_queue removal
` [PATCH v4 2/5] block: move main block debugfs initialization to its own file
` [PATCH v4 3/5] blktrace: fix debugfs use after free
` [PATCH v4 4/5] blktrace: break out of blktrace setup on concurrent calls
` [PATCH v4 5/5] loop: be paranoid on exit and prevent new additions / removals

[PATCH -next] mm/hmm/test: fix error return code in hmm_dmirror_init()
 2020-05-09  3:02 UTC 

[PATCH -next] mm/hmm/test: fix missing unlock on error in dmirror_migrate_finalize_and_map()
 2020-05-09  3:02 UTC 

[PATCH 0/3] kexec/memory_hotplug: Prevent removal and accidental use
 2020-05-09  0:45 UTC  (3+ messages)
` [PATCH 2/3] mm/memory_hotplug: Allow arch override of non boot memory resource names

[PATCH V3 0/3] mm/hugetlb: Add some new generic fallbacks
 2020-05-08 22:22 UTC  (6+ messages)
` [PATCH V3 1/3] arm64/mm: Drop __HAVE_ARCH_HUGE_PTEP_GET
` [PATCH V3 2/3] mm/hugetlb: Define a generic fallback for is_hugepage_only_range()
` [PATCH V3 3/3] mm/hugetlb: Define a generic fallback for arch_clear_hugepage_flags()

[PATCH v3 04/19] mm: slub: implement SLUB version of obj_to_index()
 2020-05-08 21:35 UTC  (12+ messages)

[PATCH 1/3] mm/swapfile.c: classify SWAP_MAP_XXX to make it more readable
 2020-05-08 21:19 UTC  (8+ messages)
` [PATCH 3/3] mm/swapfile.c: count won't be bigger than SWAP_MAP_MAX

[PATCH RFC 0/8] dcache: increase poison resistance
 2020-05-08 21:07 UTC  (19+ messages)
` [PATCH RFC 1/8] dcache: show count of hash buckets in sysctl fs.dentry-state
` [PATCH RFC 2/8] selftests: add stress testing tool for dcache
` [PATCH RFC 3/8] dcache: sweep cached negative dentries to the end of list of siblings
` [PATCH RFC 4/8] fsnotify: stop walking child dentries if remaining tail is negative
` [PATCH RFC 5/8] dcache: add action D_WALK_SKIP_SIBLINGS to d_walk()
` [PATCH RFC 6/8] dcache: stop walking siblings if remaining dentries all negative
` [PATCH RFC 7/8] dcache: push releasing dentry lock into sweep_negative
` [PATCH RFC 8/8] dcache: prevent flooding with negative dentries

[PATCH 0/2] selftests: vm: pkeys: Some powerpc fixes
 2020-05-08 20:03 UTC  (6+ messages)
` [PATCH 1/2] selftests: vm: pkeys: Fix powerpc access right definitions
` [PATCH 2/2] selftests: vm: pkeys: Fix powerpc access right updates

[PATCH] mm, compaction: Indicate when compaction is manually triggered by sysctl
 2020-05-08 19:01 UTC  (5+ messages)

[PATCH 00/19 V2] mm: memcontrol: charge swapin pages on instantiation
 2020-05-08 18:31 UTC  (20+ messages)
` [PATCH 01/19] mm: fix NUMA node file count error in replace_page_cache()
` [PATCH 02/19] mm: memcontrol: fix stat-corrupting race in charge moving
` [PATCH 03/19] mm: memcontrol: drop @compound parameter from memcg charging API
` [PATCH 04/19] mm: memcontrol: move out cgroup swaprate throttling
` [PATCH 05/19] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API
` [PATCH 06/19] mm: memcontrol: prepare uncharging for removal of private page type counters
` [PATCH 07/19] mm: memcontrol: prepare move_account "
` [PATCH 08/19] mm: memcontrol: prepare cgroup vmstat infrastructure for native anon counters
` [PATCH 09/19] mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
` [PATCH 10/19] mm: memcontrol: switch to native NR_ANON_MAPPED counter
` [PATCH 11/19] mm: memcontrol: switch to native NR_ANON_THPS counter
` [PATCH 12/19] mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
` [PATCH 13/19] mm: memcontrol: drop unused try/commit/cancel charge API
` [PATCH 14/19] mm: memcontrol: prepare swap controller setup for integration
` [PATCH 15/19] mm: memcontrol: make swap tracking an integral part of memory control
` [PATCH 16/19] mm: memcontrol: charge swapin pages on instantiation
` [PATCH 17/19] mm: memcontrol: document the new swap control behavior
` [PATCH 18/19] mm: memcontrol: delete unused lrucare handling
` [PATCH 19/19] mm: memcontrol: update page->mem_cgroup stability rules

[PATCH] slab: Replace zero-length array with flexible-array
 2020-05-08 18:26 UTC  (2+ messages)

[PATCH v4 00/14] mm: remove __ARCH_HAS_5LEVEL_HACK
 2020-05-08 17:42 UTC  (6+ messages)
` [PATCH v4 02/14] arm: add support for folded p4d page tables

mmotm 2020-05-05-15-28 uploaded
 2020-05-08 17:28 UTC  (5+ messages)
` mmotm 2020-05-05-15-28 uploaded (objtool warning)

[PATCH] selftests: powerpc: Add test for execute-disabled pkeys
 2020-05-08 16:23 UTC 

[PATCH 00/18] mm: memcontrol: charge swapin pages on instantiation
 2020-05-08 16:01 UTC  (6+ messages)
` [PATCH 05/18] mm: memcontrol: convert page cache to a new mem_cgroup_charge() API

[PATCH] doc: cgroup: update note about conditions when oom killer is invoked
 2020-05-08 16:00 UTC  (2+ messages)

[PATCH RFC tip/core/rcu] Add shrinker to shift to fast/inefficient GP mode
 2020-05-08 14:47 UTC  (4+ messages)

[PATCH v2 0/3] Offline memoryless cpuless node 0
 2020-05-08 13:42 UTC  (10+ messages)
` [PATCH v2 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[PATCH v3 0/3] Offline memoryless cpuless node 0
 2020-05-08 13:21 UTC  (7+ messages)
` [PATCH v3 1/3] powerpc/numa: Set numa_node for all possible cpus
` [PATCH v3 3/3] mm/page_alloc: Keep memoryless cpuless node 0 offline

[PATCH 0/3] make vm_committed_as_batch aware of vm overcommit policy
 2020-05-08 12:33 UTC  (6+ messages)
` [PATCH 1/3] proc/meminfo: avoid open coded reading of vm_committed_as
` [PATCH 2/3] mm/util.c: make vm_memory_committed() more accurate
` [PATCH 3/3] mm: adjust vm_committed_as_batch according to vm overcommit policy

[PATCH v2 0/1] mm/page_io.c: remove an unnecessary goto in generic_swapfile_activate()
 2020-05-08 12:06 UTC  (2+ messages)
` [PATCH v2 1/1] "

[linux-next:pending-fixes] BUILD SUCCESS 604da24420e3235abb205b203fa86d3ad13ddf35
 2020-05-08 11:07 UTC 

[PATCH 1/1] mm: remove an unnecessary goto jump
 2020-05-08  8:49 UTC  (4+ messages)

[linux-next:master 6698/6711] <stdin>:1520:2: warning: #warning syscall process_madvise not implemented
 2020-05-08  5:25 UTC  (2+ messages)

[PATCH] slub: limit count of partial slabs scanned to gather statistics
 2020-05-08  3:18 UTC  (3+ messages)

[PATCH] mm: slub: add panic_on_error to the debug facilities
 2020-05-08  3:06 UTC  (4+ messages)

incoming
 2020-05-08  1:36 UTC  (16+ messages)
` [patch 01/15] ipc/mqueue.c: change __do_notify() to bypass check_kill_permission()
` [patch 02/15] mm, memcg: fix error return value of mem_cgroup_css_alloc()
` [patch 03/15] mm/page_alloc: fix watchdog soft lockups during set_zone_contiguous()
` [patch 04/15] kernel/kcov.c: fix typos in kcov_remote_start documentation
` [patch 05/15] scripts/decodecode: fix trapping instruction formatting
` [patch 06/15] arch/x86/kvm/svm/sev.c: change flag passed to GUP fast in sev_pin_memory()
` [patch 07/15] eventpoll: fix missing wakeup for ovflist in ep_poll_callback
` [patch 08/15] scripts/gdb: repair rb_first() and rb_last()
` [patch 09/15] mm/slub: fix incorrect interpretation of s->offset
` [patch 10/15] percpu: make pcpu_alloc() aware of current gfp context
` [patch 11/15] kselftests: introduce new epoll60 testcase for catching lost wakeups
` [patch 12/15] epoll: atomically remove wait entry on wake up
` [patch 13/15] mm/vmscan: remove unnecessary argument description of isolate_lru_pages()
` [patch 14/15] ubsan: disable UBSAN_ALIGNMENT under COMPILE_TEST
` [patch 15/15] mm: limit boost_watermark on small zones

[PATCH v2] stacktrace: cleanup inconsistent variable type
 2020-05-08  0:04 UTC  (4+ messages)

[PATCH v3 00/19] The new cgroup slab memory controller
 2020-05-07 22:26 UTC  (8+ messages)
` [PATCH v3 03/19] mm: memcg: convert vmstat slab counters to bytes
` [PATCH v3 06/19] mm: memcg/slab: obj_cgroup API
` [PATCH v3 10/19] mm: memcg/slab: deprecate memory.kmem.slabinfo

[PATCH 0/7] padata: parallelize deferred page init
 2020-05-07 22:15 UTC  (12+ messages)
` [PATCH 5/7] mm: move zone iterator outside of deferred_init_maxorder()

[RFC PATCH V3 01/10] include/linux/pagemap.h: introduce attach/detach_page_private
 2020-05-07 21:44 UTC  (2+ messages)
` [RFC PATCH V3 10/10] mm/migrate.c: call detach_page_private to cleanup code


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).