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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
2014-07-23
5
-5
/
+83
*
arm64: Add 4 levels of page tables definition with 4KB pages
Jungseok Lee
2014-07-23
2
-0
/
+121
*
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
2014-07-23
6
-14
/
+10
*
arm64: Do not initialise the fixmap page tables in head.S
Catalin Marinas
2014-07-23
1
-4
/
+4
*
arm64: dmi: Add SMBIOS/DMI support
Yi Li
2014-07-21
1
-0
/
+41
*
arm64: cachetype: report weakest cache policy
Mark Rutland
2014-07-18
1
-6
/
+10
*
arm64: cpuinfo: record cpu system register values
Mark Rutland
2014-07-18
1
-0
/
+59
*
arm64: add MIDR_EL1 field accessors
Mark Rutland
2014-07-18
1
-7
/
+26
*
arm64: fpsimd: avoid restoring fpcr if the contents haven't changed
Will Deacon
2014-07-18
1
-2
/
+15
*
arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions
Catalin Marinas
2014-07-17
1
-3
/
+0
*
arm64: place initial page tables above the kernel
Mark Rutland
2014-07-10
1
-0
/
+9
*
arm64: Cast KSTK_(EIP|ESP) to unsigned long
Catalin Marinas
2014-07-10
1
-2
/
+2
*
arm64: Add audit support
AKASHI Takahiro
2014-07-10
1
-0
/
+14
*
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
2014-07-10
2
-400
/
+783
*
arm64: enable context tracking
Larry Bassel
2014-07-10
1
-1
/
+4
*
arm64: Add CONFIG_CC_STACKPROTECTOR
Laura Abbott
2014-07-09
1
-0
/
+38
*
arm64: topology: add MPIDR-based detection
Zi Shen Lim
2014-07-09
1
-0
/
+2
*
arm64: fix el2_setup check of CurrentEL
Marc Zyngier
2014-07-04
1
-0
/
+4
*
arm64: mm: Fix horrendous config typo
Steve Capper
2014-07-04
1
-1
/
+1
*
arm64: mm: remove broken &= operator from pmd_mknotpresent
Will Deacon
2014-06-18
1
-1
/
+1
*
arm64: fix build error in sigcontext.h
Mark Salter
2014-06-18
1
-1
/
+1
*
arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macro
Suravee Suthikulpanit
2014-06-18
1
-2
/
+0
*
arm64: uid16: fix __kernel_old_{gid,uid}_t definitions
Will Deacon
2014-06-18
2
-1
/
+10
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-06-06
29
-138
/
+324
|
\
|
*
arm64: ftrace: Add system call tracepoint
AKASHI Takahiro
2014-05-29
3
-0
/
+21
|
*
arm64: ftrace: Add CALLER_ADDRx macros
AKASHI Takahiro
2014-05-29
1
-1
/
+4
|
*
arm64: ftrace: Add dynamic ftrace support
AKASHI Takahiro
2014-05-29
1
-0
/
+15
|
*
arm64: Add ftrace support
AKASHI Takahiro
2014-05-29
1
-0
/
+23
|
*
arm64: add __ASSEMBLY__ in asm/insn.h
AKASHI Takahiro
2014-05-29
1
-0
/
+2
|
*
arm64: lib: Implement optimized string length routines
zhichang.yuan
2014-05-23
1
-0
/
+6
|
*
arm64: lib: Implement optimized string compare routines
zhichang.yuan
2014-05-23
1
-0
/
+6
|
*
arm64: lib: Implement optimized memcmp routine
zhichang.yuan
2014-05-23
1
-0
/
+3
|
*
arm64: Support arch_irq_work_raise() via self IPIs
Larry Bassel
2014-05-16
1
-1
/
+1
|
*
arm64: sched: Remove unused mc_capable() and smt_capable()
Zi Shen Lim
2014-05-16
1
-3
/
+0
|
*
Revert "arm64: Introduce execute-only page access permissions"
Catalin Marinas
2014-05-16
1
-6
/
+5
|
*
Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...
Catalin Marinas
2014-05-16
5
-2
/
+67
|
|
\
|
|
*
arm64: pull in <asm/simd.h> from asm-generic
Ard Biesheuvel
2014-05-14
1
-0
/
+1
|
|
*
arm64: add support for kernel mode NEON in interrupt context
Ard Biesheuvel
2014-05-08
3
-1
/
+55
|
|
*
arm64: defer reloading a task's FPSIMD state to userland resume
Ard Biesheuvel
2014-05-08
2
-1
/
+8
|
|
*
arm64: add abstractions for FPSIMD state manipulation
Ard Biesheuvel
2014-05-08
1
-0
/
+3
|
*
|
arm64: is_compat_task is defined both in asm/compat.h and linux/compat.h
AKASHI Takahiro
2014-05-12
1
-5
/
+0
|
*
|
arm64: Add regs_return_value() in syscall.h
AKASHI Takahiro
2014-05-12
1
-0
/
+5
|
*
|
arm64: make a single hook to syscall_trace() for all syscall features
AKASHI Takahiro
2014-05-12
1
-0
/
+13
|
*
|
arm64: debug: avoid accessing mdscr_el1 on fault paths where possible
Will Deacon
2014-05-12
1
-7
/
+16
|
*
|
arm64: barriers: use barrier() instead of smp_mb() when !SMP
Will Deacon
2014-05-09
1
-2
/
+2
|
*
|
arm64: barriers: wire up new barrier options
Will Deacon
2014-05-09
1
-7
/
+7
|
*
|
arm64: barriers: make use of barrier options with explicit barriers
Will Deacon
2014-05-09
4
-12
/
+12
|
*
|
arm64: mm: Optimise tlb flush logic where we have >4K granule
Steve Capper
2014-05-09
1
-5
/
+25
|
*
|
arm64: xchg: prevent warning if return value is unused
Will Deacon
2014-05-09
1
-1
/
+6
|
*
|
arm64: mm: Create gigabyte kernel logical mappings where possible
Steve Capper
2014-05-09
2
-0
/
+9
[next]