mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-06 08:32:05 to 2021-09-08 22:18:16 UTC [more...]

incoming
 2021-09-08 22:18 UTC  (7+ messages)
` [patch 01/10] mm/vmstat: protect per cpu variables with preempt disable on RT
` [patch 02/10] mm: migrate: introduce a local variable to get the number of pages
` [patch 03/10] mm: migrate: fix the incorrect function name in comments
` [patch 04/10] mm: migrate: change to use bool type for 'page_was_mapped'
` [patch 05/10] kexec: move locking into do_kexec_load
` [patch 06/10] kexec: avoid compat_alloc_user_space

[folded-merged] mm-simplify-compat-numa-syscalls-fix.patch removed from -mm tree
 2021-09-08 21:48 UTC 

[obsolete] linux-next-rejects.patch removed from -mm tree
 2021-09-08 20:34 UTC 

incoming
 2021-09-08 20:16 UTC  (170+ messages)
` [patch 001/147] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [patch 002/147] mm, slub: allocate private object map for debugfs listings
` [patch 003/147] mm, slub: allocate private object map for validate_slab_cache()
` [patch 004/147] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [patch 005/147] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [patch 006/147] mm, slub: extract get_partial() from new_slab_objects()
` [patch 007/147] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [patch 008/147] mm, slub: return slab page from get_partial() and set c->page afterwards
` [patch 009/147] mm, slub: restructure new page checks in ___slab_alloc()
` [patch 010/147] mm, slub: simplify kmem_cache_cpu and tid setup
` [patch 011/147] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [patch 012/147] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [patch 013/147] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [patch 014/147] mm, slub: restore irqs around calling new_slab()
` [patch 015/147] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [patch 016/147] mm, slub: check new pages with restored irqs
` [patch 017/147] mm, slub: stop disabling irqs around get_partial()
` [patch 018/147] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [patch 019/147] mm, slub: make locking in deactivate_slab() irq-safe
` [patch 020/147] mm, slub: call deactivate_slab() without disabling irqs
` [patch 021/147] mm, slub: move irq control into unfreeze_partials()
` [patch 022/147] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [patch 023/147] mm, slub: detach whole partial list at once in unfreeze_partials()
` [patch 024/147] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [patch 025/147] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [patch 026/147] mm, slub: don't disable irqs in slub_cpu_dead()
` [patch 027/147] mm, slab: split out the cpu offline variant of flush_slab()
` [patch 028/147] mm: slub: move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [patch 029/147] mm: slub: make object_map_lock a raw_spinlock_t
` [patch 030/147] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [patch 031/147] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [patch 032/147] mm, slub: use migrate_disable() on PREEMPT_RT
` [patch 033/147] mm, slub: convert kmem_cpu_slab protection to local_lock
` [patch 034/147] memory-hotplug.rst: remove locking details from admin-guide
` [patch 035/147] memory-hotplug.rst: complete admin-guide overhaul
` [patch 036/147] mm: remove pfn_valid_within() and CONFIG_HOLES_IN_ZONE
` [patch 037/147] mm: memory_hotplug: cleanup after removal of pfn_valid_within()
` [patch 038/147] mm/memory_hotplug: use "unsigned long" for PFN in zone_for_pfn_range()
` [patch 039/147] mm/memory_hotplug: remove nid parameter from arch_remove_memory()
` [patch 040/147] mm/memory_hotplug: remove nid parameter from remove_memory() and friends
` [patch 041/147] ACPI: memhotplug: memory resources cannot be enabled yet
` [patch 042/147] mm: track present early pages per zone
` [patch 043/147] mm/memory_hotplug: introduce "auto-movable" online policy
` [patch 044/147] drivers/base/memory: introduce "memory groups" to logically group memory blocks
` [patch 045/147] mm/memory_hotplug: track present pages in memory groups
` [patch 046/147] ACPI: memhotplug: use a single static memory group for a single memory device
` [patch 047/147] dax/kmem: use a single static memory group for a single probed unit
` [patch 048/147] virtio-mem: use a single dynamic memory group for a single virtio-mem device
` [patch 049/147] mm/memory_hotplug: memory group aware "auto-movable" online policy
` [patch 050/147] mm/memory_hotplug: improved dynamic "
` [patch 051/147] mm/memory_hotplug: use helper zone_is_zone_device() to simplify the code
` [patch 052/147] mm: remove redundant compound_head() calling
` [patch 053/147] riscv: only select GENERIC_IOREMAP if MMU support is enabled
` [patch 054/147] mm: move ioremap_page_range to vmalloc.c
` [patch 055/147] mm: don't allow executable ioremap mappings
` [patch 056/147] mm/early_ioremap.c: remove redundant early_ioremap_shutdown()
` [patch 057/147] highmem: don't disable preemption on RT in kmap_atomic()
` [patch 058/147] mm: in_irq() cleanup
` [patch 059/147] mm: introduce PAGEFLAGS_MASK to replace ((1UL << NR_PAGEFLAGS) - 1)
` [patch 060/147] mm/secretmem: use refcount_t instead of atomic_t
` [patch 061/147] kfence: show cpu and timestamp in alloc/free info
` [patch 062/147] kfence: test: fail fast if disabled at boot
` [patch 063/147] mm: introduce Data Access MONitor (DAMON)
` [patch 064/147] mm/damon/core: implement region-based sampling
` [patch 065/147] mm/damon: adaptively adjust regions
` [patch 066/147] mm/idle_page_tracking: make PG_idle reusable
` [patch 067/147] mm/damon: implement primitives for the virtual memory address spaces
` [patch 068/147] mm/damon: add a tracepoint
` [patch 069/147] mm/damon: implement a debugfs-based user space interface
` [patch 070/147] mm/damon/dbgfs: export kdamond pid to the user space
` [patch 071/147] mm/damon/dbgfs: support multiple contexts
` [patch 072/147] Documentation: add documents for DAMON
` [patch 073/147] mm/damon: add kunit tests
` [patch 074/147] mm/damon: add user space selftests
` [patch 075/147] MAINTAINERS: update for DAMON
` [patch 076/147] alpha: agp: make empty macros use do-while-0 style
` [patch 077/147] alpha: pci-sysfs: fix all kernel-doc warnings
` [patch 078/147] percpu: remove export of pcpu_base_addr
` [patch 079/147] fs/proc/kcore.c: add mmap interface
` [patch 080/147] proc: stop using seq_get_buf in proc_task_name
` [patch 081/147] connector: send event on write to /proc/[pid]/comm
` [patch 082/147] arch: Kconfig: fix spelling mistake "seperate" -> "separate"
` [patch 083/147] include/linux/once.h: fix trivia typo Not -> Note
` [patch 084/147] units: change from 'L' to 'UL'
` [patch 085/147] units: add the HZ macros
` [patch 086/147] thermal/drivers/devfreq_cooling: use "
` [patch 087/147] devfreq: "
` [patch 088/147] iio/drivers/as73211: "
` [patch 089/147] hwmon/drivers/mr75203: "
` [patch 090/147] iio/drivers/hid-sensor: "
` [patch 091/147] i2c/drivers/ov02q10: "
` [patch 092/147] mtd/drivers/nand: "
` [patch 093/147] phy/drivers/stm32: "
` [patch 094/147] kernel/acct.c: use dedicated helper to access rlimit values
` [patch 095/147] profiling: fix shift-out-of-bounds bugs
` [patch 096/147] MAINTAINERS: update ClangBuiltLinux mailing list
` [patch 097/147] Documentation/llvm: update "
` [patch 098/147] Documentation/llvm: update IRC location
` [patch 099/147] math: make RATIONAL tristate
` [patch 100/147] math: RATIONAL_KUNIT_TEST should depend on RATIONAL instead of selecting it
` [patch 101/147] lib/string: optimized memcpy
` [patch 102/147] lib/string: optimized memmove
` [patch 103/147] lib/string: optimized memset
` [patch 104/147] lib/test: convert test_sort.c to use KUnit
` [patch 105/147] lib/dump_stack: correct kernel-doc notation
` [patch 106/147] lib/iov_iter.c: fix kernel-doc warnings
` [patch 107/147] bitops: protect find_first_{,zero}_bit properly
` [patch 108/147] bitops: move find_bit_*_le functions from le.h to find.h
` [patch 109/147] include: move find.h from asm_generic to linux
` [patch 110/147] arch: remove GENERIC_FIND_FIRST_BIT entirely
` [patch 111/147] lib: add find_first_and_bit()
` [patch 112/147] cpumask: use find_first_and_bit()
` [patch 113/147] all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriate
` [patch 114/147] tools: sync tools/bitmap with mother linux
` [patch 115/147] cpumask: replace cpumask_next_* with cpumask_first_* where appropriate
` [patch 116/147] include/linux: move for_each_bit() macros from bitops.h to find.h
` [patch 117/147] find: micro-optimize for_each_{set,clear}_bit()
` [patch 118/147] bitops: replace for_each_*_bit_from() with for_each_*_bit() where appropriate
` [patch 119/147] tools: rename bitmap_alloc() to bitmap_zalloc()
` [patch 120/147] mm/percpu: micro-optimize pcpu_is_populated()
` [patch 121/147] bitmap: unify find_bit operations
` [patch 122/147] lib: bitmap: add performance test for bitmap_print_to_pagebuf
` [patch 123/147] vsprintf: rework bitmap_list_string
` [patch 124/147] checkpatch: support wide strings
` [patch 125/147] checkpatch: make email address check case insensitive
` [patch 126/147] checkpatch: improve GIT_COMMIT_ID test
` [patch 127/147] fs/epoll: use a per-cpu counter for user's watches count
` [patch 128/147] init: move usermodehelper_enable() to populate_rootfs()
` [patch 130/147] nilfs2: fix memory leak in nilfs_sysfs_create_device_group
` [patch 131/147] nilfs2: fix NULL pointer in nilfs_##name##_attr_release
` [patch 132/147] nilfs2: fix memory leak in nilfs_sysfs_create_##name##_group
` [patch 133/147] nilfs2: fix memory leak in nilfs_sysfs_delete_##name##_group
` [patch 134/147] nilfs2: fix memory leak in nilfs_sysfs_create_snapshot_group
` [patch 135/147] nilfs2: fix memory leak in nilfs_sysfs_delete_snapshot_group
` [patch 136/147] nilfs2: use refcount_dec_and_lock() to fix potential UAF
` [patch 137/147] fs/coredump.c: log if a core dump is aborted due to changed file permissions
` [patch 138/147] coredump: fix memleak in dump_vma_snapshot()
` [patch 139/147] kernel/fork.c: unexport get_{mm,task}_exe_file
` [patch 140/147] pid: cleanup the stale comment mentioning pidmap_init()
` [patch 141/147] prctl: allow to setup brk for et_dyn executables
` [patch 142/147] configs: remove the obsolete CONFIG_INPUT_POLLDEV
` [patch 143/147] Kconfig.debug: drop selecting non-existing HARDLOCKUP_DETECTOR_ARCH
` [patch 144/147] selftests/memfd: remove unused variable
` [patch 145/147] ipc: replace costly bailout check in sysvipc_find_ipc()
` [patch 146/147] mm/workingset: correct kernel-doc notations
` [patch 147/147] scripts: check_extable: fix typo in user error message
` [patch 129/147] trap: cleanup trap_init()

