linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-10-02 00:23:33 to 2022-10-04 03:59:09 UTC [more...]

[PATCH v2 00/39] Shadowstacks for userspace
 2022-10-04  3:59 UTC  (121+ messages)
` [PATCH v2 01/39] Documentation/x86: Add CET description
` [PATCH v2 02/39] x86/cet/shstk: Add Kconfig option for Shadow Stack
` [PATCH v2 03/39] x86/cpufeatures: Add CPU feature flags for shadow stacks
` [PATCH v2 04/39] x86/cpufeatures: Enable CET CR4 bit for shadow stack
` [PATCH v2 05/39] x86/fpu/xstate: Introduce CET MSR and XSAVES supervisor states
` [PATCH v2 06/39] x86/fpu: Add helper for modifying xstate
` [PATCH v2 07/39] x86/cet: Add user control-protection fault handler
` [PATCH v2 08/39] x86/mm: Remove _PAGE_DIRTY from kernel RO pages
` [PATCH v2 09/39] x86/mm: Move pmd_write(), pud_write() up in the file
` [PATCH v2 10/39] x86/mm: Introduce _PAGE_COW
` [PATCH v2 12/39] x86/mm: Update ptep_set_wrprotect() and pmdp_set_wrprotect() for transition from _PAGE_DIRTY to _PAGE_COW
` [PATCH v2 13/39] mm: Move VM_UFFD_MINOR_BIT from 37 to 38
` [PATCH v2 14/39] mm: Introduce VM_SHADOW_STACK for shadow stack memory
` [PATCH v2 15/39] x86/mm: Check Shadow Stack page fault errors
` [PATCH v2 16/39] x86/mm: Update maybe_mkwrite() for shadow stack
` [PATCH v2 17/39] mm: Fixup places that call pte_mkwrite() directly
` [PATCH v2 18/39] mm: Add guard pages around a shadow stack
` [PATCH v2 19/39] mm/mmap: Add shadow stack pages to memory accounting
` [PATCH v2 22/39] mm: Don't allow write GUPs to shadow stack memory
` [PATCH v2 23/39] x86: Introduce userspace API for CET enabling
` [PATCH v2 24/39] x86/cet/shstk: Add user-mode shadow stack support
` [PATCH v2 25/39] x86/cet/shstk: Handle thread shadow stack
` [PATCH v2 26/39] x86/cet/shstk: Introduce routines modifying shstk
` [PATCH v2 27/39] x86/cet/shstk: Handle signals for shadow stack
` [PATCH v2 28/39] x86/cet/shstk: Introduce map_shadow_stack syscall
` [PATCH v2 29/39] x86/cet/shstk: Support wrss for userspace
` [PATCH v2 30/39] x86: Expose thread features status in /proc/$PID/arch_status
` [PATCH v2 31/39] x86/cet/shstk: Wire in CET interface
` [PATCH v2 32/39] selftests/x86: Add shadow stack test
` [PATCH v2 33/39] x86/cpufeatures: Limit shadow stack to Intel CPUs
` [OPTIONAL/RFC v2 36/39] x86/fpu: Add helper for initing features
` [OPTIONAL/RFC v2 37/39] x86/cet: Add PTRACE interface for CET
` [OPTIONAL/RFC v2 38/39] x86/cet/shstk: Add ARCH_CET_UNLOCK
` [OPTIONAL/RFC v2 39/39] x86: Add alt shadow stack support

[linux-next:pending-fixes 787/854] arch/sparc/mm/srmmu.c:1662:30: error: 'smpfunc_t' undeclared; did you mean 'cmp_func_t'?
 2022-10-04  3:02 UTC 

[PATCH v2 0/3] mm/hugetlb: Fix selftest failures with write check
 2022-10-04  2:37 UTC  (7+ messages)
` [PATCH v2 1/3] mm/hugetlb: Fix race condition of uffd missing/minor handling
` [PATCH v2 2/3] mm/hugetlb: Use hugetlb_pte_stable in migration race check
` [PATCH v2 3/3] mm/selftest: uffd: Explain the write missing fault check

[RFC PATCH v4 2/3] sched: Avoid placing RT threads on cores handling long softirqs
 2022-10-04  2:29 UTC  (2+ messages)

[RFC UKL 00/10] Unikernel Linux (UKL)
 2022-10-04  2:11 UTC  (12+ messages)
` [RFC UKL 01/10] kbuild: Add sections and symbols to linker script for UKL support
` [RFC UKL 02/10] x86/boot: Load the PT_TLS segment for Unikernel configs
` [RFC UKL 03/10] sched: Add task_struct tracking of kernel or application execution
` [RFC UKL 04/10] x86/entry: Create alternate entry path for system calls
` [RFC UKL 05/10] x86/uaccess: Make access_ok UKL aware
` [RFC UKL 06/10] x86/fault: Skip checking kernel mode access to user address space for UKL
` [RFC UKL 07/10] x86/signal: Adjust signal handler register values and return frame
` [RFC UKL 08/10] exec: Make exec path for starting UKL application
` [RFC UKL 09/10] exec: Give userspace a method for starting UKL process
` [RFC UKL 10/10] Kconfig: Add config option for enabling and sample for testing UKL

[PATCH 0/3] mm/hugetlb: Fix selftest failures with write check
 2022-10-04  0:28 UTC  (11+ messages)
` [PATCH 1/3] mm/hugetlb: Fix race condition of uffd missing/minor handling
` [PATCH 2/3] mm/hugetlb: Use hugetlb_pte_stable in migration race check
` [PATCH 3/3] mm/selftest: uffd: Explain the write missing fault check

