[PATCH v2 0/3] mm/hugetlb: Fix selftest failures with write check
2022-10-04 13:53 UTC (12+ 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
[PATCH] powerpc/mm: Fix UBSAN warning reported on hugetlb
2022-10-04 13:26 UTC (2+ messages)
[PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
2022-10-04 13:24 UTC (7+ messages)
` [PATCH v1 1/3] coding-style.rst: document BUG() and WARN() rules ("do not crash the kernel")
` (subset) [PATCH v1 0/3] coding-style.rst: document BUG() and WARN() rules
[PATCH 1/2] powerpc/nohash: Remove pgd_huge() stub
2022-10-04 13:24 UTC (2+ messages)
[PATCH 1/2] powerpc/mm/64s: Drop pgd_huge()
2022-10-04 13:24 UTC (2+ messages)
[PATCH] mm: /proc/pid/smaps_rollup: fix no vma's null-deref
2022-10-04 12:53 UTC (2+ messages)
[PATCH] ELF uapi: add spaces before '{'
2022-10-04 10:25 UTC
[PATCH v2 00/39] Shadowstacks for userspace
2022-10-04 10:17 UTC (133+ 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
[syzbot] BUG: unable to handle kernel NULL pointer dereference in do_read_cache_folio
2022-10-04 9:53 UTC
[linux-next:pending-fixes] BUILD REGRESSION 37b3c1c31342cdb8ee57f80a3a78cfe651a3f2ae
2022-10-04 9:49 UTC
[syzbot] memory leak in __get_metapage
2022-10-04 8:52 UTC
[linux-next:master 11836/11993] ld.lld: error: assignment to symbol __efistub_kernel_size does not converge
2022-10-04 7:20 UTC
[PATCH 0/4] Remove get_kernel_pages()
2022-10-04 6:32 UTC (13+ messages)
` [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: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
[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
[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
[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 (11+ 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 (4+ 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 (11+ 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 (2+ 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)
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox