linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-16 04:45:27 to 2021-03-17 01:42:43 UTC [more...]

[PATCH v23 0/9] Control-flow Enforcement: Indirect Branch Tracking
 2021-03-17  1:42 UTC  (26+ messages)
` [PATCH v23 1/9] x86/cet/ibt: Update Kconfig for user-mode "
` [PATCH v23 2/9] x86/cet/ibt: User-mode Indirect Branch Tracking support
` [PATCH v23 3/9] x86/cet/ibt: Handle signals for Indirect Branch Tracking
` [PATCH v23 4/9] x86/cet/ibt: Update ELF header parsing "
` [PATCH v23 5/9] x86/cet/ibt: Update arch_prctl functions "
` [PATCH v23 6/9] x86/entry: Introduce ENDBR macro
` [PATCH v23 7/9] x86/vdso/32: Add ENDBR to __kernel_vsyscall entry point
` [PATCH v23 8/9] x86/vdso: Insert endbr32/endbr64 to vDSO
` [PATCH v23 9/9] x86/vdso: Add ENDBR to __vdso_sgx_enter_enclave

[BUG -next] "memcg: charge before adding to swapcache on swapin" broken
 2021-03-17  0:46 UTC  (3+ messages)

[PATCH v4 08/28] netfs: Provide readahead and readpage netfs helpers
 2021-03-17  0:43 UTC  (8+ messages)
` [PATCH v4 00/28] Network fs helper library & fscache kiocb API
  ` [PATCH v4 02/28] mm: Add an unlock function for PG_private_2/PG_fscache

[PATCH] mm,hwpoison: return -EBUSY when page already poisoned
 2021-03-17  0:29 UTC  (13+ messages)

[PATCH v2 5/5] mm/hugetlb: avoid calculating fault_mutex_hash in truncate_op case
 2021-03-17  0:27 UTC  (4+ messages)

[PATCH v4 1/2] mm: huge_memory: a new debugfs interface for splitting THP tests
 2021-03-16 23:18 UTC  (4+ messages)
` [PATCH v4 2/2] mm: huge_memory: debugfs for file-backed THP split

[PATCH] Add MHI bus support and driver for T99W175 5G modem
 2021-03-16 21:37 UTC  (2+ messages)

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

[PATCH v1 00/14] Multigenerational LRU
 2021-03-16 21:29 UTC  (15+ messages)
` [PATCH v1 09/14] mm: multigenerational lru: mm_struct list
` [PATCH v1 11/14] mm: multigenerational lru: page activation

[PATCH] mm: Move mem_init_print_info() into mm_init()
 2021-03-16 21:16 UTC  (7+ messages)
` [PATCH RESEND] "

[mm, net-next v2] mm: net: memcg accounting for TCP rx zerocopy
 2021-03-16 21:02 UTC  (7+ messages)

[PATCH v2 0/6] Some cleanups for huge_memory
 2021-03-16 20:40 UTC  (8+ messages)
` [PATCH v2 1/6] mm/huge_memory.c: rework the function vma_adjust_trans_huge()
` [PATCH v2 2/6] mm/huge_memory.c: make get_huge_zero_page() return bool
` [PATCH v2 3/6] mm/huge_memory.c: rework the function do_huge_pmd_numa_page() slightly
` [PATCH v2 4/6] mm/huge_memory.c: remove redundant PageCompound() check
` [PATCH v2 5/6] mm/huge_memory.c: remove unused macro TRANSPARENT_HUGEPAGE_DEBUG_COW_FLAG
` [PATCH v2 6/6] mm/huge_memory.c: use helper function migration_entry_to_page()

[PATCH] mm: Allow shmem mappings with MREMAP_DONTUNMAP
 2021-03-16 20:17 UTC  (5+ messages)

[PATCH v8 0/8] Count rlimits in each user namespace
 2021-03-16 19:32 UTC  (7+ messages)
` [PATCH v8 3/8] Use atomic_t for ucounts reference counting

Issue with kfence and kmemleak
 2021-03-16 19:22 UTC  (6+ messages)

arch/x86/include/asm/syscall_wrapper.h:83:14: warning: no previous prototype for '__x64_sys_epoll_pwait2'
 2021-03-16 19:03 UTC 

[PATCH v1 10/14] mm: multigenerational lru: core
 2021-03-16 18:40 UTC  (6+ messages)

[PATCH v3 1/3] mm: replace migrate_prep with lru_add_drain_all
 2021-03-16 18:26 UTC  (6+ messages)
