Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64
Pull arm64 support from Catalin Marinas: "Linux support for the 64-bit ARM architecture (AArch64) Features currently supported: - 39-bit address space for user and kernel (each) - 4KB and 64KB page configurations - Compat (32-bit) user applications (ARMv7, EABI only) - Flattened Device Tree (mandated for all AArch64 platforms) - ARM generic timers" * tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64: (35 commits) arm64: ptrace: remove obsolete ptrace request numbers from user headers arm64: Do not set the SMP/nAMP processor bit arm64: MAINTAINERS update arm64: Build infrastructure arm64: Miscellaneous header files arm64: Generic timers support arm64: Loadable modules arm64: Miscellaneous library functions arm64: Performance counters support arm64: Add support for /proc/sys/debug/exception-trace arm64: Debugging support arm64: Floating point and SIMD arm64: 32-bit (compat) applications support arm64: User access library functions arm64: Signal handling support arm64: VDSO support arm64: System calls handling arm64: ELF definitions arm64: SMP support arm64: DMA mapping API ...
Showing
Documentation/arm64/booting.txt
0 → 100644
Documentation/arm64/memory.txt
0 → 100644
arch/arm64/Kconfig
0 → 100644
arch/arm64/Kconfig.debug
0 → 100644
arch/arm64/Makefile
0 → 100644
arch/arm64/boot/.gitignore
0 → 100644
arch/arm64/boot/Makefile
0 → 100644
arch/arm64/boot/install.sh
0 → 100644
arch/arm64/configs/defconfig
0 → 100644
arch/arm64/include/asm/Kbuild
0 → 100644
arch/arm64/include/asm/atomic.h
0 → 100644
arch/arm64/include/asm/auxvec.h
0 → 100644
arch/arm64/include/asm/barrier.h
0 → 100644
arch/arm64/include/asm/bitops.h
0 → 100644
arch/arm64/include/asm/cache.h
0 → 100644
arch/arm64/include/asm/cmpxchg.h
0 → 100644
arch/arm64/include/asm/compat.h
0 → 100644
arch/arm64/include/asm/compiler.h
0 → 100644
arch/arm64/include/asm/cputable.h
0 → 100644
arch/arm64/include/asm/cputype.h
0 → 100644
arch/arm64/include/asm/device.h
0 → 100644
arch/arm64/include/asm/elf.h
0 → 100644
arch/arm64/include/asm/exec.h
0 → 100644
arch/arm64/include/asm/fb.h
0 → 100644
arch/arm64/include/asm/fcntl.h
0 → 100644
arch/arm64/include/asm/fpsimd.h
0 → 100644
arch/arm64/include/asm/futex.h
0 → 100644
arch/arm64/include/asm/hardirq.h
0 → 100644
arch/arm64/include/asm/hwcap.h
0 → 100644
arch/arm64/include/asm/io.h
0 → 100644
arch/arm64/include/asm/irq.h
0 → 100644
arch/arm64/include/asm/irqflags.h
0 → 100644
arch/arm64/include/asm/memblock.h
0 → 100644
arch/arm64/include/asm/memory.h
0 → 100644
arch/arm64/include/asm/mmu.h
0 → 100644
arch/arm64/include/asm/module.h
0 → 100644
arch/arm64/include/asm/page.h
0 → 100644
arch/arm64/include/asm/param.h
0 → 100644
arch/arm64/include/asm/pgalloc.h
0 → 100644
arch/arm64/include/asm/pgtable.h
0 → 100644
arch/arm64/include/asm/pmu.h
0 → 100644
arch/arm64/include/asm/proc-fns.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/prom.h
0 → 100644
arch/arm64/include/asm/ptrace.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/setup.h
0 → 100644
arch/arm64/include/asm/shmparam.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/siginfo.h
0 → 100644
arch/arm64/include/asm/signal.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/signal32.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/smp.h
0 → 100644
此差异已折叠。
此差异已折叠。
arch/arm64/include/asm/spinlock.h
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
arch/arm64/include/asm/stat.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/statfs.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/syscall.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/syscalls.h
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
arch/arm64/include/asm/timex.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/tlb.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/tlbflush.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/traps.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/uaccess.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/ucontext.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/unistd.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/unistd32.h
0 → 100644
此差异已折叠。
arch/arm64/include/asm/vdso.h
0 → 100644
此差异已折叠。
此差异已折叠。
arch/arm64/kernel/.gitignore
0 → 100644
arch/arm64/kernel/Makefile
0 → 100644
此差异已折叠。
arch/arm64/kernel/arm64ksyms.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/asm-offsets.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/cputable.c
0 → 100644
此差异已折叠。
此差异已折叠。
arch/arm64/kernel/entry-fpsimd.S
0 → 100644
此差异已折叠。
arch/arm64/kernel/entry.S
0 → 100644
此差异已折叠。
arch/arm64/kernel/fpsimd.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/head.S
0 → 100644
此差异已折叠。
arch/arm64/kernel/hw_breakpoint.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/io.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/irq.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/kuser32.S
0 → 100644
此差异已折叠。
arch/arm64/kernel/module.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/perf_event.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/process.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/ptrace.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/setup.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/signal.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/signal32.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/smp.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/stacktrace.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/sys.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/sys32.S
0 → 100644
此差异已折叠。
arch/arm64/kernel/sys_compat.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/time.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/traps.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/vdso.c
0 → 100644
此差异已折叠。
arch/arm64/kernel/vdso/.gitignore
0 → 100644
此差异已折叠。
arch/arm64/kernel/vdso/Makefile
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
arch/arm64/kernel/vdso/note.S
0 → 100644
此差异已折叠。
此差异已折叠。
arch/arm64/kernel/vdso/vdso.S
0 → 100644
此差异已折叠。
arch/arm64/kernel/vdso/vdso.lds.S
0 → 100644
此差异已折叠。
arch/arm64/kernel/vmlinux.lds.S
0 → 100644
此差异已折叠。
arch/arm64/lib/Makefile
0 → 100644
此差异已折叠。
arch/arm64/lib/bitops.c
0 → 100644
此差异已折叠。
arch/arm64/lib/clear_page.S
0 → 100644
此差异已折叠。
arch/arm64/lib/clear_user.S
0 → 100644
此差异已折叠。
arch/arm64/lib/copy_from_user.S
0 → 100644
此差异已折叠。
arch/arm64/lib/copy_in_user.S
0 → 100644
此差异已折叠。
arch/arm64/lib/copy_page.S
0 → 100644
此差异已折叠。
arch/arm64/lib/copy_to_user.S
0 → 100644
此差异已折叠。
arch/arm64/lib/delay.c
0 → 100644
此差异已折叠。
此差异已折叠。
arch/arm64/lib/strnlen_user.S
0 → 100644
此差异已折叠。
arch/arm64/mm/Makefile
0 → 100644
此差异已折叠。
arch/arm64/mm/cache.S
0 → 100644
此差异已折叠。
arch/arm64/mm/context.c
0 → 100644
此差异已折叠。
arch/arm64/mm/copypage.c
0 → 100644
此差异已折叠。
arch/arm64/mm/dma-mapping.c
0 → 100644
此差异已折叠。
arch/arm64/mm/extable.c
0 → 100644
此差异已折叠。
arch/arm64/mm/fault.c
0 → 100644
此差异已折叠。
arch/arm64/mm/flush.c
0 → 100644
此差异已折叠。
arch/arm64/mm/init.c
0 → 100644
此差异已折叠。
arch/arm64/mm/ioremap.c
0 → 100644
此差异已折叠。
arch/arm64/mm/mm.h
0 → 100644
此差异已折叠。
arch/arm64/mm/mmap.c
0 → 100644
此差异已折叠。
arch/arm64/mm/mmu.c
0 → 100644
此差异已折叠。
arch/arm64/mm/pgd.c
0 → 100644
此差异已折叠。
arch/arm64/mm/proc-macros.S
0 → 100644
此差异已折叠。
arch/arm64/mm/proc.S
0 → 100644
此差异已折叠。
arch/arm64/mm/tlb.S
0 → 100644
此差异已折叠。
drivers/clocksource/arm_generic.c
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
include/clocksource/arm_generic.h
0 → 100644
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
此差异已折叠。
想要评论请 注册 或 登录