summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
AgeCommit message (Expand)AuthorLines
2014-07-23arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELSCatalin Marinas-1/+1
2014-07-23arm64: mm: Implement 4 levels of translation tablesJungseok Lee-8/+39
2014-07-23arm64: Do not initialise the fixmap page tables in head.SCatalin Marinas-7/+0
2014-07-21arm64: dmi: Add SMBIOS/DMI supportYi Li-0/+2
2014-07-18efi/arm64: Handle missing virtual mapping for UEFI System TableArd Biesheuvel-4/+24
2014-07-18efi: efistub: Convert into static libraryArd Biesheuvel-8/+1
2014-07-18arm64, ftrace: Remove check of obsolete variable function_trace_stopSteven Rostedt (Red Hat)-5/+0
2014-07-18arm64: cpuinfo: print info for all CPUsMark Rutland-22/+18
2014-07-18arm64: add runtime system sanity checksMark Rutland-0/+93
2014-07-18arm64: cachetype: report weakest cache policyMark Rutland-0/+26
2014-07-18arm64: cpuinfo: record cpu system register valuesMark Rutland-4/+85
2014-07-18arm64: kernel: add missing __init section marker to cpu_suspend_initLorenzo Pieralisi-1/+1
2014-07-18arm64: kernel: add __init marker to PSCI init functionsLorenzo Pieralisi-2/+2
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi-2/+4
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell-2/+2
2014-07-17arm64: vdso: move data page before code pagesWill Deacon-20/+18
2014-07-17arm64: vdso: move to _install_special_mapping and remove arch_vma_nameWill Deacon-45/+35
2014-07-17arm64: vdso: put vdso datapage in a separate vmaWill Deacon-8/+26
2014-07-17arm64: Use pr_* instead of printkJungseok Lee-4/+4
2014-07-14Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin-2/+0
2014-07-11arm64: KVM: implement lazy world switch for debug registersMarc Zyngier-0/+1
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier-9/+0
2014-07-11arm64: KVM: vgic: add GICv3 world switchMarc Zyngier-0/+8
2014-07-11arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier-0/+3
2014-07-11KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier-7/+7
2014-07-10arm64: Enable TEXT_OFFSET fuzzingMark Rutland-2/+11
2014-07-10arm64: Update the Image headerMark Rutland-3/+69
2014-07-10arm64: place initial page tables above the kernelMark Rutland-20/+15
2014-07-10arm64: head.S: remove unnecessary function alignmentMark Rutland-1/+6
2014-07-10arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro-0/+7
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas-4/+3
2014-07-10arm64: enable context trackingLarry Bassel-0/+36
2014-07-10arm64: adjust el0_sync so that a function can be calledLarry Bassel-6/+13
2014-07-09arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott-0/+6
2014-07-09arm64: topology: add MPIDR-based detectionZi Shen Lim-14/+33
2014-07-08irqchip: gic-v3: Initial support for GICv3Marc Zyngier-0/+19
2014-07-07efi: efistub: Refactor stub componentsArd Biesheuvel-22/+7
2014-07-07efi/arm64: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel-10/+1
2014-07-07efi/arm64: Avoid EFI_ERROR as a generic return codeArd Biesheuvel-1/+1
2014-07-07efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel-13/+1
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel-2/+0
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel-2/+0
2014-07-04arm64: fix el2_setup check of CurrentELMarc Zyngier-4/+2
2014-06-18arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky-9/+19
2014-06-18arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon-0/+4
2014-06-18arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle-1/+1
2014-06-18arm64: Bug fix in stack alignment exceptionChiaHao-1/+0
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-191/+1063
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+779
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds-37/+216