linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-07-01 01:52:35 to 2021-07-02 21:00:15 UTC [more...]

[PATCH v4 0/4] percpu: partial chunk depopulation
 2021-07-02 21:00 UTC  (6+ messages)
` [PATCH 3/4] percpu: implement "

incoming
 2021-07-02 20:40 UTC  (111+ messages)
` [patch 004/192] mm: hugetlb: free the vmemmap pages associated with each HugeTLB page
    ` [External] "
` [patch 097/192] mm: generalize ZONE_[DMA|DMA32]
` [patch 100/192] MAINTAINERS: add tools/testing/selftests/vm/ to MEMORY MANAGEMENT
` [patch 101/192] selftests/vm: add protection_keys_32 / protection_keys_64 to gitignore
` [patch 102/192] selftests/vm: add test for MADV_POPULATE_(READ|WRITE)
` [patch 103/192] mm/memory_hotplug: rate limit page migration warnings
` [patch 104/192] mm,memory_hotplug: drop unneeded locking
` [patch 105/192] mm/zswap.c: remove unused function zswap_debugfs_exit()
` [patch 106/192] mm/zswap.c: avoid unnecessary copy-in at map time
` [patch 107/192] mm/zswap.c: fix two bugs in zswap_writeback_entry()
` [patch 108/192] mm: zram: amend SLAB_RECLAIM_ACCOUNT on zspage_cachep
` [patch 109/192] mm/zsmalloc.c: remove confusing code in obj_free()
` [patch 110/192] mm/zsmalloc.c: improve readability for async_free_zspage()
` [patch 111/192] zram: move backing_dev under macro CONFIG_ZRAM_WRITEBACK
` [patch 112/192] mm: fix typos and grammar error in comments
` [patch 113/192] mm: define default value for FIRST_USER_ADDRESS
` [patch 114/192] mm: fix spelling mistakes
` [patch 115/192] mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages
` [patch 116/192] mm/vmalloc: include header for prototype of set_iounmap_nonlazy
` [patch 117/192] mm/page_alloc: make should_fail_alloc_page() static
` [patch 118/192] mm/mapping_dirty_helpers: remove double Note in kerneldoc
` [patch 119/192] mm/memcontrol.c: fix kerneldoc comment for mem_cgroup_calculate_protection
` [patch 120/192] mm/memory_hotplug: fix kerneldoc comment for __try_online_node
` [patch 121/192] mm/memory_hotplug: fix kerneldoc comment for __remove_memory
` [patch 122/192] mm/zbud: add kerneldoc fields for zbud_pool
` [patch 123/192] mm/z3fold: add kerneldoc fields for z3fold_pool
` [patch 124/192] mm/swap: make swap_address_space an inline function
` [patch 125/192] mm/mmap_lock: remove dead code for !CONFIG_TRACING configurations
` [patch 126/192] mm/page_alloc: move prototype for find_suitable_fallback
` [patch 127/192] mm/swap: make NODE_DATA an inline function on CONFIG_FLATMEM
` [patch 128/192] mm/thp: define default pmd_pgtable()
` [patch 129/192] kfence: unconditionally use unbound work queue
` [patch 130/192] mm: remove special swap entry functions
` [patch 131/192] mm/swapops: rework swap entry manipulation code
` [patch 132/192] mm/rmap: split try_to_munlock from try_to_unmap
` [patch 133/192] mm/rmap: split migration into its own function
` [patch 134/192] mm: rename migrate_pgmap_owner
` [patch 135/192] mm/memory.c: allow different return codes for copy_nonpresent_pte()
` [patch 136/192] mm: device exclusive memory access
` [patch 137/192] mm: selftests for exclusive device memory
` [patch 138/192] nouveau/svm: refactor nouveau_range_fault
` [patch 139/192] nouveau/svm: implement atomic SVM access
` [patch 140/192] proc: Avoid mixing integer types in mem_rw()
` [patch 141/192] fs/proc/kcore.c: add mmap interface
    ` [External] "
` [patch 142/192] procfs: allow reading fdinfo with PTRACE_MODE_READ
` [patch 143/192] procfs/dmabuf: add inode number to /proc/*/fdinfo
` [patch 144/192] sysctl: remove redundant assignment to first
` [patch 145/192] drm: include only needed headers in ascii85.h
` [patch 146/192] kernel.h: split out panic and oops helpers
` [patch 147/192] lib: decompress_bunzip2: remove an unneeded semicolon
` [patch 148/192] lib/string_helpers: switch to use BIT() macro
` [patch 149/192] lib/string_helpers: move ESCAPE_NP check inside 'else' branch in a loop
` [patch 150/192] lib/string_helpers: drop indentation level in string_escape_mem()
` [patch 151/192] lib/string_helpers: introduce ESCAPE_NA for escaping non-ASCII
` [patch 152/192] lib/string_helpers: introduce ESCAPE_NAP to escape non-ASCII and non-printable
` [patch 153/192] lib/string_helpers: allow to append additional characters to be escaped
` [patch 154/192] lib/test-string_helpers: print flags in hexadecimal format
` [patch 155/192] lib/test-string_helpers: get rid of trailing comma in terminators
` [patch 156/192] lib/test-string_helpers: add test cases for new features
` [patch 157/192] MAINTAINERS: add myself as designated reviewer for generic string library
` [patch 158/192] seq_file: introduce seq_escape_mem()
` [patch 159/192] seq_file: add seq_escape_str() as replica of string_escape_str()
` [patch 160/192] seq_file: convert seq_escape() to use seq_escape_str()
` [patch 161/192] nfsd: avoid non-flexible API in seq_quote_mem()
` [patch 162/192] seq_file: drop unused *_escape_mem_ascii()
` [patch 163/192] lib/math/rational.c: fix divide by zero
` [patch 164/192] lib/math/rational: add Kunit test cases
` [patch 165/192] lib/decompressors: fix spelling mistakes
` [patch 166/192] lib/mpi: "
` [patch 167/192] lib: memscan() fixlet
` [patch 168/192] lib: uninline simple_strtoull()
` [patch 169/192] lib/test_string.c: allow module removal
` [patch 170/192] kernel.h: split out kstrtox() and simple_strtox() to a separate header
` [patch 171/192] lz4_decompress: declare LZ4_decompress_safe_withPrefix64k static
` [patch 172/192] lib/decompress_unlz4.c: correctly handle zero-padding around initrds
` [patch 173/192] checkpatch: scripts/spdxcheck.py now requires python3
` [patch 174/192] checkpatch: improve the indented label test
` [patch 175/192] checkpatch: do not complain about positive return values starting with EPOLL
` [patch 176/192] init: print out unknown kernel parameters
` [patch 177/192] kprobes: remove duplicated strong free_insn_page in x86 and s390
` [patch 178/192] nilfs2: remove redundant continue statement in a while-loop
` [patch 179/192] hfsplus: remove unnecessary oom message
` [patch 180/192] hfsplus: report create_date to kstat.btime
` [patch 181/192] x86: signal: don't do sas_ss_reset() until we are certain that sigframe won't be abandoned
` [patch 182/192] exec: remove checks in __register_bimfmt()
` [patch 183/192] kcov: add __no_sanitize_coverage to fix noinstr for all architectures
` [patch 184/192] selftests/vm/pkeys: fix alloc_random_pkey() to make it really, really random
` [patch 185/192] selftests/vm/pkeys: handle negative sys_pkey_alloc() return code
` [patch 186/192] selftests/vm/pkeys: refill shadow register after implicit kernel write
` [patch 187/192] selftests/vm/pkeys: exercise x86 XSAVE init state
` [patch 188/192] lib/decompressors: remove set but not used variabled 'level'
` [patch 189/192] ipc sem: use kvmalloc for sem_undo allocation
` [patch 190/192] ipc: use kmalloc for msg_queue and shmid_kernel
` [patch 191/192] ipc/sem.c: use READ_ONCE()/WRITE_ONCE() for use_global_lock
` [patch 192/192] ipc/util.c: use binary search for max_idx

