aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2015-01-16Merge tag 'v3.14.29' into linux-linaro-lsk-v3.14Mark Brown
2015-01-16arm64: kernel: refactor the CPU suspend API for retention statesLorenzo Pieralisi
2015-01-12seccomp: add "seccomp" syscallKees Cook
2015-01-12arm64: add seccomp supportAKASHI Takahiro
2015-01-12arm64: add SIGSYS siginfo for compat taskAKASHI Takahiro
2015-01-12add seccomp syscall for compat taskAKASHI Takahiro
2015-01-12arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro
2015-01-12arm64: ptrace: add PTRACE_SET_SYSCALLAKASHI Takahiro
2015-01-08Merge tag 'v3.14.28' into linux-linaro-lsk-v3.14Mark Brown
2015-01-08arm64: Add COMPAT_HWCAP_LPAECatalin Marinas
2015-01-06arm64: Fixup __NR_* compat syscalls count.JP Abgrall
2015-01-06arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2015-01-06arm64: Add regs_return_value() in syscall.hAKASHI Takahiro
2015-01-06arm64: Add audit supportAKASHI Takahiro
2015-01-06arm64: Add __NR_* definitions for compat syscallsJP Abgrall
2015-01-06arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro
2015-01-06arm64: add undefined instruction handler hooksAlex Van Brunt
2015-01-06arm64: ptrace: add is_wide_instruction() macroAlex Van Brunt
2015-01-06arm64: copy conditional instruction tests from armAlex Van Brunt
2015-01-06arm64: advertise ARMv8 extensions to 32-bit compat ELF binariesArd Biesheuvel
2015-01-06arm64: add AT_HWCAP2 support for 32-bit compatArd Biesheuvel
2015-01-06arm64: Add brackets around user_stack_pointer()Catalin Marinas
2015-01-06arm64: report correct stack pointer in KSTK_ESP for compat tasksWill Deacon
2015-01-06arm64: Cast KSTK_(EIP|ESP) to unsigned longCatalin Marinas
2015-01-06ARM64: perf: support dwarf unwinding in compat modeJean Pihet
2015-01-06arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel
2015-01-06arm64: enable generic CPU feature modalias matching for this architectureArd Biesheuvel
2015-01-06arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel
2015-01-06arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2015-01-06arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel
2014-12-04arm64: mm: Fix mismerge in pgtable.hMark Brown
2014-11-19arm64: ptrace: add is_wide_instruction() macroAlex Van Brunt
2014-11-18Merge remote-tracking branch 'lsk/v3.14/topic/arm64-fpsimd' into linux-linaro...Mark Brown
2014-11-18arm64: add support for kernel mode NEON in interrupt contextv3.14/topic/arm64-fpsimdArd Biesheuvel
2014-11-18arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel
2014-11-18arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel
2014-11-17seccomp: add "seccomp" syscallKees Cook
2014-11-17arm64: add seccomp supportAKASHI Takahiro
2014-11-17arm64: add SIGSYS siginfo for compat taskAKASHI Takahiro
2014-11-17add seccomp syscall for compat taskAKASHI Takahiro
2014-11-17arm64: ptrace: allow tracer to skip a system callAKASHI Takahiro
2014-11-17arm64: ptrace: add PTRACE_SET_SYSCALLAKASHI Takahiro
2014-11-17arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro
2014-11-17arm64: Add regs_return_value() in syscall.hAKASHI Takahiro
2014-11-17arm64: Add audit supportAKASHI Takahiro
2014-11-17arm64: Add __NR_* definitions for compat syscallsJP Abgrall
2014-11-17arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro
2014-11-17arm64: add undefined instruction handler hooksAlex Van Brunt
2014-11-17arm64: copy conditional instruction tests from armAlex Van Brunt
2014-11-17arm64: debug: consolidate software breakpoint handlersWill Deacon