aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-22arm64: elf: fix core dumping to match what glibc expectsWill Deacon1-1/+4
2013-01-16Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds4-23/+26
2013-01-15arm64: compat: add syscall table entries for new syscallsWill Deacon1-1/+6
2013-01-14arm64: dts: prevent *.dtb from always being rebuiltStephen Warren1-0/+1
2013-01-10arm64: mm: introduce present, faulting entries for PAGE_NONEWill Deacon1-11/+13
2013-01-10arm64: mm: only wrprotect clean ptes if they are presentWill Deacon1-7/+9
2013-01-10arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon2-6/+0
2013-01-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds2-1/+6
2013-01-04arm64: Always select ARM_AMBA and GENERIC_GPIOCatalin Marinas1-0/+4
2013-01-03ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman1-1/+1
2013-01-02arm64: Keep the ARM64 Kconfig selects sortedCatalin Marinas1-1/+1
2013-01-02arm64: Include linux/ptrace.h in asm/compat.hCatalin Marinas1-0/+1
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds3-5/+3
2012-12-20Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+1
2012-12-19new helper: compat_user_stack_pointer()Al Viro1-2/+3
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2-3/+0
2012-12-17compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2-15/+1
2012-12-16Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra' and 'arm/omap' into nextJoerg Roedel1-0/+1
2012-12-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds7-35/+10
2012-12-12Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds29-366/+469
2012-12-11Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-11/+17
2012-12-10arm64: Fix the dtbs target buildingCatalin Marinas1-1/+1
2012-12-08Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-0/+1
2012-12-05arm64: compat for clock_adjtime(2) is miswiredAl Viro1-1/+1
2012-12-05arm64: move FP-SIMD save/restore code to a macroMarc Zyngier2-40/+67
2012-12-05arm64: hyp: initialize vttbr_el2 to zeroMarc Zyngier1-0/+3
2012-12-05arm64: add hypervisor stubMarc Zyngier4-1/+118
2012-12-05arm64: record boot mode when entering the kernelMarc Zyngier2-3/+73
2012-12-05arm64: move vector entry macro to assembler.hMarc Zyngier2-4/+8
2012-12-05arm64: add AArch32 execution modes to ptrace.hMarc Zyngier1-0/+10
2012-12-05arm64: expand register mapping between AArch32 and AArch64Marc Zyngier1-2/+19
2012-12-05arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon3-6/+7
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-12-03arm64: Add dtbs target for building all the enabled dtb filesRob Herring2-6/+12
2012-12-03arm64: use new common dtc ruleStephen Warren3-6/+6
2012-12-02open*(2) compat fixes (s390, arm64)Al Viro1-1/+1
2012-11-29ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQAlexander Shiyan1-1/+0
2012-11-29arm64: Make !dirty ptes read-onlyCatalin Marinas1-0/+2
2012-11-28flagday: don't pass regs to copy_thread()Al Viro1-2/+1
2012-11-28take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro1-8/+0
2012-11-28arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro7-28/+12
2012-11-28Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arch-h8300', 'arch-m32r', 'arch-mn10300', 'arch-score', 'arch-sh' and 'arch-powerpc' into for-nextAl Viro10-207/+56
2012-11-28ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan1-0/+1
2012-11-23arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas2-11/+9
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