aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2014-10-07seccomp: add "seccomp" syscallKees Cook
2014-10-07arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra
2014-10-07arm64: add seccomp supportAKASHI Takahiro
2014-10-07arm64: add SIGSYS siginfo for compat taskAKASHI Takahiro
2014-10-07add seccomp syscall for compat taskAKASHI Takahiro
2014-10-07arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro
2014-10-07arm64: ptrace: add PTRACE_SET_SYSCALLAKASHI Takahiro
2014-09-17arm64: Fixup __NR_* compat syscalls count.JP Abgrall
2014-09-17arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2014-09-17arm64: Add regs_return_value() in syscall.hAKASHI Takahiro
2014-09-17arm64: Add audit supportAKASHI Takahiro
2014-09-17Move the EM_ARM and EM_AARCH64 definitions to uapi/linux/elf-em.hDan Aloni
2014-09-17arm64: Add __NR_* definitions for compat syscallsJP Abgrall
2014-09-17arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro
2014-09-17arm64: drop redundant macros from read_cpuid()Ard Biesheuvel
2014-09-12arm64: add undefined instruction handler hooksAlex Van Brunt
2014-09-12arm64: ptrace: add is_wide_instruction() macroAlex Van Brunt
2014-09-12arm64: copy conditional instruction tests from armAlex Van Brunt
2014-09-12arm64: debug: consolidate software breakpoint handlersWill Deacon
2014-09-11arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel
2014-09-11arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel
2014-09-11arm64: Add hwcaps for crypto and CRC32 extensions.Steve Capper
2014-09-11arm64: Widen hwcap to be 64 bitSteve Capper
2014-09-11arm64: add HWCAP_EVTSTRM and associated hwcap refactoringGreg Hackmann
2014-08-29arm64: Add brackets around user_stack_pointer()Catalin Marinas
2014-08-29arm64: report correct stack pointer in KSTK_ESP for compat tasksWill Deacon
2014-08-29arm64: Cast KSTK_(EIP|ESP) to unsigned longCatalin Marinas
2014-08-29ARM64: perf: support dwarf unwinding in compat modeJean Pihet
2014-08-28arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel
2014-08-28arm64: enable generic CPU feature modalias matching for this architectureArd Biesheuvel
2014-08-28arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel
2014-08-28arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2014-08-28arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel
2014-02-25arm64: cmpxchg: update macros to prevent warningsMark Hambleton
2014-01-31Fix aarch64 build issue with IONJohn Stultz
2014-01-17arm64: mm: permit use of tagged pointers at EL0Will Deacon
2013-05-17arm64: debug: fix mdscr.ss check when enabling debug exceptionsWill Deacon
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro
2013-05-08Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-04-25arm64: Fix compat types affecting struct compat_statCatalin Marinas
2013-04-25arm64: compiling issue, need add include/asm/vga.h fileChen Gang
2013-04-23arm64: Define cmpxchg64 and cmpxchg64_local for outside useChen Gang
2013-04-19arm64: Define readq and writeq for driver module usingChen Gang
2013-04-17Merge tag 'clksrc-cleanup-for-3.10-part2' of git://sources.calxeda.com/kernel...Olof Johansson
2013-04-17arm64: add explicit symbols to ESR_EL1 decodingMarc Zyngier
2013-04-11ARM: convert arm/arm64 arch timer to use CLKSRC_OF initRob Herring
2013-03-28Merge branch 'arm64-klib' into upstreamCatalin Marinas