summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | arm64: kernel: make the pen of the secondary a 64-bit unsigned valueJavi Merino2013-03-202-5/+7
| * | | | arm64: Initialise the clocks described via DTCatalin Marinas2013-03-201-0/+8
| * | | | arm64: add support for 8250/16550 earlyprintkAnup Patel2013-03-201-0/+23
| * | | | arm64: early_printk: add support for FastModel console outputMarc Zyngier2013-03-201-0/+12
| * | | | arm64: add read_cpuid_{implementor,part_number,mpidr}Marc Zyngier2013-03-201-0/+22
| |/ / /
* | | | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-04-302-39/+6Star
|\ \ \ \
| * | | | idle: Remove GENERIC_IDLE_LOOP config switchThomas Gleixner2013-04-171-1/+0Star
| * | | | arm64: Use generic idle loopThomas Gleixner2013-04-083-39/+7Star
| | |_|/ | |/| |
* | | | sparse-vmemmap: specify vmemmap population range in bytesJohannes Weiner2013-04-301-8/+5Star
* | | | mm/ARM: use common help functions to free reserved pagesJiang Liu2013-04-301-24/+2Star
|/ / /
* | | 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/+0Star
* | arm64: Do not select GENERIC_HARDIRQS_NO_DEPRECATEDPaul Bolle2013-03-191-1/+0Star
* | 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/+0Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-022-8/+3Star
|\
| * fix compat truncate/ftruncateAl Viro2013-02-251-2/+2
| * switch lseek to COMPAT_SYSCALL_DEFINEAl Viro2013-02-242-6/+1Star
* | 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-261-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-249-250/+8Star
|\ \ \
| * | | burying unused conditionalsAl Viro2013-02-142-7/+0Star
| * | | arm64: switch to generic old sigaction() (compat-only)Al Viro2013-02-142-45/+1Star
| * | | arm64: switch to generic compat rt_sigaction()Al Viro2013-02-142-41/+1Star
| * | | arm64: switch compat to generic old sigsuspendAl Viro2013-02-143-13/+2Star
| * | | arm64: switch to generic compat rt_sigqueueinfo()Al Viro2013-02-142-18/+1Star
| * | | arm64: switch to generic compat rt_sigpending()Al Viro2013-02-142-18/+1Star
| * | | arm64: switch to generic compat rt_sigprocmask()Al Viro2013-02-142-33/+1Star
| * | | arm64: switch to generic sigaltstackAl Viro2013-02-148-80/+6Star
| |/ /
* | | memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-241-0/+3
* | | Merge tag 'virt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-224-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