summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-07-281-6/+6
|\
| * crypto: arm64-aes - fix encryption of unaligned dataMikulas Patocka2014-07-281-6/+6
* | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2014-07-241-4/+13
|\ \
| * | arm64: Create non-empty ZONE_DMA when DRAM starts above 4GBCatalin Marinas2014-07-231-4/+13
* | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-07-191-0/+1
|\ \ \
| * | | locking/mutex: Disable optimistic spinning on some architecturesPeter Zijlstra2014-07-161-0/+1
| |/ /
* | | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-07-141-2/+0Star
|\ \ \ | |/ / |/| |
| * | efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel2014-07-071-2/+0Star
| |/
* | arm64: implement TASK_SIZE_OFColin Cross2014-07-081-0/+2
* | arm64: export __cpu_{clear,copy}_user_page functionsMark Salter2014-07-081-0/+2
* | arm64: fix el2_setup check of CurrentELMarc Zyngier2014-07-043-4/+6
* | arm64: mm: Make icache synchronisation logic huge page awareSteve Capper2014-07-041-1/+2
* | arm64: mm: Fix horrendous config typoSteve Capper2014-07-041-1/+1
* | arm64: mm: remove broken &= operator from pmd_mknotpresentWill Deacon2014-06-181-1/+1
* | arm64: fix build error in sigcontext.hMark Salter2014-06-181-1/+1
* | arm64: dts: Add more serial port nodes in APM X-Gene device treeVinayak Kale2014-06-182-1/+39
* | arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macroSuravee Suthikulpanit2014-06-181-2/+0Star
* | arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky2014-06-181-9/+19
* | arm64: uid16: fix __kernel_old_{gid,uid}_t definitionsWill Deacon2014-06-182-1/+10
* | arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon2014-06-181-0/+4
* | arm64: Limit the CMA buffer to 32-bit if ZONE_DMACatalin Marinas2014-06-181-2/+8
* | arm64/crypto: improve performance of GHASH algorithmArd Biesheuvel2014-06-182-56/+40Star
* | arm64/crypto: fix data corruption bug in GHASH algorithmArd Biesheuvel2014-06-181-0/+1
* | arm64: defconfig update for LTPCatalin Marinas2014-06-181-0/+15
* | arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle2014-06-181-1/+1
* | arm64: add ARCH_HAS_OPP to allow enabling OPP librarySudeep Holla2014-06-181-0/+1
* | arm64: restore alphabetic order in KconfigSudeep Holla2014-06-181-1/+1
* | arm64: Bug fix in stack alignment exceptionChiaHao2014-06-181-1/+0Star
|/
* arm64: add APM X-Gene SoC RTC DTS entryLoc Ho2014-06-071-0/+21
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-0687-534/+6340
|\
| * arm64: kernel: initialize broadcast hrtimer based clock event deviceLorenzo Pieralisi2014-05-301-0/+3
| * arm64: ftrace: Add system call tracepointAKASHI Takahiro2014-05-295-0/+31
| * arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro2014-05-293-2/+61
| * arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2014-05-294-0/+171
| * arm64: Add ftrace supportAKASHI Takahiro2014-05-296-0/+272
| * ftrace: Add arm64 support to recordmcountAKASHI Takahiro2014-05-291-0/+2
| * arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro2014-05-291-1/+1
| * arm64: add __ASSEMBLY__ in asm/insn.hAKASHI Takahiro2014-05-291-0/+2
| * arm64: Fix linker script entry pointGeoff Levand2014-05-231-1/+1
| * arm64: lib: Implement optimized string length routineszhichang.yuan2014-05-235-1/+307
| * arm64: lib: Implement optimized string compare routineszhichang.yuan2014-05-235-1/+553
| * arm64: lib: Implement optimized memcmp routinezhichang.yuan2014-05-234-1/+263
| * arm64: lib: Implement optimized memset routinezhichang.yuan2014-05-231-22/+185
| * arm64: lib: Implement optimized memmove routinezhichang.yuan2014-05-231-25/+165
| * arm64: lib: Implement optimized memcpy routinezhichang.yuan2014-05-231-22/+170
| * arm64: defconfig: enable a few more common/useful options in defconfigWill Deacon2014-05-221-13/+23
| * arm64: Fix deadlock scenario with smp_send_stop()Arun KS2014-05-161-2/+3
| * arm64: Fix machine_shutdown() definitionArun KS2014-05-161-6/+35
| * arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel2014-05-162-1/+20
| * arm64: topology: Add support for topology DT bindingsMark Brown2014-05-161-8/+196