[nacked] fs-proc-kcorec-add-mmap-interface.patch removed from -mm tree
 2021-09-08 18:17 UTC 

[folded-merged] log-if-a-core-dump-is-aborted-due-to-changed-file-permissions-fix.patch removed from -mm tree
 2021-09-08  2:22 UTC 

[folded-merged] fs-epoll-use-a-per-cpu-counter-for-users-watches-count-fix-fix.patch removed from -mm tree
 2021-09-08  2:22 UTC 

[folded-merged] fs-epoll-use-a-per-cpu-counter-for-users-watches-count-fix.patch removed from -mm tree
 2021-09-08  2:21 UTC 

[folded-merged] checkpatch-improve-git_commit_id-test-fix.patch removed from -mm tree
 2021-09-08  2:21 UTC 

[folded-merged] vsprintf-rework-bitmap_list_string-fix.patch removed from -mm tree
 2021-09-08  2:21 UTC 

[folded-merged] mm-damon-implement-a-debugfs-based-user-space-interface-fix-fix.patch removed from -mm tree
 2021-09-08  2:20 UTC 

[folded-merged] mm-damon-implement-a-debugfs-based-user-space-interface-fix.patch removed from -mm tree
 2021-09-08  2:20 UTC 

[folded-merged] mm-damon-implement-primitives-for-the-virtual-memory-address-spaces-fix-2.patch removed from -mm tree
 2021-09-08  2:19 UTC 

