linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-17 03:41:28 to 2020-11-18 09:05:27 UTC [more...]

merge struct block_device and struct hd_struct
 2020-11-18  9:04 UTC  (12+ messages)
` [PATCH 01/20] blk-cgroup: fix a hd_struct leak in blkcg_fill_root_iostats
` [PATCH 02/20] block: remove a duplicate __disk_get_part prototype
` [PATCH 03/20] block: add a bdev_kobj helper
` [PATCH 04/20] block: use disk_part_iter_exit in disk_part_iter_next
` [PATCH 05/20] block: use put_device in put_disk
` [PATCH 06/20] block: change the hash used for looking up block devices
` [PATCH 19/20] bcache: remove a superflous lookup_bdev all

[ arm ] BUG: KASAN: stack-out-of-bounds in save_trace+0xf8/0x14c
 2020-11-18  9:05 UTC  (2+ messages)

[PATCH v2 00/29] virtio-mem: Big Block Mode (BBM)
 2020-11-18  9:00 UTC  (5+ messages)
` [PATCH v2 27/29] mm/memory_hotplug: extend offline_and_remove_memory() to handle more than one memory block

[PATCH 0/4] Chunk Heap Support on DMA-HEAP
 2020-11-18  9:00 UTC  (8+ messages)
` [PATCH 1/4] mm: introduce cma_alloc_bulk API
` [PATCH 2/4] dma-buf: add export symbol for dma-heap
` [PATCH 3/4] dma-buf: heaps: add chunk heap to dmabuf heaps
` [PATCH 4/4] dma-heap: Devicetree binding for chunk heap

[RFC PATCH v0] mm/slub: Let number of online CPUs determine the slub page order
 2020-11-18  8:27 UTC 

[arm] BUG: KASAN: slab-out-of-bounds in memcmp+0x30/0x5c
 2020-11-18  8:14 UTC  (4+ messages)

drivers/net/ethernet/renesas/sh_eth.c:885:37: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-11-18  8:07 UTC 

[linux-next:master 4269/6320] pwm-tiecap.c:undefined reference to `devm_platform_ioremap_resource'
 2020-11-18  6:58 UTC 

[PATCH v9 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-18  6:57 UTC  (15+ messages)
` [PATCH v9 1/9] mm: add definition of PMD_PAGE_ORDER
` [PATCH v9 2/9] mmap: make mlock_future_check() global
` [PATCH v9 3/9] set_memory: allow set_direct_map_*_noflush() for multiple pages
` [PATCH v9 4/9] mm: introduce memfd_secret system call to create "secret" memory areas
` [PATCH v9 5/9] secretmem: use PMD-size pages to amortize direct map fragmentation
` [PATCH v9 6/9] secretmem: add memcg accounting
` [PATCH v9 7/9] PM: hibernate: disable when there are active secretmem users
` [PATCH v9 8/9] arch, mm: wire up memfd_secret system call were relevant
` [PATCH v9 9/9] secretmem: test: add basic selftest for memfd_secret(2)

[RFC -V5] autonuma: Migrate on fault among multiple bound nodes
 2020-11-18  5:19 UTC 

