summaryrefslogtreecommitdiffstats
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2017-06-29arm64: fix endianness annotation in acpi_parking_protocol.cLuc Van Oostenryck1-2/+2
2017-06-29arm64: use readq() instead of readl() to read 64bit entry_pointLuc Van Oostenryck1-1/+1
2017-06-29arm64: fix endianness annotation for reloc_insn_movw() & reloc_insn_imm()Luc Van Oostenryck1-7/+7
2017-06-29arm64: fix endianness annotation for aarch64_insn_write()Luc Van Oostenryck1-3/+2
2017-06-29arm64: fix endianness annotation in aarch64_insn_read()Luc Van Oostenryck1-1/+1
2017-06-29arm64: fix endianness annotation in call_undef_hook()Luc Van Oostenryck1-6/+8
2017-06-29arm64: fix endianness annotation for debug-monitors.cLuc Van Oostenryck1-6/+8
2017-06-26Merge branch 'aarch64/for-next/ras-apei' into aarch64/for-next/coreWill Deacon7-14/+91
2017-06-26Merge branch 'perf/updates' into aarch64/for-next/coreWill Deacon1-1/+1
2017-06-26arm64: pass endianness info to sparseLuc Van Oostenryck1-0/+2
2017-06-23arm64: ftrace: fix !CONFIG_ARM64_MODULE_PLTS kernelsMark Rutland1-6/+8
2017-06-23arm64: signal: Allow expansion of the signal frameDave Martin2-19/+214
2017-06-22arm/arm64: KVM: add guest SEA supportTyler Baicar3-2/+32
2017-06-22acpi: apei: handle SEA notification type for ARMv8Tyler Baicar2-0/+19
2017-06-22arm64: exception: handle Synchronous External AbortTyler Baicar2-10/+36
2017-06-22arm64: dump cpu_hwcaps at panic timeMark Rutland1-0/+19
2017-06-22arm64: ptrace: Flush user-RW TLS reg to thread_struct before readingDave Martin3-2/+13
2017-06-22arm64: ptrace: Flush FPSIMD regs back to thread_struct before readingDave Martin1-0/+7
2017-06-22arm64: ptrace: Fix VFP register dumping in compat coredumpsDave Martin1-4/+7
2017-06-20arm64: pass machine size to sparseLuc Van Oostenryck1-1/+1
2017-06-20arm64: signal: factor out signal frame record allocationDave Martin2-7/+55
2017-06-20arm64: signal: factor frame layout and population into separate passesDave Martin1-23/+88
2017-06-20arm64: signal: Refactor sigcontext parsing in rt_sigreturnDave Martin1-6/+80
2017-06-20arm64: signal: split frame link record from sigcontext structureDave Martin1-18/+32
2017-06-20arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXTArd Biesheuvel1-0/+3
2017-06-15arm64: Export save_stack_trace_tsk()Dustin Brown1-0/+1
2017-06-15ARM64/irqchip: Update ACPI_IORT symbol selection logicLorenzo Pieralisi1-0/+1
2017-06-15arm64/dma-mapping: Remove extraneous null-pointer checksOlav Haugan2-11/+0
2017-06-12arm64: kconfig: allow support for memory failure handlingJonathan (Zhixiong) Zhang1-0/+1
2017-06-12arm64: mm: Update perf accounting to handle poison faultsPunit Agrawal1-32/+36
2017-06-12arm64: hwpoison: add VM_FAULT_HWPOISON[_LARGE] handlingJonathan (Zhixiong) Zhang1-3/+19
2017-06-12arm64: hugetlb: Fix huge_pte_offset to return poisoned page table entriesPunit Agrawal2-20/+11
2017-06-12arm64: ftrace: fix building without CONFIG_MODULESWill Deacon1-6/+10
2017-06-12arm64: fault: Print info about page table structure when dumping pteWill Deacon1-1/+3
2017-06-12arm64: mm: print file name of faulting vmaKristina Martsenko1-1/+3
2017-06-12arm64: mm: don't print out page table entries on EL0 faultsKristina Martsenko1-1/+0
2017-06-12arm64: mm: print out correct page table entriesKristina Martsenko2-12/+26
2017-06-07arm64: ftrace: add support for far branches to dynamic ftraceArd Biesheuvel7-2/+84
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-06-02Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2-4/+6
2017-06-02ARM64/ACPI: Fix BAD_MADT_GICC_ENTRY() macro implementationLorenzo Pieralisi1-3/+3
2017-06-01arm64: kernel: restrict /dev/mem read() calls to linear regionArd Biesheuvel1-6/+13
2017-05-30arm64: perf: Extend event config for ARMv8.1Shaokun Zhang1-1/+1
2017-05-30ARM64/PCI: Set root bus NUMA node on ACPI systemsLorenzo Pieralisi1-0/+3
2017-05-30arm64: futex: Fix undefined behaviour with FUTEX_OP_OPARG_SHIFT usageWill Deacon1-4/+4
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: mm: explicity include linux/vmalloc.hTobias Klauser1-0/+1