[PATCH 2/4] arch/x86: implement the process_vm_exec syscall
 2021-07-02 20:40 UTC  (5+ messages)
  ` [PATCH 0/4 POC] Allow executing code and syscalls in another address space

[RFC v2 00/34] SLUB: reduce irq disabled scope and make it RT compatible
 2021-07-02 20:25 UTC  (5+ messages)
` [RFC v2 31/34] mm, slub: optionally save/restore irqs in slab_[un]lock()/

[Question] Do we need remote charging for cpu and cpuacct subsys?
 2021-07-02 20:19 UTC  (3+ messages)

[PATCH] mm/debug_vm_pgtable: Fix corrupted PG_arch_1 by set_pmd_at()
 2021-07-02 18:10 UTC  (2+ messages)

[PATCH 0/3] mm: sparse: remove __section_nr() function
 2021-07-02 17:57 UTC  (11+ messages)
    ` [PATCH 1/3] mm: sparse: pass section_nr to section_mark_present
    ` [PATCH 2/3] mm: sparse: pass section_nr to find_memory_block
    ` [PATCH 3/3] mm: sparse: remove __section_nr() function

[PATCH] mm/slub: use stackdepot to save stack trace in objects
 2021-07-02 16:01 UTC  (2+ messages)

[PATCH 1/1] mm: introduce process_reap system call
 2021-07-02 15:27 UTC  (9+ messages)

[linux-next:master 13933/14098] arch/x86/include/asm/pgtable_64_types.h:76: warning: "MAX_PTRS_PER_P4D" redefined
 2021-07-02 14:55 UTC 

[PATCH] mm/sparse: clarify pgdat_to_phys
 2021-07-02 13:11 UTC  (2+ messages)

[PATCH v2] userfaultfd: preserve user-supplied address tag in struct uffd_msg
 2021-07-02 11:48 UTC  (5+ messages)

Process memory accounting (cgroups) accuracy
 2021-07-02 10:40 UTC  (3+ messages)

[PATCH v4 2/2] kasan: Add memzero int for unaligned size at DEBUG
 2021-07-02  9:37 UTC  (2+ messages)

[PATCH v4 1/2] mm: introduce helper to check slub_debug_enabled
 2021-07-02  9:33 UTC  (2+ messages)

[linux-next:master 14043/14098] arch/arm64/include/asm/syscall_wrapper.h:76:25: warning: no previous prototype for '__arm64_sys_memfd_secret'
 2021-07-02  8:06 UTC 

[bug report]: high memory and cache alias handing
 2021-07-02  7:59 UTC 

[GIT PULL] percpu changes for v5.14-rc1
 2021-07-02  0:46 UTC  (2+ messages)

[linux-next:master 13765/14098] drivers/gpu/drm/amd/amdgpu/../amdkfd/kfd_svm.c:1170:22: warning: variable 'bo_va' set but not used
 2021-07-01 23:08 UTC 

[PATCH v1] mm: Enable suspend-only swap spaces
 2021-07-01 23:04 UTC  (3+ messages)

[PATCH Part1 RFC v3 00/22] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-07-01 21:32 UTC  (6+ messages)
` [PATCH Part1 RFC v3 22/22] virt: Add SEV-SNP guest driver

