index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
arm64: mm: fix inverted PAR_EL1.F check
Mark Rutland
1
-1
/
+5
2019-10-07
arm64: mm: fix spurious fault detection
Mark Rutland
1
-1
/
+1
2019-10-04
arm64: mm: avoid virt_to_phys(init_mm.pgd)
Mark Rutland
1
-1
/
+10
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
1
-1
/
+1
2019-09-25
arm64, mm: move generic mmap layout functions to mm
Alexandre Ghiti
1
-76
/
+0
2019-09-25
arm64: consider stack randomization for mmap base only when necessary
Alexandre Ghiti
1
-1
/
+5
2019-09-25
arm64: make use of is_compat_task instead of hardcoding this test
Alexandre Ghiti
1
-1
/
+1
2019-09-25
mm: consolidate pgtable_cache_init() and pgd_cache_init()
Mike Rapoport
1
-1
/
+1
2019-09-25
mm: introduce page_size()
Matthew Wilcox (Oracle)
1
-2
/
+1
2019-09-19
Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-13
/
+3
2019-09-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
9
-55
/
+117
2019-09-11
arm64: use asm-generic/dma-mapping.h
Christoph Hellwig
1
-0
/
+1
2019-09-11
xen/arm: remove xen_dma_ops
Christoph Hellwig
1
-1
/
+2
2019-09-04
arm64: remove __iounmap
Christoph Hellwig
1
-2
/
+2
2019-08-30
Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...
Will Deacon
6
-47
/
+98
2019-08-29
dma-mapping: make dma_atomic_pool_init self-contained
Christoph Hellwig
1
-6
/
+0
2019-08-29
dma-mapping: remove arch_dma_mmap_pgprot
Christoph Hellwig
1
-6
/
+0
2019-08-28
arm64: kpti: ensure patched kernel text is fetched from PoU
Mark Rutland
1
-0
/
+9
2019-08-28
arm64: fix fixmap copy for 16K pages and 48-bit VA
Mark Rutland
1
-3
/
+5
2019-08-27
arm64: mm: Ignore spurious translation faults taken from the kernel
Will Deacon
1
-0
/
+33
2019-08-23
arm64: map FDT as RW for early_init_dt_scan()
Hsin-Yi Wang
1
-14
/
+1
2019-08-15
arm64: unexport set_memory_x and set_memory_nx
Christoph Hellwig
1
-2
/
+0
2019-08-14
arm64: memory: rename VA_START to PAGE_END
Mark Rutland
3
-6
/
+6
2019-08-14
arm64: memory: fix flipped VA space fallout
Mark Rutland
2
-2
/
+2
2019-08-10
dma-mapping: fix page attributes for dma_mmap_*
Christoph Hellwig
1
-3
/
+1
2019-08-09
arm64: mm: Remove vabits_user
Steve Capper
3
-5
/
+2
2019-08-09
arm64: mm: Introduce 52-bit Kernel VAs
Steve Capper
2
-1
/
+12
2019-08-09
arm64: mm: Separate out vmemmap
Steve Capper
1
-0
/
+5
2019-08-09
arm64: mm: Logic to make offset_ttbr1 conditional
Steve Capper
1
-3
/
+3
2019-08-09
arm64: mm: Introduce vabits_actual
Steve Capper
3
-3
/
+11
2019-08-09
arm64: mm: Introduce VA_BITS_MIN
Steve Capper
1
-1
/
+2
2019-08-09
arm64: dump: De-constify VA_START and KASAN_SHADOW_START
Steve Capper
1
-3
/
+16
2019-08-09
arm64: mm: Flip kernel VA space
Steve Capper
4
-15
/
+9
2019-08-07
arm64: mm: print hexadecimal EC value in mem_abort_decode()
Miles Chen
1
-2
/
+2
2019-08-05
arm64: mm: free the initrd reserved memblock in a aligned manner
Junhua Huang
1
-1
/
+5
2019-08-05
arm64: Replace strncmp with str_has_prefix
Chuhong Yuan
1
-1
/
+1
2019-08-02
arm64: Make debug exception handlers visible from RCU
Masami Hiramatsu
1
-8
/
+49
2019-07-19
mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVE
David Hildenbrand
1
-2
/
+0
2019-07-19
arm64/mm: add temporary arch_remove_memory() implementation
David Hildenbrand
1
-0
/
+19
2019-07-17
mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()
Anshuman Khandual
1
-23
/
+1
2019-07-17
mm/ioremap: probe platform for p4d huge map support
Anshuman Khandual
1
-0
/
+5
2019-07-12
mm/pgtable: drop pgtable_t variable from pte_fn_t functions
Anshuman Khandual
1
-2
/
+1
2019-07-12
arm64: switch to generic version of pte allocation
Mike Rapoport
2
-3
/
+5
2019-07-09
Merge tag 'iommu-updates-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-408
/
+4
2019-07-08
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
6
-60
/
+92
2019-06-24
arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP
Ard Biesheuvel
1
-8
/
+40
2019-06-24
Merge tag 'v5.2-rc6' into generic-dma-ops
Joerg Roedel
17
-173
/
+17
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-5
/
+1
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
13
-156
/
+13
2019-06-17
arm64/mm: Correct the cache line size warning with non coherent device
Masayoshi Mizuma
1
-4
/
+8
[next]