linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-10-29 19:35:14 to 2020-10-30 19:47:59 UTC [more...]

[PATCH RFC v2 00/21] kasan: hardware tag-based mode for production use on arm64
 2020-10-30 19:47 UTC  (32+ messages)
` [PATCH RFC v2 04/21] kasan: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH RFC v2 05/21] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH RFC v2 06/21] kasan: mark kasan_init_tags as __init
` [PATCH RFC v2 07/21] kasan, arm64: move initialization message
` [PATCH RFC v2 09/21] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH RFC v2 10/21] kasan: inline random_tag for HW_TAGS
` [PATCH RFC v2 12/21] kasan: inline and rename kasan_unpoison_memory
` [PATCH RFC v2 14/21] kasan: add and integrate kasan boot parameters
` [PATCH RFC v2 15/21] kasan: check kasan_enabled in annotations

drivers/scsi/mvumi.c:407:40: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-10-30 19:40 UTC 

[patch V2 00/18] mm/highmem: Preemptible variant of kmap_atomic & friends
 2020-10-30 19:35 UTC  (26+ messages)
` [patch V2 01/18] sched: Make migrate_disable/enable() independent of RT
` [patch V2 02/18] mm/highmem: Un-EXPORT __kmap_atomic_idx()
` [patch V2 03/18] highmem: Provide generic variant of kmap_atomic*
` [patch V2 04/18] x86/mm/highmem: Use generic kmap atomic implementation
` [patch V2 05/18] arc/mm/highmem: "
` [patch V2 06/18] ARM: highmem: Switch to generic kmap atomic
` [patch V2 07/18] csky/mm/highmem: "
` [patch V2 08/18] microblaze/mm/highmem: "
` [patch V2 09/18] mips/mm/highmem: "
` [patch V2 10/18] nds32/mm/highmem: "
` [patch V2 11/18] powerpc/mm/highmem: "
` [patch V2 12/18] sparc/mm/highmem: "
` [patch V2 13/18] xtensa/mm/highmem: "
` [patch V2 14/18] mm/highmem: Remove the old kmap_atomic cruft
` [patch V2 15/18] io-mapping: Cleanup atomic iomap
` [patch V2 16/18] sched: highmem: Store local kmaps in task struct
` [patch V2 17/18] mm/highmem: Provide kmap_local*
` [patch V2 18/18] io-mapping: Provide iomap_local variant

[PATCH v5 00/15] follow_pfn and other iomap races
 2020-10-30 19:22 UTC  (19+ messages)
` [PATCH v5 01/15] drm/exynos: Stop using frame_vector helpers
` [PATCH v5 02/15] drm/exynos: Use FOLL_LONGTERM for g2d cmdlists
` [PATCH v5 03/15] misc/habana: Stop using frame_vector helpers
` [PATCH v5 04/15] misc/habana: Use FOLL_LONGTERM for userptr
` [PATCH v5 05/15] mm/frame-vector: Use FOLL_LONGTERM
` [PATCH v5 06/15] media: videobuf2: Move frame_vector into media subsystem
` [PATCH v5 07/15] mm: Close race in generic_access_phys
` [PATCH v5 08/15] mm: Add unsafe_follow_pfn
` [PATCH v5 09/15] media/videbuf1|2: Mark follow_pfn usage as unsafe
` [PATCH v5 10/15] vfio/type1: Mark follow_pfn "
` [PATCH v5 11/15] PCI: Obey iomem restrictions for procfs mmap
` [PATCH v5 12/15] /dev/mem: Only set filp->f_mapping
` [PATCH v5 13/15] resource: Move devmem revoke code to resource framework
` [PATCH v5 14/15] sysfs: Support zapping of binary attr mmaps
` [PATCH v5 15/15] PCI: Revoke mappings like devmem

[PATCH v6 0/9] KFENCE: A low-overhead sampling-based memory safety error detector
 2020-10-30 19:16 UTC  (33+ messages)
` [PATCH v6 1/9] mm: add Kernel Electric-Fence infrastructure
` [PATCH v6 2/9] x86, kfence: enable KFENCE for x86
` [PATCH v6 3/9] arm64, kfence: enable KFENCE for ARM64
` [PATCH v6 4/9] mm, kfence: insert KFENCE hooks for SLAB
` [PATCH v6 5/9] mm, kfence: insert KFENCE hooks for SLUB
` [PATCH v6 6/9] kfence, kasan: make KFENCE compatible with KASAN
` [PATCH v6 7/9] kfence, Documentation: add KFENCE documentation
` [PATCH v6 8/9] kfence: add test suite
` [PATCH v6 9/9] MAINTAINERS: Add entry for KFENCE

[PATCH v2 RESEND 00/12] Introduced multi-preference mempolicy
 2020-10-30 19:02 UTC  (13+ messages)
` [PATCH 01/12] mm/mempolicy: Add comment for missing LOCAL
` [PATCH 02/12] mm/mempolicy: convert single preferred_node to full nodemask
` [PATCH 03/12] mm/mempolicy: Add MPOL_PREFERRED_MANY for multiple preferred nodes
` [PATCH 04/12] mm/mempolicy: allow preferred code to take a nodemask
` [PATCH 05/12] mm/mempolicy: refactor rebind code for PREFERRED_MANY
` [PATCH 06/12] mm/mempolicy: kill v.preferred_nodes
` [PATCH 07/12] mm/mempolicy: handle MPOL_PREFERRED_MANY like BIND
` [PATCH 08/12] mm/mempolicy: Create a page allocator for policy
` [PATCH 09/12] mm/mempolicy: Thread allocation for many preferred
` [PATCH 10/12] mm/mempolicy: VMA "
` [PATCH 11/12] mm/mempolicy: huge-page "
` [PATCH 12/12] mm/mempolicy: Advertise new MPOL_PREFERRED_MANY

[PATCH] mm: define flags using bit numbers
 2020-10-30 18:57 UTC 

[PATCH] mm/compaction: count pages and stop correctly during page isolation
 2020-10-30 18:55 UTC  (17+ messages)

[PATCH v3 1/2] mm/compaction: count pages and stop correctly during page isolation
 2020-10-30 18:38 UTC  (2+ messages)
` [PATCH v3 2/2] mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate

[PATCH v2] mm/oom_kill.c: remove the unmatched comments
 2020-10-30 18:27 UTC  (5+ messages)
      ` [PATCH v3] mm/oom_kill: remove comment and rename is_dump_unreclaim_slabs()
        ` [PATCH v4] mm/oom_kill: change "

[PATCH v2 1/2] mm/compaction: count pages and stop correctly during page isolation
 2020-10-30 18:15 UTC  (4+ messages)
` [PATCH v2 2/2] mm/compaction: stop isolation if too many pages are isolated and we have pages to migrate

[PATCH v5 0/7] arm64: Default to 32-bit wide ZONE_DMA
 2020-10-30 18:11 UTC  (2+ messages)

[linux-next:master] BUILD REGRESSION 4e78c578cb987725eef1cec7d11b6437109e9a49
 2020-10-30 17:46 UTC 

[PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
 2020-10-30 17:26 UTC  (4+ messages)

[PATCH v2 0/2] Add a seqcount between gup_fast and copy_page_range()
 2020-10-30 17:02 UTC  (6+ messages)
` [PATCH v2 1/2] mm: reorganize internal_get_user_pages_fast()
` [PATCH v2 2/2] mm: prevent gup_fast from racing with COW during fork

Machine lockups on extreme memory pressure
 2020-10-30 17:01 UTC  (9+ messages)

[PATCH v4 0/9] ARM: remove set_fs callers and implementation
 2020-10-30 16:53 UTC  (11+ messages)
` [PATCH 1/9] mm/maccess: fix unaligned copy_{from,to}_kernel_nofault
  ` [PATCH 2/9] ARM: traps: use get_kernel_nofault instead of set_fs()
  ` [PATCH 3/9] ARM: oabi-compat: add epoll_pwait handler
  ` [PATCH 4/9] ARM: syscall: always store thread_info->syscall
  ` [PATCH 5/9] ARM: oabi-compat: rework epoll_wait/epoll_pwait emulation
  ` [PATCH 6/9] ARM: oabi-compat: rework sys_semtimedop emulation
  ` [PATCH 7/9] ARM: oabi-compat: rework fcntl64() emulation
  ` [PATCH 8/9] ARM: uaccess: add __{get,put}_kernel_nofault
  ` [PATCH 9/9] ARM: uaccess: remove set_fs() implementation

[PATCH rc] mm/gup: use unpin_user_pages() in check_and_migrate_cma_pages()
 2020-10-30 16:32 UTC 

[PATCH 0/3] optimize handling of memory debugging parameters
 2020-10-30 16:27 UTC  (3+ messages)
` [PATCH 2/3] mm, page_poison: use static key more efficiently

[PATCH v2 00/19] Free some vmemmap pages of hugetlb page
 2020-10-30 15:19 UTC  (9+ messages)
` [PATCH v2 07/19] mm/hugetlb: Free the vmemmap pages associated with each "
    ` [External] "
  ` [External] Re: [PATCH v2 00/19] Free some vmemmap pages of "

[PATCH 00/19] Transparent Hugepages for non-tmpfs filesystems
 2020-10-30 14:48 UTC  (20+ messages)
` [PATCH 01/19] XArray: Expose xas_destroy
` [PATCH 02/19] mm: Use multi-index entries in the page cache
` [PATCH 03/19] mm: Support arbitrary THP sizes
` [PATCH 05/19] mm/filemap: Rename generic_file_buffered_read subfunctions
` [PATCH 06/19] mm/filemap: Change calling convention for gfbr_ functions
` [PATCH 07/19] mm/filemap: Use head pages in generic_file_buffered_read
` [PATCH 10/19] mm/vmscan: Optimise shrink_page_list for smaller THPs
` [PATCH 14/19] mm/filemap: Inline __wait_on_page_locked_async into caller
` [PATCH 18/19] mm/filemap: Support VM_HUGEPAGE for file mappings

[drm/vkms] ea40d7857d: WARNING:at_drivers/gpu/drm/vkms/vkms_crtc.c:#vkms_vblank_simulate
 2020-10-30 14:38 UTC 

[PATCH v20 00/20] per memcg lru lock
 2020-10-30 14:04 UTC  (13+ messages)
` [PATCH v20 02/20] mm/memcg: bail early from swap accounting if memcg disabled
` [PATCH v20 04/20] mm/thp: use head for head page in lru_add_page_tail
` [PATCH v20 05/20] mm/thp: Simplify lru_add_page_tail()
` [PATCH v20 18/20] mm/lru: replace pgdat lru_lock with lruvec lock

[linux-next:pending-fixes] BUILD SUCCESS 125436cab6b816dedf783dbbf1b09a95b45bfb4f
 2020-10-30 13:39 UTC 

drivers/video/backlight/ltv350qv.c:192:12: warning: stack frame size of 13472 bytes in function 'ltv350qv_power'
 2020-10-30 13:28 UTC  (4+ messages)
    ` [kbuild-all] "

kernel BUG at mm/page-writeback.c:2241 [ BUG_ON(PageWriteback(page); ]
 2020-10-30 12:08 UTC  (3+ messages)

[PATCH -next] mm, page_alloc: Fix old-style function definition
 2020-10-30 11:39 UTC  (2+ messages)

[PATCH] x86/mm: Fix phys_to_target_node() export
 2020-10-30 11:34 UTC  (3+ messages)

kernel panic: System is deadlocked on memory
 2020-10-30  9:53 UTC  (4+ messages)

[PATCH] treewide: Remove stringification from __alias macro definition
 2020-10-30  9:24 UTC  (3+ messages)

[PATCH -V2 0/2] autonuma: Migrate on fault among multiple bound nodes
 2020-10-30  8:25 UTC  (5+ messages)
` [PATCH -V2 1/2] mempolicy: Rename MPOL_F_MORON to MPOL_F_MOPRON

[PATCH 20/33] docs: ABI: testing: make the files compatible with ReST output
 2020-10-30  7:11 UTC  (3+ messages)

[PATCH] mm/vmscan: Fix NR_ISOLATED_FILE corruption on 64-bit
 2020-10-30  7:00 UTC  (4+ messages)

[PATCH] ARC: [plat-hsdk] Remap CCMs super early in asm boot trampoline
 2020-10-30  3:42 UTC 

[PATCH] percpu: Reduce the number of cpu distance comparisions
 2020-10-30  1:38 UTC 

[linux-next:master] BUILD REGRESSION 3f267ec60b922eff2a5c90d532357a39f155b730
 2020-10-30  1:26 UTC 

[PATCH 0/4] arch, mm: improve robustness of direct map manipulation
 2020-10-29 23:19 UTC  (14+ messages)
` [PATCH 2/4] PM: hibernate: improve robustness of mapping pages in the direct map

[PATCH 06/16] mm/pagemap: Cleanup PREEMPT_COUNT leftovers
 2020-10-29 21:26 UTC  (3+ messages)

[PATCH v2] mm: memcg/slab: Fix return child memcg objcg for root memcg
 2020-10-29 21:25 UTC  (5+ messages)

[linux-next:master 1359/2564] include/linux/device/driver.h:290:1: error: type defaults to 'int' in declaration of 'device_initcall'
 2020-10-29 21:08 UTC 

[selftest/bpf] 472547778d: WARNING:at_kernel/bpf/verifier.c:#resolve_pseudo_ldimm64
 2020-10-29 20:49 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).