linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-20 12:25:52 to 2021-05-21 22:13:46 UTC [more...]

[PATCH v27 00/31] Control-flow Enforcement: Shadow Stack
 2021-05-21 22:12 UTC  (21+ messages)
` [PATCH v27 01/31] Documentation/x86: Add CET description
` [PATCH v27 02/31] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v27 03/31] x86/cpufeatures: Add CET CPU feature flags for Control-flow Enforcement Technology (CET)
` [PATCH v27 04/31] x86/cpufeatures: Introduce CPU setup and option parsing for CET
` [PATCH v27 05/31] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v27 06/31] x86/cet: Add control-protection fault handler
` [PATCH v27 07/31] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v27 08/31] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v27 09/31] x86/mm: Introduce _PAGE_COW
` [PATCH v27 10/31] drm/i915/gvt: Change _PAGE_DIRTY to _PAGE_DIRTY_BITS
` [PATCH v27 11/31] x86/mm: Update pte_modify for _PAGE_COW
` [PATCH v27 12/31] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v27 13/31] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v27 14/31] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v27 15/31] x86/mm: Shadow Stack page fault error checking
` [PATCH v27 16/31] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v27 17/31] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v27 18/31] mm: Add guard pages around a shadow stack
` [PATCH v27 19/31] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v27 20/31] mm: Update can_follow_write_pte() for shadow stack

[RFC PATCH 0/6] Calculate pcp->high based on zone sizes and active CPUs
 2021-05-21 21:52 UTC  (9+ messages)
` [PATCH 1/6] mm/page_alloc: Delete vm.percpu_pagelist_fraction
` [PATCH 2/6] mm/page_alloc: Disassociate the pcp->high from pcp->batch
` [PATCH 3/6] mm/page_alloc: Adjust pcp->high after CPU hotplug events
` [PATCH 4/6] mm/page_alloc: Scale the number of pages that are batch freed
` [PATCH 5/6] mm/page_alloc: Limit the number of pages on PCP lists when reclaim is active
` [PATCH 6/6] mm/page_alloc: Introduce vm.percpu_pagelist_high_fraction

[kvm PATCH v6 0/2] shrink vcpu_vmx down to order 2
 2021-05-21 20:58 UTC  (2+ messages)

[PATCH] mm/vmalloc: Remove quoted string split across lines
 2021-05-21 20:43 UTC 

[v2 PATCH] mm: thp: check total_mapcount instead of page_mapcount
 2021-05-21 19:27 UTC  (4+ messages)

[PATCH 1/2] KVM: Deliver VM fault signals to userspace
 2021-05-21 19:25 UTC  (3+ messages)

[PATCH v3] mm: improve mprotect(R|W) efficiency on pages referenced once
 2021-05-21 18:57 UTC  (2+ messages)

[PATCH v26 00/30] Control-flow Enforcement: Shadow Stack
 2021-05-21 18:40 UTC  (15+ messages)
` [PATCH v26 24/30] x86/cet/shstk: Introduce shadow stack token setup/verify routines
` [PATCH v26 26/30] ELF: Introduce arch_setup_elf_property()

[PATCH v2 00/22] mm: Add vma_lookup()
 2021-05-21 18:08 UTC  (24+ messages)
` [PATCH v2 01/22] mm: Add vma_lookup(), update find_vma_intersection() comments
` [PATCH v2 02/22] drm/i915/selftests: Use vma_lookup() in __igt_mmap()
` [PATCH v2 04/22] arch/arm64/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 03/22] arch/arc/kernel/troubleshoot: use vma_lookup() instead of find_vma()
` [PATCH v2 06/22] arch/powerpc/kvm/book3s: Use vma_lookup() in kvmppc_hv_setup_htab_rma()
` [PATCH v2 05/22] arch/powerpc/kvm/book3s_hv_uvmem: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 07/22] arch/mips/kernel/traps: Use vma_lookup() instead of find_vma()
` [PATCH v2 09/22] x86/sgx: Use vma_lookup() in sgx_encl_find()
` [PATCH v2 08/22] arch/m68k/kernel/sys_m68k: Use vma_lookup() in sys_cacheflush()
` [PATCH v2 10/22] virt/kvm: Use vma_lookup() instead of find_vma_intersection()
` [PATCH v2 11/22] vfio: "
` [PATCH v2 12/22] net/ipv5/tcp: Use vma_lookup() in tcp_zerocopy_receive()
` [PATCH v2 13/22] drm/amdgpu: Use vma_lookup() in amdgpu_ttm_tt_get_user_pages()
` [PATCH v2 14/22] media: videobuf2: Use vma_lookup() in get_vaddr_frames()
` [PATCH v2 15/22] misc/sgi-gru/grufault: Use vma_lookup() in gru_find_vma()
` [PATCH v2 17/22] lib/test_hmm: Use vma_lookup() in dmirror_migrate()
` [PATCH v2 16/22] kernel/events/uprobes: Use vma_lookup() in find_active_uprobe()
` [PATCH v2 18/22] mm/ksm: Use vma_lookup() in find_mergeable_vma()
` [PATCH v2 19/22] mm/migrate: Use vma_lookup() in do_pages_stat_array()
` [PATCH v2 20/22] mm/mremap: Use vma_lookup() in vma_to_resize()
` [PATCH v2 21/22] mm/memory.c: Use vma_lookup() in __access_remote_vm()
` [PATCH v2 22/22] mm/mempolicy: "

[PATCH] mm: page_alloc: dump migrate-failed pages only at -EBUSY
 2021-05-21 17:39 UTC  (6+ messages)

[PATCH v5 0/9] Speedup mremap on ppc64
 2021-05-21 16:29 UTC  (27+ messages)
` [PATCH v5 3/9] mm/mremap: Use pmd/pud_poplulate to update page table entries
` [PATCH v5 7/9] mm/mremap: Move TLB flush outside page table lock

[PATCH net-next v6 0/5] page_pool: recycle buffers
 2021-05-21 16:15 UTC  (6+ messages)
` [PATCH net-next v6 1/5] mm: add a signature in struct page
` [PATCH net-next v6 2/5] skbuff: add a parameter to __skb_frag_unref
` [PATCH net-next v6 3/5] page_pool: Allow drivers to hint on SKB recycling
` [PATCH net-next v6 4/5] mvpp2: recycle buffers
` [PATCH net-next v6 5/5] mvneta: "

[PATCH 0/6] gfs2: Handle page faults during read and write
 2021-05-21 15:46 UTC  (11+ messages)
` [PATCH 1/6] gfs2: Fix mmap + page fault deadlocks (part 1)
` [PATCH 2/6] iov_iter: Add iov_iter_fault_in_writeable()
` [PATCH 3/6] gfs2: Add wrappers for accessing journal_info
` [PATCH 4/6] gfs2: Encode glock holding and retry flags in journal_info
` [PATCH 5/6] gfs2: Add LM_FLAG_OUTER glock holder flag
` [PATCH 6/6] gfs2: Fix mmap + page fault deadlocks (part 2)

[PATCH 00/21] mm: Add vma_lookup()
 2021-05-21 14:27 UTC  (8+ messages)
` [PATCH 01/22] "
` [PATCH 20/22] mm/mremap: Use vma_lookup() in vma_to_resize()

[clocksource] df29d3cd5a: stress-ng.clock.ops_per_sec 4.5% improvement
 2021-05-21 13:58 UTC  (2+ messages)

[clocksource] 8901ecc231: stress-ng.lockbus.ops_per_sec -9.5% regression
 2021-05-21 13:56 UTC  (2+ messages)

[PATCH] mm/vmalloc: Fallback to a single page allocator
 2021-05-21 13:07 UTC  (4+ messages)

[RFCv2 13/13] KVM: unmap guest memory using poisoned pages
 2021-05-21 12:31 UTC  (11+ messages)

[RFC 1/3] mm/slub: aggregate objects in cache by stack trace
 2021-05-21 12:11 UTC  (3+ messages)
` [RFC 2/3] mm/slub: sort objects in cache by frequency of "
` [RFC 3/3] mm/slub: add all_objects implementation in debugfs

[PATCH v6] mm: slub: move sysfs slab alloc/free interfaces to debugfs
 2021-05-21 11:39 UTC  (3+ messages)

[PATCH] kfence: unconditionally use unbound work queue
 2021-05-21 11:23 UTC  (2+ messages)

[PATCH] kfence: use TASK_IDLE when awaiting allocation
 2021-05-21 11:17 UTC  (6+ messages)

[PATCH v29 00/13] Introduce Data Access MONitor (DAMON)
 2021-05-21  8:55 UTC  (4+ messages)

[PATCH resend v2 0/5] mm/madvise: introduce MADV_POPULATE_(READ|WRITE) to prefault page tables
 2021-05-21  8:48 UTC  (8+ messages)
` [PATCH resend v2 2/5] "

[LSF/MM TOPIC] mm documentation
 2021-05-21  8:36 UTC  (3+ messages)

[linux-stable-rc:linux-5.10.y 3189/5262] drivers/usb/dwc2/hcd.c:3835:6: warning: stack frame size of 1032 bytes in function 'dwc2_hcd_dump_state'
 2021-05-21  8:09 UTC  (7+ messages)
      ` [kbuild-all] "

[PATCH v3] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-21  7:44 UTC 

[PATCH v2] mm: migrate: fix missing update page_private to hugetlb_page_subpool
 2021-05-21  7:26 UTC  (3+ messages)

[PATCH] mm/swapfile: move scan_swap_map() under CONFIG_HIBERNATION
 2021-05-21  7:08 UTC 

[PATCH v8 0/8] Add support for SVM atomics in Nouveau
 2021-05-21  6:53 UTC  (11+ messages)
` [PATCH v8 3/8] mm/rmap: Split try_to_munlock from try_to_unmap
` [PATCH v8 8/8] nouveau/svm: Implement atomic SVM access
` [PATCH v8 5/8] mm: Device exclusive memory access

