mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-05 20:44:24 to 2021-11-09 02:35:58 UTC [more...]

incoming
 2021-11-09  2:35 UTC  (86+ 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

[folded-merged] ipc-check-checkpoint_restore_ns_capable-to-modify-c-r-proc-files-fix.patch removed from -mm tree
 2021-11-09  2:15 UTC 

[folded-merged] lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v3.patch removed from -mm tree
 2021-11-09  2:14 UTC 

[folded-merged] lib-stackdepot-add-helper-to-print-stack-entries-into-buffer-v2.patch removed from -mm tree
 2021-11-09  2:14 UTC 

[folded-merged] generic-radix-tree-replace-kernelh-with-the-necessary-inclusions-fix.patch removed from -mm tree
 2021-11-09  2:13 UTC 

[folded-merged] delay-replace-kernelh-with-the-necessary-inclusions-fix-2-fix.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[folded-merged] delay-replace-kernelh-with-the-necessary-inclusions-fix-2.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[folded-merged] delay-replace-kernelh-with-the-necessary-inclusions-fix.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[folded-merged] kernelh-drop-unneeded-linux-kernelh-inclusion-from-other-headers-fix.patch removed from -mm tree
 2021-11-09  2:12 UTC 

[folded-merged] proc-test-that-proc-task-doesnt-contain-0.patch removed from -mm tree
 2021-11-09  2:11 UTC 

[folded-merged] procfs-do-not-list-tid-0-in-proc-pid-task-fix.patch removed from -mm tree
 2021-11-09  2:11 UTC 

+ delay-replace-kernelh-with-the-necessary-inclusions-fix-2-fix.patch added to -mm tree
 2021-11-09  1:01 UTC  (2+ messages)

+ mm-fix-panic-in-__alloc_pages.patch added to -mm tree
 2021-11-08 20:50 UTC 

+ shm-extend-forced-shm-destroy-to-support-objects-from-several-ipc-nses-simplified.patch added to -mm tree
 2021-11-08 20:14 UTC 

[to-be-updated] mm-use-correct-vma-flags-when-freeing-page-tables.patch removed from -mm tree
 2021-11-08 19:09 UTC 

+ shm-extend-forced-shm-destroy-to-support-objects-from-several-ipc-nses.patch added to -mm tree
 2021-11-08 19:07 UTC 

[to-be-updated] shm-extend-forced-shm-destroy-to-support-objects-from-several-ipc-nses.patch removed from -mm tree
 2021-11-08 19:04 UTC 

[to-be-updated] lazy-tlb-shoot-lazies-a-non-refcounting-lazy-tlb-option.patch removed from -mm tree
 2021-11-08 18:47 UTC 

[to-be-updated] powerpc-64s-enable-mmu_lazy_tlb_shootdown.patch removed from -mm tree
 2021-11-08 18:47 UTC 

[to-be-updated] lazy-tlb-allow-lazy-tlb-mm-refcounting-to-be-configurable.patch removed from -mm tree
 2021-11-08 18:47 UTC 

[to-be-updated] lazy-tlb-introduce-lazy-mm-refcount-helper-functions.patch removed from -mm tree
 2021-11-08 18:47 UTC 

incoming
 2021-11-08 17:30 UTC  (91+ messages)
` [patch 099/262] mm/vmalloc: be more explicit about supported gfp flags
` [patch 149/262] mm/vmscan: throttle reclaim until some writeback completes if congested
` [patch 186/262] mm/memory_hotplug: remove CONFIG_X86_64_ACPI_NUMA dependency from CONFIG_MEMORY_HOTPLUG
` [patch 187/262] mm/memory_hotplug: remove CONFIG_MEMORY_HOTPLUG_SPARSE
` [patch 188/262] mm/memory_hotplug: restrict CONFIG_MEMORY_HOTPLUG to 64 bit
` [patch 189/262] mm/memory_hotplug: remove HIGHMEM leftovers
` [patch 190/262] mm/memory_hotplug: remove stale function declarations
` [patch 191/262] x86: remove memory hotplug support on X86_32
` [patch 192/262] mm/memory_hotplug: handle memblock_add_node() failures in add_memory_resource()
` [patch 193/262] memblock: improve MEMBLOCK_HOTPLUG documentation
` [patch 194/262] memblock: allow to specify flags with memblock_add_node()
` [patch 195/262] memblock: add MEMBLOCK_DRIVER_MANAGED to mimic IORESOURCE_SYSRAM_DRIVER_MANAGED
` [patch 196/262] mm/memory_hotplug: indicate MEMBLOCK_DRIVER_MANAGED with IORESOURCE_SYSRAM_DRIVER_MANAGED
` [patch 197/262] mm/rmap.c: avoid double faults migrating device private pages
` [patch 198/262] mm/zsmalloc.c: close race window between zs_pool_dec_isolated() and zs_unregister_migration()
` [patch 199/262] mm/highmem: remove deprecated kmap_atomic
` [patch 200/262] zram_drv: allow reclaim on bio_alloc
` [patch 201/262] zram: off by one in read_block_state()
` [patch 202/262] zram: introduce an aged idle interface
` [patch 203/262] mm: remove HARDENED_USERCOPY_FALLBACK
` [patch 204/262] include/linux/mm.h: move nr_free_buffer_pages from swap.h to mm.h
` [patch 205/262] stacktrace: move filter_irq_stacks() to kernel/stacktrace.c
` [patch 206/262] kfence: count unexpectedly skipped allocations
` [patch 207/262] kfence: move saving stack trace of allocations into __kfence_alloc()
` [patch 208/262] kfence: limit currently covered allocations when pool nearly full
` [patch 209/262] kfence: add note to documentation about skipping covered allocations
` [patch 210/262] kfence: test: use kunit_skip() to skip tests
` [patch 211/262] kfence: shorten critical sections of alloc/free
` [patch 212/262] kfence: always use static branches to guard kfence_alloc()
` [patch 213/262] kfence: default to dynamic branch instead of static keys mode
` [patch 214/262] mm/damon: grammar s/works/work/
` [patch 215/262] Documentation/vm: move user guides to admin-guide/mm/
` [patch 216/262] MAINTAINERS: update SeongJae's email address
` [patch 217/262] docs/vm/damon: remove broken reference
` [patch 218/262] include/linux/damon.h: fix kernel-doc comments for 'damon_callback'
` [patch 219/262] mm/damon/core: print kdamond start log in debug mode only
` [patch 220/262] mm/damon: remove unnecessary do_exit() from kdamond
` [patch 221/262] mm/damon: needn't hold kdamond_lock to print pid of kdamond
` [patch 222/262] mm/damon/core: nullify pointer ctx->kdamond with a NULL
` [patch 223/262] mm/damon/core: account age of target regions
` [patch 224/262] mm/damon/core: implement DAMON-based Operation Schemes (DAMOS)
` [patch 225/262] mm/damon/vaddr: support DAMON-based Operation Schemes
` [patch 226/262] mm/damon/dbgfs: "
` [patch 227/262] mm/damon/schemes: implement statistics feature
` [patch 228/262] selftests/damon: add 'schemes' debugfs tests
` [patch 229/262] Docs/admin-guide/mm/damon: document DAMON-based Operation Schemes
` [patch 230/262] mm/damon/dbgfs: allow users to set initial monitoring target regions
` [patch 231/262] mm/damon/dbgfs-test: add a unit test case for 'init_regions'
` [patch 232/262] Docs/admin-guide/mm/damon: document 'init_regions' feature
` [patch 233/262] mm/damon/vaddr: separate commonly usable functions
` [patch 234/262] mm/damon: implement primitives for physical address space monitoring
` [patch 235/262] mm/damon/dbgfs: support physical memory monitoring
` [patch 236/262] Docs/DAMON: document physical memory monitoring support
` [patch 237/262] mm/damon/vaddr: constify static mm_walk_ops
` [patch 238/262] mm/damon/dbgfs: remove unnecessary variables
` [patch 239/262] mm/damon/paddr: support the pageout scheme
` [patch 240/262] mm/damon/schemes: implement size quota for schemes application speed control
` [patch 241/262] mm/damon/schemes: skip already charged targets and regions
` [patch 242/262] mm/damon/schemes: implement time quota
` [patch 243/262] mm/damon/dbgfs: support quotas of schemes
` [patch 244/262] mm/damon/selftests: support schemes quotas
` [patch 245/262] mm/damon/schemes: prioritize regions within the quotas
` [patch 246/262] mm/damon/vaddr,paddr: support pageout prioritization
` [patch 247/262] mm/damon/dbgfs: support prioritization weights
` [patch 248/262] tools/selftests/damon: update for regions prioritization of schemes
` [patch 249/262] mm/damon/schemes: activate schemes based on a watermarks mechanism
` [patch 250/262] mm/damon/dbgfs: support watermarks
` [patch 251/262] selftests/damon: "
` [patch 252/262] mm/damon: introduce DAMON-based Reclamation (DAMON_RECLAIM)
` [patch 253/262] Documentation/admin-guide/mm/damon: add a document for DAMON_RECLAIM
` [patch 254/262] mm/damon: remove unnecessary variable initialization
` [patch 255/262] mm/damon/dbgfs: add adaptive_targets list check before enable monitor_on
` [patch 256/262] Docs/admin-guide/mm/damon/start: fix wrong example commands
` [patch 257/262] Docs/admin-guide/mm/damon/start: fix a wrong link
` [patch 258/262] Docs/admin-guide/mm/damon/start: simplify the content
` [patch 259/262] Docs/admin-guide/mm/pagemap: wordsmith page flags descriptions
` [patch 260/262] mm/damon: simplify stop mechanism
` [patch 261/262] mm/damon: fix a few spelling mistakes in comments and a pr_debug message
` [patch 262/262] mm/damon: remove return value from before_terminate callback

[patch 080/262] lazy tlb: allow lazy tlb mm refcounting to be configurable
 2021-11-06 19:10 UTC  (3+ messages)

[patch 071/262] mm/memory.c: use correct VMA flags when freeing page-tables
 2021-11-06 18:54 UTC  (3+ messages)

+ shm-extend-forced-shm-destroy-to-support-objects-from-several-ipc-nses.patch added to -mm tree
 2021-11-06 15:00 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).