linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-20 15:53:21 to 2022-01-22 06:14:21 UTC [more...]

incoming
 2022-01-22  6:14 UTC  (53+ messages)
` [patch 01/69] mm/migrate.c: rework migration_entry_wait() to not take a pageref
` [patch 02/69] sysctl: add a new register_sysctl_init() interface
` [patch 03/69] sysctl: move some boundary constants from sysctl.c to sysctl_vals
` [patch 04/69] hung_task: move hung_task sysctl interface to hung_task.c
` [patch 05/69] watchdog: move watchdog sysctl interface to watchdog.c
` [patch 06/69] sysctl: make ngroups_max const
` [patch 07/69] sysctl: use const for typically used max/min proc sysctls
` [patch 08/69] sysctl: use SYSCTL_ZERO to replace some static int zero uses
` [patch 09/69] aio: move aio sysctl to aio.c
` [patch 10/69] dnotify: move dnotify sysctl to dnotify.c
` [patch 11/69] hpet: simplify subdirectory registration with register_sysctl()
` [patch 12/69] i915: "
` [patch 13/69] macintosh/mac_hid.c: "
` [patch 14/69] ocfs2: "
` [patch 15/69] test_sysctl: "
` [patch 16/69] inotify: "
` [patch 17/69] cdrom: "
` [patch 18/69] eventpoll: simplify sysctl declaration "
` [patch 19/69] firmware_loader: move firmware sysctl to its own files
` [patch 20/69] random: move the random sysctl declarations to its own file
` [patch 21/69] sysctl: add helper to register a sysctl mount point
` [patch 22/69] fs: move binfmt_misc sysctl to its own file
` [patch 23/69] printk: move printk sysctl to printk/sysctl.c
` [patch 24/69] scsi/sg: move sg-big-buff sysctl to scsi/sg.c
` [patch 25/69] stackleak: move stack_erasing sysctl to stackleak.c
` [patch 26/69] sysctl: share unsigned long const values
` [patch 27/69] fs: move inode sysctls to its own file
` [patch 28/69] fs: move fs stat sysctls to file_table.c
` [patch 29/69] fs: move dcache sysctls to its own file
` [patch 30/69] sysctl: move maxolduid as a sysctl specific const
` [patch 31/69] fs: move shared sysctls to fs/sysctls.c
` [patch 32/69] fs: move locking sysctls where they are used
` [patch 33/69] fs: move namei sysctls to its own file
` [patch 34/69] fs: move fs/exec.c sysctls into "
` [patch 35/69] fs: move pipe sysctls to is "
` [patch 36/69] sysctl: add and use base directory declarer and registration helper
` [patch 37/69] fs: move namespace sysctls and declare fs base directory
` [patch 38/69] kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()
` [patch 39/69] printk: fix build warning when CONFIG_PRINTK=n
` [patch 40/69] fs/coredump: move coredump sysctls into its own file
` [patch 41/69] kprobe: move sysctl_kprobes_optimization to kprobes.c
` [patch 42/69] kernel/sysctl.c: remove unused variable ten_thousand
` [patch 43/69] sysctl: returns -EINVAL when a negative value is passed to proc_doulongvec_minmax
` [patch 44/69] zsmalloc: introduce some helper functions
` [patch 45/69] zsmalloc: rename zs_stat_type to class_stat_type
` [patch 46/69] zsmalloc: decouple class actions from zspage works
` [patch 47/69] zsmalloc: introduce obj_allocated
` [patch 48/69] zsmalloc: move huge compressed obj from page to zspage
` [patch 49/69] zsmalloc: remove zspage isolation for migration
` [patch 50/69] locking/rwlocks: introduce write_lock_nested
` [patch 51/69] zsmalloc: replace per zpage lock with pool->migrate_lock
` [patch 52/69] zsmalloc: replace get_cpu_var with local_lock

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-22  1:53 UTC  (30+ messages)
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 23/66] mm/mmap: Use advanced maple tree API for mmap_region()
` [PATCH v4 27/66] mm/mmap: Change do_brk_munmap() to use do_mas_align_munmap()
` [PATCH v4 26/66] mm/mmap: Reorganize munmap to use maple states
` [PATCH v4 42/66] fs/proc/task_mmu: Stop using linked list and highest_vm_end
` [PATCH v4 44/66] ipc/shm: Use VMA iterator instead of linked list
` [PATCH v4 63/66] i915: Use the VMA iterator
` [PATCH v4 64/66] nommu: Remove uses of VMA linked list
` [PATCH v4 65/66] mm: Remove the vma "
` [PATCH v4 66/66] mm/mmap: Drop range_has_overlap() function

