Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | arm64: rename dump_instr as dump_kernel_instr | jinho lim | 2019-06-26 | 1 | -16/+7 | |
| * | | | | | | | | | arm64/mm: Drop [PTE|PMD]_TYPE_FAULT | Anshuman Khandual | 2019-06-26 | 1 | -2/+0 | |
| * | | | | | | | | | arm64: Implement panic_smp_self_stop() | Aaro Koskinen | 2019-06-25 | 1 | -6/+13 | |
| * | | | | | | | | | arm64: Improve parking of stopped CPUs | Jayachandran C | 2019-06-25 | 1 | -3/+1 | |
| * | | | | | | | | | arm64: Expose FRINT capabilities to userspace | Mark Brown | 2019-06-25 | 5 | -0/+5 | |
| * | | | | | | | | | arm64: Expose ARMv8.5 CondM capability to userspace | Mark Brown | 2019-06-25 | 4 | -0/+4 | |
| * | | | | | | | | | arm64: defconfig: enable CONFIG_RANDOMIZE_BASE | Nick Desaulniers | 2019-06-25 | 1 | -0/+1 | |
| * | | | | | | | | | arm64: ARM64_MODULES_PLTS must depend on MODULES | Catalin Marinas | 2019-06-25 | 1 | -0/+1 | |
| * | | | | | | | | | arm64: bpf: do not allocate executable memory | Ard Biesheuvel | 2019-06-24 | 1 | -1/+1 | |
| * | | | | | | | | | arm64/kprobes: set VM_FLUSH_RESET_PERMS on kprobe instruction pages | Ard Biesheuvel | 2019-06-24 | 1 | -1/+3 | |
| * | | | | | | | | | arm64/mm: wire up CONFIG_ARCH_HAS_SET_DIRECT_MAP | Ard Biesheuvel | 2019-06-24 | 3 | -8/+44 | |
| * | | | | | | | | | arm64: module: create module allocations without exec permissions | Ard Biesheuvel | 2019-06-24 | 1 | -2/+2 | |
| * | | | | | | | | | arm64: Allow user selection of ARM64_MODULE_PLTS | Florian Fainelli | 2019-06-24 | 1 | -1/+16 | |
| * | | | | | | | | | acpi/arm64: ignore 5.1 FADTs that are reported as 5.0 | Ard Biesheuvel | 2019-06-24 | 1 | -3/+7 | |
| * | | | | | | | | | arm64: Allow selecting Pseudo-NMI again | Julien Thierry | 2019-06-21 | 1 | -1/+0 | |
| * | | | | | | | | | arm64: fix kernel stack overflow in kdump capture kernel | Wei Li | 2019-06-21 | 2 | -7/+10 | |
| * | | | | | | | | | arm64: irqflags: Introduce explicit debugging for IRQ priorities | Julien Thierry | 2019-06-21 | 4 | -0/+36 | |
| * | | | | | | | | | arm64: Fix incorrect irqflag restore for priority masking | Julien Thierry | 2019-06-21 | 9 | -83/+123 | |
| * | | | | | | | | | arm64: Fix interrupt tracing in the presence of NMIs | Julien Thierry | 2019-06-21 | 2 | -11/+50 | |
| * | | | | | | | | | arm64: irqflags: Add condition flags to inline asm clobber list | Julien Thierry | 2019-06-21 | 1 | -2/+2 | |
| * | | | | | | | | | arm64: irqflags: Pass flags as readonly operand to restore instruction | Julien Thierry | 2019-06-21 | 1 | -1/+1 | |
| * | | | | | | | | | arm64: Do not enable IRQs for ct_user_exit | Julien Thierry | 2019-06-21 | 1 | -2/+2 | |
| * | | | | | | | | | arm64/mm: Correct the cache line size warning with non coherent device | Masayoshi Mizuma | 2019-06-17 | 3 | -7/+16 | |
| * | | | | | | | | | arm64: remove redundant 'default n' from Kconfig | Bartlomiej Zolnierkiewicz | 2019-06-14 | 1 | -1/+0 | |
| * | | | | | | | | | arm64: mm: avoid redundant READ_ONCE(*ptep) | Mark Rutland | 2019-06-10 | 1 | -17/+30 | |
| * | | | | | | | | | arm64/mm: Refactor __do_page_fault() | Anshuman Khandual | 2019-06-07 | 1 | -19/+11 | |
| * | | | | | | | | | arm64/mm: Document write abort detection from ESR | Anshuman Khandual | 2019-06-07 | 1 | -1/+10 | |
| * | | | | | | | | | arm64: Fix comment after #endif | Odin Ugedal | 2019-06-07 | 1 | -1/+1 | |
| * | | | | | | | | | arm64: ptrace: add support for syscall emulation | Sudeep Holla | 2019-06-05 | 2 | -2/+9 | |
| * | | | | | | | | | arm64: add PTRACE_SYSEMU{,SINGLESTEP} definations to uapi headers | Sudeep Holla | 2019-06-05 | 1 | -0/+3 | |
| * | | | | | | | | | arm64/mm: Drop task_struct argument from __do_page_fault() | Anshuman Khandual | 2019-06-04 | 1 | -10/+5 | |
| * | | | | | | | | | arm64/mm: Drop mmap_sem before calling __do_kernel_fault() | Anshuman Khandual | 2019-06-04 | 1 | -1/+3 | |
| * | | | | | | | | | arm64/mm: Identify user instruction aborts | Anshuman Khandual | 2019-06-04 | 1 | -0/+1 | |
| * | | | | | | | | | arm64/mm: Change BUG_ON() to VM_BUG_ON() in [pmd|pud]_set_huge() | Anshuman Khandual | 2019-06-04 | 1 | -2/+2 | |
| * | | | | | | | | | arm64: kernel: use aff3 instead of aff2 in comment | Liu Song | 2019-06-04 | 1 | -1/+1 | |
| * | | | | | | | | | arm64/cpufeature: Convert hook_lock to raw_spin_lock_t in cpu_enable_ssbs() | Julien Grall | 2019-06-04 | 1 | -3/+3 | |
| * | | | | | | | | | arm64: mm: make CONFIG_ZONE_DMA32 configurable | Miles Chen | 2019-06-04 | 2 | -3/+5 | |
| * | | | | | | | | | arm64/mm: Simplify protection flag creation for kernel huge mappings | Anshuman Khandual | 2019-06-04 | 2 | -8/+9 | |
| * | | | | | | | | | arm64: cacheinfo: Update cache_line_size detected from DT or PPTT | Shaokun Zhang | 2019-06-04 | 2 | -5/+12 | |
| * | | | | | | | | | arm64/fpsimd: Don't disable softirq when touching FPSIMD/SVE state | Julien Grall | 2019-06-04 | 2 | -45/+89 | |
| * | | | | | | | | | arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use it | Julien Grall | 2019-06-04 | 3 | -10/+15 | |
| * | | | | | | | | | arm64/fpsimd: Remove the prototype for sve_flush_cpu_state() | Julien Grall | 2019-06-04 | 1 | -1/+0 | |
| * | | | | | | | | | arm64/mm: Move PTE_VALID from SW defined to HW page table entry definitions | Anshuman Khandual | 2019-06-03 | 2 | -1/+1 | |
| * | | | | | | | | | arm64/hugetlb: Use macros for contiguous huge page sizes | Anshuman Khandual | 2019-06-03 | 1 | -6/+6 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2019-07-06 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | KVM: arm64/sve: Fix vq_present() macro to yield a bool | Zhang Lei | 2019-07-05 | 1 | -1/+1 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 2019-07-03 | 2 | -3/+11 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | arm64/efi: Mark __efistub_stext_offset as an absolute symbol explicitly | Nathan Chancellor | 2019-06-26 | 1 | -1/+5 | |
| * | | | | | | | | arm64: kaslr: keep modules inside module region when KASAN is enabled | Ard Biesheuvel | 2019-06-26 | 1 | -2/+6 | |
* | | | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc... | Linus Torvalds | 2019-06-28 | 2 | -9/+10 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | |