index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
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: remove unnecessary boundary check
Miles Chen
2016-02-26
1
-2
/
+0
|
*
arm64: Rename cpuid_feature field extract routines
Suzuki K Poulose
2016-02-25
1
-1
/
+1
|
*
arm64: Ensure the secondary CPUs have safe ASIDBits size
Suzuki K Poulose
2016-02-25
1
-0
/
+18
|
*
arm64: Add helper for extracting ASIDBits
Suzuki K Poulose
2016-02-25
1
-13
/
+23
|
*
arm64: kaslr: randomize the linear region
Ard Biesheuvel
2016-02-24
1
-2
/
+20
|
*
arm64: add support for kernel ASLR
Ard Biesheuvel
2016-02-24
2
-12
/
+34
|
*
arm64: switch to relative exception tables
Ard Biesheuvel
2016-02-24
1
-1
/
+1
|
*
arm64: User die() instead of panic() in do_page_fault()
Catalin Marinas
2016-02-19
1
-2
/
+2
|
*
arm64: allow kernel Image to be loaded anywhere in physical memory
Ard Biesheuvel
2016-02-18
2
-2
/
+64
|
*
arm64: defer __va translation of initrd_start and initrd_end
Ard Biesheuvel
2016-02-18
1
-4
/
+9
|
*
arm64: move kernel image to base of vmalloc area
Ard Biesheuvel
2016-02-18
4
-53
/
+119
|
*
arm64: decouple early fixmap init from linear mapping
Ard Biesheuvel
2016-02-18
1
-10
/
+6
|
*
arm64: add support for ioremap() block mappings
Ard Biesheuvel
2016-02-18
1
-0
/
+41
|
*
arm64: Remove the get_thread_info() function
Catalin Marinas
2016-02-18
1
-1
/
+1
|
*
arm64: kernel: Don't toggle PAN on systems with UAO
James Morse
2016-02-18
1
-0
/
+3
|
*
arm64: kernel: Add support for User Access Override
James Morse
2016-02-18
1
-6
/
+25
|
*
arm64: cpufeature: Change read_cpuid() to use sysreg's mrs_s macro
James Morse
2016-02-18
1
-1
/
+1
|
*
arm64: ptdump: Indicate whether memory should be faulting
Laura Abbott
2016-02-16
1
-0
/
+5
|
*
arm64: Add support for ARCH_SUPPORTS_DEBUG_PAGEALLOC
Laura Abbott
2016-02-16
2
-12
/
+60
|
*
arm64: Drop alloc function from create_mapping
Laura Abbott
2016-02-16
1
-9
/
+20
|
*
arm64: mm: create new fine-grained mappings at boot
Mark Rutland
2016-02-16
2
-62
/
+106
|
*
arm64: mm: allow passing a pgdir to alloc_init_*
Mark Rutland
2016-02-16
1
-14
/
+19
|
*
arm64: mm: allocate pagetables anywhere
Mark Rutland
2016-02-16
1
-35
/
+0
|
*
arm64: mm: use fixmap when creating page tables
Mark Rutland
2016-02-16
1
-20
/
+41
|
*
arm64: mm: avoid redundant __pa(__va(x))
Mark Rutland
2016-02-16
1
-2
/
+2
|
*
arm64: kasan: avoid TLB conflicts
Mark Rutland
2016-02-16
1
-13
/
+4
|
*
arm64: mm: add code to safely replace TTBR1_EL1
Mark Rutland
2016-02-16
1
-0
/
+28
|
*
arm64: unmap idmap earlier
Mark Rutland
2016-02-16
1
-6
/
+0
|
*
arm64: unify idmap removal
Mark Rutland
2016-02-16
1
-3
/
+1
|
*
arm64: mm: place empty_zero_page in bss
Mark Rutland
2016-02-16
1
-8
/
+1
|
*
arm64: mm: specialise pagetable allocators
Mark Rutland
2016-02-16
1
-25
/
+27
*
|
arm64: hugetlb: partial revert of 66b3923a1a0f
Will Deacon
2016-03-09
1
-14
/
+0
*
|
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2016-03-04
1
-2
/
+2
|
\
\
|
*
|
arm64: vmemmap: use virtual projection of linear region
Ard Biesheuvel
2016-02-26
1
-2
/
+2
*
|
|
mm: ASLR: use get_random_long()
Daniel Cashman
2016-02-27
1
-2
/
+2
|
/
/
*
|
arm64: mm: allow the kernel to handle alignment faults on user accesses
EunTaik Lee
2016-02-19
1
-1
/
+8
*
|
arm64: dma-mapping: fix handling of devices registered before arch_initcall
Marek Szyprowski
2016-02-17
1
-0
/
+4
|
/
*
arm64: allow vmalloc regions to be set with set_memory_*
Ard Biesheuvel
2016-02-02
1
-4
/
+19
*
arm64: mm: avoid calling apply_to_page_range on empty range
Mika Penttilä
2016-01-26
1
-0
/
+3
*
arm64: Fix an enum typo in mm/dump.c
Masanari Iida
2016-01-25
1
-1
/
+1
*
arm64: kernel: fix architected PMU registers unconditional access
Lorenzo Pieralisi
2016-01-25
2
-2
/
+14
*
arm64: kasan: ensure that the KASAN zero page is mapped read-only
Ard Biesheuvel
2016-01-25
1
-0
/
+9
*
arm64, thp: remove infrastructure for handling splitting PMDs
Kirill A. Shutemov
2016-01-15
1
-16
/
+0
*
arm64: mm: support ARCH_MMAP_RND_BITS
Daniel Cashman
2016-01-14
1
-2
/
+6
*
Merge tag 'arm64-perf' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64...
Linus Torvalds
2016-01-12
1
-0
/
+2
|
\
|
*
arm64: kernel: enforce pmuserenr_el0 initialization and restore
Lorenzo Pieralisi
2015-12-21
1
-0
/
+2
*
|
arm64: mm: move pgd_cache initialisation to pgtable_cache_init
Will Deacon
2016-01-05
1
-6
/
+6
*
|
arm64: hugetlb: add support for PTE contiguous bit
David Woods
2015-12-21
1
-1
/
+273
*
|
arm64: Use PoU cache instr for I/D coherency
Ashok Kumar
2015-12-17
3
-26
/
+57
*
|
arm64: Defer dcache flush in __cpu_copy_user_page
Ashok Kumar
2015-12-17
1
-1
/
+2
[prev]
[next]