summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-12-07arm64: kexec_file: forbid kdump via kexec_file_load()James Morse
2018-12-07arm64: preempt: Provide our own implementation of asm/preempt.hWill Deacon
2018-12-07preempt: Move PREEMPT_NEED_RESCHED definition into arch codeWill Deacon
2018-12-06arm64: hugetlb: Register hugepages during arch initAllen Pais
2018-12-06arm64: crypto: add NEON accelerated XOR implementationJackie Liu
2018-12-06arm64/neon: add workaround for ambiguous C99 stdint.h typesJackie Liu
2018-12-06arm64: entry: Remove confusing commentWill Deacon
2018-12-06arm64: entry: Place an SB sequence following an ERET instructionWill Deacon
2018-12-06arm64: Add support for SB barrier and patch in over DSB; ISB sequencesWill Deacon
2018-12-06arm64: kexec_file: Refactor setup_dtb() to consolidate error checkingWill Deacon
2018-12-06arm64: kexec_file: add kaslr supportAKASHI Takahiro
2018-12-06arm64: kexec_file: add kernel signature verification supportAKASHI Takahiro
2018-12-06arm64: capabilities: Batch cpu_enable callbacksSuzuki K Poulose
2018-12-06arm64: capabilities: Use linear array for detection and verificationSuzuki K Poulose
2018-12-06arm64: capabilities: Optimize this_cpu_has_capSuzuki K Poulose
2018-12-06arm64: capabilities: Speed up capability lookupSuzuki K Poulose
2018-12-06include: pe.h: remove message[] from mz header definitionAKASHI Takahiro
2018-12-06arm64: kexec_file: invoke the kernel without purgatoryAKASHI Takahiro
2018-12-06arm64: kexec_file: allow for loading Image-format kernelAKASHI Takahiro
2018-12-06arm64: kexec_file: load initrd and device-treeAKASHI Takahiro
2018-12-06arm64: enable KEXEC_FILE configAKASHI Takahiro
2018-12-06arm64: cpufeature: add MMFR0 helper functionsAKASHI Takahiro
2018-12-06arm64: add image head flag definitionsAKASHI Takahiro
2018-12-06kexec_file: kexec_walk_memblock() only walks a dedicated region at kdumpAKASHI Takahiro
2018-12-06powerpc, kexec_file: factor out memblock-based arch_kexec_walk_mem()AKASHI Takahiro
2018-12-06s390, kexec_file: drop arch_kexec_mem_walk()AKASHI Takahiro
2018-12-06kexec_file: make kexec_image_post_load_cleanup_default() globalAKASHI Takahiro
2018-12-06asm-generic: add kexec_file_load system call to unistd.hAKASHI Takahiro
2018-12-06drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driverKulkarni, Ganapatrao
2018-12-06Documentation: perf: Add documentation for ThunderX2 PMU uncore driverKulkarni, Ganapatrao
2018-12-06arm64: capabilities: Merge duplicate entries for Qualcomm erratum 1003Suzuki K Poulose
2018-12-06arm64: capabilities: Merge duplicate Cavium erratum entriesSuzuki K Poulose
2018-12-06arm64: capabilities: Merge entries for ARM64_WORKAROUND_CLEAN_CACHESuzuki K Poulose
2018-12-04arm64: relocatable: fix inconsistencies in linker script and optionsArd Biesheuvel
2018-11-30arm64/lib: improve CRC32 performance for deep pipelinesArd Biesheuvel
2018-11-30arm64: ftrace: always pass instrumented pc in x0Mark Rutland
2018-11-30arm64: ftrace: remove return_regs macrosMark Rutland
2018-11-30arm64: ftrace: don't adjust the LR valueMark Rutland
2018-11-30arm64: ftrace: enable graph FP testMark Rutland
2018-11-30arm64: ftrace: use GLOBAL()Mark Rutland
2018-11-30linkage: add generic GLOBAL() macroMark Rutland
2018-11-30arm64: drop linker script hack to hide __efistub_ symbolsArd Biesheuvel
2018-11-29arm64: io: Ensure value passed to __iormb() is held in a 64-bit registerWill Deacon
2018-11-29perf: arm_spe: handle devm_kasprintf() failureNicholas Mc Guire
2018-11-27arm64: tlbi: Set MAX_TLBI_OPS to PTRS_PER_PTEWill Deacon
2018-11-27arm64/module: switch to ADRP/ADD sequences for PLT entriesArd Biesheuvel
2018-11-27arm64/insn: add support for emitting ADR/ADRP instructionsArd Biesheuvel
2018-11-27arm64: Use a raw spinlock in __install_bp_hardening_cb()James Morse
2018-11-27arm64: acpi: Prepare for longer MADTsJeremy Linton
2018-11-27arm64: io: Ensure calls to delay routines are ordered against prior readX()Will Deacon