Age | Commit message (Expand) | Author |
2020-03-02 | arm64: context: Fix ASID limit in boot messages | Jean-Philippe Brucker |
2020-02-04 | x86: mm: avoid allocating struct mm_struct on the stack | Steven Price |
2020-02-04 | mm: ptdump: reduce level numbers by 1 in note_page() | Steven Price |
2020-02-04 | arm64: mm: display non-present entries in ptdump | Steven Price |
2020-02-04 | arm64: mm: convert mm/dump.c to use walk_page_range() | Steven Price |
2020-01-27 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2020-01-22 | Merge branch 'for-next/asm-annotations' into for-next/core | Will Deacon |
2020-01-22 | Merge branches 'for-next/acpi', 'for-next/cpufeatures', 'for-next/csum', 'for... | Will Deacon |
2020-01-17 | arm64: Use macros instead of hard-coded constants for MAIR_EL1 | Catalin Marinas |
2020-01-16 | arm64: mm: avoid x18 in idmap_kpti_install_ng_mappings | Sami Tolvanen |
2020-01-16 | arm64: context: Free up kernel ASIDs if KPTI is not in use | Vladimir Murzin |
2020-01-08 | mm: change_memory_common: add spaces for `*` operator | Pan Zhang |
2020-01-08 | arm64: mm: Use modern annotations for assembly functions | Mark Brown |
2020-01-06 | arm64: Revert support for execute-only user mappings | Catalin Marinas |
2020-01-04 | mm/memory_hotplug: shrink zones when offlining memory | David Hildenbrand |
2019-12-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2019-12-04 | arm64: mm: Fix column alignment for UXN in kernel_page_tables | Mark Brown |
2019-12-04 | arm64: mm: Fix initialisation of DMA zones on non-NUMA systems | Will Deacon |
2019-11-28 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Linus Torvalds |
2019-11-26 | Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2019-11-21 | Merge branch 'for-next/zone-dma' of git://git.kernel.org/pub/scm/linux/kernel... | Christoph Hellwig |
2019-11-20 | dma-mapping: drop the dev argument to arch_sync_dma_for_* | Christoph Hellwig |
2019-11-08 | Merge branches 'for-next/elf-hwcap-docs', 'for-next/smccc-conduit-cleanup', '... | Catalin Marinas |
2019-11-07 | arm/efi: EFI soft reservation to memblock | Dan Williams |
2019-11-07 | arm64: mm: reserve CMA and crashkernel in ZONE_DMA32 | Nicolas Saenz Julienne |
2019-11-06 | arm64: mm: simplify the page end calculation in __create_pgd_mapping() | Masahiro Yamada |
2019-11-01 | dma/direct: turn ARCH_ZONE_DMA_BITS into a variable | Nicolas Saenz Julienne |
2019-10-29 | arm64: print additional fault message when executing non-exec memory | Xiang Zheng |
2019-10-28 | Merge branch 'for-next/entry-s-to-c' into for-next/core | Catalin Marinas |
2019-10-28 | arm64: Make arm64_dma32_phys_limit static | Catalin Marinas |
2019-10-28 | arm64: entry-common: don't touch daif before bp-hardening | James Morse |
2019-10-28 | arm64: Remove asmlinkage from updated functions | James Morse |
2019-10-28 | arm64: remove __exception annotations | James Morse |
2019-10-16 | arm64: mm: fix inverted PAR_EL1.F check | Mark Rutland |
2019-10-16 | arm64: mm: Fix unused variable warning in zone_sizes_init | Nathan Chancellor |
2019-10-16 | arm64/mm: Poison initmem while freeing with free_reserved_area() | Anshuman Khandual |
2019-10-16 | arm64: use generic free_initrd_mem() | Mike Rapoport |
2019-10-14 | arm64: use both ZONE_DMA and ZONE_DMA32 | Nicolas Saenz Julienne |
2019-10-14 | arm64: rename variables used to calculate ZONE_DMA32's size | Nicolas Saenz Julienne |
2019-10-14 | arm64: mm: use arm64_dma_phys_limit instead of calling max_zone_dma_phys() | Nicolas Saenz Julienne |
2019-10-07 | arm64: mm: fix spurious fault detection | Mark Rutland |
2019-10-04 | arm64: mm: avoid virt_to_phys(init_mm.pgd) | Mark Rutland |
2019-09-26 | mm: treewide: clarify pgtable_page_{ctor,dtor}() naming | Mark Rutland |
2019-09-24 | arm64, mm: move generic mmap layout functions to mm | Alexandre Ghiti |
2019-09-24 | arm64: consider stack randomization for mmap base only when necessary | Alexandre Ghiti |
2019-09-24 | arm64: make use of is_compat_task instead of hardcoding this test | Alexandre Ghiti |
2019-09-24 | mm: consolidate pgtable_cache_init() and pgd_cache_init() | Mike Rapoport |
2019-09-24 | mm: introduce page_size() | Matthew Wilcox (Oracle) |
2019-09-19 | Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds |
2019-09-16 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |