linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-11-10 15:19:51 to 2020-11-11 08:28:49 UTC [more...]

simplify follow_pte a bit
 2020-11-11  8:28 UTC  (10+ messages)
` [PATCH 1/2] mm: unexport follow_pte_pmd
` [PATCH 2/2] mm: simplify follow_pte{,pmd}

[PATCH v21 00/19] per memcg lru lock
 2020-11-11  8:17 UTC  (15+ messages)
` [PATCH v21 06/19] mm/rmap: stop store reordering issue on page->mapping
` [PATCH v21 07/19] mm: page_idle_get_page() does not need lru_lock
` [PATCH v21 17/19] mm/lru: replace pgdat lru_lock with lruvec lock
` [PATCH v21 18/19] mm/lru: introduce the relock_page_lruvec function

arm: kasan: WARNING: CPU: 0 PID: 0 at arch/arm/kernel/insn.c:47 __arm_gen_branch
 2020-11-11  8:15 UTC  (2+ messages)

BUG: KASAN: global-out-of-bounds in soc_device_match on arm
 2020-11-11  7:54 UTC  (3+ messages)

[PATCH] mm/rmap: always do TTU_IGNORE_ACCESS
 2020-11-11  7:50 UTC  (3+ messages)

linux-next boot error: BUG: unable to handle kernel NULL pointer dereference in mempool_init_node
 2020-11-11  7:45 UTC 

[PATCH v20 00/20] per memcg lru lock
 2020-11-11  7:27 UTC  (4+ messages)
` [PATCH v20 08/20] mm: page_idle_get_page() does not need lru_lock

[PATCH -next] treewide: Remove stringification from __alias macro definition
 2020-11-11  7:19 UTC  (4+ messages)

[PATCH] mm/zsmalloc: include sparsemem.h for MAX_PHYSMEM_BITS
 2020-11-11  6:52 UTC  (10+ messages)

[linux-next:master 3897/4551] arch/powerpc/mm/mem.c:91:12: warning: no previous prototype for 'create_section_mapping'
 2020-11-11  6:50 UTC 

[PATCH -V2 0/2] autonuma: Migrate on fault among multiple bound nodes
 2020-11-11  6:50 UTC  (6+ messages)
` [PATCH -V2 2/2] "

[linux-next:master 3499/4551] drivers/tty/serial/8250/8250_omap.c:1199:42: warning: unused variable 'k3_soc_devices'
 2020-11-11  6:46 UTC 

[RFC -V4] autonuma: Migrate on fault among multiple bound nodes
 2020-11-11  6:37 UTC 

[PATCH v3 00/21] Free some vmemmap pages of hugetlb page
 2020-11-11  3:41 UTC  (17+ messages)
` [PATCH v3 03/21] mm/hugetlb: Introduce a new config HUGETLB_PAGE_FREE_VMEMMAP
      ` [External] "
` [PATCH v3 04/21] mm/hugetlb: Introduce nr_free_vmemmap_pages in the struct hstate
    ` [External] "
` [PATCH v3 05/21] mm/hugetlb: Introduce pgtable allocation/freeing helpers
    ` [External] "
  ` [External] Re: [PATCH v3 00/21] Free some vmemmap pages of hugetlb page

[PATCH] Assert that pages being written back are locked
 2020-11-11  3:37 UTC  (3+ messages)

[PATCH v12 0/4] SELinux support for anonymous inodes and UFFD
 2020-11-11  3:30 UTC  (6+ messages)
` [PATCH v12 3/4] selinux: teach SELinux about anonymous inodes

[PATCH 1/1] drm/amdgpu: Fix missing prototype warning
 2020-11-11  3:07 UTC  (3+ messages)

mmotm 2020-11-10-16-29 uploaded
 2020-11-11  0:30 UTC 

[PATCH v4 0/2] Add a seqcount between gup_fast and copy_page_range()
 2020-11-10 23:44 UTC  (3+ messages)
` [PATCH v4 1/2] mm: reorganize internal_get_user_pages_fast()
` [PATCH v4 2/2] mm: prevent gup_fast from racing with COW during fork

