aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-09-17arm64: errata: add module build workaround for erratum #843419Will Deacon1-0/+2
2015-09-17arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon1-11/+36
2015-09-17arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2-2/+2
2015-09-15arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon1-0/+5
2015-09-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-14/+7
2015-09-08arm64: support initrd outside kernel linear mapMark Salter1-0/+62
2015-09-04Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds25-453/+617
2015-09-03Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2-360/+3
2015-09-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-08-31Merge tag 'clk-for-linus-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linuxLinus Torvalds1-1/+0
2015-08-27arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel1-0/+1
2015-08-24arm64: makefile: fix perf_callchain.o kconfig dependencyWill Deacon1-2/+2
2015-08-22Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queuePaolo Bonzini2-4/+5
2015-08-21arm64: entry: always restore x0 from the stack on syscall returnWill Deacon1-11/+6
2015-08-12arm64: KVM: remove remaining reference to vgic_sr_vectorsVladimir Murzin1-2/+0
2015-08-10arm64: VDSO: fix coarse clock monotonicity regressionNathan Lynch1-4/+3
2015-08-07signal: fix information leak in copy_siginfo_to_userAmanieu d'Antras1-1/+2
2015-08-07signal: fix information leak in copy_siginfo_from_user32Amanieu d'Antras1-2/+0
2015-08-05Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon2-360/+3
2015-08-05arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon2-0/+16
2015-08-04arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon1-0/+1
2015-08-03arm64: psci: factor invocation code to driversMark Rutland2-360/+3
2015-08-03jump_label: Rename JUMP_LABEL_{EN,DIS}ABLE to JUMP_LABEL_{JMP,NOP}Peter Zijlstra1-1/+1
2015-07-31arm64: restore cpu suspend/resume functionalitySudeep Holla1-1/+0
2015-07-30ARM64: PCI: do not enable resources on PROBE_ONLY systemsLorenzo Pieralisi1-0/+13
2015-07-30arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon1-5/+24
2015-07-29arm64: remove redundant object file listJonas Rabenstein1-1/+0
2015-07-29arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein2-26/+14
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon2-5/+5
2015-07-27arm64/efi: map the entire UEFI vendor string before reading itArd Biesheuvel1-2/+2
2015-07-27arm64: elf: use cpuid_feature_extract_field for hwcap detectionWill Deacon1-20/+15
2015-07-27arm64: lse: use generic cpufeature detection for LSE atomicsWill Deacon2-20/+21
2015-07-27arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon1-1/+1
2015-07-27arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon1-0/+3
2015-07-27arm64: alternatives: add cpu feature for lse atomicsWill Deacon1-0/+1
2015-07-27arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon1-0/+14
2015-07-27arm64/BUG: Show explicit backtrace for WARNsDave P Martin1-0/+2
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin1-1/+58
2015-07-27arm64/debug: Simplify BRK insn opcode declarationsDave P Martin1-6/+6
2015-07-27arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin1-2/+2
2015-07-27arm64: insn: use set_fixmap_offset to make it more clearyalin wang1-3/+2
2015-07-27arm64: efi: prefer AllocatePages() over efi_low_alloc() for vmlinuxArd Biesheuvel1-9/+32
2015-07-27arm64: kernel: remove non-legit DT warnings when booting using ACPISudeep Holla2-3/+8
2015-07-27arm64: kernel: Add support for Privileged Access NeverJames Morse2-1/+27
2015-07-27arm64: kernel: Add min_field_value and use '>=' for feature detectionJames Morse1-3/+11
2015-07-27arm64: kernel: Add cpufeature 'enable' callbackJames Morse1-0/+6
2015-07-27arm64: kernel: Move config_sctlr_el1James Morse1-10/+1
2015-07-27arm64: kernel: Adopt new alternative assembler macrosDaniel Thompson1-16/+13
2015-07-27arm64: perf: condense event number mapsMark Rutland1-102/+22
2015-07-27arm64: force CONFIG_SMP=y and remove redundant #ifdefsWill Deacon9-36/+4