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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-10-08
54
-189
/
+2979
|
\
|
*
arm64: Remove unneeded extern keyword
Geoff Levand
2014-10-03
1
-2
/
+2
|
*
ARM64: make of_device_ids const
Uwe Kleine-König
2014-10-03
1
-1
/
+1
|
*
arm64: Use phys_addr_t type for physical address
Min-Hua Chen
2014-10-02
2
-2
/
+2
|
*
aarch64: filter $x from kallsyms
Kyle McMartin
2014-10-02
3
-3
/
+3
|
*
arm64: Use DMA_ERROR_CODE to denote failed allocation
Sean Paul
2014-10-02
1
-1
/
+1
|
*
arm64: Fix typos in KGDB macros
Catalin Marinas
2014-09-25
3
-14
/
+14
|
*
arm64: insn: Add return statements after BUG_ON()
Mark Brown
2014-09-25
2
-0
/
+33
|
*
arm64: debug: don't re-enable debug exceptions on return from el1_dbg
Will Deacon
2014-09-23
1
-1
/
+0
|
*
Revert "arm64: dmi: Add SMBIOS/DMI support"
Catalin Marinas
2014-09-22
3
-50
/
+0
|
*
arm64: Implement set_arch_dma_coherent_ops() to replace bus notifiers
Catalin Marinas
2014-09-22
2
-31
/
+7
|
*
of: amba: use of_dma_configure for AMBA devices
Robin Murphy
2014-09-22
1
-4
/
+3
|
*
arm64: dmi: Add SMBIOS/DMI support
Yi Li
2014-09-22
3
-0
/
+50
|
*
arm64: Correct ftrace calls to aarch64_insn_gen_branch_imm()
Catalin Marinas
2014-09-19
1
-4
/
+6
|
*
arm64:mm: initialize max_mapnr using function set_max_mapnr
Ganapatrao Kulkarni
2014-09-17
1
-1
/
+1
|
*
setup: Move unmask of async interrupts after possible earlycon setup
Jon Masters
2014-09-15
1
-5
/
+6
|
*
arm64: LLVMLinux: Fix inline arm64 assembly for use with clang
Mark Charlebois
2014-09-15
1
-1
/
+1
|
*
arm64: pageattr: Correctly adjust unaligned start addresses
Laura Abbott
2014-09-12
1
-1
/
+2
|
*
net: bpf: arm64: fix module memory leak when JIT image build fails
Daniel Borkmann
2014-09-12
1
-1
/
+3
|
*
Merge arm64 CPU suspend branch
Catalin Marinas
2014-09-12
11
-33
/
+916
|
|
\
|
|
*
arm64: add PSCI CPU_SUSPEND based cpu_suspend support
Lorenzo Pieralisi
2014-09-12
1
-0
/
+104
|
|
*
arm64: kernel: introduce cpu_init_idle CPU operation
Lorenzo Pieralisi
2014-09-12
4
-0
/
+48
|
|
*
arm64: kernel: refactor the CPU suspend API for retention states
Lorenzo Pieralisi
2014-09-12
3
-32
/
+64
|
|
*
Documentation: arm: define DT idle states bindings
Lorenzo Pieralisi
2014-09-12
3
-1
/
+700
|
*
|
arm64: defconfig: increase NR_CPUS default to 64
Robert Richter
2014-09-08
1
-3
/
+3
|
*
|
arm64: eBPF JIT compiler
Zi Shen Lim
2014-09-08
6
-3
/
+855
|
*
|
arm64: introduce aarch64_insn_gen_logical_shifted_reg()
Zi Shen Lim
2014-09-08
2
-0
/
+85
|
*
|
arm64: introduce aarch64_insn_gen_data3()
Zi Shen Lim
2014-09-08
2
-0
/
+56
|
*
|
arm64: introduce aarch64_insn_gen_data2()
Zi Shen Lim
2014-09-08
2
-0
/
+68
|
*
|
arm64: introduce aarch64_insn_gen_data1()
Zi Shen Lim
2014-09-08
2
-0
/
+50
|
*
|
arm64: introduce aarch64_insn_gen_add_sub_shifted_reg()
Zi Shen Lim
2014-09-08
2
-0
/
+60
|
*
|
arm64: introduce aarch64_insn_gen_movewide()
Zi Shen Lim
2014-09-08
2
-0
/
+56
|
*
|
arm64: introduce aarch64_insn_gen_bitfield()
Zi Shen Lim
2014-09-08
2
-0
/
+72
|
*
|
arm64: introduce aarch64_insn_gen_add_sub_imm()
Zi Shen Lim
2014-09-08
2
-0
/
+60
|
*
|
arm64: introduce aarch64_insn_gen_load_store_pair()
Zi Shen Lim
2014-09-08
2
-0
/
+81
|
*
|
arm64: introduce aarch64_insn_gen_load_store_reg()
Zi Shen Lim
2014-09-08
2
-0
/
+82
|
*
|
arm64: introduce aarch64_insn_gen_cond_branch_imm()
Zi Shen Lim
2014-09-08
2
-0
/
+38
|
*
|
arm64: introduce aarch64_insn_gen_branch_reg()
Zi Shen Lim
2014-09-08
2
-2
/
+40
|
*
|
arm64: introduce aarch64_insn_gen_comp_branch_imm()
Zi Shen Lim
2014-09-08
2
-5
/
+140
|
*
|
arm64: LLVMLinux: Use global stack pointer in return_address()
Behan Webster
2014-09-08
1
-2
/
+1
|
*
|
arm64: LLVMLinux: Use global stack register variable for aarch64
Mark Charlebois
2014-09-08
1
-2
/
+2
|
*
|
arm64: LLVMLinux: Use current_stack_pointer in kernel/traps.c
Behan Webster
2014-09-08
1
-2
/
+1
|
*
|
arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer
Behan Webster
2014-09-08
1
-2
/
+2
|
*
|
arm64: LLVMLinux: Use current_stack_pointer in save_stack_trace_tsk
Behan Webster
2014-09-08
1
-2
/
+1
|
*
|
arm64: LLVMLinux: Add current_stack_pointer() for arm64
Behan Webster
2014-09-08
1
-0
/
+5
|
*
|
arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support
Laura Abbott
2014-09-08
4
-1
/
+112
|
*
|
arm64: Introduce {set,clear}_pte_bit
Laura Abbott
2014-09-08
1
-14
/
+19
|
*
|
arm64: convert part of soft_restart() to assembly
Arun Chandran
2014-09-08
3
-28
/
+19
|
*
|
arm64/efi: efistub: don't abort if base of DRAM is occupied
Ard Biesheuvel
2014-09-08
1
-10
/
+6
|
*
|
arm64/efi: efistub: cover entire static mem footprint in PE/COFF .text
Ard Biesheuvel
2014-09-08
1
-3
/
+3
[next]