[RFC PATCH 03/15] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
 2020-11-10 23:42 UTC  (3+ messages)

[PATCH] kfence: Avoid stalling work queue task without allocations
 2020-11-10 23:23 UTC  (2+ messages)

[PATCH v9 00/44] kasan: add hardware tag-based mode for arm64
 2020-11-10 22:54 UTC  (46+ messages)
` [PATCH v9 01/44] kasan: drop unnecessary GPL text from comment headers
` [PATCH v9 02/44] kasan: KASAN_VMALLOC depends on KASAN_GENERIC
` [PATCH v9 03/44] kasan: group vmalloc code
` [PATCH v9 04/44] s390/kasan: include asm/page.h from asm/kasan.h
` [PATCH v9 05/44] kasan: shadow declarations only for software modes
` [PATCH v9 06/44] kasan: rename (un)poison_shadow to (un)poison_memory
` [PATCH v9 07/44] kasan: rename KASAN_SHADOW_* to KASAN_GRANULE_*
` [PATCH v9 08/44] kasan: only build init.c for software modes
` [PATCH v9 09/44] kasan: split out shadow.c from common.c
` [PATCH v9 10/44] kasan: define KASAN_GRANULE_PAGE
` [PATCH v9 11/44] kasan: rename report and tags files
` [PATCH v9 12/44] kasan: don't duplicate config dependencies
` [PATCH v9 13/44] kasan: hide invalid free check implementation
` [PATCH v9 14/44] kasan: decode stack frame only with KASAN_STACK_ENABLE
` [PATCH v9 15/44] kasan, arm64: only init shadow for software modes
` [PATCH v9 16/44] kasan, arm64: only use kasan_depth "
` [PATCH v9 17/44] kasan, arm64: move initialization message
` [PATCH v9 18/44] kasan, arm64: rename kasan_init_tags and mark as __init
` [PATCH v9 19/44] kasan: rename addr_has_shadow to addr_has_metadata
` [PATCH v9 20/44] kasan: rename print_shadow_for_address to print_memory_metadata
` [PATCH v9 21/44] kasan: kasan_non_canonical_hook only for software modes
` [PATCH v9 22/44] kasan: rename SHADOW layout macros to META
` [PATCH v9 23/44] kasan: separate metadata_fetch_row for each mode
` [PATCH v9 24/44] kasan, arm64: don't allow SW_TAGS with ARM64_MTE
` [PATCH v9 25/44] kasan: introduce CONFIG_KASAN_HW_TAGS
` [PATCH v9 26/44] arm64: Enable armv8.5-a asm-arch option
` [PATCH v9 27/44] arm64: mte: Add in-kernel MTE helpers
` [PATCH v9 28/44] arm64: mte: Reset the page tag in page->flags
` [PATCH v9 29/44] arm64: mte: Add in-kernel tag fault handler
` [PATCH v9 30/44] arm64: kasan: Allow enabling in-kernel MTE
` [PATCH v9 31/44] arm64: mte: Convert gcr_user into an exclude mask
` [PATCH v9 32/44] arm64: mte: Switch GCR_EL1 in kernel entry and exit
` [PATCH v9 33/44] kasan, mm: untag page address in free_reserved_area
` [PATCH v9 34/44] arm64: kasan: Align allocations for HW_TAGS
` [PATCH v9 35/44] arm64: kasan: Add arch layer for memory tagging helpers
` [PATCH v9 36/44] kasan: define KASAN_GRANULE_SIZE for HW_TAGS
` [PATCH v9 37/44] kasan, x86, s390: update undef CONFIG_KASAN
` [PATCH v9 38/44] kasan, arm64: expand CONFIG_KASAN checks
` [PATCH v9 39/44] kasan, arm64: implement HW_TAGS runtime
` [PATCH v9 40/44] kasan, arm64: print report from tag fault handler
` [PATCH v9 41/44] kasan, mm: reset tags when accessing metadata
` [PATCH v9 42/44] kasan, arm64: enable CONFIG_KASAN_HW_TAGS
` [PATCH v9 43/44] kasan: add documentation for hardware tag-based mode
` [PATCH v9 44/44] kselftest/arm64: Check GCR_EL1 after context switch