[RFC PATCH 0/6] Add support for shared PTEs across processes
 2022-01-22  1:41 UTC  (12+ messages)

[linux-next:master 12563/12762] WARNING: modpost: vmlinux.o(.text+0xcc): Section mismatch in reference from the function touchkit_ps2_detect() to the function .init.text:memblock_alloc_try_nid()
 2022-01-21 23:28 UTC 

[PATCH] mm/mmzone.c: fix page_cpupid_xchg_last() to READ_ONCE() the page flags
 2022-01-21 22:35 UTC  (5+ messages)

[PATCH 1/2] mm: thp: fix wrong cache flush in remove_migration_pmd()
 2022-01-21 22:25 UTC  (5+ messages)
` [PATCH 2/2] mm: fix missing cache flush for all tail pages of THP

[RFC v2] mm: introduce page pin owner
 2022-01-21 21:59 UTC  (11+ messages)

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2022-01-21 21:56 UTC  (11+ messages)

Folio meeting video on youtube
 2022-01-21 19:56 UTC 

[GIT PULL] Three small folio patches
 2022-01-21 19:50 UTC 

[PATCH v2 0/3] page table check fixes and cleanups
 2022-01-21 19:32 UTC  (8+ messages)
` [PATCH v2 1/3] mm/debug_vm_pgtable: remove pte entry from the page table
` [PATCH v2 2/3] mm/page_table_check: check entries at pud and pmd levels
` [PATCH v2 3/3] mm/page_table_check: use unsigned long for page counters

[PATCH v4 0/3] mm/hwpoison: fix unpoison_memory()
 2022-01-21 18:59 UTC  (6+ messages)
` [PATCH v4 1/3] mm/hwpoison: mf_mutex for soft offline and unpoison
` [PATCH v4 2/3] mm/hwpoison: remove MF_MSG_BUDDY_2ND and MF_MSG_POISONED_HUGE

[PATCH 1/5] mm: rmap: fix cache flush on THP pages
 2022-01-21 18:05 UTC  (6+ messages)
` [PATCH 2/5] dax: fix cache flush on PMD-mapped pages
` [PATCH 3/5] mm: page_vma_mapped: support checking if a pfn is mapped into a vma
` [PATCH 4/5] dax: fix missing writeprotect the pte entry
` [PATCH 5/5] mm: remove range parameter from follow_invalidate_pte()

[RFC][PATCH v2 0/5] sched: User Managed Concurrency Groups
 2022-01-21 18:01 UTC  (23+ messages)
` [RFC][PATCH v2 1/5] mm: Avoid unmapping pinned pages
` [RFC][PATCH v2 2/5] entry,x86: Create common IRQ operations for exceptions
` [RFC][PATCH v2 3/5] sched/umcg: add WF_CURRENT_CPU and externise ttwu
` [RFC][PATCH v2 4/5] x86/uaccess: Implement unsafe_try_cmpxchg_user()
` [RFC][PATCH v2 5/5] sched: User Mode Concurency Groups

[PATCH] mm: reuse the unshared swapcache page in do_wp_page
 2022-01-21 17:43 UTC  (35+ messages)

[PATCH v4 00/12] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-01-21 15:50 UTC  (3+ messages)
` [PATCH v4 02/12] mm/memfd: Introduce MFD_INACCESSIBLE flag

[next] parisc: allnoconfig: ERROR: modpost: Section mismatches detected. Set CONFIG_SECTION_MISMATCH_WARN_ONLY=y to allow them
 2022-01-21 15:24 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION c94951012a748a0f8ed77cd8fc25640c6fe198f9
 2022-01-21 14:30 UTC 

[PATCH 0/5] remove add/del page to lru functions
 2022-01-21 13:19 UTC  (5+ messages)
