aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-15arm64: Add a facility to turn an ESR syndrome into a sysreg encodingMarc Zyngier1-0/+24
2017-06-15Merge branch 'kvmarm-master/master' into HEADMarc Zyngier1-0/+4
2017-06-12arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal1-1/+1
2017-06-12arm64: mm: print out correct page table entriesKristina Martsenko1-1/+1
2017-06-08Merge tag 'kvm-arm-for-v4.12-rc5-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+4
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel1-0/+3
2017-06-06arm64: KVM: Preserve RES1 bits in SCTLR_EL2Marc Zyngier1-0/+4
2017-06-04KVM: arm/arm64: use vcpu requests for irq injectionAndrew Jones1-0/+1
2017-06-04KVM: arm/arm64: change exit request to sleep requestAndrew Jones1-1/+1
2017-06-04KVM: improve arch vcpu request definingAndrew Jones1-1/+2
2017-06-02ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementationLorenzo Pieralisi1-3/+3
2017-05-30arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon1-4/+4
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang1-0/+1
2017-05-30arm64: Preventing READ_IMPLIES_EXEC propagationDong Bo1-0/+6
2017-05-26arm64: Prevent cpu hotplug rwsem recursionThomas Gleixner1-1/+0
2017-05-23KVM: arm/arm64: Simplify active_change_prepare and plug raceChristoffer Dall1-2/+0
2017-05-17arm64/cpufeature: don't use mutex in bringup pathMark Rutland2-4/+16
2017-05-15kill strlen_user()Al Viro1-1/+0
2017-05-15arm64: Remove redundant mov from LL/SC cmpxchgRobin Murphy1-1/+0
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-14/+34
2017-05-09arm64: uaccess: suppress spurious clang warningMark Rutland1-2/+2
2017-05-09arm64: atomic_lse: match asm register sizesMark Rutland1-2/+2
2017-05-09arm64: uaccess: ensure extension of access_ok() addrMark Rutland1-1/+2
2017-05-09arm64: ensure extension of smp_store_release valueMark Rutland1-5/+15
2017-05-09arm64: xchg: hazard against entire exchange variableMark Rutland1-1/+1
2017-05-09arm64: entry: improve data abort handling of tagged pointersKristina Martsenko1-0/+9
2017-05-09arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko1-3/+3
2017-05-09Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini1-0/+6
2017-05-08Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-0/+12
2017-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+1
2017-05-08treewide: decouple cacheflush.h and set_memory.hLaura Abbott1-1/+0
2017-05-08treewide: move set_memory_* functions away from cacheflush.hLaura Abbott2-4/+2
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-21/+26
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds19-209/+323
2017-05-04Merge tag 'for-linus-4.12b-rc0b-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-12/+4
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+30
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann1-0/+30
2017-05-02Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-2/+1
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini2-12/+4
2017-05-02arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier1-0/+6
2017-05-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2017-05-01Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+23
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-12/+38
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-77/+31
2017-04-28Merge branch 'pci/resource-mmap' into nextBjorn Helgaas1-0/+2
2017-04-27Merge tag 'kvm-arm-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini6-94/+193
2017-04-27KVM: mark requests that need synchronizationPaolo Bonzini1-1/+1
2017-04-27KVM: mark requests that do not need a wakeupRadim Krčmář1-1/+1
2017-04-26Merge branches 'uaccess.alpha', 'uaccess.arc', 'uaccess.arm', 'uaccess.arm64', 'uaccess.avr32', 'uaccess.bfin', 'uaccess.c6x', 'uaccess.cris', 'uaccess.frv', 'uaccess.h8300', 'uaccess.hexagon', 'uaccess.ia64', 'uaccess.m32r', 'uaccess.m68k', 'uaccess.metag', 'uaccess.microblaze', 'uaccess.mips', ...Al Viro7-81/+46
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel1-2/+7