aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include
AgeCommit message (Expand)Author
2016-11-13efi: Allow bitness-agnostic protocol callsLukas Wunner
2016-11-11arm64: split thread_info from task stackMark Rutland
2016-11-11arm64: assembler: introduce ldr_this_cpuMark Rutland
2016-11-11arm64: make cpu number a percpu variableMark Rutland
2016-11-11arm64: move sp_el0 and tpidr_el1 into cpu_suspend_ctxMark Rutland
2016-11-11arm64: factor out current_stack_pointerMark Rutland
2016-11-11arm64: thread_info remove stale itemsMark Rutland
2016-11-11Merge tag 'kvm-arm-for-v4.9-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2016-11-11Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-11-09arm64: percpu: kill off final ACCESS_ONCE() usesMark Rutland
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-11-07arm64: introduce mm context flag to keep 32 bit task informationPratyush Anand
2016-11-07arm64: kprobe: protect/rename few definitions to be reused by uprobePratyush Anand
2016-11-07arm64: dump: Add checking for writable and exectuable pagesLaura Abbott
2016-11-07arm64: dump: Remove max_addrLaura Abbott
2016-11-07arm64: dump: Make ptdump debugfs a separate optionLaura Abbott
2016-11-07arm64: mm: replace 'block_mappings_allowed' with 'page_mappings_only'Ard Biesheuvel
2016-11-05arm64: Fix circular include of asm/lse.h through linux/jump_label.hCatalin Marinas
2016-11-04arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier
2016-11-01arm, arm64: don't include blk_types.h in <asm/io.h>Christoph Hellwig
2016-10-26arm64: mm: fix __page_to_voff definitionNeeraj Upadhyay
2016-10-25locking/mutex: Kill arch specific codePeter Zijlstra
2016-10-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-10-21arm64: KVM: Take S1 walks into account when determining S2 write faultsWill Deacon
2016-10-20arm64: suspend: Reconfigure PSTATE after resume from idleJames Morse
2016-10-20arm64: cpufeature: Schedule enable() calls instead of calling them via IPIJames Morse
2016-10-20arm64: Cortex-A53 errata workaround: check for kernel addressesAndre Przywara
2016-10-19arm64: percpu: rewrite ll/sc loops in assemblyWill Deacon
2016-10-17arm64: sysreg: Fix use of XZR in write_sysreg_sWill Deacon
2016-10-17arm64: kaslr: fix breakage with CONFIG_MODVERSIONS=yArd Biesheuvel
2016-10-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2016-10-14Merge branch 'work.uaccess' into for-linusAl Viro
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-10-06Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-10-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2016-10-03Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2016-09-29Merge tag 'kvm-arm-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git...Radim Krčmář
2016-09-28arm64: tlbflush.h: add __tlbi() macroMark Rutland
2016-09-23arm/arm64: arch_timer: Use archdata to indicate vdso suitabilityScott Wood
2016-09-23arm64: arch_timer: Work around QorIQ Erratum A-008585Scott Wood
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro
2016-09-22arm64: KVM: Move GIC accessors to arch_gicv3.hVladimir Murzin
2016-09-22arm64: Correctly bounds check virt_addr_validLaura Abbott
2016-09-15arm64: don't zero in __copy_from_user{,_inatomic}Al Viro
2016-09-12irqchip/gic-v3: Reset BPR during initializationDaniel Thompson
2016-09-12arm64/kvm: use alternative auto-nopMark Rutland
2016-09-12arm64: alternative: add auto-nop infrastructureMark Rutland
2016-09-09arm64: lse: convert lse alternatives NOP padding to use __nopsWill Deacon
2016-09-09arm64: barriers: introduce nops and __nops macros for NOP sequencesWill Deacon
2016-09-09arm64: sysreg: replace open-coded mrs_s/msr_s with {read,write}_sysreg_sWill Deacon