[linux-next:master 4265/6320] pwm-bcm-iproc.c:undefined reference to `devm_platform_ioremap_resource'
 2020-11-18  3:46 UTC 

[PATCH v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-18  3:27 UTC  (17+ messages)
` [PATCH v4 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [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 "

[RFC PATCH] mm: bail out from psi memstall when cond_resched
 2020-11-18  3:22 UTC 

[linux-next:master] BUILD REGRESSION 7c8ca8129ee9724cb1527895fe6dec942ef07f19
 2020-11-18  3:05 UTC 

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

[PATCH] Revert "mm/vunmap: add cond_resched() in vunmap_pmd_range"
 2020-11-18  2:06 UTC  (12+ messages)

[PATCH v2 0/8] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations
 2020-11-18  2:00 UTC  (18+ messages)
` [PATCH v2 1/8] powernv/memtrace: don't leak kernel memory to user space
` [PATCH v2 2/8] powernv/memtrace: fix crashing the kernel when enabling concurrently
` [PATCH v2 3/8] powerpc/mm: factor out creating/removing linear mapping
` [PATCH v2 4/8] powerpc/mm: protect linear mapping modifications by a mutex
` [PATCH v2 6/8] powerepc/book3s64/hash: drop WARN_ON in hash__remove_section_mapping
` [PATCH v2 7/8] powerpc/mm: remove linear mapping if __add_pages() fails in arch_add_memory()
` [PATCH v2 8/8] powernv/memtrace: don't abuse memory hot(un)plug infrastructure for memory allocations

[PATCH bpf-next v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-18  1:28 UTC  (33+ messages)
` [PATCH bpf-next v6 01/34] mm: memcontrol: use helpers to read page's memcg data
` [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 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 15/34] bpf: memcg-based memory accounting for bpf local storage 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 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

[linux-next:master 4258/6320] pwm-pxa.c:undefined reference to `devm_platform_ioremap_resource'
 2020-11-18  0:28 UTC 

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-17 23:43 UTC  (6+ messages)

[PATCH for-rc v3] IB/hfi1: Move cached value of mm into handler
 2020-11-17 23:32 UTC 

[PATCH v4 00/27]Fix several bad kernel-doc markups
 2020-11-17 22:19 UTC  (2+ messages)

[linux-next:master 202/6320] drivers/soc/aspeed/aspeed-xdma.c:453:39: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-11-17 21:57 UTC 

[RFC PATCH 0/6] Split huge pages to any lower order pages
 2020-11-17 21:43 UTC  (13+ messages)
` [RFC PATCH 3/6] mm: page_owner: add support for splitting to any order in split page_owner

[linux-next:master 4255/6320] pwm-tegra.c:undefined reference to `devm_platform_ioremap_resource'
 2020-11-17 20:46 UTC 

[PATCH] lib: stackdepot: Add support to configure STACK_HASH_SIZE
 2020-11-17 20:42 UTC  (5+ messages)

[PATCH v9 0/3] introduce memory hinting API for external process
 2020-11-17 20:31 UTC  (8+ messages)
` [PATCH v9 3/3] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH] mm: introduce sysctl file to flush per-cpu vmstat statistics
 2020-11-17 20:23 UTC  (5+ messages)

[PATCH v4] mm: Optional full ASLR for mmap() and mremap()
 2020-11-17 20:21 UTC  (3+ messages)

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

[PATCH v41 10/24] mm: Add 'mprotect' hook to struct vm_operations_struct
 2020-11-17 19:15 UTC  (7+ messages)

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

[PATCH] mm/lru: simplify is_file_lru() and is_active_lru()
 2020-11-17 18:05 UTC  (7+ messages)

[PATCH] mm/lru: simplify is_file_lru() and is_active_lru()
 2020-11-17 17:40 UTC  (3+ 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-17 17:29 UTC  (3+ messages)
` [PATCH RFC] pwm: keembay: Fix build failure with -Os

[PATCH v3 00/18] Refactor generic_file_buffered_read
 2020-11-17 16:07 UTC  (4+ messages)
` [PATCH v3 04/18] mm/filemap: Use THPs in generic_file_buffered_read

[PATCH v8 2/9] mmap: make mlock_future_check() global
 2020-11-17 15:58 UTC  (5+ messages)

[PATCH v2] mm: memblock: drop __init from memblock functions to make it inline
 2020-11-17 15:49 UTC  (2+ messages)

[RFC PATCH 0/3] Allocate memmap from hotadded memory (per device)
 2020-11-17 15:38 UTC  (3+ messages)
` [RFC PATCH 3/3] mm,memory_hotplug: Allocate memmap from the added memory range

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-17 15:35 UTC  (6+ messages)
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
        ` [External] "

+ mm-shmem-use-kmem_cache_zalloc-in-shmem_alloc_inode.patch added to -mm tree
 2020-11-17 15:31 UTC  (3+ messages)

[PATCH v2 RESEND] mm: memcg/slab: Rename *_lruvec_slab_state to *_lruvec_kmem_state
 2020-11-17 14:40 UTC  (2+ messages)

[PATCH v22 00/18] Introduce Data Access MONitor (DAMON)
 2020-11-17 14:30 UTC  (3+ messages)

[linux-next:master 5857/6320] drivers/irqchip/irq-renesas-h8s.c:54:35: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-11-17 14:07 UTC 

[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  (20+ messages)
` [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 11/19] kasan: add and integrate kasan boot parameters
` [PATCH mm v3 12/19] kasan, mm: check kasan_enabled in annotations
` [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

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] 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

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

[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 v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-17  3:42 UTC  (2+ 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).