.. |
probes
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
vdso
|
49eea433b3
arm64: Add support for CLOCK_MONOTONIC_RAW in clock_gettime() vDSO
|
9 years ago |
.gitignore
|
8c2c3df31e
arm64: Build infrastructure
|
13 years ago |
Makefile
|
cfa88c7946
arm64: Set UTS_MACHINE in the Makefile
|
9 years ago |
acpi.c
|
6b11d1d677
ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() users
|
8 years ago |
acpi_numa.c
|
794224ea56
arm64/numa: avoid inconsistent information to be printed
|
9 years ago |
acpi_parking_protocol.c
|
c1e4659ba8
arm64: kernel: acpi: fix ioremap in ACPI parking protocol cpu_postboot
|
9 years ago |
alternative.c
|
c831b2ae25
arm64: alternative: Add support for patching adrp instructions
|
9 years ago |
arm64ksyms.c
|
a95b0644b3
Merge branch 'for-next/kprobes' into for-next/core
|
9 years ago |
armv8_deprecated.c
|
b272f732f8
Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
8 years ago |
asm-offsets.c
|
4b65a5db36
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
|
8 years ago |
cacheinfo.c
|
adf7589997
arm64: simplify sysreg manipulation
|
9 years ago |
cpu-reset.S
|
f9076ecfb1
arm64: Add back cpu reset routines
|
9 years ago |
cpu-reset.h
|
f9076ecfb1
arm64: Add back cpu reset routines
|
9 years ago |
cpu_errata.c
|
2a6dcb2b5f
arm64: cpufeature: Schedule enable() calls instead of calling them via IPI
|
8 years ago |
cpu_ops.c
|
5a9e3e156e
arm64: apply __ro_after_init to some objects
|
9 years ago |
cpufeature.c
|
4b65a5db36
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
|
8 years ago |
cpuidle.c
|
5a611ed969
arm64: add support for ACPI Low Power Idle(LPI)
|
9 years ago |
cpuinfo.c
|
a7ce95e174
arm64/cpuinfo: Convert to hotplug state machine
|
8 years ago |
debug-monitors.c
|
73c1b41e63
cpu/hotplug: Cleanup state names
|
8 years ago |
efi-entry.S
|
546c8c44f0
arm64: move early boot code to the .init segment
|
9 years ago |
efi.c
|
f14c66ce81
arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'
|
8 years ago |
entry-fpsimd.S
|
e4aa297a49
arm64: fpsimd: fix a typo in fpsimd_save_partial_state ENDPROC
|
11 years ago |
entry-ftrace.S
|
e4a744ef2f
ftrace: Remove CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST from config
|
9 years ago |
entry.S
|
7d9e8f71b9
arm64: avoid returning from bad_mode
|
8 years ago |
entry32.S
|
ad2daa85bd
arm64: entry32: remove pointless register assignment
|
10 years ago |
fpsimd.c
|
82e0191a1a
arm64: Support systems without FP/ASIMD
|
8 years ago |
ftrace.c
|
9a7c348ba6
ftrace: Add return address pointer to ftrace_ret_stack
|
9 years ago |
head.S
|
1650ac49c2
arm64: head.S: Fix CNTHCTL_EL2 access on VHE system
|
8 years ago |
hibernate-asm.S
|
072f0a6338
arm64: Introduce raw_{d,i}cache_line_size
|
9 years ago |
hibernate.c
|
9165dabb25
treewide: Fix printk() message errors
|
8 years ago |
hw_breakpoint.c
|
73c1b41e63
cpu/hotplug: Cleanup state names
|
8 years ago |
hyp-stub.S
|
f9076ecfb1
arm64: Add back cpu reset routines
|
9 years ago |
image.h
|
be092017b6
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
|
9 years ago |
insn.c
|
bca8f17f57
arm64: Get rid of asm/opcodes.h
|
8 years ago |
io.c
|
70ddb63a88
arm64: optimize memcpy_{from,to}io() and memset_io()
|
10 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 |
kaslr.c
|
5a9e3e156e
arm64: apply __ro_after_init to some objects
|
9 years ago |
kgdb.c
|
b66c9870e9
arm64: kgdb_step_brk_fn: ignore other's exception
|
8 years ago |
kuser32.S
|
f3e5c847ec
arm64: Add __NR_* definitions for compat syscalls
|
11 years ago |
machine_kexec.c
|
221f2c770e
arm64/kexec: Add pr_debug output
|
9 years ago |
module-plts.c
|
fd045f6cd9
arm64: add support for module PLTs
|
9 years ago |
module.c
|
f80fb3a3d5
arm64: add support for kernel ASLR
|
9 years ago |
module.lds
|
fd045f6cd9
arm64: add support for module PLTs
|
9 years ago |
paravirt.c
|
dfd57bc3a5
arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
|
9 years ago |
pci.c
|
13983eb89d
PCI/ACPI: Extend pci_mcfg_lookup() to return ECAM config accessors
|
8 years ago |
perf_callchain.c
|
3b1fff0803
perf core: Add a 'nr' field to perf_event_callchain_context
|
9 years ago |
perf_event.c
|
b112c84a6f
KVM: arm64: Fix the issues when guest PMCCFILTR is configured
|
8 years ago |
perf_regs.c
|
88a7c26af8
perf: Move task_pt_regs sampling into arch code
|
10 years ago |
process.c
|
a4023f6827
arm64: Add hypervisor safe helper for checking constant capabilities
|
8 years ago |
psci.c
|
8b6f2499ac
ARM: 8511/1: ARM64: kernel: PSCI: move PSCI idle management code to drivers/firmware
|
9 years ago |
ptrace.c
|
ad9e202aa1
arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fields
|
8 years ago |
relocate_kernel.S
|
072f0a6338
arm64: Introduce raw_{d,i}cache_line_size
|
9 years ago |
return_address.c
|
a9ea0017eb
arm64: factor out current_stack_pointer
|
8 years ago |
setup.c
|
7ede8665f2
arm64: setup: introduce kaslr_offset()
|
8 years ago |
signal.c
|
9842ceae9f
arm64: Add uprobe support
|
8 years ago |
signal32.c
|
7c0f6ba682
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
|
8 years ago |
sleep.S
|
623b476fc8
arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctx
|
8 years ago |
smccc-call.S
|
14457459f9
ARM: 8480/2: arm64: add implementation for arm-smccc
|
9 years ago |
smp.c
|
c02433dd6d
arm64: split thread_info from task stack
|
8 years ago |
smp_spin_table.c
|
b611303811
arm64: vmlinux.ld: Add mmuoff data sections and move mmuoff text into idmap
|
9 years ago |
stacktrace.c
|
9bbd4c56b0
arm64: prep stack walkers for THREAD_INFO_IN_TASK
|
8 years ago |
suspend.c
|
623b476fc8
arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctx
|
8 years ago |
sys.c
|
643d703d2d
arm64: compat: Check for AArch32 state
|
9 years ago |
sys32.c
|
18ccb0cab4
arm64: fix implementation of mmap2 compat syscall
|
10 years ago |
sys_compat.c
|
adf7589997
arm64: simplify sysreg manipulation
|
9 years ago |
time.c
|
20380bb390
arm64: ftrace: fix a stack tracer's output under function graph tracer
|
9 years ago |
topology.c
|
be8f185d8a
arm64: add sysfs cpu_capacity attribute
|
8 years ago |
trace-events-emulation.h
|
d784e2988a
arm64: Trace emulation of AArch32 legacy instructions
|
10 years ago |
traps.c
|
7d9e8f71b9
arm64: avoid returning from bad_mode
|
8 years ago |
vdso.c
|
1d8f51d41f
arm/arm64: arch_timer: Use archdata to indicate vdso suitability
|
9 years ago |
vmlinux.lds.S
|
4b65a5db36
arm64: Introduce uaccess_{disable,enable} functionality based on TTBR0_EL1
|
8 years ago |