- 61307b7 Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 10 months ago
- 2bd5059 Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' into next by Joerg Roedel · 10 months ago
- f091e93 dma-mapping: Simplify arch_setup_dma_ops() by Robin Murphy · 11 months ago
- b80fa3cb treewide: use initializer for struct vm_unmapped_area_info by Rick Edgecombe · 12 months ago
- ebfc2fd ARC: Fix typos by Bjorn Helgaas · 11 months ago
- 75f74f8 Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 1 year, 2 months ago
- 4720287 iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops() by Jason Gunthorpe · 1 year, 3 months ago
- 6732c0e ARC: mm: retire support for aliasing VIPT D$ by Vineet Gupta · 2 years, 1 month ago
- 3f86ed6 Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 1 year, 6 months ago
- ac4cfac arc: implement the new page table range API by Matthew Wilcox (Oracle) · 1 year, 7 months ago
- 58d9ceb ARC: pt_regs: create seperate type for ecr by Vineet Gupta · 4 years, 10 months ago
- 06dfae39 arc: mm: convert to GENERIC_IOREMAP by Baoquan He · 1 year, 8 months ago
- fad84e3 ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISA by Vineet Gupta · 4 years, 9 months ago
- 17a5ed5 ARC: boot log: eliminate struct cpuinfo_arc #2: cache by Vineet Gupta · 4 years, 9 months ago
- 72d861f ARC: boot log: eliminate struct cpuinfo_arc #1: mm by Vineet Gupta · 4 years, 9 months ago
- 80bfe13 ARC: uaccess: remove arc specific out-of-line handles for -Os by Vineet Gupta · 3 years, 7 months ago
- 4d36968 ARC: -Wmissing-prototype warning fixes by Vineet Gupta · 1 year, 7 months ago
- 7b82e90 Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic by Linus Torvalds · 1 year, 8 months ago
- a050ba1 mm/fault: convert remaining simple cases to lock_mm_and_find_vma() by Linus Torvalds · 1 year, 9 months ago
- c809202 ARC: init: Pass a pointer to virt_to_pfn() in init by Linus Walleij · 2 years, 9 months ago
- 5f300fd mm: make arch_has_descending_max_zone_pfns() static by Arnd Bergmann · 1 year, 11 months ago
- c44f15c arc: iounmap() arg is volatile by Randy Dunlap · 2 years, 5 months ago
- 63d1dfd ARC: Fix comment typo by Jilin Yuan · 2 years, 10 months ago
- 5d26062 arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROT by Anshuman Khandual · 2 years, 8 months ago
- d927252 mm: avoid unnecessary page fault retires on shared memory types by Peter Xu · 2 years, 9 months ago
- ecaa054 ARC: fix typos in comments by Julia Lawall · 3 years ago
- 62b4888 Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 3 years, 2 months ago
- 36ef159 mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit by Qi Zheng · 3 years, 2 months ago
- 7e5b06b arc: Replace lkml.org links with lore by Kees Cook · 4 years, 1 month ago
- 952eea9 memblock: allow to specify flags with memblock_add_node() by David Hildenbrand · 3 years, 4 months ago
- 3ecc683 memblock: rename memblock_free to memblock_phys_free by Mike Rapoport · 3 years, 4 months ago
- e07af26 Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 3 years, 6 months ago
- 56809a2 ARC: mm: vmalloc sync from kernel to user table to update PMD ... by Vineet Gupta · 4 years, 5 months ago
- 8747ff7 ARC: mm: support 4 levels of page tables by Vineet Gupta · 4 years, 5 months ago
- 2dde02a ARC: mm: support 3 levels of page tables by Vineet Gupta · 4 years, 5 months ago
- d9820ff ARC: mm: switch pgtable_t back to struct page * by Vineet Gupta · 3 years, 7 months ago
- f35534a ARC: mm: hack to allow 2 level build with 4 level code by Vineet Gupta · 4 years, 5 months ago
- 89d0d42 ARC: mm: move MMU specific bits out of ASID allocator by Vineet Gupta · 5 years ago
- da773cf ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flag by Vineet Gupta · 5 years ago
- 1b4013b9 ARC: mm: Enable STRICT_MM_TYPECHECKS by Vineet Gupta · 5 years ago
- 366440ee ARC: mm: Fixes to allow STRICT_MM_TYPECHECKS by Vineet Gupta · 5 years ago
- 12e7804 ARC: mm: remove tlb paranoid code by Vineet Gupta · 5 years ago
- 6128df5 ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 only by Vineet Gupta · 5 years ago
- 288ff7d ARC: retire MMUv1 and MMUv2 support by Vineet Gupta · 5 years ago
- 6b5ff04 ARC: export clear_user_page() for modules by Randy Dunlap · 3 years, 7 months ago
- c52801a arc: use generic strncpy/strnlen from_user by Arnd Bergmann · 5 years ago
- 8e339d5 arc: convert to setup_initial_init_mm() by Kefeng Wang · 3 years, 8 months ago
- 8b793b44 arc: remove support for DISCONTIGMEM by Mike Rapoport · 3 years, 8 months ago
- e7793e5 arc: update comment about HIGHMEM implementation by Mike Rapoport · 3 years, 8 months ago
- 1d5e464 ARC: mm: Use max_high_pfn as a HIGHMEM zone border by Vladimir Isaev · 3 years, 11 months ago
- c5f756d ARC: mm: PAE: use 40-bit physical page mask by Vladimir Isaev · 3 years, 11 months ago
- 1f9d03c mm: move mem_init_print_info() into mm_init() by Kefeng Wang · 3 years, 10 months ago
- ac73e3d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 3 months ago
- 050b2da arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEM by Mike Rapoport · 4 years, 3 months ago
- edd7ab7 Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 3 months ago
- 5f840df ARC: mm: fix spelling mistakes by Flavio Suligoi · 4 years, 4 months ago
- 39cac19 arc/mm/highmem: Use generic kmap atomic implementation by Thomas Gleixner · 4 years, 4 months ago
- b32649b Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 4 years, 5 months ago
- 9f4df96b dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h> by Christoph Hellwig · 4 years, 6 months ago
- 0a0f0d8 dma-mapping: split <linux/dma-mapping.h> by Christoph Hellwig · 4 years, 6 months ago
- dd7c7ab ARC: [plat-eznps]: Drop support for EZChip NPS platform by Vineet Gupta · 4 years, 7 months ago
- 4af22de arc: fix memory initialization for systems with two memory banks by Mike Rapoport · 4 years, 6 months ago
- 52e3f8d mm/arc: use general page fault accounting by Peter Xu · 4 years, 7 months ago
- bce617e mm: do page fault accounting in handle_mm_fault by Peter Xu · 4 years, 7 months ago
- ca15ca4 mm: remove unneeded includes of <asm/pgalloc.h> by Mike Rapoport · 4 years, 7 months ago
- c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 9 months ago
- d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 9 months ago
- e05c7b1 mm: pgtable: add shortcuts for accessing kernel PMD and PTE by Mike Rapoport · 4 years, 9 months ago
- 65fddcf mm: reorder includes after introduction of linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
- ca5999f mm: introduce include/linux/pgtable.h by Mike Rapoport · 4 years, 9 months ago
- 20b271d arch/kmap: define kmap_atomic_prot() for all arch's by Ira Weiny · 4 years, 9 months ago
- abca250 arch/kunmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 9 months ago
- 78b6d91 arch/kmap_atomic: consolidate duplicate code by Ira Weiny · 4 years, 9 months ago
- 525aaf9 arch/kmap: remove redundant arch specific kmaps by Ira Weiny · 4 years, 9 months ago
- 01c4b78 arch/kmap: remove BUG_ON() by Ira Weiny · 4 years, 9 months ago
- 51930df mm: free_area_init: allow defining max_zone_pfn in descending order by Mike Rapoport · 4 years, 9 months ago
- 4064b98 mm: allow VM_FAULT_RETRY for multiple times by Peter Xu · 5 years ago
- dde1607 mm: introduce FAULT_FLAG_DEFAULT by Peter Xu · 5 years ago
- 24a62cf arc/mm: use helper fault_signal_pending() by Peter Xu · 5 years ago
- 056df57 Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 5 years ago
- 6aae342 ARC: mm: remove __ARCH_USE_5LEVEL_HACK by Vineet Gupta · 5 years ago
- 56e35f9 dma-mapping: drop the dev argument to arch_sync_dma_for_* by Christoph Hellwig · 5 years ago
- 2f4ecf6 ARC: mm: tlb flush optim: elide redundant uTLB invalidates for MMUv3 by Vineet Gupta · 5 years ago
- 1355ea2 ARC: mm: tlb flush optim: elide repeated uTLB invalidate in loop by Vineet Gupta · 9 years ago
- ad4c40e ARC: mm: tlb flush optim: Make TLBWriteNI fallback to TLBWrite if not available by Vineet Gupta · 9 years ago
- f4e2f7cc ARC: mm: TLB Miss optim: avoid re-reading ECR by Vineet Gupta · 9 years ago
- 0fb1f35 ARCv2: mm: TLB Miss optim: Use double world load/stores LDD/STD by Vineet Gupta · 10 years ago
- cfd9d70 ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch reg by Vineet Gupta · 10 years ago
- 671df18 Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 5 years ago
- 8e3a68f dma-mapping: make dma_atomic_pool_init self-contained by Christoph Hellwig · 6 years ago
- da31076 ARC: fix typo in setup_dma_ops log message by Eugeniy Paltsev · 6 years ago
- 3eb5148 Merge tag 'arc-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc by Linus Torvalds · 6 years ago
- 9e3a25d Merge tag 'dma-mapping-5.3' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 6 years ago
- 5ad18b2 Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 6 years ago
- 23c0cbd ARCv2: entry: push out the Z flag unclobber from common EXCEPTION_PROLOGUE by Vineet Gupta · 6 years ago
- 926150db ARC: mm: do_page_fault refactor #8: release mmap_sem sooner by Vineet Gupta · 6 years ago
- 5e91bf5 ARC: mm: do_page_fault refactor #7: fold the various error handling by Vineet Gupta · 6 years ago
- 98cb57a ARC: mm: do_page_fault refactor #6: error handlers to use same pattern by Vineet Gupta · 6 years ago
- d0542c7 ARC: mm: do_page_fault refactor #5: scoot no_context to end by Vineet Gupta · 6 years ago
- 02c88d1 ARC: mm: do_page_fault refactor #4: consolidate retry related logic by Vineet Gupta · 6 years ago