index
:
talos-op-linux
master
Talos™ II Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: mm: Set PSTATE.PAN from the cpu_enable_pan() call
James Morse
2016-12-08
1
-0
/
+9
*
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
James Morse
2016-12-08
1
-1
/
+2
*
arm64: Add workaround for Cavium erratum 27456
Andrew Pinski
2016-09-15
1
-0
/
+12
*
arm64: mm: avoid fdt_check_header() before the FDT is fully mapped
Ard Biesheuvel
2016-08-20
1
-4
/
+4
*
arm64: debug: unmask PSTATE.D earlier
Will Deacon
2016-08-20
1
-0
/
+2
*
arm64: mm: always take dirty state from new pte in ptep_set_access_flags
Will Deacon
2016-06-24
1
-1
/
+1
*
arm64: Implement ptep_set_access_flags() for hardware AF/DBM
Catalin Marinas
2016-06-01
1
-0
/
+50
*
arm64: vmemmap: use virtual projection of linear region
Ard Biesheuvel
2016-03-09
1
-2
/
+2
*
arm64: dma-mapping: fix handling of devices registered before arch_initcall
Marek Szyprowski
2016-02-25
1
-0
/
+4
*
arm64: mm: avoid calling apply_to_page_range on empty range
Mika Penttilä
2016-02-25
1
-0
/
+3
*
arm64: kernel: fix architected PMU registers unconditional access
Lorenzo Pieralisi
2016-01-31
2
-2
/
+14
*
arm64: kernel: enforce pmuserenr_el0 initialization and restore
Lorenzo Pieralisi
2016-01-31
1
-0
/
+2
*
arm64: mm: ensure that the zero page is visible to the page table walker
Will Deacon
2016-01-31
1
-0
/
+3
*
Revert "arm64: Mark kernel page ranges contiguous"
Catalin Marinas
2015-11-26
1
-61
/
+8
*
arm64: mm: keep reserved ASIDs in sync with mm after multiple rollovers
Will Deacon
2015-11-26
1
-12
/
+26
*
arm64: mm: fix fault_info table xFSC decoding
Mark Rutland
2015-11-25
1
-14
/
+14
*
arm64: early_alloc: Fix check for allocation failure
Suzuki K. Poulose
2015-11-25
1
-2
/
+6
*
arm64: Fix R/O permissions in mark_rodata_ro
Laura Abbott
2015-11-18
1
-1
/
+1
*
arm64: simplify dma_get_ops
Arnd Bergmann
2015-11-17
1
-12
/
+4
*
arm64: mm: use correct mapping granularity under DEBUG_RODATA
Ard Biesheuvel
2015-11-17
1
-6
/
+6
*
arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs
Robin Murphy
2015-11-16
1
-6
/
+13
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2015-11-12
1
-4
/
+4
|
\
|
*
arm64: mmu: make split_pud and fixup_executable static
Jisheng Zhang
2015-11-12
1
-2
/
+2
|
*
arm64: fix R/O permissions of FDT mapping
Ard Biesheuvel
2015-11-09
1
-1
/
+1
|
*
arm64: fix STRICT_MM_TYPECHECKS issue in PTE_CONT manipulation
Ard Biesheuvel
2015-11-09
1
-1
/
+1
*
|
arm64: fixup for mm renames
Andrew Morton
2015-11-07
1
-1
/
+1
*
|
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-11-06
1
-2
/
+2
*
|
Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2015-11-05
1
-0
/
+457
|
\
\
|
*
|
arm64: Hook up IOMMU dma_ops
Robin Murphy
2015-10-15
1
-0
/
+22
|
*
|
arm64: Add IOMMU dma_ops
Robin Murphy
2015-10-15
1
-0
/
+435
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-11-04
11
-163
/
+449
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
arm64: Fix build with CONFIG_ZONE_DMA=n
Robin Murphy
2015-10-29
1
-6
/
+7
|
*
|
arm64/mm: use PAGE_ALIGNED instead of IS_ALIGNED
Alexander Kuleshov
2015-10-28
1
-1
/
+1
|
*
|
arm64: Delay cpu feature capability checks
Suzuki K. Poulose
2015-10-21
1
-1
/
+1
|
*
|
arm64: Add 16K page size support
Suzuki K. Poulose
2015-10-19
1
-1
/
+3
|
*
|
arm64: Handle section maps for swapper/idmap
Suzuki K. Poulose
2015-10-19
1
-41
/
+33
|
*
|
arm64: kasan: fix issues reported by sparse
Will Deacon
2015-10-13
1
-1
/
+1
|
*
|
ARM64: kasan: print memory assignment
Linus Walleij
2015-10-12
1
-0
/
+6
|
*
|
arm64: add KASAN support
Andrey Ryabinin
2015-10-12
2
-0
/
+168
|
*
|
arm64: move PGD_SIZE definition to pgalloc.h
Andrey Ryabinin
2015-10-12
1
-2
/
+0
|
*
|
arm64: use ENDPIPROC() to annotate position independent assembler routines
Ard Biesheuvel
2015-10-12
1
-5
/
+5
|
*
|
arm64: Mark kernel page ranges contiguous
Jeremy Linton
2015-10-08
1
-8
/
+61
|
*
|
arm64: Make the kernel page dump utility aware of the CONT bit
Jeremy Linton
2015-10-08
1
-1
/
+17
|
*
|
arm64: mm: kill mm_cpumask usage
Will Deacon
2015-10-07
1
-2
/
+0
|
*
|
arm64: switch_mm: simplify mm and CPU checks
Will Deacon
2015-10-07
1
-1
/
+1
|
*
|
arm64: mm: rewrite ASID allocator and MM context-switching code
Will Deacon
2015-10-07
2
-94
/
+146
|
*
|
arm64: flush: use local TLB and I-cache invalidation
Will Deacon
2015-10-07
2
-3
/
+3
|
*
|
arm64: proc: de-scope TLBI operation during cold boot
Will Deacon
2015-10-07
1
-2
/
+2
*
|
|
Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fix
Ingo Molnar
2015-10-14
9
-61
/
+72
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
arm64: readahead: fault retry breaks mmap file read random detection
Mark Salyzyn
2015-10-05
1
-0
/
+1
|
|
/
[next]