index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
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: add on_accessible_stack()
Mark Rutland
2017-08-15
1
-0
/
+16
|
|
*
|
|
|
arm64: add basic VMAP_STACK support
Mark Rutland
2017-08-15
2
-2
/
+28
|
|
*
|
|
|
arm64: use an irq stack pointer
Mark Rutland
2017-08-15
1
-2
/
+5
|
|
*
|
|
|
arm64: assembler: allow adr_this_cpu to use the stack pointer
Ard Biesheuvel
2017-08-15
1
-1
/
+7
|
|
*
|
|
|
efi/arm64: add EFI_KIMG_ALIGN
Mark Rutland
2017-08-15
1
-0
/
+3
|
|
*
|
|
|
arm64: move SEGMENT_ALIGN to <asm/memory.h>
Mark Rutland
2017-08-15
1
-0
/
+19
|
|
*
|
|
|
arm64: clean up irq stack definitions
Mark Rutland
2017-08-15
3
-25
/
+26
|
|
*
|
|
|
arm64: clean up THREAD_* definitions
Mark Rutland
2017-08-15
2
-8
/
+9
|
|
*
|
|
|
arm64: factor out PAGE_* and CONT_* definitions
Mark Rutland
2017-08-15
3
-11
/
+36
|
|
*
|
|
|
arm64: kernel: remove {THREAD,IRQ_STACK}_START_SP
Ard Biesheuvel
2017-08-15
3
-5
/
+3
|
*
|
|
|
|
arm64: numa: Remove the unused parent_node() macro
Dou Liyang
2017-08-15
1
-3
/
+0
|
*
|
|
|
|
arm64: compat: Remove leftover variable declaration
Kevin Brodsky
2017-08-10
1
-2
/
+0
|
*
|
|
|
|
Merge branch 'arm64/exception-stack' of git://git.kernel.org/pub/scm/linux/ke...
Catalin Marinas
2017-08-09
7
-61
/
+85
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
*
|
|
|
arm64: unwind: remove sp from struct stackframe
Ard Biesheuvel
2017-08-09
1
-1
/
+0
|
|
*
|
|
|
arm64: unwind: reference pt_regs via embedded stack frame
Ard Biesheuvel
2017-08-09
3
-25
/
+6
|
|
*
|
|
|
arm64: unwind: disregard frame.sp when validating frame pointer
Ard Biesheuvel
2017-08-08
1
-1
/
+9
|
|
*
|
|
|
arm64: unwind: avoid percpu indirection for irq stack
Mark Rutland
2017-08-08
1
-3
/
+3
|
|
*
|
|
|
arm64: move non-entry code out of .entry.text
Mark Rutland
2017-08-08
1
-0
/
+11
|
|
*
|
|
|
arm64: Add ASM_BUG()
Mark Rutland
2017-08-08
2
-32
/
+57
|
|
|
/
/
/
|
*
|
|
|
arm64: uaccess: Implement *_flushcache variants
Robin Murphy
2017-08-09
2
-0
/
+16
|
*
|
|
|
arm64: Implement pmem API support
Robin Murphy
2017-08-09
3
-1
/
+9
|
*
|
|
|
arm64: Handle trapped DC CVAP
Robin Murphy
2017-08-09
1
-1
/
+2
|
*
|
|
|
arm64: Expose DC CVAP to userspace
Robin Murphy
2017-08-09
2
-0
/
+2
|
*
|
|
|
arm64: Convert __inval_cache_range() to area-based
Robin Murphy
2017-08-09
1
-0
/
+1
|
*
|
|
|
arm64: mm: Fix set_memory_valid() declaration
Robin Murphy
2017-08-09
1
-1
/
+1
|
*
|
|
|
arm64: Decode information from ESR upon mem faults
Julien Thierry
2017-08-07
1
-10
/
+29
|
*
|
|
|
arm64: Abstract syscallno manipulation
Dave Martin
2017-08-07
2
-1
/
+22
|
*
|
|
|
arm64: syscallno is secretly an int, make it official
Dave Martin
2017-08-07
2
-2
/
+9
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-04
1
-0
/
+7
|
\
\
\
\
|
*
|
|
|
irqchip/gic-v3-its: Add VPE interrupt masking
Marc Zyngier
2017-08-31
1
-0
/
+2
|
*
|
|
|
irqchip/gic-v3-its: Add VPENDBASER/VPROPBASER accessors
Marc Zyngier
2017-08-31
1
-0
/
+5
|
|
/
/
/
*
|
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2017-09-04
2
-31
/
+6
|
\
\
\
\
|
*
\
\
\
Merge branch 'linus' into locking/core, to fix up conflicts
Ingo Molnar
2017-09-04
1
-6
/
+0
|
|
\
\
\
\
|
*
|
|
|
|
futex: Remove duplicated code and fix undefined behaviour
Jiri Slaby
2017-08-25
1
-22
/
+4
|
*
|
|
|
|
Merge branch 'linus' into locking/core, to pick up fixes
Ingo Molnar
2017-08-25
2
-4
/
+4
|
|
\
\
\
\
\
|
|
|
|
_
|
_
|
/
|
|
|
/
|
|
|
|
*
|
|
|
|
locking: Remove smp_mb__before_spinlock()
Peter Zijlstra
2017-08-10
1
-9
/
+0
|
*
|
|
|
|
locking: Introduce smp_mb__after_spinlock()
Peter Zijlstra
2017-08-10
1
-0
/
+2
|
|
|
_
|
/
/
|
|
/
|
|
|
*
|
|
|
|
Merge branch 'x86-syscall-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2017-09-04
2
-1
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
arm64/syscalls: Check address limit on user-mode return
Thomas Garnier
2017-07-08
2
-1
/
+6
*
|
|
|
|
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2017-09-04
1
-7
/
+0
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2017-08-24
2
-4
/
+4
|
|
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
irq: Make the irqentry text section unconditional
Masami Hiramatsu
2017-08-10
1
-7
/
+0
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2017-09-04
1
-53
/
+5
|
\
\
\
\
\
\
|
|
_
|
_
|
_
|
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2017-08-21
1
-53
/
+5
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
arch: Remove spin_unlock_wait() arch-specific definitions
Paul E. McKenney
2017-08-17
1
-53
/
+5
*
|
|
|
|
|
KVM: update to new mmu_notifier semantic v2
Jérôme Glisse
2017-08-31
1
-6
/
+0
|
|
_
|
/
/
/
|
/
|
|
|
|
*
|
|
|
|
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2017-08-20
1
-2
/
+2
|
\
\
\
\
\
|
*
\
\
\
\
Merge branch 'clockevents/4.13-fixes' of http://git.linaro.org/people/daniel....
Ingo Molnar
2017-08-13
1
-2
/
+2
|
|
\
\
\
\
\
|
|
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
clocksource/drivers/arm_arch_timer: Avoid infinite recursion when ftrace is e...
Ding Tianhong
2017-08-11
1
-2
/
+2
|
|
|
|
_
|
/
|
|
|
/
|
|
*
|
|
|
|
mm: revert x86_64 and arm64 ELF_ET_DYN_BASE base changes
Kees Cook
2017-08-18
1
-2
/
+2
|
/
/
/
/
[prev]
[next]