summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitionsCatalin Marinas2014-07-171-3/+0
| * | arm64: place initial page tables above the kernelMark Rutland2014-07-101-0/+9
| * | arm64: Cast KSTK_(EIP|ESP) to unsigned longCatalin Marinas2014-07-101-2/+2
| * | arm64: Add audit supportAKASHI Takahiro2014-07-101-0/+14
| * | arm64: Add __NR_* definitions for compat syscallsCatalin Marinas2014-07-102-400/+783
| * | arm64: enable context trackingLarry Bassel2014-07-101-1/+4
| * | arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott2014-07-091-0/+38
| * | arm64: topology: add MPIDR-based detectionZi Shen Lim2014-07-091-0/+2
* | | arm64: implement TASK_SIZE_OFColin Cross2014-07-081-0/+2
|/ /
* | arm64: fix el2_setup check of CurrentELMarc Zyngier2014-07-041-0/+4
* | 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/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macroSuravee Suthikulpanit2014-06-181-2/+0
* | arm64: uid16: fix __kernel_old_{gid,uid}_t definitionsWill Deacon2014-06-182-1/+10
|/
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-0629-138/+324
|\
| * arm64: ftrace: Add system call tracepointAKASHI Takahiro2014-05-293-0/+21
| * arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro2014-05-291-1/+4
| * arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2014-05-291-0/+15
| * arm64: Add ftrace supportAKASHI Takahiro2014-05-291-0/+23
| * arm64: add __ASSEMBLY__ in asm/insn.hAKASHI Takahiro2014-05-291-0/+2
| * arm64: lib: Implement optimized string length routineszhichang.yuan2014-05-231-0/+6
| * arm64: lib: Implement optimized string compare routineszhichang.yuan2014-05-231-0/+6
| * arm64: lib: Implement optimized memcmp routinezhichang.yuan2014-05-231-0/+3
| * arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel2014-05-161-1/+1
| * arm64: sched: Remove unused mc_capable() and smt_capable()Zi Shen Lim2014-05-161-3/+0
| * Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas2014-05-161-6/+5
| * Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm ...Catalin Marinas2014-05-165-2/+67
| |\
| | * arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel2014-05-141-0/+1
| | * arm64: add support for kernel mode NEON in interrupt contextArd Biesheuvel2014-05-083-1/+55
| | * arm64: defer reloading a task's FPSIMD state to userland resumeArd Biesheuvel2014-05-082-1/+8
| | * arm64: add abstractions for FPSIMD state manipulationArd Biesheuvel2014-05-081-0/+3
| * | arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro2014-05-121-5/+0
| * | arm64: Add regs_return_value() in syscall.hAKASHI Takahiro2014-05-121-0/+5
| * | arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro2014-05-121-0/+13
| * | arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon2014-05-121-7/+16
| * | arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon2014-05-091-2/+2
| * | arm64: barriers: wire up new barrier optionsWill Deacon2014-05-091-7/+7
| * | arm64: barriers: make use of barrier options with explicit barriersWill Deacon2014-05-094-12/+12
| * | arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper2014-05-091-5/+25
| * | arm64: xchg: prevent warning if return value is unusedWill Deacon2014-05-091-1/+6
| * | arm64: mm: Create gigabyte kernel logical mappings where possibleSteve Capper2014-05-092-0/+9
| * | arm64: Make atomic64_t() return "long", not "long long"Bjorn Helgaas2014-05-091-1/+1
| * | arm64: Clean up the default pgprot settingCatalin Marinas2014-05-092-59/+47
| * | arm64: Introduce execute-only page access permissionsCatalin Marinas2014-05-091-5/+6
| * | arm64: Expose ESR_EL1 information to user when SIGSEGV/SIGBUSCatalin Marinas2014-05-091-0/+7
| * | arm64: Remove the aux_context structureCatalin Marinas2014-05-091-31/+0
| * | arm64: Provide read/write fault information in compat signal handlersCatalin Marinas2014-05-092-2/+5
| * | arm64: Implement cache_line_size() based on CTR_EL0.CWGCatalin Marinas2014-05-092-1/+23
* | | Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-052-0/+16
|\ \ \