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-03-281-1/+1
|\
| * ARM64: early_printk: Fix check for CONFIG_ARM64_64K_PAGESBen Hutchings2013-03-251-1/+1
* | arm64: Kconfig.debug: Remove unused CONFIG_DEBUG_ERRORSPaul Bolle2013-03-192-12/+0
* | arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATEDPaul Bolle2013-03-191-1/+0
* | arm64: fix padding computation in struct ucontextAndreas Schwab2013-03-181-1/+1
* | arm64: Fix build error with !SMPCatalin Marinas2013-03-181-0/+2
* | arm64: Removed unused variable in compat_setup_rt_frame()Catalin Marinas2013-03-181-1/+0
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-8/+3
|\
| * fix compat truncate/ftruncateAl Viro2013-02-251-2/+2
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-242-6/+1
* | Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2013-02-261-1/+2
|\ \
| * | arm64: select ARCH_WANT_OPTIONAL_GPIOLIBArnd Bergmann2013-02-221-1/+2
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\ \ \ | |_|/ |/| |
| * | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-239-250/+8
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-142-7/+0
| * | | arm64: switch to generic old sigaction() (compat-only)Al Viro2013-02-142-45/+1
| * | | arm64: switch to generic compat rt_sigaction()Al Viro2013-02-142-41/+1
| * | | arm64: switch compat to generic old sigsuspendAl Viro2013-02-143-13/+2
| * | | arm64: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-142-18/+1
| * | | arm64: switch to generic compat rt_sigpending()Al Viro2013-02-142-18/+1
| * | | arm64: switch to generic compat rt_sigprocmask()Al Viro2013-02-142-33/+1
| * | | arm64: switch to generic sigaltstackAl Viro2013-02-148-80/+6
| |/ /
* | | memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-231-0/+3
* | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-214-102/+161
|\ \ \
| * \ \ Merge branch 'for-will/arch-timer-unification' of git://linux-arm.org/linux-m...Will Deacon2013-02-014-102/+161
| |\ \ \ | | |_|/ | |/| |
| | * | arm64: move from arm_generic to arm_arch_timerMark Rutland2013-01-314-104/+161
| | * | arm64: arm_generic: prevent reading stale timeMark Rutland2013-01-311-0/+2
* | | | Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-2028-173/+853
|\ \ \ \
| * | | | arm64: mm: update CONTEXTIDR register to contain PID of current processWill Deacon2013-02-113-1/+26
| * | | | arm64: atomics: fix grossly inconsistent asm constraints for exclusivesWill Deacon2013-02-114-143/+143
| * | | | arm64: compat: use compat_uptr_t type for compat_ucontext.uc_linkWill Deacon2013-02-111-2/+2
| * | | | arm64: Select ARCH_WANT_FRAME_POINTERSCatalin Marinas2013-01-291-0/+1
| * | | | arm64: Add kvm_para.h and xor.h generic headersCatalin Marinas2013-01-292-0/+5
| * | | | arm64: SMP: enable PSCI boot methodMarc Zyngier2013-01-294-1/+55
| * | | | arm64: psci: add support for PSCI invocations from the kernelWill Deacon2013-01-294-1/+253
| * | | | arm64: SMP: rework the SMP code to be enabling method agnosticMarc Zyngier2013-01-294-23/+123
| * | | | arm64: perf: add guest vs host discriminationMarc Zyngier2013-01-292-1/+43
| * | | | arm64: add COMPAT_PSR_*_BIT flagsMarc Zyngier2013-01-291-0/+10
| * | | | arm64: Add simple earlyprintk supportCatalin Marinas2013-01-228-2/+185
| * | | | arm64: Populate the platform devicesCatalin Marinas2013-01-221-0/+8
| |/ / /
* | | | Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-201-9/+4
|\ \ \ \
| * | | | ARM64 idle: delete pm_idleLen Brown2013-02-171-9/+4
| |/ / /
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-1/+0
|\ \ \ \ | |/ / / |/| | |
| * | | Merge branch 'core/irq_work' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2013-01-241-1/+0
| |\ \ \ | | |_|/ | |/| |
| | * | irq_work: Remove CONFIG_HAVE_IRQ_WORKFrederic Weisbecker2012-11-171-1/+0
* | | | arm64: elf: fix core dumping to match what glibc expectsWill Deacon2013-01-221-1/+4
|/ / /
* | | 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
OpenPOWER on IntegriCloud