linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-14 06:51:19 to 2020-11-17 03:41:34 UTC [more...]

[PATCH bpf-next v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-17  3:41 UTC  (11+ messages)
` [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 06/34] bpf: prepare for memcg-based memory accounting for bpf maps
` [PATCH bpf-next v6 08/34] bpf: refine memcg-based memory accounting for arraymap maps
` [PATCH bpf-next v6 11/34] bpf: refine memcg-based memory accounting for devmap maps
` [PATCH bpf-next v6 14/34] bpf: memcg-based memory accounting for bpf ringbuffer
` [PATCH bpf-next v6 16/34] bpf: refine memcg-based memory accounting for sockmap and sockhash maps
` [PATCH bpf-next v6 18/34] bpf: eliminate rlimit-based memory accounting for arraymap maps
` [PATCH bpf-next v6 23/34] bpf: eliminate rlimit-based memory accounting for hashtab maps
` [PATCH bpf-next v6 29/34] bpf: eliminate rlimit-based memory accounting for stackmap maps

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

[PATCH v6 00/34] bpf: switch to memcg-based memory accounting
 2020-11-17  2:55 UTC  (35+ 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] mm: memcg: remove obsolete memcg_has_children()
 2020-11-17  2:55 UTC  (3+ messages)

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

mmotm 2020-11-16-16-47 uploaded
 2020-11-17  0:48 UTC 

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] Revert "mm/vunmap: add cond_resched() in vunmap_pmd_range"
 2020-11-16 23:20 UTC  (8+ messages)

[PATCH v4 00/16] Overhaul multi-page lookups for THP
 2020-11-16 21:27 UTC  (36+ messages)
` [PATCH v4 01/16] mm: Make pagecache tagged lookups return only head pages
` [PATCH v4 02/16] mm/shmem: Use pagevec_lookup in shmem_unlock_mapping
` [PATCH v4 03/16] mm/swap: Optimise get_shadow_from_swap_cache
` [PATCH v4 04/16] mm: Add FGP_ENTRY
` [PATCH v4 05/16] mm/filemap: Rename find_get_entry to mapping_get_entry
` [PATCH v4 06/16] mm/filemap: Add helper for finding pages
` [PATCH v4 07/16] mm/filemap: Add mapping_seek_hole_data
` [PATCH v4 08/16] iomap: Use mapping_seek_hole_data
` [PATCH v4 09/16] mm: Add and use find_lock_entries
` [PATCH v4 10/16] mm: Add an 'end' parameter to find_get_entries
` [PATCH v4 11/16] mm: Add an 'end' parameter to pagevec_lookup_entries
` [PATCH v4 12/16] mm: Remove nr_entries parameter from pagevec_lookup_entries
` [PATCH v4 13/16] mm: Pass pvec directly to find_get_entries
` [PATCH v4 14/16] mm: Remove pagevec_lookup_entries
` [PATCH v4 16/16] mm/filemap: Return only head pages from find_get_entries

[PATCH] man2: new page describing memfd_secret() system call
 2020-11-16 21:01 UTC  (2+ messages)
` [PATCH v2] memfd_secret.2: New "

