aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
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/viro/signalLinus 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
2012-11-16Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro6-59/+75
2012-11-13Merge tag 'v3.7-rc5' into execveCatalin Marinas6-61/+76
2012-11-08arm64: smp: add missing completion for secondary bootWill Deacon1-2/+1
2012-11-08arm64: elf: fix core dumping definitions for GP and FP registersWill Deacon1-18/+0
2012-11-08arm64: compat: select CONFIG_ARCH_WANT_COMPAT_IPC_PARSE_VERSIONWill Deacon0-0/+0
2012-11-08arm64: perf: use architected event for CPU cycle counterWill Deacon1-8/+2
2012-10-22arm64: get rid of fork/vfork/clone wrappersAl Viro5-44/+16
2012-10-18arm64: ptrace: use HW_BREAKPOINT_EMPTY type for disabled breakpointsWill Deacon1-16/+21
2012-10-18arm64: ptrace: make structure padding explicit for debug registersWill Deacon1-6/+30
2012-10-18arm64: Ignore memory blocks below PHYS_OFFSETCatalin Marinas1-0/+12
2012-10-18arm64: Fix the update_vsyscall() prototypeCatalin Marinas1-10/+10
2012-10-17arm64: Use generic sys_execve() implementationCatalin Marinas4-50/+0
2012-10-17arm64: Use generic kernel_execve() implementationCatalin Marinas2-44/+1
2012-10-17arm64: Use generic kernel_thread() implementationCatalin Marinas2-54/+28
2012-10-16arm64: Remove duplicate inclusion of mmu_context.h in smp.cSachin Kamat1-1/+0
2012-10-13Merge tag 'arm64-uapi' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds5-143/+16
2012-10-12vfs: define struct filename and have getname() return itJeff Layton2-5/+5
2012-10-11arm64: Do not export the compat-specific definitions to the userCatalin Marinas1-3/+3
2012-10-11arm64: Do not include asm/unistd32.h in asm/unistd.hCatalin Marinas4-8/+4
2012-10-11arm64: Remove unused definitions from asm/unistd32.hCatalin Marinas2-132/+9
2012-10-08arm64: Enable interrupts before calling do_notify_resume()Catalin Marinas1-0/+1
2012-10-08arm64: Use the generic compat_sys_sendfile() implementationCatalin Marinas1-20/+0
2012-10-06compat: move compat_siginfo_t definition to asm/compat.hDenys Vlasenko1-53/+0
2012-09-27arm64: ptrace: remove obsolete ptrace request numbers from user headersWill Deacon1-6/+6
2012-09-17arm64: Build infrastructureCatalin Marinas3-0/+154
2012-09-17arm64: Generic timers supportMarc Zyngier1-0/+65
2012-09-17arm64: Loadable modulesWill Deacon1-0/+456
2012-09-17arm64: Miscellaneous library functionsMarc Zyngier1-0/+46
2012-09-17arm64: Performance counters supportWill Deacon1-0/+1368