linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
drivers/staging/rtl8712/rtl871x_cmd.c:670:27: sparse: sparse: incorrect type in assignment (different base types)
 2022-08-20 21:08 UTC 

[PATCH] mm: fix pgdat->kswap accessed concurrently
 2022-08-20 20:59 UTC  (3+ messages)

6.0-rc1 BUG squashfs_decompress, and sleeping function called from invalid context at include/linux/sched/mm.h
 2022-08-20 19:39 UTC 

[PATCH for-mm-unstable] kernel/sched/fair: include missed header file, memory-tiers.h
 2022-08-20 19:07 UTC 

[ata] 0568e61225: stress-ng.copy-file.ops_per_sec -15.0% regression
 2022-08-20 16:36 UTC  (13+ messages)

[ammarfaizi2-block:akpm/mm/mm-unstable 157/170] kernel/sched/fair.c:1571:14: error: implicit declaration of function 'node_is_toptier'
 2022-08-20 10:28 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 101/170] mm/memory.c:68:10: fatal error: linux/memory-tiers.h: No such file or directory
 2022-08-20 10:28 UTC 

[PATCH V10 0/4] mm/sparse-vmemmap: Generalise helpers and enable for LoongArch
 2022-08-20  9:56 UTC  (2+ messages)
  ` [PATCH V10 1/4] MIPS&LoongArch&NIOS2: Adjust prototypes of p?d_init()

[linux-next:master 329/2265] drivers/gpu/drm/tests/drm_buddy_test.c:431:7: warning: Local variable 'order' shadows outer variable [shadowVariable]
 2022-08-20  9:47 UTC 

[ammarfaizi2-block:akpm/mm/mm-unstable 157/170] kernel/sched/fair.c:1571:7: error: call to undeclared function 'node_is_toptier'; ISO C99 and later do not support implicit function declarations
 2022-08-20  9:06 UTC 

[PATCH 0/8] memblock tests: update and extend memblock simulator
 2022-08-20  8:40 UTC  (10+ messages)
` [PATCH 3/8] memblock tests: add labels to verbose output for generic alloc tests
` [PATCH 8/8] memblock tests: add tests for memblock_trim_memory

[PATCH 0/6] A few fixup patches for hugetlb
 2022-08-20  8:12 UTC  (20+ messages)
` [PATCH 4/6] mm: hugetlb_vmemmap: add missing smp_wmb() before set_pte_at()

Best Rank
 2022-08-20  6:42 UTC 

