aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-18arm64: kernel: enable PSCI cpu operations on UP systemsLorenzo Pieralisi2-2/+4
2014-07-17arm64: Align the kbuild output for VDSOL and VDSOAIan Campbell1-2/+2
2014-07-17arm64: vdso: move data page before code pagesWill Deacon2-20/+18
2014-07-17arm64: vdso: move to _install_special_mapping and remove arch_vma_nameWill Deacon1-45/+35
2014-07-17arm64: vdso: put vdso datapage in a separate vmaWill Deacon1-8/+26
2014-07-17arm64: Use pr_* instead of printkJungseok Lee1-4/+4
2014-07-14Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin1-2/+0
2014-07-11arm64: KVM: implement lazy world switch for debug registersMarc Zyngier1-0/+1
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier1-9/+0
2014-07-11arm64: KVM: vgic: add GICv3 world switchMarc Zyngier1-0/+8
2014-07-11arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier1-0/+3
2014-07-11KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier1-7/+7
2014-07-10arm64: Enable TEXT_OFFSET fuzzingMark Rutland2-2/+11
2014-07-10arm64: Update the Image headerMark Rutland3-3/+69
2014-07-10arm64: place initial page tables above the kernelMark Rutland2-20/+15
2014-07-10arm64: head.S: remove unnecessary function alignmentMark Rutland1-1/+6
2014-07-10arm64: audit: Add audit hook in syscall_trace_enter/exit()AKASHI Takahiro1-0/+7
2014-07-10arm64: Add __NR_* definitions for compat syscallsCatalin Marinas4-4/+3
2014-07-10arm64: enable context trackingLarry Bassel1-0/+36
2014-07-10arm64: adjust el0_sync so that a function can be calledLarry Bassel1-6/+13
2014-07-09arm64: Add CONFIG_CC_STACKPROTECTORLaura Abbott1-0/+6
2014-07-09arm64: topology: add MPIDR-based detectionZi Shen Lim1-14/+33
2014-07-08irqchip: gic-v3: Initial support for GICv3Marc Zyngier2-0/+19
2014-07-07efi: efistub: Refactor stub componentsArd Biesheuvel1-22/+7
2014-07-07efi/arm64: efistub: Move shared dependencies to <asm/efi.h>Ard Biesheuvel1-10/+1
2014-07-07efi/arm64: Avoid EFI_ERROR as a generic return codeArd Biesheuvel1-1/+1
2014-07-07efi/arm64: Preserve FP/SIMD registers on UEFI runtime services callsArd Biesheuvel1-13/+1
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel1-2/+0
2014-07-07efi/arm64: efistub: remove local copy of linux_bannerArd Biesheuvel1-2/+0
2014-07-04arm64: fix el2_setup check of CurrentELMarc Zyngier2-4/+2
2014-06-18arm64: ptrace: fix empty registers set in prstatus of aarch32 process coreVictor Kamensky1-9/+19
2014-06-18arm64: ptrace: change fs when passing kernel pointer to regset codeWill Deacon1-0/+4
2014-06-18arm64: ftrace: Fix comment typo 'CONFIG_FUNCTION_GRAPH_FP_TEST'Paul Bolle1-1/+1
2014-06-18arm64: Bug fix in stack alignment exceptionChiaHao1-1/+0
2014-06-06Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux into nextLinus Torvalds22-191/+1063
2014-06-05Merge branch 'arm64-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into nextLinus Torvalds6-0/+779
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2-37/+216
2014-06-03Merge tag 'tty-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty into nextLinus Torvalds2-157/+0
2014-05-30arm64: kernel: initialize broadcast hrtimer based clock event deviceLorenzo Pieralisi1-0/+3
2014-05-29arm64: ftrace: Add system call tracepointAKASHI Takahiro1-0/+9
2014-05-29arm64: ftrace: Add CALLER_ADDRx macrosAKASHI Takahiro2-1/+57
2014-05-29arm64: ftrace: Add dynamic ftrace supportAKASHI Takahiro2-0/+155
2014-05-29arm64: Add ftrace supportAKASHI Takahiro4-0/+247
2014-05-29arm64: Add 'notrace' attribute to unwind_frame() for ftraceAKASHI Takahiro1-1/+1
2014-05-23arm64: Fix linker script entry pointGeoff Levand1-1/+1
2014-05-23arm64: efi: only attempt efi map setup if booting via EFILeif Lindholm1-0/+3
2014-05-23arm64: lib: Implement optimized string length routineszhichang.yuan1-0/+2
2014-05-23arm64: lib: Implement optimized string compare routineszhichang.yuan1-0/+2
2014-05-23arm64: lib: Implement optimized memcmp routinezhichang.yuan1-0/+1
2014-05-16arm64: Fix deadlock scenario with smp_send_stop()Arun KS1-2/+3