summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2013-01-164-23/+26
|\
| * arm64: compat: add syscall table entries for new syscallsWill Deacon2013-01-151-1/+6
| * arm64: mm: introduce present, faulting entries for PAGE_NONEWill Deacon2013-01-101-11/+13
| * arm64: mm: only wrprotect clean ptes if they are presentWill Deacon2013-01-101-7/+9
| * arm64: vdso: remove broken, redundant sequence counting for timezonesWill Deacon2013-01-102-6/+0
* | arm64: dts: prevent *.dtb from always being rebuiltStephen Warren2013-01-141-0/+1
|/
* Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/cmar...Linus Torvalds2013-01-042-1/+6
|\
| * arm64: Always select ARM_AMBA and GENERIC_GPIOCatalin Marinas2013-01-041-0/+4
| * arm64: Keep the ARM64 Kconfig selects sortedCatalin Marinas2013-01-021-1/+1
| * arm64: Include linux/ptrace.h in asm/compat.hCatalin Marinas2013-01-021-0/+1
* | ARCH: drivers remove __dev* attributes.Greg Kroah-Hartman2013-01-031-1/+1
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-203-5/+3
|\
| * new helper: compat_user_stack_pointer()Al Viro2012-12-191-2/+3
| * Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro2012-12-192-3/+0
* | Merge tag 'iommu-updates-v3.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2012-12-201-0/+1
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'iommu/fixes', 'dma-debug', 'x86/amd', 'x86/vt-d', 'arm/tegra'...Joerg Roedel2012-12-161-0/+1
| |\ \ \ \
| | * | | | ARM64: dma_debug: add debug_dma_mapping_error supportShuah Khan2012-11-281-0/+1
| | |/ / /
* | | | | compat: generic compat_sys_sched_rr_get_interval() implementationCatalin Marinas2012-12-172-15/+1
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-127-35/+10
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | flagday: don't pass regs to copy_thread()Al Viro2012-11-281-2/+1
| * | | | take sys_fork/sys_vfork/sys_clone prototypes to linux/syscalls.hAl Viro2012-11-281-8/+0
| * | | | arm64: sanitize copy_thread(), switch to generic fork/vfork/cloneAl Viro2012-11-287-28/+12
| | | | |
| | \ \ \
| *-. \ \ \ Merge branches 'no-rebases', 'arch-avr32', 'arch-blackfin', 'arch-cris', 'arc...Al Viro2012-11-2810-207/+56
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | Merge branch 'arch-microblaze' into no-rebasesAl Viro2012-11-165-4/+5
| | |\ \ \ \
* | | \ \ \ \ Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-1229-366/+469
|\ \ \ \ \ \ \
| * | | | | | | arm64: compat for clock_adjtime(2) is miswiredAl Viro2012-12-051-1/+1
| * | | | | | | arm64: move FP-SIMD save/restore code to a macroMarc Zyngier2012-12-052-40/+67
| * | | | | | | arm64: hyp: initialize vttbr_el2 to zeroMarc Zyngier2012-12-051-0/+3
| * | | | | | | arm64: add hypervisor stubMarc Zyngier2012-12-054-1/+118
| * | | | | | | arm64: record boot mode when entering the kernelMarc Zyngier2012-12-052-3/+73
| * | | | | | | arm64: move vector entry macro to assembler.hMarc Zyngier2012-12-052-4/+8
| * | | | | | | arm64: add AArch32 execution modes to ptrace.hMarc Zyngier2012-12-051-0/+10
| * | | | | | | arm64: expand register mapping between AArch32 and AArch64Marc Zyngier2012-12-051-2/+19
| * | | | | | | arm64: generic timer: use virtual counter instead of physical at EL0Will Deacon2012-12-053-6/+7
| * | | | | | | arm64: vdso: defer shifting of nanosecond component of timespecWill Deacon2012-12-052-3/+7
| * | | | | | | arm64: vdso: rework __do_get_tspec register allocation and return shiftWill Deacon2012-12-051-44/+44
| * | | | | | | arm64: vdso: check sequence counter even for coarse realtime operationsWill Deacon2012-12-051-3/+3
| * | | | | | | arm64: vdso: fix clocksource mask when extracting bottom 56 bitsWill Deacon2012-12-051-1/+1
| * | | | | | | ARM64: Remove incorrect Kconfig symbol HAVE_SPARSE_IRQAlexander Shiyan2012-11-291-1/+0
| * | | | | | | arm64: Make !dirty ptes read-onlyCatalin Marinas2012-11-291-0/+2
| * | | | | | | arm64: Convert empty flush_cache_{mm,page} functions to static inlineCatalin Marinas2012-11-232-11/+9
| * | | | | | | arm64: signal: let the compiler inline compat_get_sigframeWill Deacon2012-11-231-3/+3
| * | | | | | | arm64: signal: return struct rt_sigframe from get_sigframeWill Deacon2012-11-231-6/+6
| * | | | | | | arm64: signal: align return types for compat and native setup_returnWill Deacon2012-11-231-9/+5
| * | | | | | | arm64: signal: push the unwinding prologue on the signal stackWill Deacon2012-11-231-21/+16
| * | | | | | | arm64: Include the clkdev.h generic headerCatalin Marinas2012-11-231-0/+1
| * | | | | | | arm64: Force use of common clk at architecture levelDeepak Saxena2012-11-201-0/+1
| * | | | | | | Merge branch 'execve' into upstreamCatalin Marinas2012-11-197-52/+25
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge remote-tracking branch 'viro/arch-arm64' into execveCatalin Marinas2012-11-197-52/+25
| | |\ \ \ \ \ \ \ | | | | |/ / / / / | | | |/| | | | |
| | | * | | | | | Merge commit '6ba1bc826d160fe4f32bcb188687dcca4bdfaf3d' into arch-arm64Al Viro2012-11-1614-82/+92
| | | |\ \ \ \ \ \