summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorFilesLines
2013-03-21arm64: klib: Optimised memory functionsCatalin Marinas1-0/+6
2013-03-18arm64: Fix build error with !SMPCatalin Marinas1-0/+2
2013-03-18arm64: Removed unused variable in compat_setup_rt_frame()Catalin Marinas1-1/+0
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-5/+0
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2013-02-24switch lseek to COMPAT_SYSCALL_DEFINEAl Viro1-5/+0
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds5-244/+4
2013-02-21Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+27
2013-02-20Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-29/+560
2013-02-17ARM64 idle: delete pm_idleLen Brown1-9/+4
2013-02-14arm64: switch to generic old sigaction() (compat-only)Al Viro1-45/+0
2013-02-14arm64: switch to generic compat rt_sigaction()Al Viro1-41/+0
2013-02-14arm64: switch compat to generic old sigsuspendAl Viro1-12/+0
2013-02-14arm64: switch to generic compat rt_sigqueueinfo()Al Viro1-18/+0
2013-02-14arm64: switch to generic compat rt_sigpending()Al Viro1-18/+0
2013-02-14arm64: switch to generic compat rt_sigprocmask()Al Viro1-33/+0
2013-02-14arm64: switch to generic sigaltstackAl Viro5-77/+4
2013-02-11arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon1-1/+3
2013-02-11arm64: compat: use compat_uptr_t type for compat_ucontext.uc_linkWill Deacon1-2/+2
2013-02-01Merge branch 'for-will/arch-timer-unification' of git://linux-arm.org/linux-m...Will Deacon1-2/+27
2013-01-31arm64: move from arm_generic to arm_arch_timerMark Rutland1-2/+27
2013-01-29arm64: SMP: enable PSCI boot methodMarc Zyngier3-1/+54
2013-01-29arm64: psci: add support for PSCI invocations from the kernelWill Deacon3-1/+215
2013-01-29arm64: SMP: rework the SMP code to be enabling method agnosticMarc Zyngier3-23/+113
2013-01-29arm64: perf: add guest vs host discriminationMarc Zyngier1-0/+37
2013-01-22arm64: Add simple earlyprintk supportCatalin Marinas3-2/+129
2013-01-22arm64: Populate the platform devicesCatalin Marinas1-0/+8
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-10arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon2-6/+0
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas1-15/+0
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds3-27/+4
2012-12-05arm64: move FP-SIMD save/restore code to a macroMarc Zyngier1-40/+3
2012-12-05arm64: hyp: initialize vttbr_el2 to zeroMarc Zyngier1-0/+3
2012-12-05arm64: add hypervisor stubMarc Zyngier3-1/+115
2012-12-05arm64: record boot mode when entering the kernelMarc Zyngier1-3/+22
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier1-4/+0
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2-2/+3
2012-12-05arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon2-3/+7
2012-12-05arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon1-44/+44
2012-12-05arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon1-3/+3
2012-12-05arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon1-1/+1
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro3-26/+4
2012-11-23arm64: signal: let the compiler inline compat_get_sigframeWill Deacon1-3/+3
2012-11-23arm64: signal: return struct rt_sigframe from get_sigframeWill Deacon1-6/+6
2012-11-23arm64: signal: align return types for compat and native setup_returnWill Deacon1-9/+5
2012-11-23arm64: signal: push the unwinding prologue on the signal stackWill Deacon1-21/+16
2012-11-19Merge remote-tracking branch 'viro/arch-arm64' into execveCatalin Marinas5-44/+16
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro1-2/+1