[PATCH v2 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-20  4:03 UTC  (15+ messages)
` [PATCH v2 01/11] mm/ioremap: change the return value of io[re|un]map_allowed and rename
` [PATCH v2 02/11] mm: ioremap: fixup the physical address and page prot
` [PATCH v2 03/11] mm: ioremap: allow ARCH to have its own ioremap definition
` [PATCH v2 04/11] arc: mm: Convert to GENERIC_IOREMAP
` [PATCH v2 05/11] hexagon: "
` [PATCH v2 06/11] ia64: "
` [PATCH v2 07/11] openrisc: "
` [PATCH v2 08/11] parisc: "
` [PATCH v2 09/11] s390: "
` [PATCH v2 10/11] sh: "
` [PATCH v2 11/11] xtensa: "

[PATCH v2] f2fs: use memcpy_{to,from}_page() where possible
 2022-08-20  2:39 UTC  (3+ messages)
` [f2fs-dev] [PATCH v2] f2fs: use memcpy_{to, from}_page() "

[PATCH v2] mm/damon/dbgfs: avoid duplicate context directory creation
 2022-08-20  2:29 UTC  (6+ messages)

[PATCH bpf-next v2 00/12] bpf: Introduce selectable memcg for bpf map
 2022-08-20  2:25 UTC  (14+ messages)
` [PATCH bpf-next v2 04/12] bpf: Call bpf_map_init_from_attr() immediately after map creation
` [PATCH bpf-next v2 10/12] mm, memcg: Add new helper get_obj_cgroup_from_cgroup
` [PATCH bpf-next v2 11/12] bpf: Add return value for bpf_map_init_from_attr
` [PATCH bpf-next v2 12/12] bpf: Introduce selectable memcg for bpf map

[PATCH v2] mm/mempolicy: fix lock contention on mems_allowed
 2022-08-20  2:06 UTC  (2+ messages)

[PATCH v15 00/10] mm/demotion: Memory tiers and demotion
 2022-08-20  1:54 UTC  (4+ messages)

[PATCH v3] mm: release private data before split THP
 2022-08-20  1:48 UTC  (4+ messages)

[PATCH] page_ext: move up page_ext_init() to catch early page allocation if DEFERRED_STRUCT_PAGE_INIT is n
 2022-08-20  1:02 UTC 

[PATCH 00/11] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way
 2022-08-20  0:49 UTC  (4+ messages)
` [PATCH 02/11] mm: ioremap: fixup the physical address

[PATCH v7 00/14] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-20  0:27 UTC  (10+ messages)
` [PATCH v7 11/14] KVM: Register/unregister the guest private memory regions

[PATCH v2 1/2] selftests/vm: fix inability to build any vm tests
 2022-08-20  0:14 UTC  (5+ messages)
` [PATCH v2 2/2] selftests/vm: use top_srcdir instead of recomputing relative paths

[PATCH 0/3] Fix some issues when looking up hugetlb page
 2022-08-20  0:08 UTC  (7+ messages)
` [PATCH 1/3] mm/gup: fix races when looking up a CONT-PTE size "
` [PATCH 2/3] mm/hugetlb: fix races when looking up a CONT-PMD "
` [PATCH 3/3] mm/hugetlb: add FOLL_MIGRATION validation before waiting for a migration entry

[PATCH RESEND] mm: hugetlb: simplify per-node sysfs creation and removal
 2022-08-19 23:41 UTC  (2+ messages)

[PATCH v3 bpf-next 00/15] bpf: BPF specific memory allocator
 2022-08-19 23:01 UTC  (20+ messages)
` [PATCH v3 bpf-next 01/15] bpf: Introduce any context "
` [PATCH v3 bpf-next 02/15] bpf: Convert hash map to bpf_mem_alloc
` [PATCH v3 bpf-next 03/15] selftests/bpf: Improve test coverage of test_maps
` [PATCH v3 bpf-next 04/15] samples/bpf: Reduce syscall overhead in map_perf_test
` [PATCH v3 bpf-next 05/15] bpf: Relax the requirement to use preallocated hash maps in tracing progs
` [PATCH v3 bpf-next 06/15] bpf: Optimize element count in non-preallocated hash map
` [PATCH v3 bpf-next 07/15] bpf: Optimize call_rcu "
` [PATCH v3 bpf-next 08/15] bpf: Adjust low/high watermarks in bpf_mem_cache
` [PATCH v3 bpf-next 09/15] bpf: Batch call_rcu callbacks instead of SLAB_TYPESAFE_BY_RCU
` [PATCH v3 bpf-next 10/15] bpf: Add percpu allocation support to bpf_mem_alloc
` [PATCH v3 bpf-next 11/15] bpf: Convert percpu hash map to per-cpu bpf_mem_alloc
` [PATCH v3 bpf-next 12/15] bpf: Remove tracing program restriction on map types
` [PATCH v3 bpf-next 13/15] bpf: Prepare bpf_mem_alloc to be used by sleepable bpf programs
` [PATCH v3 bpf-next 14/15] bpf: Remove prealloc-only restriction for "
` [PATCH v3 bpf-next 15/15] bpf: Introduce sysctl kernel.bpf_force_dyn_alloc

[PATCH] f2fs: use memcpy_{to,from}_page() where possible
 2022-08-19 22:36 UTC  (3+ messages)

[PATCH] fs-verity: use kmap_local_page() instead of kmap()
 2022-08-19 22:31 UTC  (5+ messages)

some debugging works
 2022-08-19 22:08 UTC  (2+ messages)

[PATCH v7 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-19 20:52 UTC  (6+ messages)
` [PATCH v7 1/5] selftests: vm: add hugetlb_shared userfaultfd test to run_vmtests.sh
` [PATCH v7 2/5] userfaultfd: add /dev/userfaultfd for fine grained access control
` [PATCH v7 3/5] userfaultfd: selftests: modify selftest to use /dev/userfaultfd
` [PATCH v7 4/5] userfaultfd: update documentation to describe /dev/userfaultfd
` [PATCH v7 5/5] selftests: vm: add /dev/userfaultfd test cases to run_vmtests.sh

[PATCH v6 0/5] userfaultfd: add /dev/userfaultfd for fine grained access control
 2022-08-19 20:12 UTC  (4+ messages)
` [PATCH v6 2/5] "

[bug report] mm/hugetlb: various bugs with avoid_reserve case in alloc_huge_page()
 2022-08-19 19:11 UTC  (4+ messages)

[RFC PATCH RESEND] userfaultfd: open userfaultfds with O_RDONLY
 2022-08-19 18:50 UTC  (3+ messages)

[PATCH v2 bpf-next 00/12] bpf: BPF specific memory allocator
 2022-08-19 17:51 UTC  (8+ messages)
` [PATCH v2 bpf-next 01/12] bpf: Introduce any context "

[RFC PATCH] memcg: use root_mem_cgroup when css is inherited
 2022-08-19 17:10 UTC  (4+ messages)

[PATCH v1] mm: migration: fix the FOLL_GET failure on following huge page
 2022-08-19 16:55 UTC  (9+ messages)
` [PATCH v6 0/2] fix follow_page related issues
  ` [PATCH v6 1/2] mm: migration: fix the FOLL_GET failure on following huge page

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-08-19 16:54 UTC  (3+ messages)
` [PATCH Part2 v6 37/49] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT

[linux-next:pending-fixes] BUILD SUCCESS WITH WARNING e68b4a7c00f99b319b84be8849addb8fddf9629b
 2022-08-19 16:49 UTC 

[linux-next:master] BUILD REGRESSION 8755ae45a9e8ae883fa7f4eb0162830c55aacf14
 2022-08-19 16:42 UTC 

folio_map
 2022-08-19 15:45 UTC  (4+ messages)
` [RFC] vmap_folio()

[PATCH 1/9] slub: Make PREEMPT_RT support less convoluted
 2022-08-19 15:04 UTC  (4+ messages)

[linux-next:master 2059/2265] htmldocs: Documentation/translations/zh_CN/process/5.Posting.rst:197: WARNING: undefined label: cn_email_clients (if the link has no caption the label must precede a section header)
 2022-08-19 14:08 UTC 

[PATCH] mm: ksm: fix data-race in __ksm_enter / run_store
 2022-08-19 12:00 UTC  (3+ messages)

[linux-next:master 1966/2265] sound/soc/sof/intel/hda-codec.c:216:17: error: too few arguments to function 'hda_codec_device_init'
 2022-08-19 11:56 UTC 

[PATCH] fs-verity: use memcpy_from_page()
 2022-08-19 11:16 UTC  (2+ messages)

[PATCH] Support HIGHMEM pages in vmap_pages_range_noflush()
 2022-08-19 10:06 UTC  (2+ messages)

[PATCH RFC] mm, proc: add PcpFree to meminfo
 2022-08-19 10:02 UTC  (9+ messages)

[PATCH -next v2] bootmem: remove the vmemmap pages from kmemleak in put_page_bootmem
 2022-08-19  9:49 UTC  (2+ messages)

[PATCH v2 0/2] watermark related improvement on zone movable
 2022-08-19  9:30 UTC  (3+ messages)
` [PATCH v2 1/2] mm: Cap zone movable's min wmark to small value
` [PATCH v2 2/2] mm: sysctl: Introduce per zone watermark_scale_factor

[PATCH v2 1/4] memblock tests: add simulation of physical memory with multiple NUMA nodes
 2022-08-19  9:05 UTC 

[PATCH v2 0/8] memblock tests: update and extend memblock simulator
 2022-08-19  8:34 UTC  (2+ messages)
` [PATCH v2 3/8] memblock tests: add labels to verbose output for generic alloc tests

[PATCH 0/6] A few fixup patches for hugetlb
 2022-08-19  8:18 UTC  (16+ messages)
` [PATCH 1/6] mm, hwpoison: fix page refcnt leaking in try_memory_failure_hugetlb()
` [PATCH 2/6] mm, hwpoison: fix page refcnt leaking in unpoison_memory()
` [PATCH 3/6] mm, hwpoison: fix extra put_page() in soft_offline_page()
` [PATCH 4/6] mm, hwpoison: fix possible use-after-free in mf_dax_kill_procs()
` [PATCH 5/6] mm, hwpoison: kill procs if unmap fails
` [PATCH 6/6] mm, hwpoison: avoid trying to unpoison reserved page

[PATCHv6 00/11] Linear Address Masking enabling
 2022-08-19  8:15 UTC  (5+ messages)
` [PATCHv6 08/11] selftests/x86/lam: Add malloc and tag-bits test cases for linear-address masking
` [PATCHv6 09/11] selftests/x86/lam: Add mmap and SYSCALL "

[PATCH] mm: hugetlb_vmemmap: simplify reset_struct_pages()
 2022-08-19  7:43 UTC  (2+ messages)

[PATCH 1/2] mm: memory-failure: kill soft_offline_free_page()
 2022-08-19  7:40 UTC  (6+ messages)
` [PATCH 2/2] mm: memory-failure: kill __soft_offline_page()

[PATCH] mm: hugetlb: simplify per-node sysfs creation and removal
 2022-08-19  7:15 UTC  (6+ messages)

[PATCH -next] bootmem: remove the vmemmap pages from kmemleak in free_bootmem_page
 2022-08-19  6:58 UTC  (3+ messages)

[PATCH V2 1/2] mm/damon/lru_sort: Move target memory region check to head of func
 2022-08-19  4:52 UTC  (5+ messages)

[PATCH 0/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
 2022-08-19  4:11 UTC  (6+ messages)
` [PATCH 1/5] arm64: rename defer_reserve_crashkernel() to have_zone_dma()
` [PATCH 2/5] arm64/mmu: drop _hotplug from unmap_hotplug_* function names
` [PATCH 3/5] arm64/mmu: move helpers for hotplug page tables freeing close to callers
` [PATCH 4/5] arm64/mm: remap crash kernel with base pages even if rodata_full disabled
` [PATCH 5/5] arm64/mmu: simplify logic around crash kernel mapping in map_mem()

[PATCH v2 1/2] mm/migrate_device.c: Copy pte dirty bit to page
 2022-08-19  2:51 UTC  (12+ messages)

[PATCH 00/13] Fix documentation build warnings against 6.0-rc1
 2022-08-19  2:49 UTC  (3+ messages)
` [PATCH 02/13] docs: update vmemmap_dedup.rst reference

[linux-next:master 958/2065] sound/soc/codecs/src4xxx-i2c.c:28:34: warning: unused variable 'src4xxx_of_match'
 2022-08-19  2:47 UTC 

Race condition in build_all_zonelists() when offlining movable zone
 2022-08-19  2:11 UTC  (2+ messages)

[PATCH V2 2/2] mm/damon/lru_sort: Remove struct of damon_lru_sort_ram_walk_arg
 2022-08-19  1:56 UTC  (2+ messages)

[PATCH v6 0/8] KVM: mm: fd-based approach for supporting KVM guest private memory
 2022-08-19  0:40 UTC  (4+ messages)
` [PATCH v6 6/8] KVM: Handle page fault for "

[RFC 0/5] vmalloc_exec for modules and BPF programs
 2022-08-18 22:42 UTC  (2+ messages)
` [RFC 5/5] vmalloc: vfree_exec: free unused vm_struct

[PATCH] selftests/vm: fix inability to build any vm tests
 2022-08-18 17:58 UTC  (3+ messages)

generic/471 regression with async buffered writes?
 2022-08-18 17:00 UTC  (2+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox