linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-15 17:07:58 to 2020-11-17 13:56:45 UTC [more...]

[PATCH] Revert "mm/vunmap: add cond_resched() in vunmap_pmd_range"
 2020-11-17 13:56 UTC  (9+ messages)

[PATCH 5.9 104/255] ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline
 2020-11-17 13:04 UTC 

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-17 13:28 UTC  (33+ messages)
` [PATCH mm v3 04/19] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH mm v3 05/19] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH mm v3 07/19] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH mm v3 08/19] kasan: inline random_tag for HW_TAGS
` [PATCH mm v3 09/19] kasan: open-code kasan_unpoison_slab
` [PATCH mm v3 10/19] kasan: inline (un)poison_range and check_invalid_free
` [PATCH mm v3 11/19] kasan: add and integrate kasan boot parameters
` [PATCH mm v3 12/19] kasan, mm: check kasan_enabled in annotations
` [PATCH mm v3 13/19] kasan, mm: rename kasan_poison_kfree
` [PATCH mm v3 17/19] kasan: clean up metadata allocation and usage
` [PATCH mm v3 18/19] kasan, mm: allow cache merging with no metadata
` [PATCH mm v3 19/19] kasan: update documentation

[PATCH 1/2] mm/vmalloc: use free_vm_area() if an allocation fails
 2020-11-17 13:04 UTC  (4+ messages)
` [PATCH 2/2] mm/vmalloc: rework the drain logic

KASAN: invalid-free in p9_client_create
 2020-11-17 12:46 UTC  (2+ messages)

[linux-next:master 1015/6320] drivers/clk/clk.c:855:6: error: redefinition of 'clk_unprepare'
 2020-11-17 11:57 UTC 

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-17 11:07 UTC  (14+ messages)
` [PATCH v4 01/21] mm/memory_hotplug: Move bootmem info registration API to bootmem_info.c
` [PATCH v4 02/21] mm/memory_hotplug: Move {get,put}_page_bootmem() "
` [PATCH v4 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v4 09/21] mm/hugetlb: Free the vmemmap pages associated with each hugetlb page
    ` [External] "
  ` [External] RE: [PATCH v4 00/21] Free some vmemmap pages of "

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-17 10:52 UTC  (11+ messages)

[PATCH] khugepaged: add couples parameter explanation for kernel-doc markup
 2020-11-17  9:31 UTC  (2+ messages)

[PATCH] mm/truncate: add parameter explanation for invalidate_mapping_pagevec
 2020-11-17  9:24 UTC  (3+ messages)
` [PATCH] mm/mapping_dirty_helpers: enhance the kernel-doc markups
` [PATCH] mm/vmalloc: add 'align' parameter explanation for pvm_determine_end_from_reverse

[PATCH v2 RESEND] mm: memcg/slab: Rename *_lruvec_slab_state to *_lruvec_kmem_state
 2020-11-17  8:52 UTC 

cgroup_destroy kworker loops on hugetlb_cgroup_css_offline
 2020-11-17  8:39 UTC 

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-17  8:14 UTC  (8+ messages)
` [PATCH v2 10/13] arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM

[PATCH v22 00/18] Introduce Data Access MONitor (DAMON)
 2020-11-17  8:05 UTC  (2+ messages)

[PATCH v2 1/1] kasan: fix object remain in offline per-cpu quarantine
 2020-11-17  7:13 UTC  (2+ messages)

[PATCH] mm: add colon to fix kernel-doc markups error for check_pte
 2020-11-17  7:12 UTC 

+ mm-shmem-use-kmem_cache_zalloc-in-shmem_alloc_inode.patch added to -mm tree
 2020-11-17  7:12 UTC  (2+ messages)

[PATCH] man2: new page describing memfd_secret() system call
 2020-11-17  6:26 UTC  (3+ messages)
` [PATCH v2] memfd_secret.2: New "

mmotm 2020-11-16-16-47 uploaded
 2020-11-17  4:29 UTC  (3+ messages)
` mmotm 2020-11-16-16-47 uploaded (m/secretmem.c)

[PATCH bpf-next v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-17  3:41 UTC  (35+ messages)
` [PATCH bpf-next v6 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH bpf-next v6 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH bpf-next v6 03/34] mm: introduce page memcg flags
` [PATCH bpf-next v6 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH bpf-next v6 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH bpf-next v6 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v6 07/34] bpf: "
` [PATCH bpf-next v6 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v6 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH bpf-next v6 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH bpf-next v6 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v6 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH bpf-next v6 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH bpf-next v6 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v6 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH bpf-next v6 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v6 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH bpf-next v6 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v6 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH bpf-next v6 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH bpf-next v6 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH bpf-next v6 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH bpf-next v6 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v6 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH bpf-next v6 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH bpf-next v6 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH bpf-next v6 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v6 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v6 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH bpf-next v6 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH bpf-next v6 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH bpf-next v6 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH bpf-next v6 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH bpf-next v6 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-17  3:42 UTC  (36+ messages)
` [PATCH v6 01/34] mm: memcontrol: use helpers to read page's memcg data
` [PATCH v6 02/34] mm: memcontrol/slab: use helpers to access slab page's memcg_data
` [PATCH v6 03/34] mm: introduce page memcg flags
` [PATCH v6 04/34] mm: convert page kmemcg type to a page memcg flag
` [PATCH v6 05/34] bpf: memcg-based memory accounting for bpf progs
` [PATCH v6 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH v6 07/34] bpf: "
` [PATCH v6 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH v6 09/34] bpf: refine memcg-based memory accounting for cpumap maps
` [PATCH v6 10/34] bpf: memcg-based memory accounting for cgroup storage maps
` [PATCH v6 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH v6 12/34] bpf: refine memcg-based memory accounting for hashtab maps
` [PATCH v6 13/34] bpf: memcg-based memory accounting for lpm_trie maps
` [PATCH v6 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH v6 15/34] bpf: memcg-based memory accounting for bpf local storage maps
` [PATCH v6 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH v6 17/34] bpf: refine memcg-based memory accounting for xskmap maps
` [PATCH v6 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH v6 19/34] bpf: eliminate rlimit-based memory accounting for bpf_struct_ops maps
` [PATCH v6 20/34] bpf: eliminate rlimit-based memory accounting for cpumap maps
` [PATCH v6 21/34] bpf: eliminate rlimit-based memory accounting for cgroup storage maps
` [PATCH v6 22/34] bpf: eliminate rlimit-based memory accounting for devmap maps
` [PATCH v6 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH v6 24/34] bpf: eliminate rlimit-based memory accounting for lpm_trie maps
` [PATCH v6 25/34] bpf: eliminate rlimit-based memory accounting for queue_stack_maps maps
` [PATCH v6 26/34] bpf: eliminate rlimit-based memory accounting for reuseport_array maps
` [PATCH v6 27/34] bpf: eliminate rlimit-based memory accounting for bpf ringbuffer
` [PATCH v6 28/34] bpf: eliminate rlimit-based memory accounting for sockmap and sockhash maps
` [PATCH v6 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps
` [PATCH v6 30/34] bpf: eliminate rlimit-based memory accounting for xskmap maps
` [PATCH v6 31/34] bpf: eliminate rlimit-based memory accounting for bpf local storage maps
` [PATCH v6 32/34] bpf: eliminate rlimit-based memory accounting infra for bpf maps
` [PATCH v6 33/34] bpf: eliminate rlimit-based memory accounting for bpf progs
` [PATCH v6 34/34] bpf: samples: do not touch RLIMIT_MEMLOCK

[PATCH] powerpc: fix create_section_mapping compile warning
 2020-11-17  3:31 UTC 

[PATCH] mm: memcg: remove obsolete memcg_has_children()
 2020-11-17  2:55 UTC  (3+ messages)

mmotm 2020-11-16-16-23 uploaded
 2020-11-17  0:24 UTC 

[PATCH 1/1] RFC: add pidfd_send_signal flag to reclaim mm while killing a process
 2020-11-16 23:24 UTC  (9+ messages)

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-16 21:27 UTC  (4+ messages)

[PATCH] mm: never attempt async page lock if we've transferred data already
 2020-11-16 20:39 UTC 

[PATCH V3 00/10] PKS: Add Protection Keys Supervisor (PKS) support V3
 2020-11-16 20:36 UTC  (5+ messages)
` [PATCH V3 05/10] x86/entry: Pass irqentry_state_t by reference

[linux-next:master] BUILD REGRESSION 034307507118f7e1b18f8403c85af2216da2dc94
 2020-11-16 19:20 UTC 

[PATCH v40 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct
 2020-11-16 18:00 UTC  (10+ messages)

[RFC PATCH 0/6] Split huge pages to any lower order pages
 2020-11-16 17:27 UTC  (7+ messages)
` [RFC PATCH 1/6] mm: huge_memory: add new debugfs interface to trigger split huge page on any page range
` [RFC PATCH 3/6] mm: page_owner: add support for splitting to any order in split page_owner

[PATCH] kthread_worker: Add flush delayed work func
 2020-11-16 16:23 UTC  (2+ messages)

[PATCH] h8300: Fix generic mmu_context build
 2020-11-16 15:56 UTC  (2+ messages)

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-11-16 15:51 UTC  (6+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[ arm ] BUG: KASAN: stack-out-of-bounds in save_trace+0xf8/0x14c
 2020-11-16 15:06 UTC 

[PATCH 1/2] mm: slub: call account_slab_page() after slab page initialization
 2020-11-16 15:03 UTC  (6+ messages)
` [PATCH 2/2] mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT

[PATCH RFC v2 00/21] kasan: hardware tag-based mode for production use on arm64
 2020-11-16 14:50 UTC  (11+ messages)
` [PATCH RFC v2 04/21] kasan: unpoison stack only with CONFIG_KASAN_STACK

x86 page_fault not succeeding when mapping write-only
 2020-11-16 14:46 UTC 

[PATCH mm v10 00/42] kasan: add hardware tag-based mode for arm64
 2020-11-16 14:48 UTC  (2+ messages)

[PATCH] mm/compaction: move compaction_suitable's comment to right place
 2020-11-16 14:41 UTC 

[auxdisplay] b26deabb1d: BUG:kernel_NULL_pointer_dereference,address
 2020-11-16 14:39 UTC  (5+ messages)
  ` [LKP] "

[PATCH v2] binfmt_elf_fdpic: return corresponding errcode if create_elf_fdpic_tables() fail
 2020-11-16 14:06 UTC 

[drm] e3aae683e8: BUG:kernel_NULL_pointer_dereference,address
 2020-11-16 13:49 UTC 

[linux-next:pending-fixes] BUILD SUCCESS a24d51ed93639dc84304e51a4c6faa533a4a91d4
 2020-11-16 13:30 UTC 

[linux-next:master 3518/6356] drivers/gpu/drm/drm_edid.o: warning: objtool: do_cvt_mode() falls through to next function drm_mode_detailed.isra.0()
 2020-11-16 12:35 UTC 

[PATCH v2] mm: memblock: drop __init from memblock functions to make it inline
 2020-11-16 11:35 UTC 

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-16 10:18 UTC  (3+ messages)
` [PATCH v4 21/27] memblock: fix "
` [PATCH v4 25/27] mm: "

[PATCH v41 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct
 2020-11-16 10:09 UTC  (5+ messages)

[linux-next:master 4911/5794] include/linux/bitfield.h:119:3: error: call to '__bad_mask' declared with attribute error: bad bitfield mask
 2020-11-16  9:08 UTC  (2+ messages)
` [PATCH RFC] pwm: keembay: Fix build failure with -Os

[PATCH -next] mm/page_alloc: Mark some symbols with static keyword
 2020-11-16  9:02 UTC 

[PATCH v3 1/1] page_frag: Recover from memory pressure
 2020-11-16  8:37 UTC  (2+ messages)

[PATCH v2] mm: memblock: add more debug logs
 2020-11-16  7:45 UTC  (2+ messages)

[PATCH v21 00/19] per memcg lru lock
 2020-11-16  3:45 UTC  (2+ messages)

[linux-next:master 2072/5794] ERROR: modpost: "nf_reject_skb_v4_tcp_reset" undefined!
 2020-11-16  1:14 UTC 

[PATCH v2 1/1] page_frag: Recover from memory pressure
 2020-11-15 20:04 UTC  (3+ messages)

[GIT PULL] percpu fix for v5.10-rc4
 2020-11-15 18:00 UTC  (2+ messages)

[PATCH] mm/shmem: use kmem_cache_zalloc in shmem_alloc_inode()
 2020-11-15 17:40 UTC 

[PATCH v3] mm/shmem.c: make shmem_mapping() inline
 2020-11-15 16:52 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).