index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-17
compat: lift compat_s64 and compat_u64 to <asm-generic/compat.h>
Christoph Hellwig
1
-2
/
+0
2020-09-17
Merge remote-tracking branch 'origin/irq/ipi-as-irq' into irq/irqchip-next
Marc Zyngier
3
-26
/
+3
2020-09-17
arm64: Remove custom IRQ stat accounting
Marc Zyngier
2
-14
/
+0
2020-09-17
arm64: Kill __smp_cross_call and co
Marc Zyngier
2
-15
/
+1
2020-09-16
efi/libstub: arm32: Base FDT and initrd placement on image address
Ard Biesheuvel
1
-3
/
+2
2020-09-16
Merge branch 'kvm-arm64/nvhe-hyp-context' into kvmarm-master/next
Marc Zyngier
4
-27
/
+114
2020-09-15
KVM: arm64: nVHE: Migrate hyp-init to SMCCC
Andrew Scull
1
-5
/
+0
2020-09-15
KVM: arm64: nVHE: Migrate hyp interface to SMCCC
Andrew Scull
2
-11
/
+38
2020-09-15
KVM: arm64: nVHE: Handle hyp panics
Andrew Scull
1
-1
/
+1
2020-09-15
KVM: arm64: Share context save and restore macros
Andrew Scull
1
-0
/
+39
2020-09-15
KVM: arm64: Restore hyp when panicking in guest context
Andrew Scull
1
-0
/
+10
2020-09-15
KVM: arm64: Update context references from host to hyp
Andrew Scull
1
-3
/
+3
2020-09-15
KVM: arm64: Introduce hyp context
Andrew Scull
1
-1
/
+2
2020-09-15
KVM: arm64: nVHE: Use separate vector for the host
Andrew Scull
1
-0
/
+2
2020-09-15
KVM: arm64: Save chosen hyp vector to a percpu variable
Andrew Scull
1
-0
/
+2
2020-09-15
KVM: arm64: Choose hyp symbol based on context
Andrew Scull
1
-6
/
+19
2020-09-15
KVM: arm64: Remove kvm_host_data_t typedef
Andrew Scull
1
-3
/
+1
2020-09-15
KVM: arm64: Remove hyp_panic arguments
Andrew Scull
1
-1
/
+1
2020-09-14
arm64/mm: Refactor {pgd, pud, pmd, pte}_ERROR()
Gavin Shan
1
-9
/
+8
2020-09-14
arm64: ptrauth: Introduce Armv8.3 pointer authentication enhancements
Amit Daniel Kachhap
3
-9
/
+20
2020-09-14
arm64: traps: Allow force_signal_inject to pass esr error code
Amit Daniel Kachhap
1
-1
/
+1
2020-09-14
arm64: kprobe: add checks for ARMv8.3-PAuth combined instructions
Amit Daniel Kachhap
1
-0
/
+4
2020-09-13
irqchip/gic-v3: Support pseudo-NMIs when SCR_EL3.FIQ == 0
Alexandru Elisei
2
-2
/
+20
2020-09-13
arm64: Allow IPIs to be handled as normal interrupts
Marc Zyngier
1
-0
/
+5
2020-09-13
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2020-09-11
Merge tag 'kvmarm-fixes-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
Paolo Bonzini
6
-9
/
+8
2020-09-11
arm64/mm: Unify CONT_PMD_SHIFT
Gavin Shan
1
-8
/
+2
2020-09-11
arm64/mm: Unify CONT_PTE_SHIFT
Gavin Shan
2
-8
/
+1
2020-09-11
arm64/mm: Remove CONT_RANGE_OFFSET
Gavin Shan
1
-2
/
+0
2020-09-11
arm64/cpuinfo: Define HWCAP name arrays per their actual bit definitions
Anshuman Khandual
1
-0
/
+9
2020-09-11
Merge branch 'kvm-arm64/pt-new' into kvmarm-master/next
Marc Zyngier
11
-512
/
+373
2020-09-11
KVM: arm64: Remove unused 'pgd' field from 'struct kvm_s2_mmu'
Will Deacon
1
-1
/
+0
2020-09-11
KVM: arm64: Remove unused page-table code
Will Deacon
4
-417
/
+0
2020-09-11
KVM: arm64: Add support for relaxing stage-2 perms in generic page-table code
Will Deacon
1
-0
/
+19
2020-09-11
KVM: arm64: Add support for stage-2 cache flushing in generic page-table
Quentin Perret
1
-0
/
+15
2020-09-11
KVM: arm64: Add support for stage-2 write-protect in generic page-table
Quentin Perret
1
-0
/
+18
2020-09-11
KVM: arm64: Add support for stage-2 page-aging in generic page-table
Will Deacon
1
-0
/
+44
2020-09-11
KVM: arm64: Add support for stage-2 map()/unmap() in generic page-table
Will Deacon
1
-0
/
+46
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-2 page tables
Will Deacon
2
-0
/
+19
2020-09-11
KVM: arm64: Use generic allocator for hyp stage-1 page-tables
Will Deacon
4
-88
/
+7
2020-09-11
KVM: arm64: Add support for creating kernel-agnostic stage-1 page tables
Will Deacon
1
-0
/
+40
2020-09-11
KVM: arm64: Add stand-alone page-table walker infrastructure
Will Deacon
1
-0
/
+104
2020-09-11
KVM: arm64: Remove kvm_mmu_free_memory_caches()
Will Deacon
1
-2
/
+0
2020-09-11
arm64/mm: Enable THP migration
Anshuman Khandual
1
-0
/
+5
2020-09-11
arm64/mm: Change THP helpers to comply with generic MM semantics
Anshuman Khandual
2
-3
/
+38
2020-09-07
arm64: get rid of TEXT_OFFSET
Ard Biesheuvel
3
-4
/
+3
2020-09-07
arm64: fix some spelling mistakes in the comments by codespell
Xiaoming Ni
3
-3
/
+3
2020-09-04
arm64: mte: Enable swap of tagged pages
Steven Price
2
-0
/
+40
2020-09-04
arm64: mte: ptrace: Add PTRACE_{PEEK,POKE}MTETAGS support
Catalin Marinas
2
-0
/
+20
2020-09-04
arm64: mte: Allow {set,get}_tagged_addr_ctrl() on non-current tasks
Catalin Marinas
2
-8
/
+8
[prev]
[next]