[PATCH] mm/thp: Update mm_struct's MM_ANONPAGES stat for huge zero pages
 2021-05-21  5:56 UTC  (4+ messages)

[PATCH v3 01/11] xen/manage: keep track of the on-going suspend mode
 2021-05-21  5:26 UTC  (11+ messages)

[PATCH] arm64: mm: hugetlb: add support for free vmemmap pages of HugeTLB
 2021-05-21  5:02 UTC  (6+ messages)

[PATCH v5 0/3] mm,hwpoison: fix sending SIGBUS for Action Required MCE
 2021-05-21  3:01 UTC  (4+ messages)
` [PATCH v5 1/3] mm/memory-failure: Use a mutex to avoid memory_failure() races
` [PATCH v5 2/3] mm,hwpoison: Return -EHWPOISON to denote that the page has already been poisoned
` [PATCH v5 3/3] mm,hwpoison: Send SIGBUS with error virutal address

mmotm 2021-05-19-23-58 uploaded
 2021-05-21  2:22 UTC  (7+ messages)
` mmotm 2021-05-19-23-58 uploaded (mm/migrate.c)
  ` [External] "
` mmotm 2021-05-19-23-58 uploaded (net/netfilter/nft_set_pipapo_avx2.c)
` mmotm 2021-05-19-23-58 uploaded (drivers/iio/accel/fxls8962af-core.o)

[PATCH] mm: migrate: fix missing update page_private to hugetlb_page_subpool
 2021-05-21  2:17 UTC  (5+ messages)
  ` [External] "

[PATCH] mm, hugetlb: fix resv_huge_pages underflow on UFFDIO_COPY
 2021-05-21  2:05 UTC  (8+ messages)

[PATCH] mm: move idle swap cache pages to the tail of LRU after COW
 2021-05-21  2:05 UTC  (7+ messages)

mmotm 2021-05-20-16-53 uploaded
 2021-05-20 23:54 UTC 

[PATCH 00/14] Clean W=1 build warnings for mm/
 2021-05-20 23:24 UTC  (4+ messages)
` [PATCH 06/14] mm/memcontrol.c: Fix kerneldoc comment for mem_cgroup_calculate_protection

[linux-next:master 3800/3829] net/netfilter/nft_set_pipapo_avx2.c:1135:10: error: implicit declaration of function 'nft_pipapo_lookup'; did you mean 'nft_pipapo_avx2_lookup'?
 2021-05-20 23:09 UTC  (2+ messages)

[PATCH 00/29] Speculative page faults (anon vmas only)
 2021-05-20 23:08 UTC  (5+ messages)

[linux-next:pending-fixes 118/395] extable.c:undefined reference to `arm64_bpf_fixup_exception'
 2021-05-20 21:57 UTC  (2+ messages)

[linux-next:master 1891/4016] riscv64-linux-ld: bpf_jit_core.c:undefined reference to `bpf_jit_enable'
 2021-05-20 21:04 UTC  (2+ messages)

arch/mips/mm/tlbex.c:2599 check_pabits() warn: always true condition '(fillbits >= ((__builtin_constant_p(0)) ?(((0) < 2) ?0:63 - __builtin_clzll(0)):((4 <= 4)) ?__ilog2_u32(0):__ilog2_u64(0))) => (0-u32max >= 0)'
 2021-05-20 18:14 UTC 

[linux-next:master] BUILD REGRESSION 7a42b92b6d30c3f09629c7d5ada9e3de2aba01af
 2021-05-20 17:20 UTC 

[PATCH] cgroup: disable controllers at parse time
 2021-05-20 16:30 UTC  (2+ messages)

[PATCH v2] mm/page_alloc: bail out on fatal signal during reclaim/compaction retry attempt
 2021-05-20 14:29 UTC  (8+ messages)
` [PATCH v3] "
          ` [PATCH v4] "

[PATCH v2 0/4] Cleanups for swap
 2021-05-20 13:40 UTC  (5+ messages)
` [PATCH v2 1/4] mm/swapfile: move get_swap_page_of_type() under CONFIG_HIBERNATION
` [PATCH v2 2/4] mm/swap: remove unused local variable nr_shadows
` [PATCH v2 3/4] mm/swap_slots.c: delete meaningless forward declarations
` [PATCH v2 4/4] mm/swap: remove unused global variable nr_swapper_spaces

BUG: unable to handle page fault for address - EIP: __kmap_local_page_prot
 2021-05-20 13:04 UTC  (5+ 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).