` [PATCH 1/5] mm: remove page_is_file_lru function

[linux-next:master 12563/12762] WARNING: modpost: vmlinux.o(.text+0xe0): Section mismatch in reference from the function __traceiter_gb_message_recv_response() to the function .init.text:memblock_alloc_try_nid()
 2022-01-21 11:02 UTC 

[PATCH] psi: Treat ksm swapping in copy as memstall
 2022-01-21  9:51 UTC  (3+ messages)

[PATCH V1 1/2] mm/damon/dbgfs: Put "paddr" check into damon_pa_check() func
 2022-01-21  9:45 UTC  (6+ messages)
` [PATCH V1 2/2] mm/damon/dbgfs: Modify Damon dbfs interface dependency in Kconfig

[PATCH v7 00/14] Convert powerpc to default topdown mmap layout
 2022-01-21  8:42 UTC  (14+ messages)
` [PATCH v7 01/14] mm: Allow arch specific arch_randomize_brk() with CONFIG_ARCH_WANT_DEFAULT_TOPDOWN_MMAP_LAYOUT
` [PATCH v7 03/14] mm: Add len and flags parameters to arch_get_mmap_end()
` [PATCH v7 04/14] mm, hugetlbfs: Allow for "high" userspace addresses
` [PATCH v7 05/14] sizes.h: Add SZ_1T macro
` [PATCH v7 06/14] powerpc/mm: Move vma_mmu_pagesize()
` [PATCH v7 07/14] powerpc/mm: Make slice specific to book3s/64
` [PATCH v7 08/14] powerpc/mm: Remove CONFIG_PPC_MM_SLICES
` [PATCH v7 09/14] powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmapped_area()
` [PATCH v7 10/14] powerpc/mm: Use generic_hugetlb_get_unmapped_area()
` [PATCH v7 11/14] powerpc/mm: Move get_unmapped_area functions to slice.c
` [PATCH v7 12/14] powerpc/mm: Enable full randomisation of memory mappings
` [PATCH v7 13/14] powerpc/mm: Convert to default topdown mmap layout
` [PATCH v7 14/14] powerpc: Simplify and move arch_randomize_brk()

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-21  8:34 UTC  (6+ messages)
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings

[PATCH v9 02/10] dax: Introduce holder for dax_device
 2022-01-21  7:17 UTC  (11+ messages)

[PATCH] mm/migration: Add trace events for THP migrations
 2022-01-21  6:38 UTC  (5+ messages)

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-21  5:28 UTC  (8+ messages)
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed

[PATCH] vmap(): don't allow invalid pages
 2022-01-21  5:26 UTC  (16+ messages)

[PATCH RFC v2 0/2] mm: Rework zap ptes on swap entries
 2022-01-21  5:11 UTC  (9+ messages)
` [PATCH RFC v2 1/2] mm: Don't skip swap entry even if zap_details specified

System will automatically log you out and subsequantly delete your informations
 2022-01-21  3:53 UTC 

[GIT PULL] Bitmap patches for 5.17-rc1
 2022-01-21  2:33 UTC  (3+ messages)

Phyr Starter
 2022-01-20 21:35 UTC  (17+ messages)

[v2 PATCH] fs/proc: task_mmu.c: don't read mapcount for migration entry
 2022-01-20 20:28 UTC 

[ammarfaizi2-block:google/android/kernel/common/android12-5.4 6517/9999] fs/userfaultfd.c:1519:9: warning: variable 'ioctls_out' set but not used
 2022-01-20 18:30 UTC  (8+ messages)

[PATCH 0/3] page table check fixes and cleanups
 2022-01-20 18:25 UTC  (6+ messages)
` [PATCH 2/3] mm/page_table_check: check entries at pud and pmd levels
` [PATCH 3/3] mm/page_table_check: use unsigned long for page counters

[PATCH V2 00/10] selftests: Fix separate output directory builds
 2022-01-20 18:20 UTC  (3+ messages)
` [PATCH V2 06/10] selftests: landlock: Add the uapi headers include variable

[linux-next:master 12185/12461] arch/parisc/kernel/toc.c:64:32: sparse: void extern [addressable] [noreturn] [toplevel] toc_intr( ... )
 2022-01-20 17:26 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).