linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-07 08:57:50 to 2021-11-09 19:34:26 UTC [more...]

[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2021-11-09 19:34 UTC  (3+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit

[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
 2021-11-09 19:26 UTC  (12+ messages)

[PATCH] mm: fix panic in __alloc_pages
 2021-11-09 19:06 UTC  (20+ messages)
                    ` [PATCH v2] "
                        ` [PATCH v3] "

arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping'
 2021-11-09 18:59 UTC 

[PATCH 0/7] task comm cleanups
 2021-11-09 18:28 UTC  (10+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
` [PATCH 2/7] fs/exec: make __get_task_comm always get "
` [PATCH 3/7] drivers/infiniband: use get_task_comm instead of open-coded string copy
` [PATCH 4/7] fs/binfmt_elf: "
` [PATCH 5/7] samples/bpf/test_overhead_kprobe_kern: make it adopt to task comm size change
` [PATCH 6/7] tools/bpf/bpftool/skeleton: use bpf_probe_read_kernel_str to get task comm
` [PATCH 7/7] tools/testing/selftests/bpf: make it adopt to task comm size change

[PATCH 0/3] Improve the migration stats
 2021-11-09 18:10 UTC  (3+ messages)
` [PATCH 1/3] mm: migrate: Fix the return value of migrate_pages()

[PATCH] kthread: dynamically allocate memory to store kthread's full name
 2021-11-09 17:34 UTC  (2+ messages)

[PATCH v0.8 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2021-11-09 16:31 UTC  (15+ messages)
` [PATCH v0.8 2/6] mm, x86/uaccess: add userspace atomic helpers
` [PATCH v0.8 3/6] sched/umcg: implement UMCG syscalls
` [PATCH v0.8 4/6] sched/umcg, lib/umcg: implement libumcg

[linux-next:master] BUILD REGRESSION c8109c2ba35e9bfd8a55087ffb1f42cc0dcf71e6
 2021-11-09 15:56 UTC 

[Resend PATCH] psi : calc cfs task memstall time more precisely
 2021-11-09 14:56 UTC  (12+ messages)

[PATCH] mm: slab: make slab iterator functions static
 2021-11-09 13:33 UTC 

[linux-next:master 1194/13432] denali_dt.c:undefined reference to `devm_platform_ioremap_resource_byname'
 2021-11-09 13:02 UTC  (3+ messages)

[linux-next:pending-fixes] BUILD SUCCESS e562220410d1220cf853792bb908bf15dd1e5238
 2021-11-09 11:24 UTC 

incoming
 2021-11-09 10:30 UTC  (91+ messages)
` [patch 01/87] vfs: keep inodes with page cache off the inode shrinker LRU
` [patch 02/87] mm,hugetlb: remove mlock ulimit for SHM_HUGETLB
` [patch 03/87] procfs: do not list TID 0 in /proc/<pid>/task
` [patch 04/87] x86/xen: update xen_oldmem_pfn_is_ram() documentation
` [patch 05/87] x86/xen: simplify xen_oldmem_pfn_is_ram()
` [patch 06/87] x86/xen: print a warning when HVMOP_get_mem_type fails
` [patch 07/87] proc/vmcore: let pfn_is_ram() return a bool
` [patch 08/87] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
` [patch 09/87] virtio-mem: factor out hotplug specifics from virtio_mem_init() into virtio_mem_init_hotplug()
` [patch 10/87] virtio-mem: factor out hotplug specifics from virtio_mem_probe() "
` [patch 11/87] virtio-mem: factor out hotplug specifics from virtio_mem_remove() into virtio_mem_deinit_hotplug()
` [patch 12/87] virtio-mem: kdump mode to sanitize /proc/vmcore access
` [patch 13/87] proc: allow pid_revalidate() during LOOKUP_RCU
` [patch 14/87] kernel.h: drop unneeded <linux/kernel.h> inclusion from other headers
` [patch 15/87] kernel.h: split out container_of() and typeof_member() macros
` [patch 16/87] include/kunit/test.h: replace kernel.h with the necessary inclusions
` [patch 17/87] include/linux/list.h: "
` [patch 18/87] include/linux/llist.h: "
` [patch 19/87] include/linux/plist.h: "
` [patch 20/87] include/media/media-entity.h: "
` [patch 21/87] include/linux/delay.h: "
` [patch 22/87] include/linux/sbitmap.h: "
` [patch 23/87] include/linux/radix-tree.h: "
` [patch 24/87] include/linux/generic-radix-tree.h: "
` [patch 25/87] kernel.h: split out instruction pointer accessors
` [patch 26/87] linux/container_of.h: switch to static_assert
` [patch 27/87] mailmap: update email address for Colin King
` [patch 28/87] MAINTAINERS: add "exec & binfmt" section with myself and Eric
` [patch 29/87] MAINTAINERS: rectify entry for ARM/TOSHIBA VISCONTI ARCHITECTURE
` [patch 30/87] MAINTAINERS: rectify entry for HIKEY960 ONBOARD USB GPIO HUB DRIVER
` [patch 31/87] MAINTAINERS: rectify entry for INTEL KEEM BAY DRM DRIVER
` [patch 32/87] MAINTAINERS: rectify entry for ALLWINNER HARDWARE SPINLOCK SUPPORT
` [patch 33/87] lib, stackdepot: check stackdepot handle before accessing slabs
` [patch 34/87] lib, stackdepot: add helper to print stack entries
` [patch 35/87] lib, stackdepot: add helper to print stack entries into buffer
` [patch 36/87] include/linux/string_helpers.h: add linux/string.h for strlen()
` [patch 37/87] lib: uninline simple_strntoull() as well
` [patch 38/87] mm/scatterlist: replace the !preemptible warning in sg_miter_stop()
` [patch 39/87] const_structs.checkpatch: add a few sound ops structs
` [patch 40/87] checkpatch: improve EXPORT_SYMBOL test for EXPORT_SYMBOL_NS uses
` [patch 41/87] checkpatch: get default codespell dictionary path from package location
` [patch 42/87] binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE
` [patch 43/87] ELF: simplify STACK_ALLOC macro
` [patch 44/87] kallsyms: remove arch specific text and data check
` [patch 45/87] kallsyms: fix address-checks for kernel related range
` [patch 46/87] sections: move and rename core_kernel_data() to is_kernel_core_data()
` [patch 47/87] sections: move is_kernel_inittext() into sections.h
` [patch 48/87] x86: mm: rename __is_kernel_text() to is_x86_32_kernel_text()
` [patch 49/87] sections: provide internal __is_kernel() and __is_kernel_text() helper
` [patch 50/87] mm: kasan: use is_kernel() helper
` [patch 51/87] extable: use is_kernel_text() helper
` [patch 52/87] powerpc/mm: use core_kernel_text() helper
` [patch 53/87] microblaze: use is_kernel_text() helper
` [patch 54/87] alpha: "
` [patch 55/87] ramfs: fix mount source show for ramfs
` [patch 56/87] init: make unknown command line param message clearer
` [patch 57/87] coda: avoid NULL pointer dereference from a bad inode
` [patch 58/87] coda: check for async upcall request using local state
` [patch 59/87] coda: remove err which no one care
` [patch 60/87] coda: avoid flagging NULL inodes
` [patch 61/87] coda: avoid hidden code duplication in rename
` [patch 62/87] coda: avoid doing bad things on inode type changes during revalidation
` [patch 63/87] coda: convert from atomic_t to refcount_t on coda_vm_ops->refcnt
` [patch 64/87] coda: use vmemdup_user to replace the open code
` [patch 65/87] coda: bump module version to 7.2
` [patch 66/87] nilfs2: replace snprintf in show functions with sysfs_emit
` [patch 67/87] nilfs2: remove filenames from file comments
` [patch 68/87] hfs/hfsplus: use WARN_ON for sanity check
` [patch 69/87] crash_dump: fix boolreturn.cocci warning
` [patch 70/87] crash_dump: remove duplicate include in crash_dump.h
` [patch 71/87] signal: remove duplicate include in signal.h
` [patch 72/87] seq_file: move seq_escape() to a header
` [patch 73/87] seq_file: fix passing wrong private data
` [patch 74/87] kernel/fork.c: unshare(): use swap() to make code cleaner
` [patch 75/87] sysv: use BUILD_BUG_ON instead of runtime check
` [patch 76/87] Documentation/kcov: include types.h in the example
` [patch 77/87] Documentation/kcov: define `ip' "
` [patch 78/87] kcov: allocate per-CPU memory on the relevant node
` [patch 79/87] kcov: avoid enable+disable interrupts if !in_task()
` [patch 80/87] kcov: replace local_irq_save() with a local_lock_t
` [patch 81/87] scripts/gdb: handle split debug for vmlinux
` [patch 82/87] kernel/resource: clean up and optimize iomem_is_exclusive()
` [patch 83/87] kernel/resource: disallow access to exclusive system RAM regions
` [patch 84/87] virtio-mem: disallow mapping virtio-mem memory via /dev/mem
` [patch 85/87] selftests/kselftest/runner/run_one(): allow running non-executable files
` [patch 86/87] ipc: check checkpoint_restore_ns_capable() to modify C/R proc files
` [patch 87/87] ipc/ipc_sysctl.c: remove fallback for !CONFIG_PROC_SYSCTL

[RFC PATCH v2] mm: migrate: Support multiple target nodes demotion
 2021-11-09  9:54 UTC  (3+ messages)

[linux-next:master 13255/13500] fs/udf/dir.c:78:25: error: cast from pointer to integer of different size
 2021-11-09  9:30 UTC 

[PATCH] mm: memcontrol: make cgroup_memory_nokmem static
 2021-11-09  6:54 UTC 

[linux-next:master 13255/13500] fs/udf/dir.c:78:18: warning: cast from pointer to integer of different size
 2021-11-09  5:33 UTC 

[PATCH v4 00/11] Multigenerational LRU Framework
 2021-11-09  2:13 UTC  (2+ messages)

[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
 2021-11-09  1:19 UTC  (10+ messages)
` [PATCH v1 2/5] mm: add tmpfs memcg= permissions check
` [PATCH v1 3/5] mm/oom: handle remote ooms
` [PATCH v1 4/5] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v1 5/5] mm, shmem, selftests: add tmpfs memcg= mount option tests

[PATCH v3 0/3] mm/hwpoison: fix unpoison_memory()
 2021-11-09  1:03 UTC  (8+ messages)
` [PATCH v3 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v3 3/3] mm/hwpoison: fix unpoison_memory()

[PATCH v4] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-08 21:04 UTC 

[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
 2021-11-08 19:33 UTC  (3+ messages)

vfs-keep-inodes-with-page-cache-off-the-inode-shrinker-lru.patch
 2021-11-08 17:42 UTC  (2+ messages)

incoming
 2021-11-08 17:30 UTC  (5+ messages)
` [patch 099/262] mm/vmalloc: be more explicit about supported gfp flags

[linux-next:master] BUILD REGRESSION e844ee04dee0cf1b6d97183c12266c7726d73636
 2021-11-08 16:19 UTC 

[PATCH v2] mm/kmemleak: Avoid scanning potential huge holes
 2021-11-08 14:00 UTC 

[linux-next:master 7498/13432] drivers/dma/at_xdmac.c:2210:32: error: 'atmel_xdmac_dev_pm_ops' defined but not used
 2021-11-08 11:40 UTC  (2+ messages)

[PATCH v2] arm64: Track no early_pgtable_alloc() for kmemleak
 2021-11-08 10:37 UTC  (2+ messages)

[linux-next:pending-fixes] BUILD SUCCESS 61166c09fc600988aa6ea72e8a6b8667ad8ed515
 2021-11-08 10:01 UTC 

[linux-next:master 5501/13432] drivers/gpu/drm/tegra/nvdec.c:48:13: error: 'nvdec_writel' defined but not used
 2021-11-08  9:45 UTC 

[PATCH] mm/kmemleak: Avoid scanning potential huge holes
 2021-11-08  9:44 UTC  (7+ messages)

[RFC PATCH] mm: migrate: Add new node demotion strategy
 2021-11-08  8:43 UTC  (12+ messages)

[stable 5.10 v2 PATCH 1/2] mm: hwpoison: remove the unnecessary THP check
 2021-11-08  8:06 UTC  (2+ messages)

[PATCH] mm/hmm.c: Allow VM_MIXEDMAP to work with hmm_range_fault
 2021-11-08  7:58 UTC  (3+ messages)

[PATCH] mm/migrate.c: Rework migration_entry_wait() to not take a pageref
 2021-11-08  7:21 UTC  (3+ messages)

[RFC 0/6] Reclaim zero subpages of thp to avoid memory bloat
 2021-11-08  3:24 UTC  (5+ messages)

[PATCH v3] hugetlb: Add hugetlb.*.numa_stat file
 2021-11-08  2:51 UTC  (4+ messages)

[PATCH v3] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-07 23:51 UTC  (2+ messages)

[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
 2021-11-07 23:57 UTC 

[PATCH v2] mm: Add PM_THP to /proc/pid/pagemap
 2021-11-07 22:56 UTC  (4+ messages)

mm/mremap.c:215:20: warning: unused function 'arch_supports_page_table_move'
 2021-11-07 18:07 UTC 

[RFC PATCH 0/3] Improve the migration stats
 2021-11-07  9:08 UTC  (6+ messages)
` [RFC PATCH 1/3] mm: migrate: Fix the return value of migrate_pages()


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