aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-10arm64: Cast KSTK_(EIP|ESP) to unsigned longCatalin Marinas1-2/+2
2014-07-10arm64: Add audit supportAKASHI Takahiro1-0/+14
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas2-400/+783
2014-07-10arm64: enable context trackingLarry Bassel1-1/+4
2014-07-09arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott1-0/+38
2014-07-09arm64: topology: add MPIDR-based detectionZi Shen Lim1-0/+2
2014-07-08arm64: implement TASK_SIZE_OFColin Cross1-0/+2
2014-07-07efi/arm64: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel1-0/+12
2014-07-07efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel1-0/+21
2014-07-04arm64: fix el2_setup check of CurrentELMarc Zyngier1-0/+4
2014-07-04arm64: mm: Fix horrendous config typoSteve Capper1-1/+1
2014-06-18arm64: mm: remove broken &= operator from pmd_mknotpresentWill Deacon1-1/+1
2014-06-18arm64: fix build error in sigcontext.hMark Salter1-1/+1
2014-06-18arm64/dma: Removing ARCH_HAS_DMA_GET_REQUIRED_MASK macroSuravee Suthikulpanit1-2/+0
2014-06-18arm64: uid16: fix __kernel_old_{gid,uid}_t definitionsWill Deacon2-1/+10
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds29-138/+324
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds2-0/+16
2014-06-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial into nextLinus Torvalds1-1/+1
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds6-8/+18
2014-06-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds1-2/+0
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds3-14/+3
2014-05-29arm64: mm: fix pmd_write CoW brokennessWill Deacon1-1/+1
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro3-0/+21
2014-05-29arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro1-1/+4
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro1-0/+15
2014-05-29arm64: Add ftrace supportAKASHI Takahiro1-0/+23
2014-05-29arm64: add __ASSEMBLY__ in asm/insn.hAKASHI Takahiro1-0/+2
2014-05-25arm64: KVM: Enable minimalistic support for Cortex-A53Marc Zyngier2-1/+3
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan1-0/+6
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan1-0/+6
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan1-0/+3
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar4-1/+12
2014-05-22arm64: Remove TIF_POLLING_NRFLAGPeter Zijlstra1-2/+0
2014-05-16arm64: Support arch_irq_work_raise() via self IPIsLarry Bassel1-1/+1
2014-05-16arm64: sched: Remove unused mc_capable() and smt_capable()Zi Shen Lim1-3/+0
2014-05-16Revert "arm64: Introduce execute-only page access permissions"Catalin Marinas1-6/+5
2014-05-16Merge tag 'for-3.16' of git://git.linaro.org/people/ard.biesheuvel/linux-arm into upstreamCatalin Marinas5-2/+67
2014-05-15ARM: Check if a CPU has gone offlineAshwin Chaugule1-0/+2
2014-05-15PSCI: Add initial support for PSCIv0.2 functionsAshwin Chaugule1-1/+1
2014-05-14arm64: pull in <asm/simd.h> from asm-genericArd Biesheuvel1-0/+1
2014-05-13Merge tag 'stable/for-linus-3.15-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-0/+1
2014-05-12arm64: is_compat_task is defined both in asm/compat.h and linux/compat.hAKASHI Takahiro1-5/+0
2014-05-12arm64: Add regs_return_value() in syscall.hAKASHI Takahiro1-0/+5
2014-05-12arm64: make a single hook to syscall_trace() for all syscall featuresAKASHI Takahiro1-0/+13
2014-05-12arm64: debug: avoid accessing mdscr_el1 on fault paths where possibleWill Deacon1-7/+16
2014-05-12arm64: introduce virt_to_pfnStefano Stabellini1-0/+1
2014-05-09arm64: barriers: use barrier() instead of smp_mb() when !SMPWill Deacon1-2/+2
2014-05-09arm64: barriers: wire up new barrier optionsWill Deacon1-7/+7
2014-05-09arm64: barriers: make use of barrier options with explicit barriersWill Deacon4-12/+12
2014-05-09arm64: mm: Optimise tlb flush logic where we have >4K granuleSteve Capper1-5/+25