summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2017-07-0662-341/+2190
|\
| * arm64: fix endianness annotation for 'struct jit_ctx' and friendsLuc Van Oostenryck2017-06-301-3/+3
| * arm64: cpuinfo: constify attribute_group structures.Arvind Yadav2017-06-301-1/+1
| * arm64: ptrace: Fix incorrect get_user() use in compat_vfp_set()Dave Martin2017-06-291-3/+5
| * arm64: ptrace: Remove redundant overrun check from compat_vfp_set()Dave Martin2017-06-291-3/+0
| * arm64: ptrace: Avoid setting compat FP[SC]R to garbage if get_user failsDave Martin2017-06-291-2/+4
| * arm64: fix endianness annotation for __apply_alternatives()/get_alt_insn()Luc Van Oostenryck2017-06-291-4/+4
| * arm64: fix endianness annotation in get_kaslr_seed()Luc Van Oostenryck2017-06-291-1/+1
| * arm64: add missing conversion to __wsum in ip_fast_csum()Luc Van Oostenryck2017-06-291-1/+1
| * arm64: fix endianness annotation in acpi_parking_protocol.cLuc Van Oostenryck2017-06-291-2/+2
| * arm64: use readq() instead of readl() to read 64bit entry_pointLuc Van Oostenryck2017-06-291-1/+1
| * arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck2017-06-291-7/+7
| * arm64: fix endianness annotation for aarch64_insn_write()Luc Van Oostenryck2017-06-291-3/+2
| * arm64: fix endianness annotation in aarch64_insn_read()Luc Van Oostenryck2017-06-291-1/+1
| * arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck2017-06-291-6/+8
| * arm64: fix endianness annotation for debug-monitors.cLuc Van Oostenryck2017-06-291-6/+8
| * ras: mark stub functions as 'inline'Arnd Bergmann2017-06-291-5/+7
| * Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon2017-06-26314-1762/+3162
| |\
| | * acpi: apei: check for pending errors when probing GHES entriesTyler Baicar2017-06-221-0/+3
| | * arm/arm64: KVM: add guest SEA supportTyler Baicar2017-06-228-12/+92
| | * trace, ras: add ARM processor error trace eventTyler Baicar2017-06-225-1/+60
| | * ras: acpi / apei: generate trace event for unrecognized CPER sectionTyler Baicar2017-06-225-2/+87
| | * efi: print unrecognized CPER sectionTyler Baicar2017-06-221-2/+9
| | * acpi: apei: panic OS with fatal error status blockJonathan (Zhixiong) Zhang2017-06-221-15/+21
| | * acpi: apei: handle SEA notification type for ARMv8Tyler Baicar2017-06-225-6/+105
| | * arm64: exception: handle Synchronous External AbortTyler Baicar2017-06-222-10/+36
| | * efi: parse ARM processor errorTyler Baicar2017-06-222-0/+183
| | * cper: add timestamp print to CPER status printingTyler Baicar2017-06-221-0/+26
| | * ras: acpi/apei: cper: add support for generic data v3 structureTyler Baicar2017-06-223-21/+63
| | * acpi: apei: read ack upon ghes record consumptionTyler Baicar2017-06-223-6/+65
| | * Merge branch 'uuid-types' of git://git.infradead.org/users/hch/uuid into aarc...Will Deacon2017-06-2076-500/+373
| | |\
| * | \ Merge branch 'perf/updates' into aarch64/for-next/coreWill Deacon2017-06-264-62/+635
| |\ \ \
| | * | | perf: xgene: Add support for SoC PMU version 3Hoan Tran2017-06-221-29/+534
| | * | | perf: xgene: Move PMU leaf functions into function pointer structureHoan Tran2017-06-221-18/+65
| | * | | perf: xgene: Parse PMU subnode from the match tableHoan Tran2017-06-221-10/+30
| | * | | drivers/perf: commonise PERF_EVENTS dependencyMark Rutland2017-06-151-4/+5
| | * | | arm: perf: make of_device_ids constArvind Yadav2017-06-151-1/+1
| | * | | arm64: perf: Extend event config for ARMv8.1Shaokun Zhang2017-05-301-1/+1
| * | | | arm64: pass endianness info to sparseLuc Van Oostenryck2017-06-261-0/+2
| * | | | arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernelsMark Rutland2017-06-231-6/+8
| * | | | arm64: signal: Allow expansion of the signal frameDave Martin2017-06-232-19/+214
| * | | | arm64: dump cpu_hwcaps at panic timeMark Rutland2017-06-221-0/+19
| * | | | arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin2017-06-223-2/+13
| * | | | arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin2017-06-221-0/+7
| * | | | arm64: ptrace: Fix VFP register dumping in compat coredumpsDave Martin2017-06-221-4/+7
| * | | | arm64: pass machine size to sparseLuc Van Oostenryck2017-06-201-1/+1
| * | | | arm64: signal: factor out signal frame record allocationDave Martin2017-06-202-7/+55
| * | | | arm64: signal: factor frame layout and population into separate passesDave Martin2017-06-201-23/+88
| * | | | arm64: signal: Refactor sigcontext parsing in rt_sigreturnDave Martin2017-06-201-6/+80
| * | | | arm64: signal: split frame link record from sigcontext structureDave Martin2017-06-201-18/+32