summaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | arm64: rename dump_instr as dump_kernel_instrjinho lim2019-06-261-16/+7
| * | | | | | | | | arm64/mm: Drop [PTE|PMD]_TYPE_FAULTAnshuman Khandual2019-06-261-2/+0
| * | | | | | | | | arm64: Implement panic_smp_self_stop()Aaro Koskinen2019-06-251-6/+13
| * | | | | | | | | arm64: Improve parking of stopped CPUsJayachandran C2019-06-251-3/+1
| * | | | | | | | | arm64: Expose FRINT capabilities to userspaceMark Brown2019-06-255-0/+5
| * | | | | | | | | arm64: Expose ARMv8.5 CondM capability to userspaceMark Brown2019-06-254-0/+4
| * | | | | | | | | arm64: defconfig: enable CONFIG_RANDOMIZE_BASENick Desaulniers2019-06-251-0/+1
| * | | | | | | | | arm64: ARM64_MODULES_PLTS must depend on MODULESCatalin Marinas2019-06-251-0/+1
| * | | | | | | | | arm64: bpf: do not allocate executable memoryArd Biesheuvel2019-06-241-1/+1
| * | | | | | | | | arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pagesArd Biesheuvel2019-06-241-1/+3
| * | | | | | | | | arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAPArd Biesheuvel2019-06-243-8/+44
| * | | | | | | | | arm64: module: create module allocations without exec permissionsArd Biesheuvel2019-06-241-2/+2
| * | | | | | | | | arm64: Allow user selection of ARM64_MODULE_PLTSFlorian Fainelli2019-06-241-1/+16
| * | | | | | | | | acpi/arm64: ignore 5.1 FADTs that are reported as 5.0Ard Biesheuvel2019-06-241-3/+7
| * | | | | | | | | arm64: Allow selecting Pseudo-NMI againJulien Thierry2019-06-211-1/+0
| * | | | | | | | | arm64: fix kernel stack overflow in kdump capture kernelWei Li2019-06-212-7/+10
| * | | | | | | | | arm64: irqflags: Introduce explicit debugging for IRQ prioritiesJulien Thierry2019-06-214-0/+36
| * | | | | | | | | arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-06-219-83/+123
| * | | | | | | | | arm64: Fix interrupt tracing in the presence of NMIsJulien Thierry2019-06-212-11/+50
| * | | | | | | | | arm64: irqflags: Add condition flags to inline asm clobber listJulien Thierry2019-06-211-2/+2
| * | | | | | | | | arm64: irqflags: Pass flags as readonly operand to restore instructionJulien Thierry2019-06-211-1/+1
| * | | | | | | | | arm64: Do not enable IRQs for ct_user_exitJulien Thierry2019-06-211-2/+2
| * | | | | | | | | arm64/mm: Correct the cache line size warning with non coherent deviceMasayoshi Mizuma2019-06-173-7/+16
| * | | | | | | | | arm64: remove redundant 'default n' from KconfigBartlomiej Zolnierkiewicz2019-06-141-1/+0
| * | | | | | | | | arm64: mm: avoid redundant READ_ONCE(*ptep)Mark Rutland2019-06-101-17/+30
| * | | | | | | | | arm64/mm: Refactor __do_page_fault()Anshuman Khandual2019-06-071-19/+11
| * | | | | | | | | arm64/mm: Document write abort detection from ESRAnshuman Khandual2019-06-071-1/+10
| * | | | | | | | | arm64: Fix comment after #endifOdin Ugedal2019-06-071-1/+1
| * | | | | | | | | arm64: ptrace: add support for syscall emulationSudeep Holla2019-06-052-2/+9
| * | | | | | | | | arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headersSudeep Holla2019-06-051-0/+3
| * | | | | | | | | arm64/mm: Drop task_struct argument from __do_page_fault()Anshuman Khandual2019-06-041-10/+5
| * | | | | | | | | arm64/mm: Drop mmap_sem before calling __do_kernel_fault()Anshuman Khandual2019-06-041-1/+3
| * | | | | | | | | arm64/mm: Identify user instruction abortsAnshuman Khandual2019-06-041-0/+1
| * | | | | | | | | arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge()Anshuman Khandual2019-06-041-2/+2
| * | | | | | | | | arm64: kernel: use aff3 instead of aff2 in commentLiu Song2019-06-041-1/+1
| * | | | | | | | | arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs()Julien Grall2019-06-041-3/+3
| * | | | | | | | | arm64: mm: make CONFIG_ZONE_DMA32 configurableMiles Chen2019-06-042-3/+5
| * | | | | | | | | arm64/mm: Simplify protection flag creation for kernel huge mappingsAnshuman Khandual2019-06-042-8/+9
| * | | | | | | | | arm64: cacheinfo: Update cache_line_size detected from DT or PPTTShaokun Zhang2019-06-042-5/+12
| * | | | | | | | | arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE stateJulien Grall2019-06-042-45/+89
| * | | | | | | | | arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall2019-06-043-10/+15
| * | | | | | | | | arm64/fpsimd: Remove the prototype for sve_flush_cpu_state()Julien Grall2019-06-041-1/+0
| * | | | | | | | | arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitionsAnshuman Khandual2019-06-032-1/+1
| * | | | | | | | | arm64/hugetlb: Use macros for contiguous huge page sizesAnshuman Khandual2019-06-031-6/+6
| |/ / / / / / / /
* | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-061-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei2019-07-051-1/+1
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2019-07-032-3/+11
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitlyNathan Chancellor2019-06-261-1/+5
| * | | | | | | | arm64: kaslr: keep modules inside module region when KASAN is enabledArd Biesheuvel2019-06-261-2/+6
* | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-06-282-9/+10
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | |