[PATCH v2 00/18] Fix the DAX-gup mistake
2022-09-29 22:38 UTC (4+ messages)
` [PATCH v2 12/18] devdax: Move address_space helpers to the DAX core
[PATCH v2 00/39] Shadowstacks for userspace
2022-09-29 22:29 UTC (40+ 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 11/39] x86/mm: Update pte_modify for _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 20/39] mm/mprotect: Exclude shadow stack from preserve_write
` [PATCH v2 21/39] mm: Re-introduce vm_flags to do_mmap()
` [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/CLEANUP v2 34/39] x86: Separate out x86_regset for 32 and 64 bit
` [OPTIONAL/CLEANUP v2 35/39] x86: Improve formatting of user_regset arrays
` [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
[PATCH] binfmt: remove taso from linux_binprm struct
2022-09-29 22:17 UTC (2+ messages)
[linux-next:master 4483/11634] lsm.c:undefined reference to `zstd_min_clevel'
2022-09-29 22:15 UTC
amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
2022-09-29 21:54 UTC (13+ messages)
[Bug report] BUG: Kernel NULL pointer dereference at 0x00000069, filemap_release_folio+0x88/0xb0
2022-09-29 21:28 UTC (2+ messages)
[PATCH 0/7] Fix several device private page reference counting issues
2022-09-29 20:18 UTC (17+ messages)
` [PATCH 1/7] mm/memory.c: Fix race when faulting a device private page
` [PATCH 2/7] mm: Free device private pages have zero refcount
` [PATCH 6/7] nouveau/dmem: Evict device private memory during release
[PATCH v2 0/2] coding-style.rst: document BUG() and WARN() rules
2022-09-29 19:21 UTC (2+ messages)
[PATCH v2 0/8] Fix several device private page reference counting issues
2022-09-29 19:21 UTC (13+ messages)
` [PATCH v2 1/8] mm/memory.c: Fix race when faulting a device private page
` [PATCH v2 2/8] mm: Free device private pages have zero refcount
` [PATCH v2 3/8] mm/memremap.c: Take a pgmap reference on page allocation
` [PATCH v2 5/8] mm/migrate_device.c: Add migrate_device_range()
` [PATCH v2 6/8] nouveau/dmem: Refactor nouveau_dmem_fault_copy_one()
` [PATCH v2 7/8] nouveau/dmem: Evict device private memory during release
` [PATCH v2 8/8] hmm-tests: Add test for migrate_device_range()
[RFC PATCH] xfs: drop experimental warning for fsdax
2022-09-29 19:05 UTC (8+ messages)
[RFC PATCH v2 0/9] Introduce Copy-On-Write to Page Table
2022-09-29 19:02 UTC (14+ messages)
` [RFC PATCH v2 9/9] mm: Introduce Copy-On-Write PTE table
[PATCH v5] mm: add zblock - new allocator for use via zpool API
2022-09-29 18:28 UTC (10+ messages)
[PATCH 0/3] ksm: fix incorrect count of merged pages when enabling use_zero_pages
2022-09-29 17:53 UTC (13+ messages)
` [PATCH 1/3] ksm: abstract the function try_to_get_old_rmap_item
` [PATCH 2/3] ksm: add the accounting of zero pages merged by use_zero_pages
` [PATCH 3/3] ksm: add zero_pages_sharing in Documentation
` Reply:[PATCH 0/3] ksm: fix incorrect count of merged pages when enabling use_zero_pages
[syzbot] inconsistent lock state in kmem_cache_alloc
2022-09-29 16:54 UTC (5+ messages)
[PATCH v8 0/8] KVM: mm: fd-based approach for supporting KVM
2022-09-29 16:52 UTC (11+ messages)
` [PATCH v8 1/8] mm/memfd: Introduce userspace inaccessible memfd
` [PATCH v8 6/8] KVM: Update lpage info when private/shared memory are mixed
[linux-next:master 8145/11162] arch/arm/kernel/traps.c:198:37: sparse: sparse: incorrect type in assignment (different base types)
2022-09-29 15:07 UTC
BUG in binder_vma_close() at mmap_assert_locked() in stable v5.15
2022-09-29 14:39 UTC (9+ messages)
[linux-next:master 11152/11162] ld.lld: error: undefined symbol: rust_fmt_argument
2022-09-29 13:59 UTC
[PATCH v8 0/5] Ensure quiet_vmstat() is called when the idle tick was stopped too
2022-09-29 12:49 UTC (5+ messages)
` [PATCH v8 4/5] tick/nohz_full: Ensure quiet_vmstat() is called on exit to user-mode when the idle tick is stopped
[PATCH v3 0/2] use update_mmu_tlb() on the second thread
2022-09-29 12:10 UTC (5+ messages)
` [PATCH v3 1/2] mm: "
` [PATCH v3 2/2] LoongArch: update local TLB if PTE entry exists
[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
2022-09-29 12:08 UTC
[RFC PATCH RESEND 00/28] per-VMA locks proposal
2022-09-29 11:18 UTC (6+ messages)
[PATCH] mm: use stack_depot for recording kmemleak's backtrace
2022-09-29 10:30 UTC
[PATCH 0/2] Configurable order free page reporting in hyper-v
2022-09-29 10:24 UTC (2+ messages)
` [PATCH 1/2] mm/page_reporting: Add checks for page_reporting_order param value
[PATCH -next] compiler.h: fix compile error with gcc-8 or lower version
2022-09-29 9:17 UTC (2+ messages)
[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
2022-09-29 9:04 UTC (2+ messages)
[PATCH 00/21] mm: introduce Designated Movable Blocks
2022-09-29 9:00 UTC (4+ messages)
[PATCH v2 00/16] slab: Introduce kmalloc_size_roundup()
2022-09-29 9:00 UTC (8+ messages)
` [PATCH v2 01/16] slab: Remove __malloc attribute from realloc functions
[PATCH v2] mm: use update_mmu_tlb() on the second thread
2022-09-29 8:42 UTC (8+ messages)
` "
[linux-next:master] BUILD REGRESSION de90d455a35e474a184c898e66a6a108c3a99434
2022-09-29 8:36 UTC
[linux-next:master 4486/11162] security/apparmor/apparmorfs.c:1210: undefined reference to `zstd_max_clevel'
2022-09-29 8:19 UTC
[powerpc] Build failure include/linux/compiler_types.h __alloc_size__ (next-20220928)
2022-09-29 8:17 UTC (2+ messages)
[PATCH v2 0/9] mm: introduce Designated Movable Blocks
2022-09-29 8:15 UTC (11+ messages)
` [PATCH v2 1/9] lib/show_mem.c: display MovableOnly
` [PATCH v2 2/9] mm/vmstat: show start_pfn when zone spans pages
` [PATCH v2 3/9] mm/page_alloc: calculate node_spanned_pages from pfns
` [PATCH v2 4/9] mm/page_alloc.c: allow oversized movablecore
` [PATCH v2 5/9] mm/page_alloc: introduce init_reserved_pageblock()
` [PATCH v2 6/9] memblock: introduce MEMBLOCK_MOVABLE flag
` [PATCH v2 7/9] mm/dmb: Introduce Designated Movable Blocks
` [PATCH v2 8/9] mm/page_alloc: make alloc_contig_pages DMB aware
` [PATCH v2 9/9] mm/page_alloc: allow base for movablecore
[PATCH V2] LoongArch: Support access filter to /dev/mem interface
2022-09-29 7:22 UTC
[PATCH v2 0/9] hugetlb: Use new vma lock for huge pmd sharing synchronization
2022-09-29 6:25 UTC (5+ messages)
` [PATCH v2 8/9] hugetlb: use new vma_lock for "
` [PATCH v2 9/9] hugetlb: clean up code checking for fault/truncation races
linux-next: Tree for Sep 28 (mm/memory-failure.c)
2022-09-29 5:21 UTC
[PATCH v2] kasan: also display registers for reports from HW exceptions
2022-09-29 5:09 UTC (2+ messages)
[PATCH] LoongArch: Support access filter to /dev/mem interface
2022-09-29 4:41 UTC (2+ messages)
[PATCH 3/3] mm: THP low utilization shrinker
2022-09-29 4:20 UTC (2+ messages)
[linux-next:master 4485/11162] security/apparmor/lsm.c:1545: undefined reference to `zstd_min_clevel'
2022-09-29 4:10 UTC
[RFC PATCH v1] mm: oom: introduce cpuset oom
2022-09-29 3:15 UTC (4+ messages)
` "
[linux-next:pending-fixes] BUILD SUCCESS 12baea2877f9b45a444342495144f94612bef8b6
2022-09-29 2:54 UTC
[PATCH net-next] net: sunhme: Fix undersized zeroing of quattro->happy_meals
2022-09-29 2:50 UTC (2+ messages)
[RFC] proc: Add a new isolated /proc/pid/mempolicy type
2022-09-28 23:39 UTC (5+ messages)
` [External] "
[PATCH] tmpfs: ensure O_LARGEFILE with generic_file_open()
2022-09-28 21:45 UTC (3+ messages)
[PATCH v10 1/8] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
2022-09-28 21:38 UTC (12+ messages)
[PATCH mm-unstable v15 00/14] Multi-Gen LRU Framework
2022-09-28 19:36 UTC (5+ messages)
` [PATCH mm-unstable v15 08/14] mm: multi-gen LRU: support page table walks
` [PATCH mm-unstable v15 09/14] mm: multi-gen LRU: optimize multiple memcgs
[PATCH linux-next v5] selftests/vm: enable running select groups of tests
2022-09-28 18:44 UTC
some likely bugs in IOMMUv2 (in tlb_finish_mmu() nested flush and mremap())
2022-09-28 18:12 UTC (6+ messages)
DAMON Beer/Coffee/Tea chat series
2022-09-28 17:59 UTC (2+ messages)
[PATCH v3 0/4] Implement IOCTL to get and clear soft dirty PTE
2022-09-28 17:24 UTC (4+ messages)
[PATCH 0/3] THP Shrinker
2022-09-28 16:24 UTC (6+ messages)
` [PATCH 2/3] mm: changes to split_huge_page() to free zero filled tail pages
[PATCH v2 bpf-next 0/2] enforce W^X for trampoline and dispatcher
2022-09-28 16:23 UTC (2+ messages)
[PATCH] Revert "net: set proper memcg for net_init hooks allocations"
2022-09-28 16:22 UTC (3+ messages)
[PATCH V2 0/1] x86/sgx: Add code to inject hwpoison into SGX memory
2022-09-28 15:38 UTC (2+ messages)
` [PATCH V2 1/1] "
[PATCH v2] mm: Make failslab writable again
2022-09-28 15:21 UTC (6+ messages)
[PATCH] mm: rmap: rename page_not_mapped() to folio_not_mapped()
2022-09-28 14:27 UTC (2+ messages)
RE Bookkeeper on hourly Basis - Full time/ Project Based
2022-09-28 13:30 UTC
Regarding changing starting address of userspace Heap and Stack sections
2022-09-28 13:27 UTC
[PATCH -next v4 1/3] selftests/memory-hotplug: Add checking after online or offline
2022-09-28 12:45 UTC (2+ messages)
[PATCH mm] x86: kmsan: handle CPU entry area
2022-09-28 12:32 UTC
[PATCH] x86/sgx: Add code to inject hwpoison into SGX memory
2022-09-28 12:23 UTC (3+ 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