[PATCH v2 00/20] kasan: boot parameters for hardware tag-based mode
 2020-11-10 22:24 UTC  (22+ messages)
` [PATCH v2 01/20] kasan: simplify quarantine_put call site
` [PATCH v2 02/20] kasan: rename get_alloc/free_info
` [PATCH v2 03/20] kasan: introduce set_alloc_info
` [PATCH v2 04/20] kasan, arm64: unpoison stack only with CONFIG_KASAN_STACK
` [PATCH v2 05/20] kasan: allow VMAP_STACK for HW_TAGS mode
` [PATCH v2 06/20] kasan: remove __kasan_unpoison_stack
` [PATCH v2 07/20] kasan: inline kasan_reset_tag for tag-based modes
` [PATCH v2 08/20] kasan: inline random_tag for HW_TAGS
` [PATCH v2 09/20] kasan: inline kasan_poison_memory and check_invalid_free
` [PATCH v2 10/20] kasan: inline and rename kasan_unpoison_memory
` [PATCH v2 11/20] kasan: add and integrate kasan boot parameters
` [PATCH v2 12/20] kasan, mm: check kasan_enabled in annotations
` [PATCH v2 13/20] kasan: simplify kasan_poison_kfree
` [PATCH v2 14/20] kasan, mm: rename kasan_poison_kfree
` [PATCH v2 15/20] kasan: don't round_up too much
` [PATCH v2 16/20] kasan: simplify assign_tag and set_tag calls
` [PATCH v2 17/20] kasan: clarify comment in __kasan_kfree_large
` [PATCH v2 18/20] kasan: clean up metadata allocation and usage
` [PATCH v2 19/20] kasan, mm: allow cache merging with no metadata
` [PATCH v2 20/20] kasan: update documentation

[PATCH] mm: fix build failure with xtensa
 2020-11-10 22:08 UTC  (2+ messages)

[PATCH v1 0/3] mm: memcg: deprecate cgroup v1 non-hierarchical mode
 2020-11-10 22:08 UTC  (4+ messages)
` [PATCH v1 1/3] mm: memcg: deprecate the "
` [PATCH v1 2/3] docs: cgroup-v1: reflect the deprecation of "
` [PATCH v1 3/3] cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy

[PATCH 1/2] mm: slub: call account_slab_page() after slab page initialization
 2020-11-10 21:51 UTC  (4+ messages)
` [PATCH 2/2] mm: memcg/slab: pre-allocate obj_cgroups for slab caches with SLAB_ACCOUNT

[linux-next:master] BUILD REGRESSION 6dd65e60af981e77a6bc142d82138c26fb18c3e9
 2020-11-10 19:53 UTC 

[PATCH] mm/filemap: add static for function __add_to_page_cache_locked
 2020-11-10 19:50 UTC  (3+ messages)

[PATCH v1] mm/page_alloc: clear pages in alloc_contig_pages() with init_on_alloc=1 or __GFP_ZERO
 2020-11-10 19:32 UTC 

[RFC PATCH] mm: memcg/slab: Stop reparented obj_cgroups from charging root
 2020-11-10 19:13 UTC  (11+ messages)

[PATCH] mm/userfaultfd: do not access vma->vm_mm after calling handle_userfault()
 2020-11-10 19:03 UTC 

[PATCH] mm: memcg: fix obsolete code comments
 2020-11-10 19:01 UTC  (3+ messages)

[v2 PATCH 0/5] mm: misc migrate cleanup and improvement
 2020-11-10 18:58 UTC  (8+ messages)
