aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2013-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
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-20Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-17ARM64 idle: delete pm_idleLen Brown
2013-02-14arm64: switch to generic old sigaction() (compat-only)Al Viro
2013-02-14arm64: switch to generic compat rt_sigaction()Al Viro
2013-02-14arm64: switch compat to generic old sigsuspendAl Viro
2013-02-14arm64: switch to generic compat rt_sigqueueinfo()Al Viro
2013-02-14arm64: switch to generic compat rt_sigpending()Al Viro
2013-02-14arm64: switch to generic compat rt_sigprocmask()Al 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: compat: use compat_uptr_t type for compat_ucontext.uc_linkWill 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-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-22arm64: Add simple earlyprintk supportCatalin Marinas
2013-01-22arm64: Populate the platform devicesCatalin Marinas
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-10arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2012-12-05arm64: move FP-SIMD save/restore code to a macroMarc Zyngier
2012-12-05arm64: hyp: initialize vttbr_el2 to zeroMarc 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: generic timer: use virtual counter instead of physical at EL0Will Deacon
2012-12-05arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon
2012-12-05arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon
2012-12-05arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon
2012-12-05arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon
2012-11-28flagday: don't pass regs to copy_thread()Al Viro
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro
2012-11-23arm64: signal: let the compiler inline compat_get_sigframeWill Deacon
2012-11-23arm64: signal: return struct rt_sigframe from get_sigframeWill Deacon
2012-11-23arm64: signal: align return types for compat and native setup_returnWill Deacon
2012-11-23arm64: signal: push the unwinding prologue on the signal stackWill Deacon
2012-11-19Merge remote-tracking branch 'viro/arch-arm64' into execveCatalin Marinas
2012-11-16Merge branch 'arch-microblaze' into no-rebasesAl Viro
2012-11-16Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro
2012-11-13Merge tag 'v3.7-rc5' into execveCatalin Marinas
2012-11-08arm64: smp: add missing completion for secondary bootWill Deacon