Age | Commit message (Expand) | Author | Files | Lines |
2017-12-15 | arm64: fpsimd: Fix copying of FP state from signal frame into task struct | Will Deacon | 1 | -1/+1 |
2017-12-14 | arm64/sve: Report SVE to userspace via CPUID only if supported | Dave Martin | 2 | -1/+5 |
2017-12-14 | arm64: fix CONFIG_DEBUG_WX address reporting | Mark Rutland | 1 | -1/+1 |
2017-12-13 | arm64: fault: avoid send SIGBUS two times | Dongjiu Geng | 1 | -3/+2 |
2017-12-12 | arm64: hw_breakpoint: Use linux/uaccess.h instead of asm/uaccess.h | Will Deacon | 1 | -1/+1 |
2017-12-12 | arm64: Add software workaround for Falkor erratum 1041 | Shanker Donthineni | 7 | -1/+27 |
2017-12-12 | arm64: Define cputype macros for Falkor CPU | Shanker Donthineni | 1 | -0/+2 |
2017-12-12 | arm64: mm: Fix false positives in set_pte_at access/dirty race detection | Will Deacon | 1 | -4/+4 |
2017-12-11 | arm64: mm: Fix pte_mkclean, pte_mkdirty semantics | Steve Capper | 1 | -15/+18 |
2017-12-11 | arm64: Initialise high_memory global variable earlier | Steve Capper | 1 | -1/+2 |
2017-12-10 | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 6 | -10/+7 |
2017-12-10 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 5 | -24/+95 |
2017-12-09 | Merge tag 'amlogic-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Olof Johansson | 2 | -5/+5 |
2017-12-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -0/+11 |
2017-12-08 | ARM64: dts: meson-gx: fix UART pclk clock name | Neil Armstrong | 2 | -5/+5 |
2017-12-06 | arm64/sve: Avoid dereference of dead task_struct in KVM guest entry | Dave Martin | 1 | -12/+16 |
2017-12-06 | arm64: SW PAN: Update saved ttbr0 value on enter_lazy_tlb | Will Deacon | 1 | -14/+10 |
2017-12-06 | arm64: SW PAN: Point saved ttbr0 at the zero page when switching to init_mm | Will Deacon | 2 | -12/+14 |
2017-12-06 | arm64: fpsimd: Abstract out binding of task's fpsimd context to the cpu. | Dave Martin | 1 | -10/+15 |
2017-12-06 | arm64: fpsimd: Prevent registers leaking from dead tasks | Dave Martin | 1 | -0/+9 |
2017-12-05 | Merge tag 'kvm-arm-fixes-for-v4.15-1' of git://git.kernel.org/pub/scm/linux/k... | Radim Krčmář | 5 | -24/+95 |
2017-12-05 | arm64/bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program type | Hendrik Brueckner | 2 | -0/+11 |
2017-12-02 | Merge tag 'uniphier-fixes-v4.15' of git://git.kernel.org/pub/scm/linux/kernel... | Olof Johansson | 3 | -4/+1 |
2017-12-02 | arm64: dts: sort vendor subdirectories in Makefile alphabetically | Masahiro Yamada | 1 | -1/+1 |
2017-12-01 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 13 | -93/+92 |
2017-12-01 | arm64: context: Fix comments and remove pointless smp_wmb() | Will Deacon | 1 | -11/+12 |
2017-12-01 | arm64: cpu_ops: Add missing 'const' qualifiers | Yury Norov | 1 | -3/+3 |
2017-12-01 | arm64: perf: remove unsupported events for Cortex-A73 | Xu YiPing | 1 | -6/+0 |
2017-12-01 | arm64: fpsimd: Fix failure to restore FPSIMD state after signals | Dave Martin | 1 | -3/+3 |
2017-12-01 | arm64: pgd: Mark pgd_cache as __ro_after_init | Jinbum Park | 1 | -1/+1 |
2017-12-01 | arm64: ftrace: emit ftrace-mod.o contents through code | Ard Biesheuvel | 7 | -31/+22 |
2017-12-01 | arm64: module-plts: factor out PLT generation code for ftrace | Ard Biesheuvel | 2 | -36/+46 |
2017-11-29 | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITE | Dan Williams | 1 | -1/+0 |
2017-11-29 | kvm: arm64: handle single-step of hyp emulated mmio instructions | Alex Bennée | 1 | -7/+30 |
2017-11-29 | kvm: arm64: handle single-step during SError exceptions | Alex Bennée | 1 | -1/+7 |
2017-11-29 | kvm: arm64: handle single-stepping trapped instructions | Alex Bennée | 1 | -14/+35 |
2017-11-29 | KVM: arm/arm64: debug: Introduce helper for single-step | Alex Bennée | 2 | -0/+22 |
2017-11-29 | arm64: KVM: fix VTTBR_BADDR_MASK BUG_ON off-by-one | Kristina Martsenko | 1 | -2/+1 |
2017-11-29 | arm64: dts: uniphier: remove unnecessary interrupt-parent | Masahiro Yamada | 3 | -3/+0 |
2017-11-29 | arm64: dts: uniphier: correct on-board device IRQ number for PXs3 | Dai Okamura | 1 | -1/+1 |
2017-11-28 | arm64: mm: cleanup stale AIVIVT references | Mark Rutland | 2 | -2/+5 |
2017-11-24 | Merge tag 'kvm-4.15-2' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -0/+4 |
2017-11-17 | Merge tag 'locks-v4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/jl... | Linus Torvalds | 1 | -1/+0 |
2017-11-17 | Merge tag 'kvm-arm-gicv4-for-v4.15' of git://git.kernel.org/pub/scm/linux/ker... | Paolo Bonzini | 2 | -0/+4 |
2017-11-16 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -2/+3 |
2017-11-16 | Merge tag 'armsoc-dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar... | Linus Torvalds | 131 | -391/+5218 |
2017-11-16 | Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a... | Linus Torvalds | 1 | -0/+17 |
2017-11-16 | Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 9 | -124/+39 |
2017-11-16 | arm64: dts: uniphier: route on-board device IRQ to GPIO controller for PXs3 | Masahiro Yamada | 1 | -1/+2 |
2017-11-15 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 3 | -52/+82 |