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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
ARM: 8480/2: arm64: add implementation for arm-smccc
Jens Wiklander
2016-01-04
4
-1
/
+52
*
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2015-11-12
4
-3
/
+6
|
\
|
*
arm64: suspend: make hw_breakpoint_restore static
Jisheng Zhang
2015-11-12
1
-1
/
+1
|
*
arm64: smp: make of_parse_and_init_cpus static
Jisheng Zhang
2015-11-12
1
-1
/
+1
|
*
arm64: build vdso without libgcov
Arnd Bergmann
2015-11-12
1
-0
/
+3
|
*
arm64: mark cpus_have_hwcap as __maybe_unused
Arnd Bergmann
2015-11-12
1
-1
/
+1
*
|
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-11-10
1
-14
/
+0
|
\
\
|
*
\
Merge tag 'firmware/psci-1.0' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Olof Johansson
2015-10-22
1
-14
/
+0
|
|
\
\
|
|
*
|
drivers: firmware: psci: move power_state handling to generic code
Lorenzo Pieralisi
2015-10-02
1
-14
/
+0
*
|
|
|
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2015-11-04
1
-2
/
+2
|
\
\
\
\
|
*
|
|
|
debugfs: Pass bool pointer to debugfs_create_bool()
Viresh Kumar
2015-10-04
1
-2
/
+2
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2015-11-04
2
-32
/
+1
|
\
\
\
\
|
*
\
\
\
Merge branch 'acpi-init'
Rafael J. Wysocki
2015-10-25
2
-32
/
+1
|
|
\
\
\
\
|
|
*
|
|
|
clocksource: cosmetic: Drop OF 'dependency' from symbols
Marc Zyngier
2015-10-01
1
-1
/
+1
|
|
*
|
|
|
clocksource / arm_arch_timer: Convert to ACPI probing
Marc Zyngier
2015-10-01
1
-6
/
+0
|
|
*
|
|
|
irqchip / GIC: Convert the GIC driver to ACPI probing
Marc Zyngier
2015-10-01
1
-25
/
+0
|
|
|
/
/
/
*
|
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2015-11-04
24
-1480
/
+1330
|
\
\
\
\
\
|
|
|
_
|
_
|
/
|
|
/
|
|
|
|
*
|
|
|
arm64/efi: move arm64 specific stub C code to libstub
Ard Biesheuvel
2015-10-30
2
-75
/
+2
|
*
|
|
|
arm64: page-align sections for DEBUG_RODATA
Mark Rutland
2015-10-29
1
-1
/
+4
|
*
|
|
|
arm64: cpufeature: declare enable_cpu_capabilities as static
Will Deacon
2015-10-28
1
-1
/
+1
|
*
|
|
|
arm64: Constify hwcap name string arrays
Dave Martin
2015-10-21
1
-3
/
+3
|
*
|
|
|
arm64/debug: Make use of the system wide safe value
Suzuki K. Poulose
2015-10-21
1
-2
/
+4
|
*
|
|
|
arm64: Move FP/ASIMD hwcap handling to common code
Suzuki K. Poulose
2015-10-21
2
-11
/
+7
|
*
|
|
|
arm64/HWCAP: Use system wide safe values
Suzuki K. Poulose
2015-10-21
1
-72
/
+91
|
*
|
|
|
arm64/capabilities: Make use of system wide safe value
Suzuki K. Poulose
2015-10-21
1
-20
/
+59
|
*
|
|
|
arm64: Delay cpu feature capability checks
Suzuki K. Poulose
2015-10-21
3
-5
/
+100
|
*
|
|
|
arm64: Refactor check_cpu_capabilities
Suzuki K. Poulose
2015-10-21
2
-4
/
+12
|
*
|
|
|
arm64: Cleanup mixed endian support detection
Suzuki K. Poulose
2015-10-21
1
-22
/
+0
|
*
|
|
|
arm64: Read system wide CPUID value
Suzuki K. Poulose
2015-10-21
1
-0
/
+9
|
*
|
|
|
arm64: Consolidate CPU Sanity check to CPU Feature infrastructure
Suzuki K. Poulose
2015-10-21
2
-145
/
+132
|
*
|
|
|
arm64: Keep track of CPU feature registers
Suzuki K. Poulose
2015-10-21
2
-1
/
+431
|
*
|
|
|
arm64: Move /proc/cpuinfo handling code
Suzuki K. Poulose
2015-10-21
2
-123
/
+124
|
*
|
|
|
arm64: Move mixed endian support detection
Suzuki K. Poulose
2015-10-21
2
-21
/
+22
|
*
|
|
|
arm64: Move cpu feature detection code
Suzuki K. Poulose
2015-10-21
2
-108
/
+109
|
*
|
|
|
arm64: Delay cpuinfo_store_boot_cpu
Suzuki K. Poulose
2015-10-21
2
-8
/
+3
|
*
|
|
|
arm64: Delay ELF HWCAP initialisation until all CPUs are up
Suzuki K. Poulose
2015-10-21
2
-8
/
+9
|
*
|
|
|
arm64: Make the CPU information more clear
Suzuki K. Poulose
2015-10-21
2
-3
/
+3
|
*
|
|
|
arm64: Synchronise dump_backtrace() with perf callchain
Jungseok Lee
2015-10-19
1
-5
/
+10
|
*
|
|
|
arm64: add cpu_idle tracepoints to arch_cpu_idle
Jisheng Zhang
2015-10-19
1
-0
/
+3
|
*
|
|
|
arm64: Add page size to the kernel image header
Ard Biesheuvel
2015-10-19
1
-1
/
+4
|
*
|
|
|
arm64: Check for selected granule support
Suzuki K. Poulose
2015-10-19
1
-2
/
+15
|
*
|
|
|
arm64: Handle 4 level page table for swapper
Suzuki K. Poulose
2015-10-19
1
-1
/
+4
|
*
|
|
|
arm64: Move swapper pagetable definitions
Suzuki K. Poulose
2015-10-19
2
-29
/
+9
|
*
|
|
|
arm64: debug: Fix typo in debug-monitors.c
Yang Shi
2015-10-16
1
-1
/
+1
|
*
|
|
|
arm64: AArch32 user space PC alignment exception
Mark Salyzyn
2015-10-16
1
-0
/
+2
|
*
|
|
|
arm64: add KASAN support
Andrey Ryabinin
2015-10-12
6
-3
/
+31
|
*
|
|
|
arm64/efi: isolate EFI stub from the kernel proper
Ard Biesheuvel
2015-10-12
4
-14
/
+49
|
*
|
|
|
arm64: Fix missing #include in hw_breakpoint.c
Catalin Marinas
2015-10-12
1
-0
/
+1
|
*
|
|
|
arm64: fix a migrating irq bug when hotplug cpu
Yang Yingliang
2015-10-09
2
-63
/
+2
|
*
|
|
|
arm64: perf: add Cortex-A57 support
Mark Rutland
2015-10-07
1
-0
/
+61
[next]