[PATCH] mm: /proc/pid/smaps_rollup: fix no vma's null-deref
 2022-10-03 22:45 UTC 

[linux-next:master 11523/11993] include/asm-generic/rwonce.h:67:9: error: expected string literal in 'asm'
 2022-10-03 22:16 UTC  (2+ messages)

sound/soc/codecs/adau1977-spi.c:58:34: warning: unused variable 'adau1977_spi_of_match'
 2022-10-03 22:13 UTC 

[PATCH 0/4] Remove get_kernel_pages()
 2022-10-03 20:28 UTC  (14+ messages)
` [PATCH 1/4] highmem: Enhance is_kmap_addr() to check kmap_local_page() mappings
` [PATCH 2/4] tee: Remove vmalloc page support
` [PATCH 3/4] tee: Remove call to get_kernel_pages()
` [PATCH 4/4] mm: Remove get_kernel_pages()

[linux-next:master 11842/11993] ERROR: modpost: "devm_platform_ioremap_resource" [drivers/clk/xilinx/clk-xlnx-clock-wizard.ko] undefined!
 2022-10-03 20:20 UTC  (2+ messages)

[5.10-stable PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-10-03 19:34 UTC 

[PATCH Part2 v6 00/49] Add AMD Secure Nested Paging (SEV-SNP)
 2022-10-03 18:53 UTC  (11+ messages)
` [PATCH Part2 v6 13/49] crypto:ccp: Provide APIs to issue SEV-SNP commands

[5.15-stable PATCH] mm: gup: fix the fast GUP race against THP collapse
 2022-10-03 18:38 UTC 

[PATCH 07/10] crypto: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN
 2022-10-03 17:39 UTC  (15+ messages)

[PATCH v2 0/8] Fix several device private page reference counting issues
 2022-10-03 17:34 UTC  (5+ messages)
` [PATCH v2 1/8] mm/memory.c: Fix race when faulting a device private page

amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
 2022-10-03 17:00 UTC  (9+ messages)

DAMON KUNIT test failure in latest mm-everything
 2022-10-03 16:48 UTC  (5+ messages)

[linux-next:master 7287/11993] s390x-linux-ld: topology.c:undefined reference to `__tsan_memcpy'
 2022-10-03 16:21 UTC  (3+ messages)

[GIT PULL] slab changes for 6.1-rc1
 2022-10-03 16:06 UTC 

[syzbot] general protection fault in PageHeadHuge
 2022-10-03 15:24 UTC  (12+ messages)

[PATCH] memcg: calling reclaim_high(GFP_KERNEL) in GFP_NOFS context deadlocks
 2022-10-03 15:08 UTC  (2+ messages)

Possible race in obj_stock_flush_required() vs drain_obj_stock()
 2022-10-03 15:01 UTC  (9+ messages)

[RESEND RFC] zram: Allow rw_page when page isn't written back
 2022-10-03 14:48 UTC  (5+ messages)
` [PATCH] zram: Always expose rw_page
` [PATCH v2] "

[PATCH] highmem: Fix kmap_to_page() for kmap_local_page() addresses
 2022-10-03 12:51 UTC  (3+ messages)

[PATCH v8 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
 2022-10-03 12:44 UTC  (4+ messages)
` [PATCH v8 5/5] tick/sched: "

[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
 2022-10-03 11:21 UTC  (5+ messages)

[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
 2022-10-03 11:01 UTC  (6+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd

[PATCH] mm: slub: make slab_sysfs_init() a late_initcall
 2022-10-03 10:25 UTC  (3+ messages)

[PATCH] mm: slub: remove dead and buggy code from sysfs_slab_add()
 2022-10-03  9:38 UTC  (3+ messages)

Regression on linux-next
 2022-10-03  9:04 UTC 

[PATCH] mm: memcontrol: use mem_cgroup_is_root() helper
 2022-10-03  7:58 UTC  (3+ messages)

[PATCH v2 05/18] xfs: Add xfs_break_layouts() to the inode eviction path
 2022-10-03  7:55 UTC  (8+ messages)

[PATCH for-stable-5.19.y] fix possible memleak on damon_sysfs_add_target
 2022-10-03  6:22 UTC  (2+ messages)

[PATCH] mm/damon/core: initialize damon_target->list in damon_new_target()
 2022-10-03  6:18 UTC  (2+ messages)

[PATCH v2 5/5] memblock tests: remove completed TODO item
 2022-10-02 23:41 UTC 

[linux-next:master 10827/11993] ERROR: modpost: "__sanitizer_cov_trace_pc" [arch/s390/mm/cmm.ko] undefined!
 2022-10-02 18:49 UTC  (2+ messages)

[PATCH] x86/sgx: Add code to inject hwpoison into SGX memory
 2022-10-02 14:56 UTC  (3+ messages)

[PATCH V2 0/1] x86/sgx: Add code to inject hwpoison into SGX memory
 2022-10-02 14:51 UTC  (4+ messages)
` [PATCH V2 1/1] "

[linux-next:master 10260/11993] kernel/trace/trace.c:2430:9: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2022-10-02 14:20 UTC  (2+ messages)

[linux-next:master 11988/11993] check.c:4121:44: error: expected expression
 2022-10-02  5:17 UTC 

[linux-next:master 10446/11993] drivers/clk/qcom/gcc-sm6375.c:691:32: warning: unused variable 'gcc_parent_map_15'
 2022-10-02  3:45 UTC 


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