aboutsummaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2017-01-27arm64: skip register_cpufreq_notifier on ACPI-based systemsGravatar Prashanth Prakash 1-1/+7
2017-01-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-0/+9
2017-01-20Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 6-11/+40
2017-01-19Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 5-6/+10
2017-01-19arm64: avoid returning from bad_modeGravatar Mark Rutland 2-5/+25
2017-01-18arm64/ptrace: Reject attempts to set incomplete hardware breakpoint fieldsGravatar Dave Martin 1-0/+4
2017-01-18arm64/ptrace: Avoid uninitialised struct padding in fpr_set()Gravatar Dave Martin 1-0/+1
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeGravatar Dave Martin 1-1/+1
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeGravatar Dave Martin 1-1/+2
2017-01-18arm64/ptrace: Preserve previous registers for short regset writeGravatar Dave Martin 1-3/+4
2017-01-18arm64: mm: avoid name clash in __page_to_voff()Gravatar Oleksandr Andrushchenko 1-1/+1
2017-01-17ARM64: dts: meson-gxbb-odroidc2: Disable SCPI DVFSGravatar Neil Armstrong 2-1/+5
2017-01-17Merge tag 'kvm-arm-for-4.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Radim Krčmář 1-0/+9
2017-01-17arm64: Fix swiotlb fallback allocationGravatar Alexander Graf 1-0/+2
2017-01-13KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systemsGravatar Jintack Lim 1-0/+9
2017-01-12arm64: assembler: make adr_l work in modules under KASLRGravatar Ard Biesheuvel 1-9/+27
2017-01-11arm64: hugetlb: fix the wrong return value for huge_ptep_set_access_flagsGravatar Huang Shijie 1-1/+1
2017-01-09ARM, ARM64: dts: drop "arm,amba-bus" in favor of "simple-bus" part 3Gravatar Masahiro Yamada 1-1/+1
2017-01-09Merge tag 'zynmp-dt-fixes-for-4.10' of https://github.com/Xilinx/linux-xlnx i...Gravatar Olof Johansson 2-4/+4
2017-01-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-5/+13
2017-01-06Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-2/+4
2017-01-04arm64: restore get_current() optimisationGravatar Mark Rutland 1-1/+9
2017-01-04arm64: mm: fix show_pte KERN_CONT falloutGravatar Mark Rutland 1-4/+4
2017-01-04Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Gravatar Arnd Bergmann 9-1/+94
2017-01-04Merge tag 'juno-fixes-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Arnd Bergmann 1-1/+1
2017-01-04Merge tag 'qcom-fixes-for-4.10-rc1' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Arnd Bergmann 1-0/+10
2017-01-04Merge tag 'renesas-fixes-for-v4.10' of https://git.kernel.org/pub/scm/linux/k...Gravatar Arnd Bergmann 1-1/+1
2017-01-03ARM64: defconfig: enable DRM_MESON as moduleGravatar Kevin Hilman 1-0/+1
2017-01-03ARM64: dts: meson-gx: Add Graphic Controller nodesGravatar Neil Armstrong 8-0/+92
2017-01-03ARM64: dts: meson-gxl: fix GPIO includeGravatar Kevin Hilman 1-1/+1
2017-01-02ARM64: zynqmp: Fix i2c node's compatible stringGravatar Moritz Fischer 1-2/+2
2017-01-02ARM64: zynqmp: Fix W=1 dtc 1.4 warningsGravatar Michal Simek 2-2/+2
2016-12-30arm64: dts: vexpress: Support GICC_DIR operationsGravatar Sudeep Holla 1-1/+1
2016-12-28arm64: dts: msm8996: Add required memory carveoutsGravatar Stephen Boyd 1-0/+10
2016-12-26arm64: don't pull uaccess.h into *.SGravatar Al Viro 9-71/+72
2016-12-25Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 3-3/+3
2016-12-25cpu/hotplug: Cleanup state namesGravatar Thomas Gleixner 3-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 12-12/+12
2016-12-22Merge tag 'acpi-extra-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-5/+4
2016-12-22Merge branches 'acpica' and 'acpi-scan'Gravatar Rafael J. Wysocki 2-5/+4
2016-12-21ACPI / osl: Remove deprecated acpi_get_table_with_size()/early_acpi_os_unmap_...Gravatar Lv Zheng 1-1/+1
2016-12-21ACPI / osl: Remove acpi_get_table_with_size()/early_acpi_os_unmap_memory() usersGravatar Lv Zheng 1-4/+3
2016-12-20arm64: setup: introduce kaslr_offset()Gravatar Alexander Popov 2-4/+9
2016-12-19swiotlb: Convert swiotlb_force from int to enumGravatar Geert Uytterhoeven 2-2/+4
2016-12-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-1/+3
2016-12-16Merge tag 'media/v4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Gravatar Linus Torvalds 1-0/+128
2016-12-15Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-0/+1
2016-12-15Merge tag 'armsoc-dt64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Gravatar Linus Torvalds 103-697/+12063
2016-12-15Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Gravatar Linus Torvalds 2-0/+6
2016-12-15Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Gravatar Linus Torvalds 2-2/+54