.. |
vdso
|
543097843c
arm64: build vdso without libgcov
|
10 years ago |
.gitignore
|
8c2c3df31e
arm64: Build infrastructure
|
13 years ago |
Makefile
|
c9bed1cf51
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
|
9 years ago |
acpi.c
|
0d51ce9ca1
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
|
10 years ago |
alternative.c
|
9aa4ec1571
arm64: mm: fold alternatives into .init
|
9 years ago |
arm64ksyms.c
|
14457459f9
ARM: 8480/2: arm64: add implementation for arm-smccc
|
9 years ago |
armv8_deprecated.c
|
a7c61a3452
arm64: add __init/__initdata section marker to some functions/variables
|
9 years ago |
asm-offsets.c
|
1baa5efbeb
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
|
9 years ago |
cacheinfo.c
|
5d425c1865
arm64: kernel: add support for cpu cache information
|
10 years ago |
cpu_errata.c
|
498cd5c32b
arm64: KVM: Add workaround for Cortex-A57 erratum 834220
|
9 years ago |
cpu_ops.c
|
4b3dc9679c
arm64: force CONFIG_SMP=y and remove redundant #ifdefs
|
10 years ago |
cpufeature.c
|
a7c61a3452
arm64: add __init/__initdata section marker to some functions/variables
|
9 years ago |
cpuidle.c
|
ea389daa7f
arm64: cpuidle: add __init section marker to arm_cpuidle_init
|
10 years ago |
cpuinfo.c
|
92e788b749
arm64: restore bogomips information in /proc/cpuinfo
|
9 years ago |
debug-monitors.c
|
e880e87488
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
|
10 years ago |
efi-entry.S
|
e8f3010f73
arm64/efi: isolate EFI stub from the kernel proper
|
10 years ago |
efi.c
|
f7d9248942
arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
|
9 years ago |
entry-fpsimd.S
|
e4aa297a49
arm64: fpsimd: fix a typo in fpsimd_save_partial_state ENDPROC
|
11 years ago |
entry-ftrace.S
|
ee556d00cf
arm64: ftrace: fix function_graph tracer panic
|
10 years ago |
entry.S
|
ee03353bc0
arm64: entry: remove pointless SPSR mode check
|
9 years ago |
entry32.S
|
ad2daa85bd
arm64: entry32: remove pointless register assignment
|
10 years ago |
fpsimd.c
|
a7c61a3452
arm64: add __init/__initdata section marker to some functions/variables
|
9 years ago |
ftrace.c
|
79fdee9b63
arm64: ftrace: modify a stack frame in a safe way
|
9 years ago |
head.S
|
f436b2ac90
arm64: kernel: fix architected PMU registers unconditional access
|
9 years ago |
hw_breakpoint.c
|
cb50ce324e
arm64: Fix missing #include in hw_breakpoint.c
|
10 years ago |
hyp-stub.S
|
021f653791
irqchip: gic-v3: Initial support for GICv3
|
11 years ago |
image.h
|
75feee3d9d
arm64: hide __efistub_ aliases from kallsyms
|
9 years ago |
insn.c
|
c94ae4f7c5
arm64: insn: remove BUG_ON from codegen
|
9 years ago |
io.c
|
70ddb63a88
arm64: optimize memcpy_{from,to}io() and memset_io()
|
11 years ago |
irq.c
|
d224a69e3d
arm64: remove irq_count and do_softirq_own_stack()
|
9 years ago |
jump_label.c
|
76b235c6bc
jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}
|
10 years ago |
kgdb.c
|
c696b93461
arm64/debug: Simplify BRK insn opcode declarations
|
10 years ago |
kuser32.S
|
f3e5c847ec
arm64: Add __NR_* definitions for compat syscalls
|
11 years ago |
module.c
|
f930896967
arm64: module: avoid undefined shift behavior in reloc_data()
|
9 years ago |
paravirt.c
|
dfd57bc3a5
arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
|
9 years ago |
pci.c
|
72407514c9
ARM64: PCI: do not enable resources on PROBE_ONLY systems
|
10 years ago |
perf_callchain.c
|
20380bb390
arm64: ftrace: fix a stack tracer's output under function graph tracer
|
9 years ago |
perf_event.c
|
5d7ee87708
arm64: perf: add support for Cortex-A72
|
9 years ago |
perf_regs.c
|
88a7c26af8
perf: Move task_pt_regs sampling into arch code
|
10 years ago |
process.c
|
20380bb390
arm64: ftrace: fix a stack tracer's output under function graph tracer
|
9 years ago |
psci.c
|
068654c200
drivers: firmware: psci: move power_state handling to generic code
|
10 years ago |
ptrace.c
|
5db4fd8c52
arm64: Clear out any singlestep state on a ptrace detach operation
|
9 years ago |
return_address.c
|
20380bb390
arm64: ftrace: fix a stack tracer's output under function graph tracer
|
9 years ago |
setup.c
|
2dc10ad81f
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
|
10 years ago |
signal.c
|
97b2f0dc33
arm64: Removed unused variable
|
10 years ago |
signal32.c
|
bdec97a855
arm64: compat: fix vfp save/restore across signal handlers in big-endian
|
10 years ago |
sleep.S
|
6cdf9c7ca6
arm64: Store struct thread_info in sp_el0
|
9 years ago |
smccc-call.S
|
14457459f9
ARM: 8480/2: arm64: add implementation for arm-smccc
|
9 years ago |
smp.c
|
29b8302b1a
arm64: smp: make of_parse_and_init_cpus static
|
10 years ago |
smp_spin_table.c
|
819a88263d
ARM64: kernel: make cpu_ops hooks DT agnostic
|
10 years ago |
stacktrace.c
|
20380bb390
arm64: ftrace: fix a stack tracer's output under function graph tracer
|
9 years ago |
suspend.c
|
de818bd452
arm64: kernel: pause/unpause function graph tracer in cpu_suspend()
|
9 years ago |
sys.c
|
c623b33b4e
arm64: make sys_call_table const
|
10 years ago |
sys32.c
|
18ccb0cab4
arm64: fix implementation of mmap2 compat syscall
|
10 years ago |
sys_compat.c
|
a2d25a5391
arm64: compat: align cacheflush syscall with arch/arm
|
10 years ago |
time.c
|
20380bb390
arm64: ftrace: fix a stack tracer's output under function graph tracer
|
9 years ago |
topology.c
|
e094d44568
arm64: kernel: remove non-legit DT warnings when booting using ACPI
|
10 years ago |
trace-events-emulation.h
|
d784e2988a
arm64: Trace emulation of AArch32 legacy instructions
|
10 years ago |
traps.c
|
c9cd0ed925
arm64: traps: address fallout from printk -> pr_* conversion
|
9 years ago |
vdso.c
|
878854a374
arm64: VDSO: fix coarse clock monotonicity regression
|
10 years ago |
vmlinux.lds.S
|
fa5fd7c628
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
|
9 years ago |