linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-01-19 09:00:19 to 2022-01-20 13:18:25 UTC [more...]

[PATCH v3 00/10] Add MEMORY_DEVICE_COHERENT for coherent device memory mapping
 2022-01-20 13:18 UTC  (18+ messages)
` [PATCH v3 01/10] mm: add zone device coherent type memory support
` [PATCH v3 03/10] mm/gup: fail get_user_pages for LONGTERM dev coherent type
` [PATCH v3 06/10] lib: test_hmm add ioctl to get zone device type
` [PATCH v3 07/10] lib: test_hmm add module param for "
` [PATCH v3 08/10] lib: add support for device coherent type in test_hmm
` [PATCH v3 09/10] tools: update hmm-test to support device coherent type
` [PATCH v3 10/10] tools: update test_hmm script to support SP config

[PATCH 0/5] remove add/del page to lru functions
 2022-01-20 13:10 UTC  (6+ messages)
` [PATCH 1/5] mm: remove page_is_file_lru function
` [PATCH 2/5] mm: remove __clear_page_lru_flags()
` [PATCH 3/5] mm: remove add_page_to_lru_list() function
` [PATCH 4/5] mm: remove add_page_to_lru_list_tail()
` [PATCH 5/5] mm: remove del_page_from_lru_list()

[PATCH] vmap(): don't allow invalid pages
 2022-01-20 13:03 UTC  (20+ messages)

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

[PATCH v4 00/66] Introducing the Maple Tree
 2022-01-20 12:46 UTC  (55+ messages)
` [PATCH v4 21/66] mm/mmap: Change do_brk_flags() to expand existing VMA and add do_brk_munmap()
` [PATCH v4 22/66] mm: Use maple tree operations for find_vma_intersection() and find_vma()
` [PATCH v4 37/66] binfmt_elf: Remove vma linked list walk
` [PATCH v4 39/66] binfmt_elf: Take the mmap lock when walking the VMA list
` [PATCH v4 38/66] coredump: Remove vma linked list walk
` [PATCH v4 41/66] fs/proc/base: Use maple tree iterators in place of linked list
` [PATCH v4 40/66] exec: Use VMA iterator instead "
` [PATCH v4 43/66] userfaultfd: Use maple tree iterator to iterate VMAs
` [PATCH v4 47/66] sched: Use maple tree iterator to walk VMAs
` [PATCH v4 46/66] perf: Use VMA iterator
` [PATCH v4 45/66] acct: Use VMA iterator instead of linked list
` [PATCH v4 48/66] fork: Use VMA iterator
` [PATCH v4 49/66] bpf: Remove VMA linked list
` [PATCH v4 50/66] mm/gup: Use maple tree navigation instead of "
` [PATCH v4 51/66] mm/khugepaged: Use maple tree iterators instead of vma "
` [PATCH v4 52/66] mm/ksm: "
` [PATCH v4 55/66] mm/mempolicy: "
` [PATCH v4 54/66] mm/memcontrol: Stop using mm->highest_vm_end
` [PATCH v4 53/66] mm/madvise: Use vma_find() instead of vma linked list
` [PATCH v4 57/66] mm/mprotect: Use maple tree navigation "
` [PATCH v4 56/66] mm/mlock: Use maple tree iterators "
` [PATCH v4 58/66] mm/mremap: Use vma_find() "
` [PATCH v4 59/66] mm/msync: "
` [PATCH v4 60/66] mm/oom_kill: Use maple tree iterators "
` [PATCH v4 61/66] mm/pagewalk: Use vma_find() "
` [PATCH v4 62/66] mm/swapfile: Use maple tree iterator "

[PATCH v8 00/40] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
 2022-01-20 12:18 UTC  (3+ messages)
` [PATCH v8 32/40] x86/compressed: use firmware-validated CPUID for SEV-SNP guests

[PATCH v2 0/2] mm: Fix kernel BUG in __check_heap_object() on PowerPC64
 2022-01-20 11:09 UTC  (7+ messages)
` [PATCH v2 1/2] powerpc: Fix virt_addr_valid() check

[PATCH v0.9.1 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
 2022-01-20 11:07 UTC  (11+ messages)
` [PATCH v0.9.1 3/6] sched/umcg: implement UMCG syscalls

[PATCH] mm/mmzone.c: fix page_cpupid_xchg_last() to READ_ONCE() the page flags
 2022-01-20 10:43 UTC  (4+ messages)

[PATCH 1/3] mm/vmalloc: Move draining areas out of caller context
 2022-01-20 10:42 UTC  (5+ messages)
` [PATCH 2/3] mm/vmalloc: Add adjust_search_size parameter
` [PATCH 3/3] mm/vmalloc: Eliminate an extra orig_gfp_mask

[RFC][PATCH 0/3] sched: User Managed Concurrency Groups
 2022-01-20 10:37 UTC  (11+ messages)
` [RFC][PATCH 3/3] sched: User Mode Concurency Groups

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

[PATCH v2 00/28] Convert GUP to folios
 2022-01-20  9:15 UTC  (3+ messages)
` [PATCH v2 11/28] mm: Make compound_pincount always available

[PATCH v9 00/10] fsdax: introduce fs query to support reflink
 2022-01-20  8:59 UTC  (19+ messages)
` [PATCH v9 02/10] dax: Introduce holder for dax_device
` [PATCH v9 05/10] fsdax: fix function description
` [PATCH v9 07/10] mm: move pgoff_address() to vma_pgoff_address()
` [PATCH v9 08/10] mm: Introduce mf_dax_kill_procs() for fsdax case
` [PATCH v9 10/10] fsdax: set a CoW flag when associate reflink mappings

[RESEND][PATCH v2] mm: don't call lru draining in the nested lru_cache_disable
 2022-01-20  8:42 UTC  (7+ messages)

[PATCH 0/3] page table check fixes and cleanups
 2022-01-20  4:25 UTC  (4+ messages)
` [PATCH 1/3] mm/debug_vm_pgtable: remove pte entry from the page table
` [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

[Resend PATCH v3] psi: fix possible trigger missing in the window
 2022-01-20  3:31 UTC 

incoming
 2022-01-20  2:10 UTC  (56+ messages)
` [patch 01/55] mm: percpu: generalize percpu related config
` [patch 02/55] mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedef
` [patch 03/55] mm: percpu: add generic pcpu_fc_alloc/free funciton
` [patch 04/55] mm: percpu: add generic pcpu_populate_pte() function
` [patch 05/55] proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistration
` [patch 06/55] proc: make the proc_create[_data]() stubs static inlines
` [patch 07/55] proc: convert the return type of proc_fd_access_allowed() to be boolean
` [patch 08/55] sysctl: fix duplicate path separator in printed entries
` [patch 09/55] sysctl: remove redundant ret assignment
` [patch 10/55] include/linux/unaligned: replace kernel.h with the necessary inclusions
` [patch 11/55] kernel.h: include a note to discourage people from including it in headers
` [patch 12/55] fs/exec: replace strlcpy with strscpy_pad in __set_task_comm
` [patch 13/55] fs/exec: replace strncpy with strscpy_pad in __get_task_comm
` [patch 14/55] drivers/infiniband: replace open-coded string copy with get_task_comm
` [patch 15/55] fs/binfmt_elf: "
` [patch 16/55] samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf_probe_read_kernel_str to get task comm
` [patch 17/55] tools/bpf/bpftool/skeleton: "
` [patch 18/55] tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LEN
` [patch 19/55] kthread: dynamically allocate memory to store kthread's full name
` [patch 20/55] kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)
` [patch 21/55] get_maintainer: don't remind about no git repo when --nogit is used
` [patch 22/55] kstrtox: uninline everything
` [patch 23/55] list: introduce list_is_head() helper and re-use it in list.h
` [patch 24/55] lib/list_debug.c: print more list debugging context in __list_del_entry_valid()
` [patch 25/55] hash.h: remove unused define directive
` [patch 26/55] test_hash.c: split test_int_hash into arch-specific functions
` [patch 27/55] test_hash.c: split test_hash_init
` [patch 28/55] lib/Kconfig.debug: properly split hash test kernel entries
` [patch 29/55] test_hash.c: refactor into kunit
` [patch 30/55] kunit: replace kernel.h with the necessary inclusions
` [patch 31/55] uuid: discourage people from using UAPI header in new code
` [patch 32/55] uuid: remove licence boilerplate text from the header
` [patch 33/55] lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() test
` [patch 34/55] checkpatch: relax regexp for COMMIT_LOG_LONG_LINE
` [patch 35/55] checkpatch: improve Kconfig help test
` [patch 36/55] const_structs.checkpatch: add frequently used ops structs
` [patch 37/55] fs/binfmt_elf: use PT_LOAD p_align values for static PIE
` [patch 38/55] nilfs2: remove redundant pointer sbufs
` [patch 39/55] hfsplus: use struct_group_attr() for memcpy() region
` [patch 40/55] FAT: use io_schedule_timeout() instead of congestion_wait()
` [patch 41/55] fs/adfs: remove unneeded variable make code cleaner
` [patch 42/55] panic: use error_report_end tracepoint on warnings
` [patch 43/55] panic: remove oops_id
` [patch 44/55] delayacct: support swapin delay accounting for swapping without blkio
` [patch 45/55] delayacct: fix incomplete disable operation when switch enable to disable
` [patch 46/55] delayacct: cleanup flags in struct task_delay_info and functions use it
` [patch 47/55] Documentation/accounting/delay-accounting.rst: add thrashing page cache and direct compact
` [patch 48/55] delayacct: track delays from memory compact
` [patch 49/55] configs: introduce debug.config for CI-like setup
` [patch 50/55] arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KB
` [patch 51/55] btrfs: use generic Kconfig option for 256kB page size limit
` [patch 52/55] lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KB
` [patch 53/55] kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTR
` [patch 54/55] ubsan: remove CONFIG_UBSAN_OBJECT_SIZE
` [patch 55/55] lib: remove redundant assignment to variable ret

[PATCH v3] mm: use compare-exchange operation to set KASAN page tag
 2022-01-20  2:01 UTC 

[PATCH V2 00/10] selftests: Fix separate output directory builds
 2022-01-20  1:20 UTC  (14+ messages)
` [PATCH V2 01/10] selftests: set the BUILD variable to absolute path
` [PATCH V2 02/10] selftests: Add and export a kernel uapi headers path
` [PATCH V2 03/10] selftests: Correct the headers install path
` [PATCH V2 04/10] selftests: futex: Add the uapi headers include variable
` [PATCH V2 05/10] selftests: kvm: "
` [PATCH V2 06/10] selftests: landlock: "
` [PATCH V2 07/10] selftests: net: "
` [PATCH V2 08/10] selftests: mptcp: "
` [PATCH V2 09/10] selftests: vm: "
` [PATCH V2 10/10] selftests: vm: remove dependecy from internal kernel macros

[linux-next:master 12185/12461] arch/parisc/kernel/toc.c:64:32: sparse: void extern [addressable] [noreturn] [toplevel] toc_intr( ... )
 2022-01-20  1:19 UTC 

[PATCH v2] mm/mmzone.c: use try_cmpxchg() in page_cpupid_xchg_last()
 2022-01-20  1:11 UTC 

[PATCH v6 0/9] Multigenerational LRU Framework
 2022-01-19 22:25 UTC  (21+ messages)
` [PATCH v6 6/9] mm: multigenerational lru: aging

[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-19 22:11 UTC  (6+ messages)

[PATCH v3 00/12] Fix LKDTM for PPC64/IA64/PARISC
 2022-01-19 22:00 UTC  (5+ messages)
` [PATCH v3 11/12] lkdtm: Fix execute_[user]_location()

[PATCH v2] proc/vmcore: fix possible deadlock on concurrent mmap and read
 2022-01-19 19:34 UTC 

[PATCH v4 0/7] Use pageblock_order for cma and alloc_contig_range alignment
 2022-01-19 19:06 UTC  (8+ messages)
` [PATCH v4 1/7] mm: page_alloc: avoid merging non-fallbackable pageblocks with others
` [PATCH v4 2/7] mm: page_isolation: move has_unmovable_pages() to mm/page_isolation.c
` [PATCH v4 3/7] mm: page_isolation: check specified range for unmovable pages
` [PATCH v4 4/7] mm: make alloc_contig_range work at pageblock granularity
` [PATCH v4 5/7] mm: cma: use pageblock_order as the single alignment
` [PATCH v4 6/7] drivers: virtio_mem: use pageblock size as the minimum virtio_mem size
` [PATCH v4 7/7] arch: powerpc: adjust fadump alignment to be pageblock aligned

[RFC] Simplify users of vma_address_end()
 2022-01-19 17:50 UTC 

[PATCH v1] proc/vmcore: fix false positive lockdep warning
 2022-01-19 15:19 UTC  (4+ messages)

[PATCH v2 0/3] mm: support huge vmalloc mapping on arm64/x86
 2022-01-19 13:48 UTC  (13+ messages)
` [PATCH v2 1/3] mm: vmalloc: Let user to control huge vmalloc default behavior
` [PATCH v2 3/3] x86: Support huge vmalloc mappings

[RFC PLAN] Some humble ideas for DAMON future works
 2022-01-19 13:31 UTC 

[RFC PATCH] arm64: don't vmap() invalid page
 2022-01-19  9:55 UTC  (2+ messages)

[PATCH v5 00/16] Optimize list lru memory consumption
 2022-01-19  9:33 UTC  (7+ messages)
` [PATCH v5 10/16] mm: list_lru: allocate list_lru_one only when needed


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