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
2021-12-16
KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2
Will Deacon
1
-0
/
+21
2021-12-14
arm64/sve: Generalise vector length configuration prctl() for SME
Mark Brown
1
-3
/
+3
2021-12-14
arm64: Use BTI C directly and unconditionally
Mark Brown
1
-16
/
+6
2021-12-14
arm64: Unconditionally override SYM_FUNC macros
Mark Brown
1
-5
/
+11
2021-12-14
arm64: Add macro version of the BTI instruction
Mark Brown
2
-6
/
+11
2021-12-14
arm64: atomics: lse: define RETURN ops in terms of FETCH ops
Mark Rutland
1
-34
/
+14
2021-12-14
arm64: atomics: lse: improve constraints for simple ops
Mark Rutland
1
-12
/
+18
2021-12-14
arm64: atomics: lse: define ANDs in terms of ANDNOTs
Mark Rutland
1
-30
/
+4
2021-12-14
arm64: atomics lse: define SUBs in terms of ADDs
Mark Rutland
1
-122
/
+58
2021-12-14
arm64: atomics: format whitespace consistently
Mark Rutland
2
-50
/
+50
2021-12-13
arm64: cpufeature: add HWCAP for FEAT_RPRES
Joey Gouly
2
-0
/
+2
2021-12-13
arm64: add ID_AA64ISAR2_EL1 sys register
Joey Gouly
2
-0
/
+16
2021-12-13
arm64: cpufeature: add HWCAP for FEAT_AFP
Joey Gouly
3
-0
/
+3
2021-12-13
efi: Move efifb_setup_from_dmi() prototype from arch headers
Javier Martinez Canillas
1
-1
/
+0
2021-12-13
Merge tag 'v5.16-rc5' into locking/core, to pick up fixes
Ingo Molnar
5
-16
/
+55
2021-12-10
arm64: Make some stacktrace functions private
Mark Rutland
1
-6
/
+0
2021-12-10
arm64: Add comment for stack_info::kr_cur
Mark Rutland
1
-0
/
+4
2021-12-08
KVM: arm64: Drop unused workaround_flags vcpu field
Marc Zyngier
1
-3
/
+0
2021-12-08
Merge branch 'kvm-on-hv-msrbm-fix' into HEAD
Paolo Bonzini
4
-14
/
+53
2021-12-08
KVM: Drop obsolete kvm_arch_vcpu_block_finish()
Sean Christopherson
1
-1
/
+0
2021-12-08
KVM: arm64: Move vGIC v4 handling for WFI out arch callback hook
Sean Christopherson
1
-0
/
+2
2021-12-07
locking: Allow to include asm/spinlock_types.h from linux/spinlock_types_raw.h
Sebastian Andrzej Siewior
1
-1
/
+1
2021-12-07
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
1
-0
/
+1
2021-12-07
Merge branch kvm-arm64/hyp-header-split into kvmarm-master/next
Marc Zyngier
2
-0
/
+72
2021-12-06
arm64: mte: DC {GVA,GZVA} shouldn't be used when DCZID_EL0.DZP == 1
Reiji Watanabe
1
-3
/
+5
2021-12-06
KVM: arm64: Move host EL1 code out of hyp/ directory
Will Deacon
1
-0
/
+71
2021-12-06
arm64: Add missing include of asm/cpufeature.h to asm/mmu.h
Will Deacon
1
-0
/
+1
2021-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-12-01
KVM: arm64: Add minimal handling for the ARMv8.7 PMU
Marc Zyngier
1
-0
/
+1
2021-12-01
Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/next
Marc Zyngier
2
-16
/
+14
2021-12-01
KVM: arm64: Drop vcpu->arch.has_run_once for vcpu->pid
Marc Zyngier
1
-3
/
+2
2021-12-01
KVM: arm64: Move kvm_arch_vcpu_run_pid_change() out of line
Marc Zyngier
1
-6
/
+1
2021-11-30
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-2
/
+2
2021-11-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-14
/
+53
2021-11-25
KVM: arm64: Avoid setting the upper 32 bits of TCR_EL2 and CPTR_EL2 to 1
Catalin Marinas
1
-2
/
+2
2021-11-24
arm64: uaccess: avoid blocking within critical sections
Mark Rutland
1
-7
/
+41
2021-11-23
arch_topology: Remove unused topology_set_thermal_pressure() and related
Lukasz Luba
1
-1
/
+0
2021-11-23
arch_topology: Introduce thermal pressure update function
Lukasz Luba
1
-0
/
+1
2021-11-22
KVM: arm64: Stop mapping current thread_info at EL2
Marc Zyngier
1
-2
/
+0
2021-11-22
KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATE
Marc Zyngier
1
-0
/
+2
2021-11-22
KVM: arm64: Remove unused __sve_save_state
Marc Zyngier
1
-1
/
+0
2021-11-22
KVM: arm64: Get rid of host SVE tracking/saving
Marc Zyngier
1
-1
/
+0
2021-11-22
KVM: arm64: Reorder vcpu flag definitions
Marc Zyngier
1
-12
/
+12
2021-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-1
/
+2
2021-11-17
KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.c
Sean Christopherson
1
-3
/
+0
2021-11-17
KVM: Move x86's perf guest info callbacks to generic KVM
Sean Christopherson
1
-0
/
+10
2021-11-17
perf: Stop pretending that perf can handle multiple guest callbacks
Sean Christopherson
1
-2
/
+2
2021-11-16
arm64: mm: Fix VM_BUG_ON(mm != &init_mm) for trans_pgd
Pingfan Liu
1
-1
/
+1
2021-11-16
arm64: ftrace: use HAVE_FUNCTION_GRAPH_RET_ADDR_PTR
Mark Rutland
2
-6
/
+11
2021-11-15
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
2
-13
/
+1
[prev]
[next]