summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel
Commit message (Expand)AuthorAgeFilesLines
* arm64: replace read_lock to rcu lock in call_break_hookYang Shi2015-10-061-10/+11
* arm64: Don't relocate non-existent initrdMark Rutland2015-10-061-0/+2
* arm64: convert patch_lock to raw lockYang Shi2015-10-051-3/+3
* arm64: debug: Fix typo in debug-monitors.cYang Shi2015-10-051-1/+1
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-10-031-1/+2
|\
| * arm64/efi: Fix boot crash by not padding between EFI_MEMORY_RUNTIME regionsArd Biesheuvel2015-10-011-1/+2
* | arm64: ftrace: fix function_graph tracer panicLi Bin2015-10-021-2/+20
|/
* arm64: errata: add module build workaround for erratum #843419Will Deacon2015-09-171-0/+2
* arm64: compat: fix vfp save/restore across signal handlers in big-endianWill Deacon2015-09-171-11/+36
* arm64: cpu hotplug: ensure we mask out CPU_TASKS_FROZEN in notifiersWill Deacon2015-09-172-2/+2
* arm64: head.S: initialise mdcr_el2 in el2_setupWill Deacon2015-09-151-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-09-112-14/+7Star
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-...Paolo Bonzini2015-08-222-4/+5
| |\
| * | arm64: KVM: remove remaining reference to vgic_sr_vectorsVladimir Murzin2015-08-121-2/+0Star
| * | KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée2015-07-211-12/+0Star
| * | KVM: arm64: introduce vcpu->arch.debug_ptrAlex Bennée2015-07-211-0/+6
| * | KVM: arm: introduce kvm_arm_init/setup/clear_debugAlex Bennée2015-07-211-0/+1
* | | arm64: support initrd outside kernel linear mapMark Salter2015-09-091-0/+62
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-09-0425-453/+617
|\ \ \
| * | | arm64: flush FP/SIMD state correctly after execve()Ard Biesheuvel2015-08-271-0/+1
| * | | arm64: makefile: fix perf_callchain.o kconfig dependencyWill Deacon2015-08-241-2/+2
| * | | arm64: entry: always restore x0 from the stack on syscall returnWill Deacon2015-08-211-11/+6Star
| * | | Merge branch 'aarch64/psci/drivers' into aarch64/for-next/coreWill Deacon2015-08-052-360/+3Star
| |\ \ \
| * | | | arm64: mm: ensure patched kernel text is fetched from PoUWill Deacon2015-08-052-0/+16
| * | | | arm64: alternatives: ensure secondary CPUs execute ISB after patchingWill Deacon2015-08-041-0/+1
| * | | | arm64: restore cpu suspend/resume functionalitySudeep Holla2015-07-311-1/+0Star
| * | | | ARM64: PCI: do not enable resources on PROBE_ONLY systemsLorenzo Pieralisi2015-07-301-0/+13
| * | | | arm64: alternative: put secondary CPUs into polling loop during patchWill Deacon2015-07-301-5/+24
| * | | | arm64: remove redundant object file listJonas Rabenstein2015-07-291-1/+0Star
| * | | | arm64: remove dead-code depending on CONFIG_UP_LATE_INITJonas Rabenstein2015-07-292-26/+14Star
| * | | | arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon2015-07-272-5/+5
| * | | | arm64: elf: use cpuid_feature_extract_field for hwcap detectionWill Deacon2015-07-271-20/+15Star
| * | | | arm64: lse: use generic cpufeature detection for LSE atomicsWill Deacon2015-07-272-20/+21
| * | | | arm64: lse: rename ARM64_CPU_FEAT_LSE_ATOMICS for consistencyWill Deacon2015-07-271-1/+1
| * | | | arm64: atomics: patch in lse instructions when supported by the CPUWill Deacon2015-07-271-0/+3
| * | | | arm64: alternatives: add cpu feature for lse atomicsWill Deacon2015-07-271-0/+1
| * | | | arm64: elf: advertise 8.1 atomic instructions as new hwcapWill Deacon2015-07-271-0/+14
| * | | | arm64/BUG: Show explicit backtrace for WARNsDave P Martin2015-07-271-0/+2
| * | | | arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin2015-07-271-1/+58
| * | | | arm64/debug: Simplify BRK insn opcode declarationsDave P Martin2015-07-271-6/+6
| * | | | arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin2015-07-271-2/+2
| * | | | arm64: insn: use set_fixmap_offset to make it more clearyalin wang2015-07-271-3/+2Star
| * | | | arm64: efi: prefer AllocatePages() over efi_low_alloc() for vmlinuxArd Biesheuvel2015-07-271-9/+32
| * | | | arm64: kernel: remove non-legit DT warnings when booting using ACPISudeep Holla2015-07-272-3/+8
| * | | | arm64: kernel: Add support for Privileged Access NeverJames Morse2015-07-272-1/+27
| * | | | arm64: kernel: Add min_field_value and use '>=' for feature detectionJames Morse2015-07-271-3/+11
| * | | | arm64: kernel: Add cpufeature 'enable' callbackJames Morse2015-07-271-0/+6
| * | | | arm64: kernel: Move config_sctlr_el1James Morse2015-07-271-10/+1Star
| * | | | arm64: kernel: Adopt new alternative assembler macrosDaniel Thompson2015-07-271-16/+13Star
| * | | | arm64: perf: condense event number mapsMark Rutland2015-07-271-102/+22Star