[folded-merged] mm-damon-implement-primitives-for-the-virtual-memory-address-spaces-fix-3.patch removed from -mm tree
 2021-09-08  2:19 UTC 

[folded-merged] mm-damon-implement-primitives-for-the-virtual-memory-address-spaces-fix.patch removed from -mm tree
 2021-09-08  2:18 UTC 

[folded-merged] mm-idle_page_tracking-make-pg_idle-reusable-fix-2.patch removed from -mm tree
 2021-09-08  2:17 UTC 

[folded-merged] mm-idle_page_tracking-make-pg_idle-reusable-fix-fix.patch removed from -mm tree
 2021-09-08  2:17 UTC 

[folded-merged] mm-idle_page_tracking-make-pg_idle-reusable-fix.patch removed from -mm tree
 2021-09-08  2:17 UTC 

[to-be-updated] mm-slub-allocate-private-object-map-for-validate_slab_cache.patch removed from -mm tree
 2021-09-07 21:18 UTC 

[to-be-updated] mm-slub-allocate-private-object-map-for-debugfs-listings.patch removed from -mm tree
 2021-09-07 21:18 UTC 

[to-be-updated] mm-slub-dont-call-flush_all-from-slab_debug_trace_open.patch removed from -mm tree
 2021-09-07 21:18 UTC 

+ mm-mempolicy-fix-a-race-between-offset_il_node-and-mpol_rebind_task.patch added to -mm tree
 2021-09-07 21:09 UTC 

+ mm-kmemleak-allow-__gfp_nolockdep-passed-to-kmemleaks-gfp.patch added to -mm tree
 2021-09-07 20:57 UTC 

[patch 097/212] memcg: infrastructure to flush memcg stats
 2021-09-07  3:30 UTC  (4+ messages)
` [memcg] 45208c9105: aim7.jobs-per-min -14.0% regression

[mm/migrate] 9eeb73028c: stress-ng.memhotplug.ops_per_sec -53.8% regression
 2021-09-06  8:31 UTC  (6+ 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).