summaryrefslogtreecommitdiffstats
path: root/arch/arm64
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-08-024-6/+13
|\
| * Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-07-272-3/+8
| |\
| | * mm: use vma_init() to initialize VMAs on stack and data segmentsKirill A. Shutemov2018-07-272-3/+8
| * | arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setupsJohannes Weiner2018-07-251-1/+3
| * | arm64: Check for errata before evaluating cpu featuresDirk Mueller2018-07-251-2/+2
| |/
* | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-2526-130/+163
|\|
| * arm64: neon: Fix function may_use_simd() return error statusYandong Zhao2018-07-111-12/+7Star
| * Revert "arm64: Use aarch64elf and aarch64elfb emulation mode variants"Laura Abbott2018-07-101-2/+4
| * arm64: remove no-op -p linker flagGreg Hackmann2018-07-051-1/+1
| * arm64: add endianness option to LDFLAGS instead of LDMasahiro Yamada2018-07-041-4/+2Star
| * arm64: Use aarch64elf and aarch64elfb emulation mode variantsPaul Kocialkowski2018-07-041-2/+2
| * Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-06-309-18/+37
| |\
| | * Merge tag 'hisi-fixes-for-4.18' of git://github.com/hisilicon/linux-hisi into...Olof Johansson2018-06-292-0/+4
| | |\
| | | * arm64: dts: hikey960: Define wl1837 power capabilitiesoscardagrach2018-06-281-0/+2
| | | * arm64: dts: hikey: Define wl1835 power capabilitiesoscardagrach2018-06-281-0/+2
| | * | Merge tag 'amlogic-fixes' of https://git.kernel.org/pub/scm/linux/kernel/git/...Olof Johansson2018-06-297-18/+33
| | |\ \
| | | * | ARM64: dts: meson-gxl: fix Mali GPU compatible stringMartin Blumenstingl2018-06-281-1/+1
| | | * | ARM64: dts: meson-axg: fix ethernet stability issueJerome Brunet2018-06-281-1/+14
| | | * | ARM64: dts: meson-gx: fix ATF reserved memory regionKevin Hilman2018-06-282-8/+6Star
| | | * | ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0Neil Armstrong2018-06-281-0/+7
| | | * | ARM64: dts: meson: fix register ranges for SD/eMMCKevin Hilman2018-06-282-5/+5
| | | * | ARM64: dts: meson: disable sd-uhs modes on the libretech-ccJerome Brunet2018-06-281-3/+0Star
| | | |/
| * | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-06-294-16/+53
| |\ \ \
| | * | | arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}Will Deacon2018-06-271-5/+1Star
| | * | | arm64: Avoid flush_icache_range() in alternatives patching codeWill Deacon2018-06-273-11/+52
| * | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2018-06-2711-79/+61Star
| |\ \ \ \ | | |/ / / | |/| / / | | |/ /
| | * | arm64: dts: uniphier: fix widget name of headphone for LD11/LD20 boardsKatsuhiro Suzuki2018-06-272-2/+2
| | * | arm64: dts: stratix10: Fix SPI nodes for Stratix10Thor Thayer2018-06-261-4/+2Star
| | * | arm64: defconfig: renormalize based on recent additionsOlof Johansson2018-06-231-63/+39Star
| | * | Merge tag 'qcom-fixes-for-4.18-rc1' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2018-06-232-3/+3
| | |\ \
| | | * | arm64: dts: msm8916: fix Coresight ETF graph connectionsRob Herring2018-06-231-2/+2
| | | * | arm64: dts: apq8096-db820c: disable uart0 by defaultSrinivas Kandagatla2018-06-231-1/+1
| | | |/
| | * | Merge tag 'arm-soc/for-4.18/devicetree-arm64-fixes' of https://github.com/Bro...Olof Johansson2018-06-234-6/+14
| | |\ \
| | | * | arm64: dts: Stingray: Fix I2C controller interrupt typeRay Jui2018-06-181-2/+2
| | | * | arm64: dts: ns2: Fix PCIe controller interrupt typeRay Jui2018-06-181-2/+2
| | | * | arm64: dts: ns2: Fix I2C controller interrupt typeRay Jui2018-06-181-2/+2
| | | * | arm64: dts: specify 1.8V EMMC capabilities for bcm958742tScott Branden2018-06-181-0/+4
| | | * | arm64: dts: specify 1.8V EMMC capabilities for bcm958742kScott Branden2018-06-181-0/+4
| | | |/
| | * | Merge tag 'mvebu-fixes-4.17-2' of git://git.infradead.org/linux-mvebu into fixesOlof Johansson2018-06-231-1/+1
| | |\ \ | | | |/ | | |/|
| | | * arm64: dts: marvell: fix CP110 ICU node sizeMiquel Raynal2018-05-231-1/+1
* | | | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0Star
* | | | perf/arch/arm64: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-262-40/+45
* | | | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-262-6/+5Star
* | | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2018-06-268-18/+50
|\| | |
| * | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-06-241-1/+1
| |\ \ \
| | * | | crypto: arm64/aes-blk - fix and move skcipher_walk_done out of kernel_neon_be...Jia He2018-06-151-1/+1
| * | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2018-06-234-8/+10
| |\ \ \ \
| | * | | | arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache maintenanceWill Deacon2018-06-221-2/+3
| | * | | | arm64: kpti: Use early_param for kpti= command-line optionWill Deacon2018-06-221-1/+1
| | * | | | arm64: make secondary_start_kernel() notraceZhizhou Zhang2018-06-191-1/+1