Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
2b96547223e3a036efb51733dbf37a1e4be92068
/
arch
/
arm64
/
mm
5694cec
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
d1402fc
mm: introduce common STRUCT_PAGE_MAX_SHIFT define
by Logan Gunthorpe
· 6 years ago
4ab2150
arm64: Add memory hotplug support
by Robin Murphy
· 6 years ago
3238c35
arm64: dma-mapping: Fix FORCE_CONTIGUOUS buffer clearing
by Robin Murphy
· 6 years ago
4a1daf2
arm64: mm: EXPORT vabits_user to modules
by Will Deacon
· 6 years ago
68d23da
arm64: Kconfig: Re-jig CONFIG options for 52-bit VA
by Will Deacon
· 6 years ago
67e7fdf
arm64: mm: introduce 52-bit userspace support
by Steve Capper
· 6 years ago
e842dfb
arm64: mm: Offset TTBR1 to allow 52-bit PTRS_PER_PGD
by Steve Capper
· 6 years ago
363524d
arm64: mm: Introduce DEFAULT_MAP_WINDOW
by Steve Capper
· 6 years ago
33309ec
arm64: Fix minor issues with the dcache_by_line_op macro
by Will Deacon
· 6 years ago
03ef055
arm64: move memstart_addr export inline
by Mark Rutland
· 6 years ago
a21b0b7
arm64: hugetlb: Register hugepages during arch init
by Allen Pais
· 6 years ago
c55191e
arm64: mm: apply r/o permissions of VM areas to its linear alias as well
by Ard Biesheuvel
· 6 years ago
b34d2ef
arm64: mm: purge lazily unmapped vm regions before changing permissions
by Ard Biesheuvel
· 6 years ago
24cc61d
arm64: memblock: don't permit memblock resizing until linear mapping is up
by Ard Biesheuvel
· 6 years ago
f627175
arm64: fix warnings without CONFIG_IOMMU_DMA
by Christoph Hellwig
· 6 years ago
57c8a66
mm: remove include/linux/bootmem.h
by Mike Rapoport
· 6 years ago
c6ffc5c
memblock: rename free_all_bootmem to memblock_free_all
by Mike Rapoport
· 6 years ago
2013288
memblock: replace free_bootmem{_node} with memblock_free
by Mike Rapoport
· 6 years ago
eb31d55
memblock: remove _virt from APIs returning virtual address
by Mike Rapoport
· 6 years ago
9a8dd70
memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*
by Mike Rapoport
· 6 years ago
befa936
Merge tag 'dma-mapping-4.20-1' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 6 years ago
d1f2b17
Merge tag 'iommu-updates-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 6 years ago
ba9f6f8
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 6 years ago
5289851
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
886643b
arm64: use the generic swiotlb_dma_ops
by Christoph Hellwig
· 6 years ago
fafadcd
swiotlb: don't dip into swiotlb pool for coherent allocations
by Christoph Hellwig
· 6 years ago
dff8d6c
swiotlb: remove the overflow buffer
by Christoph Hellwig
· 6 years ago
26a6f87
arm64: mm: Use __pa_symbol() for set_swapper_pgd()
by James Morse
· 6 years ago
2f2fbfb
Merge branches 'arm/renesas', 'arm/smmu', 'ppc/pamu', 'x86/vt-d', 'x86/amd' and 'core' into next
by Joerg Roedel
· 6 years ago
742fafa
arm64: mm: Drop the unused cpu parameter
by Shaokun Zhang
· 6 years ago
0293c8b
arm64: Fix typo in a comment in arch/arm64/mm/kasan_init.c
by Kyrylo Tkachov
· 6 years ago
9a0c032
arm64: Use daifflag_restore after bp_hardening
by Julien Thierry
· 6 years ago
5233808
arm64/numa: Unify common error path in numa_init()
by Anshuman Khandual
· 6 years ago
77cfe95
arm64/numa: Report correct memblock range for the dummy node
by Anshuman Khandual
· 6 years ago
359048f
arm64/mm: Define esr_to_debug_fault_info()
by Anshuman Khandual
· 6 years ago
dbfe382
arm64/mm: Reorganize arguments for is_el1_permission_fault()
by Anshuman Khandual
· 6 years ago
00bbd5d
arm64/mm: Use ESR_ELx_FSC macro while decoding fault exception
by Anshuman Khandual
· 6 years ago
b4d5557
signal/arm64: Add and use arm64_force_sig_mceerr as appropriate
by Eric W. Biederman
· 6 years ago
feca355
signal/arm64: Add and use arm64_force_sig_fault where appropriate
by Eric W. Biederman
· 6 years ago
559d8d9
signal/arm64: Only call set_thread_esr once in do_page_fault
by Eric W. Biederman
· 6 years ago
2d2837f
signal/arm64: Only perform one esr_to_fault_info call in do_page_fault
by Eric W. Biederman
· 6 years ago
effb093
signal/arm64: Expand __do_user_fault and remove it
by Eric W. Biederman
· 6 years ago
aefab2b
signal/arm64: For clarity separate the 3 signal sending cases in do_page_fault
by Eric W. Biederman
· 6 years ago
9ea3a97
signal/arm64: Consolidate the two hwpoison cases in do_page_fault
by Eric W. Biederman
· 6 years ago
f29ad20
signal/arm64: Factor set_thread_esr out of __do_user_fault
by Eric W. Biederman
· 6 years ago
24b8f79
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
by Eric W. Biederman
· 6 years ago
6fa998e
signal/arm64: Push siginfo generation into arm64_notify_die
by Eric W. Biederman
· 6 years ago
1a0afc1
Revert "dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops"
by Christoph Hellwig
· 6 years ago
2330b7c
arm64/mm: use fixmap to modify swapper_pg_dir
by Jun Yao
· 6 years ago
2b5548b
arm64/mm: Separate boot-time page tables from swapper_pg_dir
by Jun Yao
· 6 years ago
7adb562
arm64/dma-mapping: Mildly optimise non-coherent IOMMU ops
by Robin Murphy
· 6 years ago
031e6e6
arm64: hugetlb: Avoid unnecessary clearing in huge_ptep_set_access_flags
by Steve Capper
· 6 years ago
469ed9d
arm64: hugetlb: Fix handling of young ptes
by Steve Capper
· 6 years ago
8a695a5
arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODEL
by James Morse
· 6 years ago
5ffdfae
arm64: mm: Support Common Not Private translations
by Vladimir Murzin
· 6 years ago
b8925ee
arm64: cpu: Move errata and feature enable callbacks closer to callers
by Will Deacon
· 6 years ago
4733c7c
arm64: dump: Use consistent capitalisation for page-table dumps
by Will Deacon
· 6 years ago
46053c7
dma-mapping: clear dev->dma_ops in arch_teardown_dma_ops
by Christoph Hellwig
· 6 years ago
fac880c
arm64: fix erroneous warnings in page freeing functions
by Mark Rutland
· 6 years ago
6ada4e2
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
d834c5a
kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contiguous()
by Marek Szyprowski
· 6 years ago
50a7ca3
mm: convert return type of handle_mm_fault() caller to vm_fault_t
by Souptick Joarder
· 6 years ago
edb0a20
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
5ad356e
arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
by Greg Hackmann
· 6 years ago
1202f4f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 6 years ago
2c20443
Merge tag 'acpi-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 6 years ago
203b4fc
Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
1035a07
arm64 / ACPI: clean the additional checks before calling ghes_notify_sea()
by Dongjiu Geng
· 6 years ago
8b11ec1
mm: do not initialize TLB stack vma's with vma_init()
by Linus Torvalds
· 6 years ago
864af0d
Merge branch 'akpm' (patches from Andrew)
by Linus Torvalds
· 6 years ago
c515710
arm64: mm: Export __sync_icache_dcache() for xen-privcmd
by Ben Hutchings
· 6 years ago
2c4541e
mm: use vma_init() to initialize VMAs on stack and data segments
by Kirill A. Shutemov
· 6 years ago
7b0eb6b
arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
by Johannes Weiner
· 6 years ago
25be597
arm64: kill config_sctlr_el1()
by Mark Rutland
· 6 years ago
bedbeec
arm64: mm: Export __flush_icache_range() to modules
by Will Deacon
· 7 years ago
97fd601
arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap
by Sudeep Holla
· 7 years ago
ec28bb9
arm64: Implement page table free interfaces
by Chintan Pandya
· 7 years ago
f355152
Merge branch 'x86/mm' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into aarch64/for-next/core
by Will Deacon
· 7 years ago
3b8c9f1
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
by Will Deacon
· 7 years ago
785a19f
ioremap: Update pgtable free interfaces with addr
by Chintan Pandya
· 7 years ago
90aff8d
ARM64: dump: Convert to use DEFINE_SHOW_ATTRIBUTE macro
by Peng Donglin
· 7 years ago
71c8fc0
arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenance
by Will Deacon
· 7 years ago
dd65a94
arm64: dma-mapping: clear buffers allocated with FORCE_CONTIGUOUS flag
by Marek Szyprowski
· 7 years ago
d7dc899
treewide: use PHYS_ADDR_MAX to avoid type casting ULLONG_MAX
by Stefan Agner
· 7 years ago
6396bb2
treewide: kzalloc() -> kcalloc()
by Kees Cook
· 7 years ago
410feb7
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 7 years ago
93e95fa
Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 7 years ago
e5a5946
Merge tag 'dma-mapping-4.18' of git://git.infradead.org/users/hch/dma-mapping
by Linus Torvalds
· 7 years ago
82034c2
arm64: Make sure permission updates happen for pmd/pud
by Laura Abbott
· 7 years ago
c870f14
arm64: Unify kernel fault reporting
by Mark Rutland
· 7 years ago
969e61b
arm64: make is_permission_fault() name clearer
by Mark Rutland
· 7 years ago
cc19846
arm64: fault: Don't leak data in ESR context for user fault on kernel VA
by Peter Maydell
· 7 years ago
ebc7e21
arm64: Increase ARCH_DMA_MINALIGN to 128
by Catalin Marinas
· 7 years ago
15b28bb
dma-debug: move initialization to common code
by Christoph Hellwig
· 7 years ago
05c5875
arm64: To remove initrd reserved area entry from memblock
by CHANDAN VN
· 7 years ago
3eb0f51
signal: Ensure every siginfo we send has all bits initialized
by Eric W. Biederman
· 7 years ago
907e21c
arm64: mm: drop addr parameter from sync icache and dcache
by Shaokun Zhang
· 7 years ago
800cb2e
arm64: kasan: avoid pfn_to_nid() before page array is initialized
by Mark Rutland
· 7 years ago
8f2af15
exec: pass stack rlimit into mm layout functions
by Kees Cook
· 7 years ago
Next »