aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-12arm64: ftrace: fix building without CONFIG_MODULESWill Deacon1-6/+10
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel4-1/+77
2017-06-07arm64: ftrace: don't validate branch via PLT in ftrace_make_nop()Ard Biesheuvel1-3/+43
2017-06-06arm64, vdso: Define vdso_{start,end} as arrayKees Cook1-5/+5
2017-06-05arm64: cpufeature: Fix CPU_OUT_OF_SPEC taint for uniform systemsWill Deacon1-2/+4
2017-05-30ARM64/PCI: Set root bus NUMA node on ACPI systemsLorenzo Pieralisi1-0/+3
2017-05-30arm64: check return value of of_flat_dt_get_machine_nameKefeng Wang1-0/+3
2017-05-30arm64: cpufeature: Don't dump useless backtrace on CPU_OUT_OF_SPECWill Deacon1-2/+2
2017-05-30arm64: Add dump_backtrace() in show_regsKefeng Wang2-3/+2
2017-05-30arm64: Call __show_regs directlyKefeng Wang1-2/+2
2017-05-17arm64/cpufeature: don't use mutex in bringup pathMark Rutland1-2/+21
2017-05-15arm64: perf: Ignore exclude_hv when kernel is running in HYPGanapatrao Kulkarni1-7/+16
2017-05-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds5-6/+16
2017-05-11arm64: Silence first allocation with CONFIG_ARM64_MODULE_PLTS=yFlorian Fainelli1-1/+6
2017-05-09arm64: armv8_deprecated: ensure extension of addrMark Rutland1-1/+2
2017-05-09arm64: entry: improve data abort handling of tagged pointersKristina Martsenko1-2/+3
2017-05-09arm64: hw_breakpoint: fix watchpoint matching for tagged pointersKristina Martsenko1-0/+3
2017-05-09arm64: traps: fix userspace cache maintenance emulation on a tagged pointerKristina Martsenko1-2/+2
2017-05-08Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-24/+14
2017-05-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds22-362/+916
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-0/+106
2017-05-02bpf, arm64: implement jiting of BPF_XADDDaniel Borkmann1-0/+106
2017-05-01Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2017-05-01Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-2/+40
2017-05-01Merge branch 'work.uaccess' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2017-04-28arm64: Print DT machine model in setup_machine_fdt()Geert Uytterhoeven1-1/+4
2017-04-28arm64: pmu: Wire-up Cortex A53 L2 cache events and DTLB refillsFlorian Fainelli1-0/+6
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 Viro4-11/+9
2017-04-26arm64: module: split core and init PLT sectionsArd Biesheuvel3-46/+65
2017-04-25arm64: pmuv3: handle pmuv3+Mark Rutland1-3/+4
2017-04-24arm64: Add CNTFRQ_EL0 trap handlerMarc Zyngier1-0/+14
2017-04-12Merge branch 'will/for-next/perf' into for-next/coreCatalin Marinas2-33/+90
2017-04-11arm64: pmuv3: use arm_pmu ACPI frameworkMark Rutland1-17/+9
2017-04-11arm64: pmuv3: handle !PMUv3 when probingMark Rutland1-16/+71
2017-04-11arm64: add function to get a cpu's MADT GICC tableMark Rutland1-0/+10
2017-04-09Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall1-4/+4
2017-04-09arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier1-1/+3
2017-04-09arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier1-12/+1
2017-04-09arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier1-1/+10
2017-04-09arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier1-1/+1
2017-04-09arm64: hyp-stub: Don't save lr in the EL1 codeMarc Zyngier1-4/+0
2017-04-09arm64: hyp-stub: Stop pointlessly clobbering lrMarc Zyngier1-6/+0
2017-04-07Merge tag 'arch-timer-errata-prereq' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into for-next/coreCatalin Marinas3-2/+40
2017-04-07arm64: cpu_errata: Add capability to advertise Cortex-A73 erratum 858921Marc Zyngier1-0/+8
2017-04-07arm64: cpu_errata: Allow an erratum to be match for all revisions of a coreMarc Zyngier1-0/+7
2017-04-07arm64: arch_timer: Add infrastructure for multiple erratum detection methodsMarc Zyngier0-0/+0
2017-04-07arm64: Add CNTVCT_EL0 trap handlerMarc Zyngier1-0/+14
2017-04-07arm64: Allow checking of a CPU-local erratumMarc Zyngier1-2/+11
2017-04-05arm64: kdump: provide /proc/vmcore fileAKASHI Takahiro2-0/+72
2017-04-05arm64: kdump: add VMCOREINFO's for user-space toolsAKASHI Takahiro1-0/+11