[linux-next:master] BUILD REGRESSION fb0ca446157a86b75502c1636b0d81e642fe6bf1
 2021-07-01 20:54 UTC 

[linux-next:master 6505/14098] arch/arm64/include/asm/syscall_wrapper.h:76:25: warning: no previous prototype for '__arm64_sys_quotactl_fd'
 2021-07-01 20:01 UTC 

incoming
 2021-07-01 18:29 UTC  (10+ messages)
` [patch 128/192] mm: improve mprotect(R|W) efficiency on pages referenced once

[PATCH] mm: sparse: pass section_nr to section_mark_present
 2021-07-01 16:12 UTC  (4+ messages)

[linux-next:master 6557/14098] arch/arm/kernel/module-plts.c:26:2: error: 'FTRACE_ADDR' undeclared here (not in a function)
 2021-07-01 15:30 UTC 

[PATCH v3 0/2] memory-hotplug.rst: complete admin-guide overhaul
 2021-07-01 15:30 UTC  (2+ messages)

[linux-next:master 6560/14009] arch/arm/kernel/module-plts.c:26:2: error: use of undeclared identifier 'FTRACE_ADDR'
 2021-07-01 13:59 UTC  (3+ messages)

[PATCH] Shared page tables during fork
 2021-07-01 13:46 UTC 

[PATCH v3 1/1] kasan: Add memzero init for unaligned size under SLUB debug
 2021-07-01 13:31 UTC  (3+ messages)

[PATCH V2] mm/thp: Make ALLOC_SPLIT_PTLOCKS dependent on USE_SPLIT_PTE_PTLOCKS
 2021-07-01 12:57 UTC  (4+ messages)

[PATCH] oom_kill: oom_score_adj broken for processes with small memory usage
 2021-07-01 12:54 UTC 

[PATCH] mm: cleancache: fix potential race in cleancache apis
 2021-07-01 11:57 UTC  (9+ messages)

[linux-next:pending-fixes] BUILD SUCCESS fbf137d9483a14fb78f83ad2e25ee606d6470892
 2021-07-01 11:47 UTC 

[syzbot] upstream test error: BUG: sleeping function called from invalid context in stack_depot_save
 2021-07-01 11:10 UTC  (2+ messages)

[PATCH v3 00/18] Folio conversion of memcg
 2021-07-01  7:20 UTC  (19+ messages)
` [PATCH v3 01/18] mm: Add folio_nid()
` [PATCH v3 03/18] mm/memcg: Use the node id in mem_cgroup_update_tree()
` [PATCH v3 04/18] mm/memcg: Remove soft_limit_tree_node()
` [PATCH v3 05/18] mm/memcg: Convert memcg_check_events to take a node ID
` [PATCH v3 06/18] mm/memcg: Add folio_memcg() and related functions
` [PATCH v3 08/18] mm/memcg: Convert mem_cgroup_charge() to take a folio
` [PATCH v3 09/18] mm/memcg: Convert uncharge_page() to uncharge_folio()
` [PATCH v3 10/18] mm/memcg: Convert mem_cgroup_uncharge() to take a folio
` [PATCH v3 11/18] mm/memcg: Convert mem_cgroup_migrate() to take folios

[PATCH v5 1/3] riscv: Move kernel mapping outside of linear mapping
 2021-07-01  2:59 UTC  (2+ messages)

[PATCH 0/3] Cleanup for zsmalloc
 2021-07-01  2:43 UTC  (9+ messages)
` [PATCH 2/3] mm/zsmalloc.c: combine two atomic ops in zs_pool_dec_isolated()
  ` [Phishing Risk] [External] "


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