summaryrefslogtreecommitdiff
path: root/arch/arm64/kernel
AgeCommit message (Expand)Author
2017-08-08arm64: consistently use bl for C exception entryMark Rutland
2017-08-08arm64: perf: Allow more than one cycle counter to be usedPratyush Anand
2017-08-07arm64: neon: Export kernel_neon_busy to loadable modulesCatalin Marinas
2017-08-07arm64: Abstract syscallno manipulationDave Martin
2017-08-07arm64: syscallno is secretly an int, make it officialDave Martin
2017-08-04arm64: neon: Remove support for nested or hardirq kernel-mode NEONDave Martin
2017-08-04arm64: neon: Allow EFI runtime services to use FPSIMD in irq contextDave Martin
2017-08-04arm64: fpsimd: Consistently use __this_cpu_ ops where appropriateDave Martin
2017-08-02PCI: Add a generic weak pcibios_align_resource()Palmer Dabbelt
2017-08-02PCI: Add a generic weak pcibios_fixup_bus()Palmer Dabbelt
2017-08-01arm64: Use arch_timer_get_rate when trapping CNTFRQ_EL0Marc Zyngier
2017-07-24ACPI / boot: Correct address space of __acpi_map_table()Andy Shevchenko
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2017-07-20arm64: Convert to using %pOF instead of full_nameRob Herring
2017-07-20arm64: traps: disable irq in die()Qiao Zhou
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-08arm64/syscalls: Check address limit on user-mode returnThomas Garnier
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-07-05Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2017-07-03Merge tag 'driver-core-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2017-07-03Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-02arm64: PCI: Drop DT IRQ allocation from pcibios_alloc_irq()Lorenzo Pieralisi
2017-06-30arm64: cpuinfo: constify attribute_group structures.Arvind Yadav
2017-06-30Merge tag 'kvmarm-for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2017-06-29arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()Dave Martin
2017-06-29arm64: ptrace: Remove redundant overrun check from compat_vfp_set()Dave Martin
2017-06-29arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user failsDave Martin
2017-06-29arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()Luc Van Oostenryck
2017-06-29arm64: fix endianness annotation in get_kaslr_seed()Luc Van Oostenryck
2017-06-29arm64: fix endianness annotation in acpi_parking_protocol.cLuc Van Oostenryck
2017-06-29arm64: use readq() instead of readl() to read 64bit entry_pointLuc Van Oostenryck
2017-06-29arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck
2017-06-29arm64: fix endianness annotation for aarch64_insn_write()Luc Van Oostenryck
2017-06-29arm64: fix endianness annotation in aarch64_insn_read()Luc Van Oostenryck
2017-06-29arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck
2017-06-29arm64: fix endianness annotation for debug-monitors.cLuc Van Oostenryck
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon
2017-06-26Merge branch 'perf/updates' into aarch64/for-next/coreWill Deacon
2017-06-23arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernelsMark Rutland
2017-06-23arm64: signal: Allow expansion of the signal frameDave Martin
2017-06-22arm64: dump cpu_hwcaps at panic timeMark Rutland
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin
2017-06-22arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin
2017-06-22arm64: ptrace: Fix VFP register dumping in compat coredumpsDave Martin
2017-06-21Merge branch 'fortglx/4.13/time' of https://git.linaro.org/people/john.stultz...Thomas Gleixner
2017-06-21Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2017-06-20time: Clean up CLOCK_MONOTONIC_RAW time handlingJohn Stultz