[PATCH v7 00/45] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-11-10 22:06 UTC (9+ messages)
` [PATCH v7 01/45] x86/compressed/64: detect/setup SEV/SME features earlier in boot
` [PATCH v7 04/45] x86/sev: Shorten GHCB terminate macro names
` [PATCH v7 07/45] x86/sev: Remove do_early_exception() forward declarations
` [PATCH v7 08/45] x86/sev: Define the Linux specific guest termination reasons
` [PATCH v7 09/45] x86/sev: Save the negotiated GHCB version
` [PATCH v7 10/45] x86/sev: Add support for hypervisor feature VMGEXIT
` [PATCH v7 11/45] x86/sev: Check SEV-SNP features support
` [PATCH v7 12/45] x86/sev: Add a helper for the PVALIDATE instruction
[PATCH v2 1/4] mm/shmem: support deterministic charging of tmpfs
2021-11-10 21:19 UTC (4+ messages)
` [PATCH v2 2/4] mm/oom: handle remote ooms
` [PATCH v2 3/4] mm, shmem: add tmpfs memcg= option documentation
` [PATCH v2 4/4] mm, shmem, selftests: add tmpfs memcg= mount option tests
[PATCH v5 0/4] netfs, 9p, afs, ceph: Support folios, at least partially
2021-11-10 21:09 UTC (5+ messages)
` [PATCH v5 1/4] folio: Add a function to change the private data attached to a folio
` [PATCH v5 2/4] folio: Add a function to get the host inode for "
` [PATCH v5 3/4] netfs, 9p, afs, ceph: Use folios
` [PATCH v5 4/4] afs: Use folios in directory handling
[PATCH 0/7] task comm cleanups
2021-11-10 20:17 UTC (6+ messages)
` [PATCH 1/7] fs/exec: make __set_task_comm always set a nul terminated string
[PATCH 1/4] mm: Kconfig: move swap and slab config options to the MM section
2021-11-10 19:11 UTC (5+ messages)
` [PATCH 4/4] mm: zswap: add basic meminfo and vmstat coverage
lib/test_ubsan.c:71:6: warning: variable 'val1' set but not used
2021-11-10 19:04 UTC
[PATCH 0/8] zsmalloc: remove bit_spin_lock
2021-11-10 18:54 UTC (9+ messages)
` [PATCH 1/8] zsmalloc: introduce some helper functions
` [PATCH 2/8] zsmalloc: rename zs_stat_type to class_stat_type
` [PATCH 3/8] zsmalloc: decouple class actions from zspage works
` [PATCH 4/8] zsmalloc: introduce obj_allocated
` [PATCH 5/8] zsmalloc: move huge compressed obj from page to zspage
` [PATCH 6/8] zsmalloc: remove zspage isolation for migration
` [PATCH 7/8] zsmalloc: replace per zpage lock with pool->migrate_lock
` [PATCH 8/8] zsmalloc: replace get_cpu_var with local_lock
[PATCH v6 00/42] Add AMD Secure Nested Paging (SEV-SNP) Guest Support
2021-11-10 18:43 UTC (5+ messages)
` [PATCH v6 19/42] x86/mm: Add support to validate memory when changing C-bit
[PATCH 4.14 03/22] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
2021-11-10 18:43 UTC
[PATCH 4.9 02/22] mm/zsmalloc: Prepare to variable MAX_PHYSMEM_BITS
2021-11-10 18:43 UTC
[PATCH v4] mm: Add PM_HUGE_THP_MAPPING to /proc/pid/pagemap
2021-11-10 17:50 UTC (9+ messages)
[PATCH v3 00/15] Free user PTE page table pages
2021-11-10 17:49 UTC (29+ messages)
` [PATCH v3 01/15] mm: do code cleanups to filemap_map_pmd()
` [PATCH v3 02/15] mm: introduce is_huge_pmd() helper
` [PATCH v3 03/15] mm: move pte_offset_map_lock() to pgtable.h
` [PATCH v3 04/15] mm: rework the parameter of lock_page_or_retry()
` [PATCH v3 05/15] mm: add pmd_installed_type return for __pte_alloc() and other friends
` [PATCH v3 06/15] mm: introduce refcount for user PTE page table page
` [PATCH v3 07/15] mm/pte_ref: add support for user PTE page table page allocation
` [PATCH v3 08/15] mm/pte_ref: initialize the refcount of the withdrawn PTE page table page
` [PATCH v3 09/15] mm/pte_ref: add support for the map/unmap of user "
` [PATCH v3 10/15] mm/pte_ref: add support for page fault path
` [PATCH v3 11/15] mm/pte_ref: take a refcount before accessing the PTE page table page
` [PATCH v3 12/15] mm/pte_ref: update the pmd entry in move_normal_pmd()
` [PATCH v3 13/15] mm/pte_ref: free user PTE page table pages
` [PATCH v3 14/15] Documentation: add document for pte_ref
` [PATCH v3 15/15] mm/pte_ref: use mmu_gather to free PTE page table pages
[RFC] psi: Add additional PSI counters for each type of memory pressure
2021-11-10 17:48 UTC (7+ messages)
[linux-next:master] BUILD REGRESSION 73e5c18006f5e1f7d35d1e996609eaff6536ae5e
2021-11-10 17:07 UTC
[PATCH v4 0/3] mm: add new syscall set_mempolicy_home_node
2021-11-10 15:55 UTC (4+ messages)
` [PATCH v4 2/3] mm/mempolicy: add set_mempolicy_home_node syscall
[linux-next:master 5501/13596] drivers/gpu/drm/tegra/nvdec.c:240:12: error: 'nvdec_runtime_resume' defined but not used
2021-11-10 15:38 UTC
[RFC PATCH] mm/damon: remove damon_lock
2021-11-10 15:35 UTC (6+ messages)
[PATCH v4 0/5] netfs, 9p, afs, ceph: Support folios, at least partially
2021-11-10 15:18 UTC (8+ messages)
` [PATCH v4 1/5] folio: Add a function to change the private data attached to a folio
` [PATCH v4 2/5] folio: Add a function to get the host inode for "
` [PATCH v4 3/5] folio: Add replacements for page_endio()
` [PATCH v4 4/5] netfs, 9p, afs, ceph: Use folios
` [PATCH v4 5/5] afs: Use folios in directory handling
[linux-next:master 13424/13596] drivers/gpu/drm/amd/amdgpu/../display/include/ddc_service_types.h:121:22: error: 'DP_SINK_DEVICE_STR_ID_2' defined but not used
2021-11-10 15:02 UTC
[PATCH 0/2] DAMON fixes
2021-11-10 14:57 UTC (3+ messages)
` [PATCH 1/2] mm/damon/dbgfs: Use '__GFP_NOWARN' for user-specified size buffer allocation
` [PATCH 2/2] mm/damon/dbgfs: Fix missed use of damon_dbgfs_lock
WARNING in __folio_mark_dirty
2021-11-10 14:07 UTC (3+ messages)
[PATCH V1 0/2] mm/damon: Do some small changes
2021-11-10 13:16 UTC (5+ messages)
` [PATCH V1 1/2] mm/damon: Unified access_check function naming rules
` [PATCH V1 2/2] mm/damon: Add 'age' of region tracepoint support
incoming
2021-11-10 13:11 UTC (12+ messages)
` [patch 08/87] proc/vmcore: convert oldmem_pfn_is_ram callback to more generic vmcore callbacks
[PATCH v3 00/15] Free user PTE page table pages
2021-11-10 12:59 UTC (14+ messages)
` [PATCH v3 01/15] mm: do code cleanups to filemap_map_pmd()
` [PATCH v3 02/15] mm: introduce is_huge_pmd() helper
` [PATCH v3 03/15] mm: move pte_offset_map_lock() to pgtable.h
` [PATCH v3 04/15] mm: rework the parameter of lock_page_or_retry()
` [PATCH v3 05/15] mm: add pmd_installed_type return for __pte_alloc() and other friends
` [PATCH v3 06/15] mm: introduce refcount for user PTE page table page
` [PATCH v3 07/15] mm/pte_ref: add support for user PTE page table page allocation
` [PATCH v3 08/15] mm/pte_ref: initialize the refcount of the withdrawn PTE page table page
` [PATCH v3 09/15] mm/pte_ref: add support for the map/unmap of user "
[linux-next:pending-fixes] BUILD SUCCESS 6f9f2ed9499cee0dd377f4e8a175fae123529d81
2021-11-10 12:38 UTC
[PATCH] mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit
2021-11-10 12:33 UTC
[PATCH] lib/bch:using swap() instead of tmp variable
2021-11-10 11:32 UTC
mm: unnecessary COW phenomenon
2021-11-10 10:47 UTC (3+ messages)
[PATCH] mm: migrate: Support multiple target nodes demotion
2021-11-10 10:45 UTC (3+ messages)
[Resend PATCH] psi : calc cfs task memstall time more precisely
2021-11-10 9:04 UTC (19+ messages)
[PATCH RFC 0/2] mm: Rework zap ptes on swap entries
2021-11-10 8:29 UTC (3+ messages)
` [PATCH RFC 1/2] mm: Don't skip swap entry even if zap_details specified
` [PATCH RFC 2/2] mm: Rework swap handling of zap_pte_range
[PATCH] mm/damon/vaddr: use swap() to make code cleaner
2021-11-10 7:44 UTC (3+ messages)
[PATCH v4] hugetlb: Add hugetlb.*.numa_stat file
2021-11-10 6:27 UTC (3+ messages)
[PATCH v7 0/5] Free the 2nd vmemmap page associated with each HugeTLB page
2021-11-10 6:18 UTC (4+ messages)
[PATCH v3 3/3] mm/hwpoison: fix unpoison_memory()
2021-11-10 2:48 UTC (3+ messages)
[PATCH] kthread: dynamically allocate memory to store kthread's full name
2021-11-10 2:12 UTC (3+ messages)
[PATCH] mm: memcontrol: make cgroup_memory_nokmem static
2021-11-10 1:56 UTC (2+ messages)
[PATCH] mm/slab_common: use WARN() if cache still has objects on destroy
2021-11-10 1:49 UTC (2+ messages)
[RFC PATCH v2] mm: migrate: Support multiple target nodes demotion
2021-11-10 1:30 UTC (5+ messages)
[PATCH v1 1/5] mm/shmem: support deterministic charging of tmpfs
2021-11-10 1:15 UTC (6+ messages)
[PATCH 1/1] mm: prevent a race between process_mrelease and exit_mmap
2021-11-09 21:10 UTC (18+ messages)
[PATCH v2] mm: fix panic in __alloc_pages
2021-11-09 19:54 UTC (8+ messages)
` [PATCH v3] "
arch/powerpc/mm/book3s64/pgtable.c:174:15: error: no previous prototype for 'create_section_mapping'
2021-11-09 18:59 UTC
[PATCH 0/3] Improve the migration stats
2021-11-09 18:10 UTC (3+ messages)
` [PATCH 1/3] mm: migrate: Fix the return value of migrate_pages()
[PATCH v0.8 0/6] sched,mm,x86/uaccess: implement User Managed Concurrency Groups
2021-11-09 16:31 UTC (5+ messages)
` [PATCH v0.8 2/6] mm, x86/uaccess: add userspace atomic helpers
[linux-next:master] BUILD REGRESSION c8109c2ba35e9bfd8a55087ffb1f42cc0dcf71e6
2021-11-09 15:56 UTC
[PATCH] mm: slab: make slab iterator functions static
2021-11-09 13:33 UTC
[linux-next:master 1194/13432] denali_dt.c:undefined reference to `devm_platform_ioremap_resource_byname'
2021-11-09 13:02 UTC (3+ messages)
[linux-next:pending-fixes] BUILD SUCCESS e562220410d1220cf853792bb908bf15dd1e5238
2021-11-09 11:24 UTC
[linux-next:master 13255/13500] fs/udf/dir.c:78:25: error: cast from pointer to integer of different size
2021-11-09 9:30 UTC
[linux-next:master 13255/13500] fs/udf/dir.c:78:18: warning: cast from pointer to integer of different size
2021-11-09 5:33 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