summaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2015-03-06ARM64:ILP32: fix the compilation error due to mistyped header file nametracking-ilp32-ll-20150306.0Andrey Konovalov
2015-03-06ARM64:ILP32: Use a seperate syscall table as a few syscalls need to be using ...Andrew Pinski
2015-03-06ARM64:ILP32: The native siginfo is used instead of the compat siginfoAndrew Pinski
2015-03-06ARM64: Add vdso for ILP32 and use it for the signal returnAndrew Pinski
2015-03-06ARM64: Add loading of ILP32 binariesAndrew Pinski
2015-03-06ARM64:ILP32: Support core dump for ILP32Andrew Pinski
2015-03-06ARM64:ILP32 use the standard start_thread for ILP32 so the processor state is...Andrew Pinski
2015-03-06ARM64:ILP32: Use the non compat HWCAP for ILP32Andrew Pinski
2015-03-06ARM64:ILP32: COMPAT_USE_64BIT_TIME is true for ILP32 tasksAndrew Pinski
2015-03-06ARM64: Add is_ilp32_compat_task and is_ilp32_compat_threadAndrew Pinski
2015-03-06ARM64: Introduce is_a32_task/is_a32_thread and TIF_AARCH32 and use them in th...Andrew Pinski
2015-03-06ARM64:ILP32: Use the same syscall names as LP64Andrew Pinski
2015-03-06ARM64:ILP32: Use the same size and layout of the signal structures for ILP32 ...Andrew Pinski
2015-03-06ARM64:UAPI: Set the correct __BITS_PER_LONG for ILP32Andrew Pinski
2015-03-06ARM64:ILP32: Set kernel_long to long long so we can reuse most of the same sy...Andrew Pinski
2015-03-06ARM64: Change some CONFIG_COMPAT over to use CONFIG_AARCH32_EL0 insteadAndrew Pinski
2015-02-27arm64: cpuidle: add asm/proc-fns.h inclusionLorenzo Pieralisi
2015-02-27arm64: Increase the swiotlb buffer size 64MBCatalin Marinas
2015-02-26arm64: enable PTE type bit in the mask for pte_modifyFeng Kan
2015-02-26arm64: mm: remove unused functions and variable protoypesYingjoe Chen
2015-02-23arm64: guard asm/assembler.h against multiple inclusionsMarc Zyngier
2015-02-23arm64: insn: fix compare-and-branch encodingsRobin Murphy
2015-02-18Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-02-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10arm64: drop PTE_FILE and pte_file()-related helpersKirill A. Shutemov
2015-02-10Merge branch 'devel-stable' into for-nextRussell King
2015-02-06kvm: add halt_poll_ns module parameterPaolo Bonzini
2015-02-02arm64: compat: Remove incorrect comment in compat_siginfoCatalin Marinas
2015-01-29arm/arm64: KVM: Use kernel mapping to perform invalidation on page faultMarc Zyngier
2015-01-29arm/arm64: KVM: Invalidate data cache on unmapMarc Zyngier
2015-01-29arm/arm64: KVM: Use set/way op trapping to track the state of the cachesMarc Zyngier
2015-01-29arm64: Avoid breakage caused by .altmacro in fpsimd save/restore macrosDave P Martin
2015-01-28arm64:mm: free the useless initial page tablezhichang.yuan
2015-01-27arm64: kernel: remove ARM64_CPU_SUSPEND config optionLorenzo Pieralisi
2015-01-27arm64: Remove asm/syscalls.hCatalin Marinas
2015-01-27arm64: Implement the compat_sys_call_table in CCatalin Marinas
2015-01-23arm64: uapi: expose our struct ucontext to the uapi headersWill Deacon
2015-01-23smp, ARM64: Kill SMP single function call interruptJiang Liu
2015-01-23arm64: Emulate SETEND for AArch32 tasksSuzuki K. Poulose
2015-01-23arm64: Consolidate hotplug notifier for instruction emulationSuzuki K. Poulose
2015-01-23arm64: Track system support for mixed endian EL0Suzuki K. Poulose
2015-01-23arm64: Combine coherent and non-coherent swiotlb dma_opsCatalin Marinas
2015-01-23arm64: Fix overlapping VA allocationsMark Rutland
2015-01-23Merge tag 'kvm-arm-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2015-01-22arm64/efi: move virtmap init to early initcallArd Biesheuvel