index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-10-22
28
-141
/
+347
|
\
|
*
arm64: cpufeature: Fix handling of CTR_EL0.IDC field
Suzuki K Poulose
2018-10-16
1
-0
/
+40
|
*
Revert "arm64: uaccess: implement unsafe accessors"
James Morse
2018-10-10
1
-46
/
+15
|
*
arm64: mm: Use #ifdef for the __PAGETABLE_P?D_FOLDED defines
James Morse
2018-10-05
1
-2
/
+6
|
*
arm64: xen: Use existing helper to check interrupt status
Julien Thierry
2018-10-03
1
-1
/
+1
|
*
arm64: daifflags: Use irqflags functions for daifflags
Julien Thierry
2018-10-03
1
-10
/
+5
|
*
arm64: Trap WFI executed in userspace
Marc Zyngier
2018-10-01
2
-2
/
+7
|
*
arm64: arch_timer: Add workaround for ARM erratum 1188873
Marc Zyngier
2018-10-01
2
-1
/
+4
|
*
arm64: compat: Add CNTFRQ trap handler
Marc Zyngier
2018-10-01
1
-0
/
+3
|
*
arm64: compat: Add CNTVCT trap handler
Marc Zyngier
2018-10-01
1
-0
/
+3
|
*
arm64: Add decoding macros for CP15_32 and CP15_64 traps
Marc Zyngier
2018-10-01
1
-0
/
+52
|
*
arm64: remove unused asm/compiler.h header file
Ard Biesheuvel
2018-10-01
3
-32
/
+0
|
*
arm64: compat: Provide definition for COMPAT_SIGMINSTKSZ
Will Deacon
2018-10-01
1
-0
/
+1
|
*
arm64/mm: use fixmap to modify swapper_pg_dir
Jun Yao
2018-09-25
1
-6
/
+29
|
*
arm64/mm: Separate boot-time page tables from swapper_pg_dir
Jun Yao
2018-09-25
3
-2
/
+6
|
*
arm64: Kconfig: Remove ARCH_HAS_HOLES_MEMORYMODEL
James Morse
2018-09-21
1
-2
/
+0
|
*
arm64/cpufeatures: Emulate MRS instructions by parsing ESR_ELx.ISS
Anshuman Khandual
2018-09-21
1
-0
/
+12
|
*
arm64/cpufeatures: Factorize emulate_mrs()
Anshuman Khandual
2018-09-21
1
-0
/
+1
|
*
arm64/cpufeatures: Introduce ESR_ELx_SYS64_ISS_RT()
Anshuman Khandual
2018-09-21
2
-1
/
+3
|
*
arm64: cpu_errata: Remove ARM64_MISMATCHED_CACHE_LINE_SIZE
Will Deacon
2018-09-19
2
-7
/
+5
|
*
arm64: KVM: Enable Common Not Private translations
Vladimir Murzin
2018-09-18
2
-0
/
+6
|
*
arm64: mm: Support Common Not Private translations
Vladimir Murzin
2018-09-18
4
-3
/
+25
|
*
arm64: sysreg: Clean up instructions for modifying PSTATE fields
Suzuki K Poulose
2018-09-17
1
-10
/
+20
|
*
arm64: cpu: Move errata and feature enable callbacks closer to callers
Will Deacon
2018-09-14
1
-4
/
+0
|
*
KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vhe
Will Deacon
2018-09-14
1
-0
/
+11
|
*
arm64: ssbd: Add support for PSTATE.SSBS rather than trapping to EL3
Will Deacon
2018-09-14
4
-0
/
+12
|
*
arm64: cpufeature: Detect SSBS and advertise to userspace
Will Deacon
2018-09-14
3
-5
/
+15
|
*
arm64: Fix silly typo in comment
Will Deacon
2018-09-14
1
-1
/
+1
|
*
arm64: tlb: Rewrite stale comment in asm/tlbflush.h
Will Deacon
2018-09-11
1
-25
/
+55
|
*
arm64: tlb: Avoid synchronous TLBIs when freeing page tables
Will Deacon
2018-09-11
2
-14
/
+0
|
*
arm64: tlb: Adjust stride and type of TLBI according to mmu_gather
Will Deacon
2018-09-11
1
-9
/
+10
|
*
arm64: tlb: Remove redundant !CONFIG_HAVE_RCU_TABLE_FREE code
Will Deacon
2018-09-11
1
-9
/
+3
|
*
arm64: tlbflush: Allow stride to be specified for __flush_tlb_range()
Will Deacon
2018-09-11
2
-7
/
+10
|
*
arm64: tlb: Justify non-leaf invalidation in flush_tlb_range()
Will Deacon
2018-09-11
1
-0
/
+4
|
*
arm64: pgtable: Implement p[mu]d_valid() and check in set_p[mu]d()
Will Deacon
2018-09-11
1
-2
/
+8
|
*
arm64: tlb: Add DSB ISHST prior to TLBI in __flush_tlb_[kernel_]pgtable()
Will Deacon
2018-09-11
1
-0
/
+2
|
*
arm64: tlb: Use last-level invalidation in flush_tlb_kernel_range()
Will Deacon
2018-09-11
1
-1
/
+1
|
*
arm64: uaccess: implement unsafe accessors
Julien Thierry
2018-09-10
1
-15
/
+46
|
*
arm64: cpufeature: add feature for CRC32 instructions
Ard Biesheuvel
2018-09-10
1
-1
/
+2
*
|
arm64: jump_label.h: use asm_volatile_goto macro instead of "asm goto"
Miguel Ojeda
2018-09-11
1
-2
/
+2
*
|
arm64: KVM: Remove pgd_lock
Steven Price
2018-09-07
1
-2
/
+1
*
|
KVM: Remove obsolete kvm_unmap_hva notifier backend
Marc Zyngier
2018-09-07
1
-1
/
+0
|
/
*
arm64: tlb: Provide forward declaration of tlb_flush() before including tlb.h
Will Deacon
2018-08-24
1
-0
/
+2
*
Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2018-08-22
9
-24
/
+107
|
\
|
*
KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accesses
Marc Zyngier
2018-08-12
1
-0
/
+2
|
*
KVM: arm64: Share the parts of get/set events useful to 32bit
James Morse
2018-07-21
1
-4
/
+4
|
*
arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTS
Dongjiu Geng
2018-07-21
3
-0
/
+25
|
*
arm64: KVM: Cleanup tpidr_el2 init on non-VHE
Marc Zyngier
2018-07-21
1
-13
/
+8
|
*
KVM: arm/arm64: Enable adaptative WFE trapping
Marc Zyngier
2018-07-09
1
-0
/
+10
|
*
KVM: arm/arm64: Stop using the kernel's {pmd,pud,pgd}_populate helpers
Marc Zyngier
2018-07-09
1
-0
/
+7
[next]