[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

[PATCH mm v3 00/19] kasan: boot parameters for hardware tag-based mode
 2020-11-16 15:47 UTC  (22+ 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 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 v4 00/21] Free some vmemmap pages of hugetlb page
 2020-11-16 15:40 UTC  (8+ 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] "

[ 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  (6+ messages)
` [PATCH mm v10 26/42] arm64: mte: Reset the page tag in page->flags
` [PATCH mm v10 28/42] arm64: kasan: Allow enabling in-kernel MTE

[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 

KASAN: invalid-free in p9_client_create
 2020-11-16 11:11 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)

[PATCH v2 1/1] kasan: fix object remain in offline per-cpu quarantine
 2020-11-16  9:26 UTC 

[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 

[PATCH v2] mm/shmem.c: make shmem_mapping() inline
 2020-11-15 16:19 UTC  (4+ messages)

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-15  9:17 UTC  (12+ messages)
` [PATCH v8 4/9] "
` [PATCH v8 6/9] secretmem: add memcg accounting
` [PATCH v8 8/9] arch, mm: wire up memfd_secret system call were relevant

[PATCH v8 2/9] mmap: make mlock_future_check() global
 2020-11-15  8:26 UTC  (3+ messages)

[linux-next:master 201/5794] drivers/soc/aspeed/aspeed-xdma.c:453:39: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-11-15  8:16 UTC 

[PATCH] page_frag: Recover from memory pressure
 2020-11-15  6:47 UTC  (6+ messages)

[PATCH] arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where needed
 2020-11-15  6:44 UTC  (3+ messages)

[linux-next:master 3817/5794] drivers/gpu/drm/msm/msm_gem.c:1014:10: error: initialization of 'int drm_gem_object struct dma_buf_map from incompatible pointer type 'void COPYING CREDITS Documentation Kbuild Kconfig LICENSES MAINTAINERS Makefile README arch block certs crypto drivers fs include init ipc kernel lib mm net samples scripts security sound tools usr virt drm_gem_object
 2020-11-15  0:12 UTC 

[linux-next:master 1703/5794] hppa-linux-ld: undefined reference to `init_net'
 2020-11-14 23:00 UTC 

incoming
 2020-11-14 22:14 UTC  (17+ messages)
` [patch 01/14] mm/compaction: count pages and stop correctly during page isolation
` [patch 02/14] mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate
` [patch 03/14] mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit
` [patch 04/14] mailmap: fix entry for Dmitry Baryshkov/Eremin-Solenikov
` [patch 05/14] mm/slub: fix panic in slab_alloc_node()
` [patch 06/14] mm/gup: use unpin_user_pages() in __gup_longterm_locked()
` [patch 07/14] compiler.h: fix barrier_data() on clang
` [patch 08/14] Revert "kernel/reboot.c: convert simple_strtoul to kstrtoint"
` [patch 09/14] reboot: fix overflow parsing reboot cpu number
` [patch 10/14] kernel/watchdog: fix watchdog_allowed_mask not used warning
` [patch 11/14] mm: memcontrol: fix missing wakeup polling thread
` [patch 12/14] hugetlbfs: fix anon huge page migration race
` [patch 13/14] panic: don't dump stack twice on warn
` [patch 14/14] ocfs2: initialize ip_next_orphan

[linux-next:master 3635/5794] drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c:3547:23: sparse: sparse: incorrect type in assignment (different base types)
 2020-11-14 21:38 UTC 

[PATCH V2 0/5] mm: Convert sysfs sprintf family to sysfs_emit
 2020-11-14 18:50 UTC  (6+ messages)
` [PATCH V2 1/5] mm: Use sysfs_emit for struct kobject * uses
` [PATCH V2 2/5] mm: huge_memory: Convert remaining use of sprintf to sysfs_emit and neatening
` [PATCH V2 3/5] mm:backing-dev: Use sysfs_emit in macro defining functions
` [PATCH V2 4/5] mm: shmem: Convert shmem_enabled_show to use sysfs_emit_at
` [PATCH V2 5/5] mm: slub: Convert sysfs sprintf family to sysfs_emit/sysfs_emit_at

[PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
 2020-11-14 15:27 UTC  (9+ messages)
              ` Duplicated ABI entries - Was: "

[linux-next:master 2760/5794] drivers/gpu/drm/msm/msm_gem_submit.c:202:10: warning: result of comparison of constant 18446744073709551615 with expression of type 'unsigned int' is always false
 2020-11-14 14:50 UTC 

arch/sparc/kernel/led.c:107:30: error: 'led_proc_ops' defined but not used
 2020-11-14 13:09 UTC 

[PATCH v2 00/13] arch, mm: deprecate DISCONTIGMEM
 2020-11-14 12:15 UTC  (3+ messages)
` [PATCH v2 09/13] arm, arm64: move free_unused_memmap() to generic mm

[linux-next:master 40/5794] s390-linux-ld: irq-renesas-h8s.c:undefined reference to `of_iomap'
 2020-11-14 11:30 UTC 

[linux-next:master 2648/5074] drivers/auxdisplay/lcd2s.c:373:3-8: No need to set .owner here. The core will do it
 2020-11-14  8:54 UTC  (3+ messages)
` [PATCH] auxdisplay: fix platform_no_drv_owner.cocci warnings


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