` [PATCH v3 3/3] mm: fs: Invalidate BH LRU during page migration

[PATCH] mm: cma: Fix potential null dereference on pointer cma
 2021-03-16 18:09 UTC  (2+ messages)

[PATCH] memblock: fix section mismatch warning again
 2021-03-16 18:01 UTC  (3+ messages)

[PATCH v2] task_work: kasan: record task_work_add() call stack
 2021-03-16 17:54 UTC  (4+ messages)

[linux-next:master] BUILD SUCCESS WITH WARNING 0f4b0bb396f6f424a7b074d00cb71f5966edcb8a
 2021-03-16 17:44 UTC 

[PATCH v4 0/5] Allocate memmap from hotadded memory (per device)
 2021-03-16 17:45 UTC  (5+ messages)
` [PATCH v4 1/5] mm,memory_hotplug: Allocate memmap from the added memory range

[PATCH 1/3] mm/slub: fixing backtrace of objects because of redzone adjustment
 2021-03-16 17:44 UTC  (4+ messages)
    ` [PATCH 2/3] mm/slub: Add Support for free path information of an object
    ` [PATCH 3/3] arm: print alloc free paths for address in registers

[PATCH] mm: Move page_mapping_file to pagemap.h
 2021-03-16 17:18 UTC  (3+ messages)

File THP and HWPoison
 2021-03-16 16:52 UTC  (3+ messages)

[PATCH] lib/test_hmm.c: fix harmless shift wrapping bug
 2021-03-16 16:43 UTC  (2+ messages)

WARNING: modpost: vmlinux.o(.text+0x74fea4): Section mismatch in reference from the function memblock_find_in_range_node() to the function .init.text:memblock_bottom_up()
 2021-03-16 16:34 UTC  (4+ messages)

[syzbot] kernel panic: corrupted stack end in openat
 2021-03-16 16:28 UTC  (13+ messages)

[PATCH v10 0/3] Charge loop device i/o to issuing cgroup
 2021-03-16 16:25 UTC  (7+ messages)
` [PATCH 1/3] loop: Use worker per cgroup instead of kworker
` [PATCH 2/3] mm: Charge active memcg when no mm is set
` [PATCH 3/3] loop: Charge i/o to mem and blk cg

[PATCH] mm/shmem: Enclose shmem_mcopy_atomic_pte() with 'CONFIG_USERFAULTFD'
 2021-03-16 16:22 UTC  (4+ messages)
` [PATCH v2] "

[RFC PATCH v2 00/11] Add support to dma_map_sg for P2PDMA
 2021-03-16 16:02 UTC  (20+ messages)
` [RFC PATCH v2 04/11] PCI/P2PDMA: Introduce pci_p2pdma_should_map_bus() and pci_p2pdma_bus_offset()
` [RFC PATCH v2 06/11] dma-direct: Support PCI P2PDMA pages in dma-direct map_sg
` [RFC PATCH v2 07/11] dma-mapping: Add flags to dma_map_ops to indicate PCI P2PDMA support
` [RFC PATCH v2 09/11] block: Add BLK_STS_P2PDMA

[PATCH 0/3] switch to unsafe_follow_pfn
 2021-03-16 15:52 UTC  (6+ messages)
` [PATCH 1/3] mm: Add unsafe_follow_pfn
` [PATCH 2/3] media/videobuf1|2: Mark follow_pfn usage as unsafe
` [PATCH 3/3] mm: unexport follow_pfn

drivers/pci/controller/dwc/pcie-spear13xx.c:252:34: warning: unused variable 'spear13xx_pcie_of_match'
 2021-03-16 15:44 UTC 

[PATCH mm] kfence: fix printk format for ptrdiff_t
 2021-03-16 15:40 UTC  (5+ messages)

[PATCH 1/2] selftests: add a kselftest for SLUB debugging functionality
 2021-03-16 12:41 UTC  (2+ messages)
` [PATCH 2/2] slub: remove resiliency_test() function

[PATCH v3 0/4] mm/slub: Fix count_partial() problem
 2021-03-16 11:49 UTC  (9+ messages)

[PATCH v4] mm/vmalloc: randomize vmalloc() allocations
 2021-03-16 11:34 UTC  (10+ messages)

[PATCH] mm: memcontrol: switch to rstat fix
 2021-03-16  9:30 UTC  (2+ messages)

BUG: KASAN: use-after-free in __list_add_valid+0x81/0xa0 (5.11-rc4)
 2021-03-16  6:13 UTC  (9+ 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).