linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-08-03 15:08:59 to 2021-08-05 15:42:46 UTC [more...]

[PATCH 0/2] Protect vmstats on PREEMPT_RT
 2021-08-05 15:42 UTC  (9+ messages)
` [PATCH 2/2] mm/vmstat: Protect per cpu variables with preempt disable on RT

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-08-05 15:37 UTC  (16+ messages)

[PATCH v6 1/2] mm: introduce process_mrelease system call
 2021-08-05 15:31 UTC  (9+ messages)
` [PATCH v6 2/2] mm: wire up syscall process_mrelease

[PATCH v4 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-05 15:20 UTC  (36+ messages)
` [PATCH v4 01/35] mm, slub: don't call flush_all() from slab_debug_trace_open()
` [PATCH v4 02/35] mm, slub: allocate private object map for debugfs listings
` [PATCH v4 03/35] mm, slub: allocate private object map for validate_slab_cache()
` [PATCH v4 04/35] mm, slub: don't disable irq for debug_check_no_locks_freed()
` [PATCH v4 05/35] mm, slub: remove redundant unfreeze_partials() from put_cpu_partial()
` [PATCH v4 06/35] mm, slub: unify cmpxchg_double_slab() and __cmpxchg_double_slab()
` [PATCH v4 07/35] mm, slub: extract get_partial() from new_slab_objects()
` [PATCH v4 08/35] mm, slub: dissolve new_slab_objects() into ___slab_alloc()
` [PATCH v4 09/35] mm, slub: return slab page from get_partial() and set c->page afterwards
` [PATCH v4 10/35] mm, slub: restructure new page checks in ___slab_alloc()
` [PATCH v4 11/35] mm, slub: simplify kmem_cache_cpu and tid setup
` [PATCH v4 12/35] mm, slub: move disabling/enabling irqs to ___slab_alloc()
` [PATCH v4 13/35] mm, slub: do initial checks in ___slab_alloc() with irqs enabled
` [PATCH v4 14/35] mm, slub: move disabling irqs closer to get_partial() in ___slab_alloc()
` [PATCH v4 15/35] mm, slub: restore irqs around calling new_slab()
` [PATCH v4 16/35] mm, slub: validate slab from partial list or page allocator before making it cpu slab
` [PATCH v4 17/35] mm, slub: check new pages with restored irqs
` [PATCH v4 18/35] mm, slub: stop disabling irqs around get_partial()
` [PATCH v4 19/35] mm, slub: move reset of c->page and freelist out of deactivate_slab()
` [PATCH v4 20/35] mm, slub: make locking in deactivate_slab() irq-safe
` [PATCH v4 21/35] mm, slub: call deactivate_slab() without disabling irqs
` [PATCH v4 22/35] mm, slub: move irq control into unfreeze_partials()
` [PATCH v4 23/35] mm, slub: discard slabs in unfreeze_partials() without irqs disabled
` [PATCH v4 24/35] mm, slub: detach whole partial list at once in unfreeze_partials()
` [PATCH v4 25/35] mm, slub: separate detaching of partial list in unfreeze_partials() from unfreezing
` [PATCH v4 26/35] mm, slub: only disable irq with spin_lock in __unfreeze_partials()
` [PATCH v4 27/35] mm, slub: don't disable irqs in slub_cpu_dead()
` [PATCH v4 28/35] mm, slab: make flush_slab() possible to call with irqs enabled
` [PATCH v4 29/35] mm: slub: Move flush_cpu_slab() invocations __free_slab() invocations out of IRQ context
` [PATCH v4 30/35] mm: slub: Make object_map_lock a raw_spinlock_t
` [PATCH v4 31/35] mm, slub: optionally save/restore irqs in slab_[un]lock()/
` [PATCH v4 32/35] mm, slub: make slab_lock() disable irqs with PREEMPT_RT
` [PATCH v4 33/35] mm, slub: protect put_cpu_partial() with disabled irqs instead of cmpxchg
` [PATCH v4 34/35] mm, slub: use migrate_disable() on PREEMPT_RT
` [PATCH v4 35/35] mm, slub: convert kmem_cpu_slab protection to local_lock

[PATCH 0/5] Some cleanup for page migration
 2021-08-05 15:17 UTC  (7+ messages)
` [PATCH 1/5] mm: migrate: Move the page count validation to the proper place
` [PATCH 2/5] mm: migrate: Introduce a local variable to get the number of pages
` [PATCH 3/5] mm: migrate: Fix the incorrect function name in comments
` [PATCH 4/5] mm: migrate: Change to use bool type for 'page_was_mapped'
` [PATCH 5/5] mm: migrate: Remove redundant goto labels

[PATCH v2 0/3] arm64: support page mapping percpu first chunk allocator
 2021-08-05 12:46 UTC  (6+ messages)
` [PATCH v2 1/3] vmalloc: Choose a better start address in vm_area_register_early()

[linux-next:master 4244/5318] drivers/pci/syscall.c:82 __do_sys_pciconfig_read() error: uninitialized symbol 'dev'
 2021-08-05 11:54 UTC 

[linux-next:master 2764/5318] drivers/net/can/flexcan.c:666 flexcan_clks_enable() error: uninitialized symbol 'err'
 2021-08-05 11:45 UTC  (2+ messages)

[PATCH RFC 0/2] dma-pool: allow user to disable atomic pool
 2021-08-05  6:54 UTC  (5+ messages)

[linux-next:master 4771/5318] drivers/net/ethernet/cirrus/cs89x0.c:914:3: error: implicit declaration of function 'disable_dma'; did you mean 'disable_irq'?
 2021-08-05  6:45 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 2f73937c9aa561e2082839bc1a8efaac75d6e244
 2021-08-05  6:10 UTC 

[PATCH] mm/madvise: add MADV_WILLNEED to process_madvise()
 2021-08-05  4:50 UTC  (6+ messages)

[PATCH] process_madvise.2: Add MADV_WILLNEED to process_madvise()
 2021-08-05  4:44 UTC 

[ALSA] 1bb11c1c7f: genirq:Flags_mismatch_irq##(ES1688)vs.#(ES1688)
 2021-08-05  3:25 UTC 

[PATCH 0/5] Cleanups and fixup for memcontrol
 2021-08-05  1:44 UTC  (7+ messages)
` [PATCH 2/5] mm, memcg: narrow the scope of percpu_charge_mutex

[PATCH 0/3] mm: optimize thp for reclaim and migration
 2021-08-05  0:13 UTC  (6+ messages)
` [PATCH 2/3] mm: free zapped tail pages when splitting isolated thp
` [PATCH 3/3] mm: don't remap clean subpages "

[linux-next:master 5294/5318] kernel/user.c:141:30: error: 'struct user_struct' has no member named 'epoll_watches'; did you mean 'nr_watches'?
 2021-08-04 22:43 UTC 

[linux-next:master 3748/5318] drivers/gpu/drm/vc4/vc4_hdmi.c:1406:41: warning: unused variable 'vc4_hdmi_audio_widgets'
 2021-08-04 21:40 UTC 

[PATCH] Add mmap_assert_locked() annotations to find_vma*()
 2021-08-04 21:22 UTC  (11+ messages)

[PATCH V5] mm: compaction: support triggering of proactive compaction by user
 2021-08-04 21:11 UTC  (2+ messages)

[PATCH 0/1] pagemap: swap location for shared pages
 2021-08-04 19:17 UTC  (4+ messages)

[PATCH 00/16] tmpfs: HUGEPAGE and MEM_LOCK fcntls and memfds
 2021-08-04 19:01 UTC  (14+ messages)
` [PATCH 06/16] huge tmpfs: shmem_is_huge(vma, inode, index)
` [PATCH 07/16] memfd: memfd_create(name, MFD_HUGEPAGE) for shmem huge pages
` [PATCH 08/16] huge tmpfs: fcntl(fd, F_HUGEPAGE) and fcntl(fd, F_NOHUGEPAGE)
` [PATCH 10/16] tmpfs: fcntl(fd, F_MEM_LOCK) to memlock a tmpfs file

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING b828f2c9def4b4f5a95181d789384142b1e7955a
 2021-08-04 18:56 UTC 

[PATCH v1] mm, hugepages: add mremap() support for hugepage backed vma
 2021-08-04 18:03 UTC  (3+ messages)

ERROR: modpost: "__raw_writesl" [drivers/i3c/master/i3c-master-cdns.ko] undefined!
 2021-08-04 17:18 UTC  (2+ messages)

[PATCH v4 1/2] mm: introduce process_mrelease system call
 2021-08-04 16:54 UTC  (8+ messages)

[PATCH] mm/memcg: Disable task obj_stock for PREEMPT_RT
 2021-08-04 16:00 UTC  (7+ messages)

[linux-next:pending-fixes 242/297] WARNING: modpost: vmlinux.o(.text.unlikely+0x10de3e): Section mismatch in reference from the function i915_globals_exit.cold() to the function .exit.text:__i915_globals_flush()
 2021-08-04 15:40 UTC 

[PATCH v3 0/2] kasan: reset tag when accessing invalid metadata
 2021-08-04 12:44 UTC  (5+ messages)
` [PATCH v3 1/2] kasan, kmemleak: reset tags when scanning block
` [PATCH v3 2/2] kasan, slub: reset tag when printing address

[PATCH v3 00/35] SLUB: reduce irq disabled scope and make it RT compatible
 2021-08-04 12:14 UTC  (3+ messages)

flush_kernel_dcache_page fixes and removal
 2021-08-04 11:12 UTC  (5+ messages)
` [PATCH 1/6] mmc: JZ4740: remove the flush_kernel_dcache_page call in jz4740_mmc_read_data
` [PATCH 2/6] mmc: mmc_spi: replace flush_kernel_dcache_page with flush_dcache_page

[PATCH v2 0/4] bitmap: unify for_each_bit() macros
 2021-08-04 10:07 UTC  (3+ messages)
` [PATCH 2/4] bitmap: unify find_bit operations

[PATCH v3] memblock: make memblock_find_in_range method private
 2021-08-04 10:02 UTC  (4+ messages)

[syzbot] linux-next boot error: WARNING in find_vma
 2021-08-04 10:00 UTC  (3+ messages)

[PATCH v2 0/2] kasan: reset tag when accessing invalid data
 2021-08-04  8:59 UTC  (5+ messages)
` [PATCH v2 1/2] kasan, kmemleak: reset tags when scanning block
` [PATCH v2 2/2] kasan, slub: reset tag when printing address

sparc64-linux-gcc: error: unrecognized command-line option '-mxsave'
 2021-08-04  9:04 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] mm,shmem: Fix a typo in shmem_swapin_page()
 2021-08-04  9:04 UTC  (13+ messages)

[PATCH v34 00/13] Introduce Data Access MONitor (DAMON)
 2021-08-04  7:41 UTC  (2+ messages)

[RFC PATCH] powerpc/book3s64/radix: Upgrade va tlbie to PID tlbie if we cross PMD_SIZE
 2021-08-04  7:34 UTC  (2+ messages)

[PATCH 0/2] kasan, mm: reset tag when access metadata
 2021-08-04  5:31 UTC  (7+ messages)
` [PATCH 1/2] "

[linux-next:master] BUILD REGRESSION c3f7b3be172b39d90b4c5cb87a2231cc6c2c8dcf
 2021-08-04  5:25 UTC 

[PATCH V7 00/18] PKS/PMEM: Add Stray Write Protection
 2021-08-04  4:57 UTC  (20+ messages)
` [PATCH V7 01/18] x86/pkeys: Create pkeys_common.h
` [PATCH V7 02/18] x86/fpu: Refactor arch_set_user_pkey_access()
` [PATCH V7 03/18] x86/pks: Add additional PKEY helper macros
` [PATCH V7 04/18] x86/pks: Add PKS defines and Kconfig options
` [PATCH V7 05/18] x86/pks: Add PKS setup code
` [PATCH V7 06/18] x86/fault: Adjust WARN_ON for PKey fault
` [PATCH V7 07/18] x86/pks: Preserve the PKRS MSR on context switch
` [PATCH V7 08/18] x86/entry: Preserve PKRS MSR across exceptions
` [PATCH V7 09/18] x86/pks: Add PKS kernel API
` [PATCH V7 10/18] x86/pks: Introduce pks_abandon_protections()
` [PATCH V7 11/18] x86/pks: Add PKS Test code
` [PATCH V7 12/18] x86/pks: Add PKS fault callbacks
` [PATCH V7 13/18] memremap_pages: Add access protection via supervisor Protection Keys (PKS)
` [PATCH V7 14/18] memremap_pages: Add memremap.pks_fault_mode
` [PATCH V7 15/18] kmap: Add stray access protection for devmap pages
` [PATCH V7 16/18] dax: Stray access protection for dax_direct_access()
` [PATCH V7 17/18] nvdimm/pmem: Enable stray access protection
` [PATCH V7 18/18] devdax: "

[PATCH 0/2] add KSM performance tests
 2021-08-04  3:41 UTC  (5+ messages)
` [PATCH 1/2] selftests: vm: add KSM merging time test
` [PATCH 2/2] selftests: vm: add COW time test for KSM pages

[PATCH v2 0/4] add KSM selftests
 2021-08-04  2:01 UTC  (9+ messages)
` [PATCH v2 1/4] selftests: vm: add KSM merge test
` [PATCH v2 2/4] selftests: vm: add KSM unmerge test
` [PATCH v2 3/4] selftests: vm: add KSM zero page merging test
` [PATCH v2 4/4] selftests: vm: add KSM merging across nodes test

[linux-next:master 94/5087] arch/sh/kernel/traps_32.c:574:9: sparse: sparse: incorrect type in initializer (different address spaces)
 2021-08-04  1:14 UTC 

[linux-next:master 5063/5087] kernel/user.c:141:28: error: 'struct user_struct' has no member named 'epoll_watches'
 2021-08-04  0:06 UTC  (2+ messages)

[PATCH v5 1/2] mm: introduce process_mrelease system call
 2021-08-03 22:03 UTC  (2+ messages)
` [PATCH v5 2/2] mm: wire up syscall process_mrelease

LISA21 Expo
 2021-08-03 21:17 UTC 

[PATCH] mm: memcontrol: Set the correct memcg swappiness restriction
 2021-08-03 20:25 UTC  (5+ messages)

[PATCH v4] mm: Enable suspend-only swap spaces
 2021-08-03 18:00 UTC  (6+ messages)

[PATCH 0/4] mm: ensure consistency of memory map poisoning
 2021-08-03 16:19 UTC  (5+ messages)
` [PATCH 4/4] memblock: stop poisoning raw allocations

[PATCH 00/38] Replace deprecated CPU-hotplug
 2021-08-03 16:10 UTC  (3+ messages)

[PATCH] mm/swap: Remove the unused get_kernel_page()
 2021-08-03 15:40 UTC  (3+ 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).