[PATCH v3 0/2] execve scalability issues, part 1
2023-08-23 5:06 UTC (3+ messages)
` [PATCH v3 1/2] pcpcntr: add group allocation/free
` [PATCH v3 2/2] kernel/fork: group allocation/free of per-cpu counters for mm struct
[RFC]: shmem fd for non-DMA buffer sharing cross drivers
2023-08-23 4:46 UTC (4+ messages)
[PATCH v2 0/2] execve scalability issues, part 1
2023-08-23 4:05 UTC (6+ messages)
` [PATCH v2 1/2] pcpcntr: add group allocation/free
` [PATCH v2 2/2] fork: group allocation of per-cpu counters for mm struct
[RFC PATCH] mm: use nth_page() for all memmap (struct page) position operations
2023-08-23 3:27 UTC (2+ messages)
[PATCH v4 00/48] use refcount+RCU method to implement lockless slab shrink
2023-08-23 2:59 UTC (4+ messages)
` [PATCH v4 43/48] drm/ttm: introduce pool_shrink_rwsem
[linux-next:master 1241/11761] ERROR: modpost: ".L874" [drivers/mtd/nand/raw/nand.ko] undefined!
2023-08-23 2:56 UTC
[PATCH RESEND 0/4] memory tiering: calculate abstract distance based on ACPI HMAT
2023-08-23 2:13 UTC (29+ messages)
` [PATCH RESEND 1/4] memory tiering: add abstract distance calculation algorithms management
` [PATCH RESEND 3/4] acpi, hmat: calculate abstract distance with HMAT
` [PATCH RESEND 4/4] dax, kmem: calculate abstract distance with general interface
[PATCH v2] mm: vmscan: reclaim anon pages if there are swapcache pages
2023-08-23 2:00 UTC (3+ messages)
idea for scalable and almost waste-free percpu counter alloc (was: Re: [PATCH 0/2] execve scalability issues, part 1)
2023-08-23 0:31 UTC
[PATCH v2 00/13] Remove _folio_dtor and _folio_order
2023-08-23 0:29 UTC (8+ messages)
` [PATCH v2 07/13] mm: Remove HUGETLB_PAGE_DTOR
` [PATCH v2 10/13] mm: Free up a word in the first tail page
[PATCH] mm: Convert DAX lock/unlock page to lock/unlock folio
2023-08-22 23:13 UTC
[PATCH RFC 0/2] mm/page_alloc: free_pcppages_bulk safeguard
2023-08-22 21:46 UTC (13+ messages)
[PATCH v2] secretmem: Conert page_is_secretmem() to folio_is_secretmem()
2023-08-22 20:23 UTC
[PATCH mm-unstable] mm/khugepaged: fix collapse_pte_mapped_thp() versus uffd
2023-08-22 19:10 UTC (14+ messages)
[linux-next:master 11594/11761] drivers/crypto/intel/qat/qat_common/adf_isr.c:197:47: warning: '%d' directive output may be truncated writing between 1 and 11 bytes into a region of size between 0 and 5
2023-08-22 18:51 UTC
[PATCH v4] proc/ksm: add ksm stats to /proc/pid/smaps
2023-08-22 18:05 UTC
[PATCH v3] proc/ksm: add ksm stats to /proc/pid/smaps
2023-08-22 18:03 UTC (3+ messages)
[PATCH v5 00/37] arm64/gcs: Provide support for GCS in userspace
2023-08-22 17:55 UTC (43+ messages)
` [PATCH v5 01/37] arm64/mm: Restructure arch_validate_flags() for extensibility
` [PATCH v5 02/37] prctl: arch-agnostic prctl for shadow stack
` [PATCH v5 03/37] arm64: Document boot requirements for Guarded Control Stacks
` [PATCH v5 04/37] arm64/gcs: Document the ABI "
` [PATCH v5 05/37] arm64/sysreg: Add new system registers for GCS
` [PATCH v5 06/37] arm64/sysreg: Add definitions for architected GCS caps
` [PATCH v5 07/37] arm64/gcs: Add manual encodings of GCS instructions
` [PATCH v5 08/37] arm64/gcs: Provide copy_to_user_gcs()
` [PATCH v5 09/37] arm64/cpufeature: Runtime detection of Guarded Control Stack (GCS)
` [PATCH v5 10/37] arm64/mm: Allocate PIE slots for EL0 guarded control stack
` [PATCH v5 11/37] mm: Define VM_SHADOW_STACK for arm64 when we support GCS
` [PATCH v5 12/37] arm64/mm: Map pages for guarded control stack
` [PATCH v5 13/37] KVM: arm64: Manage GCS registers for guests
` [PATCH v5 14/37] arm64/gcs: Allow GCS usage at EL0 and EL1
` [PATCH v5 15/37] arm64/idreg: Add overrride for GCS
` [PATCH v5 16/37] arm64/hwcap: Add hwcap "
` [PATCH v5 17/37] arm64/traps: Handle GCS exceptions
` [PATCH v5 18/37] arm64/mm: Handle GCS data aborts
` [PATCH v5 19/37] arm64/gcs: Context switch GCS state for EL0
` [PATCH v5 20/37] arm64/gcs: Allocate a new GCS for threads with GCS enabled
` [PATCH v5 21/37] arm64/gcs: Implement shadow stack prctl() interface
` [PATCH v5 22/37] arm64/mm: Implement map_shadow_stack()
` [PATCH v5 23/37] arm64/signal: Set up and restore the GCS context for signal handlers
` [PATCH v5 24/37] arm64/signal: Expose GCS state in signal frames
` [PATCH v5 25/37] arm64/ptrace: Expose GCS via ptrace and core files
` [PATCH v5 26/37] arm64: Add Kconfig for Guarded Control Stack (GCS)
` [PATCH v5 27/37] kselftest/arm64: Verify the GCS hwcap
` [PATCH v5 28/37] kselftest/arm64: Add GCS as a detected feature in the signal tests
` [PATCH v5 29/37] kselftest/arm64: Add framework support for GCS to signal handling tests
` [PATCH v5 30/37] kselftest/arm64: Allow signals tests to specify an expected si_code
` [PATCH v5 31/37] kselftest/arm64: Always run signals tests with GCS enabled
` [PATCH v5 32/37] kselftest/arm64: Add very basic GCS test program
` [PATCH v5 33/37] kselftest/arm64: Add a GCS test program built with the system libc
` [PATCH v5 34/37] kselftest/arm64: Add test coverage for GCS mode locking
` [PATCH v5 35/37] selftests/arm64: Add GCS signal tests
` [PATCH v5 36/37] kselftest/arm64: Add a GCS stress test
` [PATCH v5 37/37] kselftest/arm64: Enable GCS for the FP stress tests
[PATCH v4 00/36] arm64/gcs: Provide support for GCS in userspace
2023-08-22 17:53 UTC (18+ messages)
` [PATCH v4 03/36] arm64/gcs: Document the ABI for Guarded Control Stacks
` [PATCH v4 18/36] arm64/gcs: Context switch GCS state for EL0
` [PATCH v4 21/36] arm64/mm: Implement map_shadow_stack()
[PATCH] shmem: add support for user extended attributes
2023-08-22 17:50 UTC (8+ messages)
[syzbot] [mm?] kernel BUG in free_unref_page_prepare
2023-08-22 17:25 UTC
[PATCH] hugetlb: Add documentation for vma_kernel_pagesize()
2023-08-22 17:24 UTC
[PATCH 5.4 0/1] mm: allow a controlled amount of unfairness in the page lock
2023-08-22 17:20 UTC (3+ messages)
[PATCH v6] mm/filemap: remove hugetlb special casing in filemap.c
2023-08-22 17:15 UTC (2+ messages)
[PATCH mm-unstable v1 0/4] mm/swap: stop using page->private on tail pages for THP_SWAP + cleanups
2023-08-22 17:14 UTC (5+ messages)
` [PATCH mm-unstable v1 1/4] mm/swap: stop using page->private on tail pages for THP_SWAP
[PATCH 0/2] execve scalability issues, part 1
2023-08-22 17:02 UTC (10+ messages)
` [PATCH 1/2] pcpcntr: add group allocation/free
[PATCH v2 0/2] selftests: cachestat: fix run on older kernels
2023-08-22 16:58 UTC (4+ messages)
` [PATCH v2 2/2] selftests: cachestat: catch failing fsync test on tmpfs
[PATCH 0/3] memcg: non-unified flushing for userspace stats
2023-08-22 16:48 UTC (11+ messages)
` [PATCH 2/3] mm: memcg: add a helper for non-unified stats flushing
` [PATCH 3/3] mm: memcg: use non-unified stats flushing for userspace reads
[PATCH 1/3] hugetlb: Use a folio in free_hpage_workfn()
2023-08-22 16:28 UTC (3+ messages)
` [PATCH 2/3] hugetlb: Remove a few calls to page_folio()
` [PATCH 3/3] hugetlb: Convert remove_pool_huge_page() to return a folio
[linux-next:master 2329/11761] arch/powerpc/include/asm/cmpxchg.h:626:47: sparse: sparse: cast truncates bits from constant value (5deadbeef000eb9f becomes f000eb9f)
2023-08-22 15:42 UTC
[PATCH] mm: Wire up tail page poisoning over ->mappings
2023-08-22 15:18 UTC (6+ messages)
[PATCH] maple_tree: shrink struct maple_tree from 24 to 16 bytes on LP64
2023-08-22 14:09 UTC (3+ messages)
[linux-next:master 7361/11453] drivers/gpu/drm/ttm/tests/ttm_pool_test.c:231:37: warning: cast to pointer from integer of different size
2023-08-22 12:58 UTC (4+ messages)
[linux-next:master 11511/11761] versioncheck: ./samples/bpf/spintest.bpf.c: 8 linux/version.h not needed
2023-08-22 12:37 UTC
[PATCH v1 0/3] udmabuf: Add support for page migration out of movable zone or CMA
2023-08-22 12:23 UTC (4+ messages)
[PATCH rfc -next v2 00/10] mm: convert to generic VMA lock-based page fault
2023-08-22 12:12 UTC (4+ messages)
` [PATCH rfc v2 05/10] powerpc: mm: use try_vma_locked_page_fault()
[PATCH v1] docs/zh_CN: add zh_CN translation for memory-barriers.txt
2023-08-22 12:09 UTC (5+ messages)
[PATCH v2] mm: memory-failure: use rcu lock instead of tasklist_lock when collect_procs()
2023-08-22 12:08 UTC (4+ messages)
[RESEND PATCH V3] NUMA:Improve the efficiency of calculating pages loss
2023-08-22 11:49 UTC (3+ messages)
[PATCH v2 0/5] memfd: cleanups for vm.memfd_noexec
2023-08-22 9:10 UTC (3+ messages)
` [PATCH v2 3/5] memfd: improve userspace warnings for missing exec-related flags
[PATCH v2 0/4] Extend migrate_misplaced_page() to support batch migration
2023-08-22 9:02 UTC (7+ messages)
` [PATCH v2 1/4] mm: migrate: factor out migration validation into numa_page_can_migrate()
` [PATCH v2 2/4] mm: migrate: move the numamigrate_isolate_page() into do_numa_page()
` [PATCH v2 3/4] mm: migrate: change migrate_misplaced_page() to support multiple pages migration
` [PATCH v2 4/4] mm: migrate: change to return the number of pages migrated successfully
[PATCH vfs.tmpfs 0/5] tmpfs: user xattrs and direct IO
2023-08-22 8:58 UTC (7+ messages)
` [PATCH vfs.tmpfs] tmpfs,xattr: GFP_KERNEL_ACCOUNT for simple xattrs
` (subset) "
[RFC v1 1/3] mm/mmu_notifier: Add a new notifier for mapping updates (new pages)
2023-08-22 8:15 UTC (15+ messages)
[PATCH] mm: fix draining remote pageset
2023-08-22 8:09 UTC (10+ messages)
[linux-next:pending-fixes 34/128] arch/arc/kernel/setup.c:82:13: warning: variable 'atomic' set but not used
2023-08-22 8:03 UTC
[PATCH v2 0/5] use refcount+RCU method to implement lockless slab shrink (part 1)
2023-08-22 7:54 UTC (2+ messages)
[RFC PATCH 0/4] Convert perf ringbuffer to folios
2023-08-22 7:54 UTC (3+ messages)
` [RFC PATCH 3/4] perf: Use vmalloc_to_folio()
[PATCH v4] mm: oom: introduce cpuset oom
2023-08-22 6:31 UTC (4+ messages)
[PATCH v3] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-08-22 5:20 UTC (2+ messages)
` [EXTERNAL] "
[PATCH] procfs: Fix /proc/self/maps output for 32-bit kernel and compat tasks
2023-08-22 5:11 UTC (2+ messages)
[linux-next:master 11118/11453] arch/powerpc/platforms/pseries/lpar.c:2024:36: error: '%ld' directive writing between 1 and 20 bytes into a region of size 12
2023-08-22 3:24 UTC
drivers/firmware/efi/test/efi_test.c:187:13: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-08-22 2:50 UTC
[PATCH rfc v2 01/10] mm: add a generic VMA lock-based page fault handler
2023-08-22 2:33 UTC (3+ messages)
[PATCH v2 0/8] mm: migrate: more folio conversion and unify
2023-08-22 2:22 UTC (3+ messages)
` [PATCH v2 2/8] mm: migrate: remove THP mapcount check in numamigrate_isolate_page()
[PATCH 0/9] Fixes and cleanups to compaction
2023-08-22 1:57 UTC (17+ messages)
` [PATCH 6/9] mm/compaction: rename is_via_compact_memory to compaction_with_allocation_order
` [PATCH 7/9] mm/compaction: factor out code to test if we should run compaction for target order
` [PATCH 4/9] mm/compaction: simplify pfn iteration in isolate_freepages_range
[linux-next:master 10448/11214] arch/microblaze/include/asm/cacheflush.h:77:13: warning: 'flush_dcache_folio' defined but not used
2023-08-22 1:55 UTC (3+ messages)
[PATCH v5 0/7] Optimize mremap during mutual alignment within PMD
2023-08-22 1:55 UTC (8+ messages)
` [PATCH v5 1/7] mm/mremap: Optimize the start addresses in move_page_tables()
` [PATCH v5 2/7] mm/mremap: Allow moves within the same VMA
` [PATCH v5 3/7] selftests: mm: Fix failure case when new remap region was not found
` [PATCH v5 4/7] selftests: mm: Add a test for mutually aligned moves > PMD size
` [PATCH v5 5/7] selftests: mm: Add a test for remapping to area immediately after existing mapping
` [PATCH v5 6/7] selftests: mm: Add a test for remapping within a range
` [PATCH v5 7/7] selftests: mm: Add a test for moving from an offset from start of mapping
drivers/firmware/efi/test/efi_test.c:187:13: sparse: sparse: incorrect type in argument 1 (different address spaces)
2023-08-22 1:04 UTC
[PATCH v2 1/2] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-08-21 23:34 UTC (3+ messages)
[PATCH] mm/thp: fix "mm: thp: kill __transhuge_page_enabled()"
2023-08-21 22:59 UTC (13+ messages)
` [EXTERNAL] "
[linux-next:master 6682/11453] drivers/gpu/drm/amd/amdgpu/amdgpu_doorbell_mgr.c:123: warning: Function parameter or member 'doorbell_index' not described in 'amdgpu_doorbell_index_on_bar'
2023-08-21 22:52 UTC
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