Linux Kernel Memory Management
[Prev Page][Next Page]
- Re: [PATCH v4 21/34] arm64: Convert various functions to use ptdescs, (continued)
- [PATCH v4 22/34] csky: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 24/34] loongarch: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 23/34] hexagon: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 25/34] m68k: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 26/34] mips: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 27/34] nios2: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 28/34] openrisc: Convert __pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 29/34] riscv: Convert alloc_{pmd, pte}_late() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 30/34] sh: Convert pte_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 32/34] sparc: Convert pgtable_pte_page_{ctor, dtor}() to ptdesc equivalents, Vishal Moola (Oracle)
- [PATCH v4 33/34] um: Convert {pmd, pte}_free_tlb() to use ptdescs, Vishal Moola (Oracle)
- [PATCH v4 34/34] mm: Remove pgtable_{pmd, pte}_page_{ctor, dtor}() wrappers, Vishal Moola (Oracle)
- [PATCH v4 31/34] sparc64: Convert various functions to use ptdescs, Vishal Moola (Oracle)
- [PATCH v2 00/16] Reduce preallocations for maple tree,
Liam R. Howlett
- [PATCH v2 03/16] mm: Move unmap_vmas() declaration to internal header, Liam R. Howlett
- [PATCH v2 01/16] maple_tree: Add benchmarking for mas_for_each, Liam R. Howlett
- [PATCH v2 02/16] maple_tree: Add benchmarking for mas_prev(), Liam R. Howlett
- [PATCH v2 04/16] mm: Change do_vmi_align_munmap() side tree index, Liam R. Howlett
- [PATCH v2 06/16] maple_tree: Introduce __mas_set_range(), Liam R. Howlett
- [PATCH v2 08/16] maple_tree: Adjust node allocation on mas_rebalance(), Liam R. Howlett
- [PATCH v2 07/16] mm: Remove re-walk from mmap_region(), Liam R. Howlett
- [PATCH v2 09/16] maple_tree: Re-introduce entry to mas_preallocate() arguments, Liam R. Howlett
- [PATCH v2 12/16] maple_tree: Move mas_wr_end_piv() below mas_wr_extend_null(), Liam R. Howlett
- [PATCH v2 11/16] mm: Set up vma iterator for vma_iter_prealloc() calls, Liam R. Howlett
- [PATCH v2 14/16] maple_tree: Refine mas_preallocate() node calculations, Liam R. Howlett
- [PATCH v2 13/16] maple_tree: Update mas_preallocate() testing, Liam R. Howlett
- [PATCH v2 10/16] mm: Use vma_iter_clear_gfp() in nommu, Liam R. Howlett
- [PATCH v2 16/16] mm/mmap: Change vma iteration order in do_vmi_align_munmap(), Liam R. Howlett
- [PATCH v2 15/16] maple_tree: Reduce resets during store setup, Liam R. Howlett
- [PATCH v2 05/16] mm: Remove prev check from do_vmi_align_munmap(), Liam R. Howlett
- Re: [PATCH v2 00/16] Reduce preallocations for maple tree, Yin, Fengwei
- [PATCH v2] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED,
David Howells
- [linux-next:master 7837/8413] drivers/remoteproc/stm32_rproc.c:121:50: warning: format specifies type 'unsigned int' but the argument has type 'size_t' (aka 'unsigned long'), kernel test robot
- [GIT PULL] hotfixes for 6.4-rc7,
Andrew Morton
- [linux-next:master 1288/8413] xtensa-linux-ld: section .Level2InterruptVector.text VMA [00000180,00000193] overlaps section .data VMA [00000000,0008e717], kernel test robot
- Re: [PATCH v2 5/9] mm/hugetlb: convert isolate_or_dissolve_huge_page to folios,
Matthew Wilcox
- [linux-next:master 4218/8413] lib/kunit/test.c:764:38: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type, kernel test robot
- [PATCH] block: Fix dio_bio_alloc() to set BIO_PAGE_PINNED,
David Howells
- [PATCH] mm: remove set_compound_page_dtor(),
Sidhartha Kumar
- [PATCH] mm/hugetlb: Fix pgtable lock on pmd sharing,
Peter Xu
- [PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8,
Catalin Marinas
- [PATCH v7 02/17] dma: Allow dma_get_cache_alignment() to be overridden by the arch code, Catalin Marinas
- [PATCH v7 01/17] mm/slab: Decouple ARCH_KMALLOC_MINALIGN from ARCH_DMA_MINALIGN, Catalin Marinas
- [PATCH v7 03/17] mm/slab: Simplify create_kmalloc_cache() args and make it static, Catalin Marinas
- [PATCH v7 04/17] mm/slab: Limit kmalloc() minimum alignment to dma_get_cache_alignment(), Catalin Marinas
- [PATCH v7 05/17] drivers/base: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 06/17] drivers/gpu: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 07/17] drivers/usb: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 08/17] drivers/spi: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 09/17] dm-crypt: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 10/17] iio: core: Use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGN, Catalin Marinas
- [PATCH v7 11/17] arm64: Allow kmalloc() caches aligned to the smaller cache_line_size(), Catalin Marinas
- [PATCH v7 12/17] scatterlist: Add dedicated config for DMA flags, Catalin Marinas
- [PATCH v7 13/17] dma-mapping: Name SG DMA flag helpers consistently, Catalin Marinas
- [PATCH v7 14/17] dma-mapping: Force bouncing if the kmalloc() size is not cache-line-aligned, Catalin Marinas
- [PATCH v7 15/17] iommu/dma: Force bouncing if the size is not cacheline-aligned, Catalin Marinas
- [PATCH v7 16/17] mm: slab: Reduce the kmalloc() minimum alignment if DMA bouncing possible, Catalin Marinas
- [PATCH v7 17/17] arm64: Enable ARCH_WANT_KMALLOC_DMA_BOUNCE for arm64, Catalin Marinas
- Re: [PATCH v7 00/17] mm, dma, arm64: Reduce ARCH_KMALLOC_MINALIGN to 8, Amit Pundir
- [linux-next:master 4217/8413] lib/kunit/executor_test.c:138:4: warning: cast from 'void (*)(const void *)' to 'kunit_action_t *' (aka 'void (*)(void *)') converts to incompatible function type, kernel test robot
- [PATCH v3 0/3] Encapsulate PTE contents from non-arch code,
Ryan Roberts
- [linux-next:master 2350/8413] arch/parisc/kernel/pdt.c:65:6: warning: no previous prototype for 'arch_report_meminfo', kernel test robot
- [PATCH -next 1/2] mm: compaction: convert to use a folio in isolate_migratepages_block(),
Kefeng Wang
- [PATCH] memblock: use the helper macro for_each_zone,
Peng Zhang
- [PATCH 1/2] selftests: mm: remove wrong kernel header inclusion,
Muhammad Usama Anjum
- [PATCH v3 0/7] mm: zswap: move writeback LRU from zpool to zswap,
Domenico Cerasuolo
- [PATCH] [mm-unstable] mm/folio: Replace set_compound_order with folio_set_order,
Tarun Sahu
- [RFC PATCH ] mm/slub: Reducing slub memory wastage,
Jay Patel
- [linux-next:master] [splice] 2cb1e08985: stress-ng.sendfile.ops_per_sec 11.6% improvement,
kernel test robot
- [PATCH v2] watchdog/mm: Allow dumping memory info in pretimeout,
Vincent Whitchurch
- [PATCH RFC v9 00/51] Add AMD Secure Nested Paging (SEV-SNP) Hypervisor Support,
Michael Roth
- [PATCH RFC v9 09/51] x86/sev: Add RMP entry lookup helpers, Michael Roth
- [PATCH RFC v9 10/51] x86/fault: Add helper for dumping RMP entries, Michael Roth
- [PATCH RFC v9 11/51] x86/traps: Define RMP violation #PF error code, Michael Roth
- [PATCH RFC v9 12/51] x86/fault: Report RMP page faults for kernel addresses, Michael Roth
- [PATCH RFC v9 13/51] x86/fault: Handle RMP page faults for user addresses, Michael Roth
- [PATCH RFC v9 14/51] x86/sev: Add helper functions for RMPUPDATE and PSMASH instruction, Michael Roth
- [PATCH RFC v9 15/51] x86/sev: Invalidate pages from the direct map when adding them to the RMP table, Michael Roth
- [PATCH RFC v9 16/51] crypto: ccp: Define the SEV-SNP commands, Michael Roth
- [PATCH RFC v9 17/51] crypto: ccp: Add support to initialize the AMD-SP for SEV-SNP, Michael Roth
- [PATCH RFC v9 18/51] crypto: ccp: Provide API to issue SEV and SNP commands, Michael Roth
- [PATCH RFC v9 19/51] x86/sev: Introduce snp leaked pages list, Michael Roth
- [PATCH RFC v9 20/51] crypto: ccp: Handle the legacy TMR allocation when SNP is enabled, Michael Roth
- [PATCH RFC v9 01/51] KVM: x86: Add gmem hook for initializing private memory, Michael Roth
- [PATCH RFC v9 21/51] crypto: ccp: Handle the legacy SEV command when SNP is enabled, Michael Roth
- [PATCH RFC v9 22/51] crypto: ccp: Add the SNP_PLATFORM_STATUS command, Michael Roth
- [PATCH RFC v9 23/51] KVM: SEV: Select CONFIG_KVM_PROTECTED_VM when CONFIG_KVM_AMD_SEV=y, Michael Roth
- [PATCH RFC v9 24/51] KVM: SVM: Add support to handle AP reset MSR protocol, Michael Roth
- [PATCH RFC v9 25/51] KVM: SVM: Add GHCB handling for Hypervisor Feature Support requests, Michael Roth
- [PATCH RFC v9 26/51] KVM: SVM: Make AVIC backing, VMSA and VMCB memory allocation SNP safe, Michael Roth
- [PATCH RFC v9 27/51] KVM: SVM: Add initial SEV-SNP support, Michael Roth
- [PATCH RFC v9 28/51] KVM: SVM: Add KVM_SNP_INIT command, Michael Roth
- [PATCH RFC v9 29/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_START command, Michael Roth
- [PATCH RFC v9 30/51] KVM: Add HVA range operator, Michael Roth
- [PATCH RFC v9 02/51] KVM: x86: Add gmem hook for invalidating private memory, Michael Roth
- [PATCH RFC v9 31/51] KVM: Split out memory attribute xarray updates to helper function, Michael Roth
- [PATCH RFC v9 32/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_UPDATE command, Michael Roth
- [PATCH RFC v9 33/51] KVM: SVM: Add KVM_SEV_SNP_LAUNCH_FINISH command, Michael Roth
- [PATCH RFC v9 34/51] KVM: SVM: Add support to handle GHCB GPA register VMGEXIT, Michael Roth
- [PATCH RFC v9 35/51] KVM: SVM: Add KVM_EXIT_VMGEXIT, Michael Roth
- [PATCH RFC v9 36/51] KVM: SVM: Add support to handle MSR based Page State Change VMGEXIT, Michael Roth
- [PATCH RFC v9 37/51] KVM: SVM: Add support to handle Page State Change VMGEXIT, Michael Roth
- [PATCH RFC v9 38/51] KVM: x86: Export the kvm_zap_gfn_range() for the SNP use, Michael Roth
- [PATCH RFC v9 39/51] KVM: x86: Define RMP page fault error bits for #NPF, Michael Roth
- [PATCH RFC v9 40/51] KVM: SVM: Add support to handle RMP nested page faults, Michael Roth
- [PATCH RFC v9 03/51] KVM: x86: Use full 64-bit error code for kvm_mmu_do_page_fault, Michael Roth
- [PATCH RFC v9 41/51] KVM: SVM: Use a VMSA physical address variable for populating VMCB, Michael Roth
- [PATCH RFC v9 42/51] KVM: SVM: Support SEV-SNP AP Creation NAE event, Michael Roth
- [PATCH RFC v9 43/51] KVM: SEV: Configure MMU to check for private fault flags, Michael Roth
- [PATCH RFC v9 44/51] KVM: SEV: Implement gmem hook for initializing private pages, Michael Roth
- [PATCH RFC v9 45/51] KVM: SEV: Implement gmem hook for invalidating private pages, Michael Roth
- [PATCH RFC v9 46/51] KVM: SVM: Add module parameter to enable the SEV-SNP, Michael Roth
- [PATCH RFC v9 47/51] iommu/amd: Add IOMMU_SNP_SHUTDOWN support, Michael Roth
- [PATCH RFC v9 48/51] crypto: ccp: Add the SNP_{SET,GET}_EXT_CONFIG command, Michael Roth
- [PATCH RFC v9 49/51] x86/sev: Add KVM commands for per-instance certs, Michael Roth
- [PATCH RFC v9 50/51] KVM: SVM: Provide support for SNP_GUEST_REQUEST NAE event, Michael Roth
- [PATCH RFC v9 04/51] KVM: x86: Determine shared/private faults using a configurable mask, Michael Roth
- [PATCH RFC v9 51/51] crypto: ccp: Add debug support for decrypting pages, Michael Roth
- [PATCH RFC v9 05/51] x86/coco: move CONFIG_HAS_CC_PLATFORM check down into coco/Makefile, Michael Roth
- [PATCH RFC v9 06/51] x86/cpufeatures: Add SEV-SNP CPU feature, Michael Roth
- [PATCH RFC v9 07/51] x86/sev: Add the host SEV-SNP initialization support, Michael Roth
- [PATCH RFC v9 08/51] x86/speculation: Do not enable Automatic IBRS if SEV SNP is enabled, Michael Roth
- [linux-next:master 5458/8413] include/linux/fortify-string.h:529:4: error: call to '__read_overflow2_field' declared with 'warning' attribute: detected read beyond size of field (2nd parameter); maybe use struct_group()?, kernel test robot
- [linux-next:master] [kbuild] df8fc4e934: BUG:unable_to_handle_page_fault_for_address,
kernel test robot
- [linux-next:master 5479/8413] drivers/scsi/lpfc/lpfc_bsg.c:918:13: sparse: sparse: incorrect type in assignment (different base types), kernel test robot
- [PATCH v1 1/1] selftests: mm: uufd-unit-tests: remove a format warning in printf,
Mirsad Todorovac
- [PATCH v2] lib: Replace kmap() with kmap_local_page(),
Sumitra Sharma
- [PATCH -next] mm: Remove unused vma_init_lock(),
YueHaibing
- [PATCH] mm: compaction: mark kcompactd_run() and kcompactd_stop() __meminit,
Miaohe Lin
- [PATCH] memory tier: remove unneeded !IS_ENABLED(CONFIG_MIGRATION) check,
Miaohe Lin
- [stable:linux-5.15.y 36/9999] drivers/media/dvb-frontends/mb86a16.c:1600:26: warning: stack frame size (1168) exceeds limit (1024) in 'mb86a16_search', kernel test robot
- [PATCH] mm: hugetlb: Add Kconfig option to set default nr_overcommit_hugepages,
Josh Triplett
- [PATCH] mm/khugepaged: use DEFINE_READ_MOSTLY_HASHTABLE macro,
ndesaulniers
- [linux-next:pending-fixes] BUILD SUCCESS c7b658b8488dd2db8992e9ed18afe739c893c6b9, kernel test robot
- [PATCH 0/2] change ->index to PAGE_SIZE for hugetlb pages,
Sidhartha Kumar
- [linux-next:master 3357/8413] drivers/scsi/FlashPoint.c:1712:12: warning: stack frame size (1056) exceeds limit (1024) in 'FlashPoint_HandleInterrupt',
kernel test robot
- [linux-next:master] BUILD REGRESSION 53ab6975c12d1ad86c599a8927e8c698b144d669, kernel test robot
- [PATCH v3] mm/folio: Avoid special handling for order value 0 in folio_set_order,
Tarun Sahu
- [linux-next:master 7164/8413] uvdevice.c:undefined reference to `uv_info', kernel test robot
- [PATCH v2 0/3] Optimize the fast path of mas_store(),
Peng Zhang
- Re: [RFC PATCH 00/80] Rust PuzzleFS filesystem driver,
Christian Brauner
- Re: [RFC PATCH 00/80] Rust PuzzleFS filesystem driver, Miguel Ojeda
- Re: [RFC PATCH 00/80] Rust PuzzleFS filesystem driver, Kent Overstreet
- <Possible follow-ups>
- Re: [RFC PATCH 00/80] Rust PuzzleFS filesystem driver, Alice Ryhl
[PATCH net-next 0/6] splice, net: Some miscellaneous MSG_SPLICE_PAGES changes,
David Howells
[PATCH] mm: compaction: skip memory hole rapidly when isolating migratable pages,
Baolin Wang
[PATCH v2] mm/vmalloc: Replace the ternary conditional operator with min(),
Lu Hongfei
[RFC PATCH net-next] sock: Propose socket.urgent for sockmem isolation,
Abel Wu
[PATCH 0/7] revert shrinker_srcu related changes,
Qi Zheng
[linux-next:master] [crypto] bb897c5504: stress-ng.af-alg.ops_per_sec -8.0% regression,
kernel test robot
[PATCH v6 00/19] mm: ioremap: Convert architectures to take GENERIC_IOREMAP way,
Baoquan He
- [PATCH v6 01/19] asm-generic/iomap.h: remove ARCH_HAS_IOREMAP_xx macros, Baoquan He
- [PATCH v6 02/19] hexagon: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 03/19] openrisc: mm: remove unneeded early ioremap code, Baoquan He
- [PATCH v6 04/19] mm/ioremap: Define generic_ioremap_prot() and generic_iounmap(), Baoquan He
- [PATCH v6 05/19] mm: ioremap: allow ARCH to have its own ioremap method definition, Baoquan He
- [PATCH v6 06/19] mm/ioremap: add slab availability checking in ioremap_prot, Baoquan He
- [PATCH v6 07/19] arc: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 08/19] ia64: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 09/19] openrisc: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 10/19] s390: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 12/19] sh: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 11/19] sh: add <asm-generic/io.h> including, Baoquan He
- [PATCH v6 14/19] parisc: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 13/19] xtensa: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 15/19] mm/ioremap: Consider IOREMAP space in generic ioremap, Baoquan He
- [PATCH v6 16/19] mm: move is_ioremap_addr() into new header file, Baoquan He
- [PATCH v6 17/19] powerpc: mm: Convert to GENERIC_IOREMAP, Baoquan He
- [PATCH v6 18/19] arm64 : mm: add wrapper function ioremap_prot(), Baoquan He
- [PATCH v6 19/19] mm: ioremap: remove unneeded ioremap_allowed and iounmap_allowed, Baoquan He
[PATCH] watchdog/mm: Allow dumping memory info in pretimeout,
Vincent Whitchurch
[PATCH] mm/vmalloc: Replace the ternary conditional operator with min(),
Lu Hongfei
[akpm-mm:mm-unstable 294/311] arch/mips/mm/tlb-r4k.c:300:16: warning: variable 'pmdp' set but not used, kernel test robot
[PATCH] mm/min_free_kbytes: modify min_free_kbytes calculation rules,
liuq
[PATCH] mm: kill [add|del]_page_to_lru_list(),
Kefeng Wang
[PATCH v2 00/32] mm: allow pte_offset_map[_lock]() to fail,
Hugh Dickins
- [PATCH v2 01/32] mm: use pmdp_get_lockless() without surplus barrier(), Hugh Dickins
- [PATCH v2 02/32] mm/migrate: remove cruft from migration_entry_wait()s, Hugh Dickins
- [PATCH v2 03/32] mm/pgtable: kmap_local_page() instead of kmap_atomic(), Hugh Dickins
- [PATCH v2 04/32] mm/pgtable: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 05/32] mm/filemap: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH v2 06/32] mm/page_vma_mapped: delete bogosity in page_vma_mapped_walk(), Hugh Dickins
- [PATCH v2 07/32] mm/page_vma_mapped: reformat map_pte() with less indentation, Hugh Dickins
- [PATCH v2 08/32] mm/page_vma_mapped: pte_offset_map_nolock() not pte_lockptr(), Hugh Dickins
- [PATCH v2 09/32] mm/pagewalkers: ACTION_AGAIN if pte_offset_map_lock() fails, Hugh Dickins
- [PATCH v2 10/32] mm/pagewalk: walk_pte_range() allow for pte_offset_map(), Hugh Dickins
- [PATCH v2 11/32] mm/vmwgfx: simplify pmd & pud mapping dirty helpers, Hugh Dickins
- [PATCH v2 12/32] mm/vmalloc: vmalloc_to_page() use pte_offset_kernel(), Hugh Dickins
- [PATCH v2 13/32] mm/hmm: retry if pte_offset_map() fails, Hugh Dickins
- [PATCH v2 14/32] mm/userfaultfd: retry if pte_offset_map() fails, Hugh Dickins
- [PATCH v2 15/32] mm/userfaultfd: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH v2 16/32] mm/debug_vm_pgtable,page_table_check: warn pte map fails, Hugh Dickins
- [PATCH v2 17/32] mm/various: give up if pte_offset_map[_lock]() fails, Hugh Dickins
- [PATCH v2 18/32] mm/mprotect: delete pmd_none_or_clear_bad_unless_trans_huge(), Hugh Dickins
- [PATCH v2 19/32] mm/mremap: retry if either pte_offset_map_*lock() fails, Hugh Dickins
- [PATCH v2 20/32] mm/madvise: clean up pte_offset_map_lock() scans, Hugh Dickins
- [PATCH v2 21/32] mm/madvise: clean up force_shm_swapin_readahead(), Hugh Dickins
- [PATCH v2 22/32] mm/swapoff: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 23/32] mm/mglru: allow pte_offset_map_nolock() to fail, Hugh Dickins
- [PATCH v2 24/32] mm/migrate_device: allow pte_offset_map_lock() to fail, Hugh Dickins
- [PATCH v2 25/32] mm/gup: remove FOLL_SPLIT_PMD use of pmd_trans_unstable(), Hugh Dickins
- [PATCH v2 26/32] mm/huge_memory: split huge pmd under one pte_offset_map(), Hugh Dickins
- [PATCH v2 27/32] mm/khugepaged: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 28/32] mm/memory: allow pte_offset_map[_lock]() to fail, Hugh Dickins
- [PATCH v2 29/32] mm/memory: handle_pte_fault() use pte_offset_map_nolock(), Hugh Dickins
- [PATCH v2 30/32] mm/pgtable: delete pmd_trans_unstable() and friends, Hugh Dickins
- [PATCH v2 31/32] mm/swap: swap_vma_readahead() do the pte_offset_map(), Hugh Dickins
- [PATCH v2 32/32] perf/core: Allow pte_offset_map() to fail, Hugh Dickins
- [PATCH] mm/swapfile: delete outdated pte_offset_map() comment, Hugh Dickins
[PATCH v2 0/6] Per-vma lock support for swap and userfaults,
Suren Baghdasaryan
[PATCH] udmabuf: revert 'Add support for mapping hugepages (v4)',
Mike Kravetz
drivers/acpi/proc.c:139:30: warning: 'acpi_system_wakeup_device_proc_ops' defined but not used, kernel test robot
drivers/gpu/drm/radeon/ci_dpm.c:5637:5: warning: stack frame size (2080) exceeds limit (2048) in 'ci_dpm_init', kernel test robot
<Blacknight-Billing> Last Notice about Your Expired Services , Invoice n: #1261465, <Billing-Blacknight@solutions>
[PATCH v2 00/23] arch: allow pte_offset_map[_lock]() to fail,
Hugh Dickins
[Index of Archives]
[Linux Kernel Development]
[Linux ARM Kernel]
[Linux MIPS]
[Linux S390]
[Bugtraq]
[Fedora ARM]