Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
0f75e1a370fd843c9e508fc1ccf0662833034827
/
arch
/
arm64
/
mm
b7ed934
arm64, thp: remove infrastructure for handling splitting PMDs
by Kirill A. Shutemov
· 9 years ago
8f0d3aa
arm64: mm: support ARCH_MMAP_RND_BITS
by Daniel Cashman
· 9 years ago
541d284
Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
39b5be9
arm64: mm: move pgd_cache initialisation to pgtable_cache_init
by Will Deacon
· 9 years ago
66b3923
arm64: hugetlb: add support for PTE contiguous bit
by David Woods
· 9 years ago
60792ad
arm64: kernel: enforce pmuserenr_el0 initialization and restore
by Lorenzo Pieralisi
· 9 years ago
0a28714
arm64: Use PoU cache instr for I/D coherency
by Ashok Kumar
· 9 years ago
e6b1185
arm64: Defer dcache flush in __cpu_copy_user_page
by Ashok Kumar
· 9 years ago
129b985
Merge branch 'aarch64/efi' into aarch64/for-next/core
by Will Deacon
· 9 years ago
32d6397
arm64: mm: ensure that the zero page is visible to the page table walker
by Will Deacon
· 9 years ago
f00083c
arm64: mm: place __cpu_setup in .text
by Mark Rutland
· 9 years ago
9aa4ec1
arm64: mm: fold alternatives into .init
by Mark Rutland
· 9 years ago
e2c30ee
arm64: mm: remove pointless PAGE_MASKing
by Mark Rutland
· 9 years ago
68709f4
arm64: only consider memblocks with NOMAP cleared for linear mapping
by Ard Biesheuvel
· 9 years ago
a7c61a3
arm64: add __init/__initdata section marker to some functions/variables
by Jisheng Zhang
· 9 years ago
9c4e08a
arm64: mm: allow sections for unaligned bases
by Mark Rutland
· 9 years ago
cc5d2b3
arm64: mm: detect bad __create_mapping uses
by Mark Rutland
· 9 years ago
667c275
Revert "arm64: Mark kernel page ranges contiguous"
by Catalin Marinas
· 9 years ago
0ebea80
arm64: mm: keep reserved ASIDs in sync with mm after multiple rollovers
by Will Deacon
· 9 years ago
c03784ee8
arm64: mm: fix fault_info table xFSC decoding
by Mark Rutland
· 9 years ago
7142392
arm64: early_alloc: Fix check for allocation failure
by Suzuki K. Poulose
· 9 years ago
0b2aa5b
arm64: Fix R/O permissions in mark_rodata_ro
by Laura Abbott
· 9 years ago
1dccb59
arm64: simplify dma_get_ops
by Arnd Bergmann
· 9 years ago
4fee9f3
arm64: mm: use correct mapping granularity under DEBUG_RODATA
by Ard Biesheuvel
· 9 years ago
bd1c6ff
arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs
by Robin Murphy
· 9 years ago
a18e2fa
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
9a17a21
arm64: mmu: make split_pud and fixup_executable static
by Jisheng Zhang
· 9 years ago
fb226c3
arm64: fix R/O permissions of FDT mapping
by Ard Biesheuvel
· 9 years ago
b219545
arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulation
by Ard Biesheuvel
· 9 years ago
ce5c2d2
arm64: fixup for mm renames
by Andrew Morton
· 9 years ago
d0164ad
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapd
by Mel Gorman
· 9 years ago
39cf7c3
Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 9 years ago
2dc10ad
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
86a5906
arm64: Fix build with CONFIG_ZONE_DMA=n
by Robin Murphy
· 9 years ago
f23bef3
arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED
by Alexander Kuleshov
· 9 years ago
dbb4e15
arm64: Delay cpu feature capability checks
by Suzuki K. Poulose
· 9 years ago
44eaacf
arm64: Add 16K page size support
by Suzuki K. Poulose
· 9 years ago
b433dce
arm64: Handle section maps for swapper/idmap
by Suzuki K. Poulose
· 9 years ago
876945d
arm64: Hook up IOMMU dma_ops
by Robin Murphy
· 9 years ago
13b8629
arm64: Add IOMMU dma_ops
by Robin Murphy
· 9 years ago
c7d77a7
Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
by Ingo Molnar
· 9 years ago
8304012
arm64: kasan: fix issues reported by sparse
by Will Deacon
· 9 years ago
ee7f881
ARM64: kasan: print memory assignment
by Linus Walleij
· 9 years ago
39d114d
arm64: add KASAN support
by Andrey Ryabinin
· 9 years ago
fd2203d
arm64: move PGD_SIZE definition to pgalloc.h
by Andrey Ryabinin
· 9 years ago
2079184
arm64: use ENDPIPROC() to annotate position independent assembler routines
by Ard Biesheuvel
· 9 years ago
348a65c
arm64: Mark kernel page ranges contiguous
by Jeremy Linton
· 9 years ago
202e41a
arm64: Make the kernel page dump utility aware of the CONT bit
by Jeremy Linton
· 9 years ago
38d9628
arm64: mm: kill mm_cpumask usage
by Will Deacon
· 9 years ago
c2775b2
arm64: switch_mm: simplify mm and CPU checks
by Will Deacon
· 9 years ago
5aec715
arm64: mm: rewrite ASID allocator and MM context-switching code
by Will Deacon
· 9 years ago
8e63d38
arm64: flush: use local TLB and I-cache invalidation
by Will Deacon
· 9 years ago
fa7aae8
arm64: proc: de-scope TLBI operation during cold boot
by Will Deacon
· 9 years ago
569ba74
arm64: readahead: fault retry breaks mmap file read random detection
by Mark Salyzyn
· 9 years ago
ba9cc45
arm64: dma-mapping: check whether cma area is initialized or not
by Jisheng Zhang
· 9 years ago
d8d23fa
arm64: mdscr_el1: avoid exposing DCC to userspace
by Will Deacon
· 9 years ago
8d446c8
arm64/mm: Add PROT_DEVICE_nGnRnE and PROT_NORMAL_WT
by Jonathan (Zhixiong) Zhang
· 9 years ago
8ec4198
arm64: mm: ensure patched kernel text is fetched from PoU
by Will Deacon
· 9 years ago
97942c2
arm64: dma-mapping: Simplify pgprot handling
by Robin Murphy
· 9 years ago
c53e0ba
arm64: mm: mark create_mapping as __init
by Mark Rutland
· 9 years ago
662ba3d
arm64: mm: add __init section marker to free_initrd_mem
by Wang Long
· 9 years ago
9fb7410
arm64/BUG: Use BRK instruction for generic BUG traps
by Dave P Martin
· 9 years ago
338d4f4
arm64: kernel: Add support for Privileged Access Never
by James Morse
· 9 years ago
271d35e
arm64: mm: Adopt new alternative assembler macros
by Daniel Thompson
· 9 years ago
0a570e7
arm64: hugetlb: remove paragraph about writing to FSF
by Jisheng Zhang
· 9 years ago
1d1ddf6
arm64: dma-mapping: implement dma_get_sgtable()
by Robin Murphy
· 9 years ago
4b3dc96
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
by Will Deacon
· 10 years ago
2f4b829
arm64: Add support for hardware updates of the access and dirty pte bits
by Catalin Marinas
· 9 years ago
b08d464
arm64: remove dead code
by Mark Salter
· 9 years ago
aaf6f2f
arm64: consolidate __swiotlb_mmap
by Robin Murphy
· 9 years ago
4b59246
arm64: remove another unnecessary libfdt include path
by Ard Biesheuvel
· 9 years ago
6361c84
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
f871d26
arm64: Fix show_unhandled_signal_ratelimited usage
by Suzuki K. Poulose
· 9 years ago
fd28f5d
arm64: Don't report clear pmds and puds as huge
by Christoffer Dall
· 9 years ago
1e43ba9
arm64: fix incorrect use of pgprot_t variable
by Ard Biesheuvel
· 9 years ago
e81f2d2
mm/hugetlb: reduce arch dependent code about huge_pmd_unshare
by Zhang Zhen
· 9 years ago
e3d8238
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
43c9fad
Merge tag 'pm+acpi-4.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
86dca36
arm64: use private ratelimit state along with show_unhandled_signals
by Vladimir Murzin
· 10 years ago
9e793ab
arm64: show unhandled SP/PC alignment faults
by Vladimir Murzin
· 10 years ago
b9bcc91
arm64: mm: Fix freeing of the wrong memmap entries with !SPARSEMEM_VMEMMAP
by Dave P Martin
· 10 years ago
b6197b9
arm64 : Introduce support for ACPI _CCA object
by Suthikulpanit, Suravee
· 10 years ago
565630d
arm64: Do not attempt to use init_mm in reset_context()
by Catalin Marinas
· 10 years ago
8d883b2
arm64: alternative: Merge alternative-asm.h into alternative.h
by Marc Zyngier
· 10 years ago
61bd93c
arm64: use fixmap region for permanent FDT mapping
by Ard Biesheuvel
· 10 years ago
24bbd92
of/fdt: split off FDT self reservation from memreserve processing
by Ard Biesheuvel
· 10 years ago
68234df
arm64: kill flush_cache_all()
by Mark Rutland
· 10 years ago
70ffdb9
mm/fault, arch: Use pagefault_disable() to check for disabled pagefaults in the handler
by David Hildenbrand
· 10 years ago
326a780
arm64: mm: Fix build error with CONFIG_SPARSEMEM_VMEMMAP disabled
by Jungseung Lee
· 10 years ago
2cff98b
arm64: add missing PAGE_ALIGN() to __dma_free()
by Dean Nelson
· 10 years ago
6829e27
arm64: dma-mapping: always clear allocated buffers
by Marek Szyprowski
· 10 years ago
714d8e7
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 10 years ago
36dd908
arm64: add support for memtest
by Vladimir Murzin
· 10 years ago
2b68f6c
mm: expose arch_mmap_rnd when available
by Kees Cook
· 10 years ago
dd04cff
arm64: standardize mmap_rnd() usage
by Kees Cook
· 10 years ago
9f25e6a
arm64: expose number of page table levels on Kconfig level
by Kirill A. Shutemov
· 10 years ago
dd006da
arm64: mm: increase VA range of identity map
by Ard Biesheuvel
· 10 years ago
7132813
arm64: Honor __GFP_ZERO in dma allocations
by Suzuki K. Poulose
· 10 years ago
b63dbef
arm64: fixmap: check idx is definitely valid
by Mark Rutland
· 10 years ago
e6a2e1b
arm64: mm: unexport set_memory_ro and set_memory_rw
by Daniel Borkmann
· 10 years ago
Next »