` [v2 PATCH 1/5] mm: truncate_complete_page is not existed anymore
` [v2 PATCH 2/5] mm: migrate: simplify the logic for handling permanent failure
` [v2 PATCH 3/5] mm: migrate: skip shared exec THP for NUMA balancing
` [v2 PATCH 4/5] mm: migrate: clean up migrate_prep{_local}
` [v2 PATCH 5/5] mm: migrate: return -ENOSYS if THP migration is unsupported

[PATCH v2] mm: memcg/slab: Fix root memcg vmstats
 2020-11-10 18:57 UTC  (4+ messages)

[PATCH] mm: memblock: always inline memblock_alloc
 2020-11-10 18:41 UTC  (2+ messages)

[PATCH v3 00/18] Refactor generic_file_buffered_read
 2020-11-10 18:25 UTC  (16+ messages)
` [PATCH v3 02/18] mm/filemap: Remove dynamically allocated array from filemap_read
` [PATCH v3 03/18] mm/filemap: Convert filemap_get_pages to take a pagevec
` [PATCH v3 11/18] mm/filemap: Convert filemap_update_page to return an errno
` [PATCH v3 13/18] mm/filemap: Add filemap_range_uptodate
` [PATCH v3 14/18] mm/filemap: Split filemap_readahead out of filemap_get_pages
` [PATCH v3 15/18] mm/filemap: Restructure filemap_get_pages
` [PATCH v3 16/18] mm/filemap: Don't relock the page after calling readpage

[PATCH v2 20/39] docs: ABI: testing: make the files compatible with ReST output
 2020-11-10 18:18 UTC  (9+ messages)
              ` Duplicated ABI entries - Was: "

[PATCH] mm: memblock: add more debug logs
 2020-11-10 18:16 UTC  (2+ messages)

[PATCH v8 0/9] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-11-10 18:06 UTC  (4+ messages)
` [PATCH v8 2/9] mmap: make mlock_future_check() global

[PATCH] mm: memcg/slab: enable slab memory accounting atomically
 2020-11-10 16:34 UTC  (3+ messages)

[PATCH v15 0/7] Control-flow Enforcement: Indirect Branch Tracking
 2020-11-10 16:24 UTC  (8+ messages)
` [PATCH v15 1/7] x86/cet/ibt: Add Kconfig option for user-mode "
` [PATCH v15 2/7] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v15 3/7] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v15 4/7] x86/cet/ibt: ELF header parsing "
` [PATCH v15 5/7] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v15 6/7] x86/vdso/32: Add ENDBR32 to __kernel_vsyscall entry point
` [PATCH v15 7/7] x86/vdso: Insert endbr32/endbr64 to vDSO

[PATCH v15 00/26] Control-flow Enforcement: Shadow Stack
 2020-11-10 16:22 UTC  (27+ messages)
` [PATCH v15 01/26] Documentation/x86: Add CET description
` [PATCH v15 02/26] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v15 03/26] x86/fpu/xstate: Introduce CET MSR XSAVES supervisor states
` [PATCH v15 04/26] x86/cet: Add control-protection fault handler
` [PATCH v15 05/26] x86/cet/shstk: Add Kconfig option for user-mode Shadow Stack
` [PATCH v15 06/26] x86/mm: Change _PAGE_DIRTY to _PAGE_DIRTY_HW
` [PATCH v15 07/26] x86/mm: Remove _PAGE_DIRTY_HW from kernel RO pages
` [PATCH v15 08/26] x86/mm: Introduce _PAGE_COW
` [PATCH v15 09/26] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v15 10/26] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v15 11/26] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY_HW to _PAGE_COW
` [PATCH v15 12/26] mm: Introduce VM_SHSTK for shadow stack memory
` [PATCH v15 13/26] x86/mm: Shadow Stack page fault error checking
` [PATCH v15 14/26] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v15 15/26] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v15 16/26] mm: Add guard pages around a shadow stack
` [PATCH v15 17/26] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v15 18/26] mm: Update can_follow_write_pte() for shadow stack
` [PATCH v15 19/26] mm: Re-introduce vm_flags to do_mmap()
` [PATCH v15 20/26] x86/cet/shstk: User-mode shadow stack support
` [PATCH v15 21/26] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v15 22/26] binfmt_elf: Define GNU_PROPERTY_X86_FEATURE_1_AND properties
` [PATCH v15 23/26] ELF: Introduce arch_setup_elf_property()
` [PATCH v15 24/26] x86/cet/shstk: Handle thread shadow stack
` [PATCH v15 25/26] x86/cet/shstk: Add arch_prctl functions for "
` [PATCH v15 26/26] mm: Introduce PROT_SHSTK "


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