aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2013-02-25fix compat truncate/ftruncateAl Viro
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-21Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-14burying unused conditionalsAl Viro
2013-02-14arm64: switch compat to generic old sigsuspendAl Viro
2013-02-14arm64: switch to generic sigaltstackAl Viro
2013-02-11arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon
2013-02-11arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon
2013-02-01Merge branch 'for-will/arch-timer-unification' of git://linux-arm.org/linux-m...Will Deacon
2013-01-31arm64: move from arm_generic to arm_arch_timerMark Rutland
2013-01-31arm64: arm_generic: prevent reading stale timeMark Rutland
2013-01-29arm64: Add kvm_para.h and xor.h generic headersCatalin Marinas
2013-01-29arm64: SMP: enable PSCI boot methodMarc Zyngier
2013-01-29arm64: psci: add support for PSCI invocations from the kernelWill Deacon
2013-01-29arm64: SMP: rework the SMP code to be enabling method agnosticMarc Zyngier
2013-01-29arm64: perf: add guest vs host discriminationMarc Zyngier
2013-01-29arm64: add COMPAT_PSR_*_BIT flagsMarc Zyngier
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas
2013-01-22arm64: elf: fix core dumping to match what glibc expectsWill Deacon
2013-01-15arm64: compat: add syscall table entries for new syscallsWill Deacon
2013-01-10arm64: mm: introduce present, faulting entries for PAGE_NONEWill Deacon
2013-01-10arm64: mm: only wrprotect clean ptes if they are presentWill Deacon
2013-01-02arm64: Include linux/ptrace.h in asm/compat.hCatalin Marinas
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2012-12-19new helper: compat_user_stack_pointer()Al Viro
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2012-12-05arm64: compat for clock_adjtime(2) is miswiredAl Viro
2012-12-05arm64: move FP-SIMD save/restore code to a macroMarc Zyngier
2012-12-05arm64: add hypervisor stubMarc Zyngier
2012-12-05arm64: record boot mode when entering the kernelMarc Zyngier
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier
2012-12-05arm64: add AArch32 execution modes to ptrace.hMarc Zyngier
2012-12-05arm64: expand register mapping between AArch32 and AArch64Marc Zyngier
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon
2012-12-02open*(2) compat fixes (s390, arm64)Al Viro
2012-11-29arm64: Make !dirty ptes read-onlyCatalin Marinas
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro
2012-11-28ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan
2012-11-23arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas
2012-11-23arm64: Include the clkdev.h generic headerCatalin Marinas
2012-11-19Merge remote-tracking branch 'viro/arch-arm64' into execveCatalin Marinas