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
*
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
|
*
KVM: arm/arm64: Consolidate page-table accessors
Marc Zyngier
2018-07-09
1
-3
/
+0
|
*
arm64: KVM: Avoid marking pages as XN in Stage-2 if CTR_EL0.DIC is set
Marc Zyngier
2018-07-09
1
-2
/
+12
|
*
arm64: KVM: Add support for Stage-2 control of memory types and cacheability
Marc Zyngier
2018-07-09
7
-9
/
+46
*
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2018-08-15
24
-238
/
+354
|
\
\
|
*
|
arm64: drop unused kernel_neon_begin_partial() macro
Ard Biesheuvel
2018-07-31
1
-7
/
+0
|
*
|
arm64: Add support for STACKLEAK gcc plugin
Laura Abbott
2018-07-26
1
-0
/
+15
|
*
|
arm64: Add stack information to on_accessible_stack
Laura Abbott
2018-07-26
2
-15
/
+67
|
*
|
arm64: acpi: fix alignment fault in accessing ACPI
AKASHI Takahiro
2018-07-23
1
-7
/
+16
|
*
|
arm64: implement syscall wrappers
Mark Rutland
2018-07-12
2
-3
/
+81
|
*
|
arm64: convert compat wrappers to C
Mark Rutland
2018-07-12
1
-11
/
+11
|
*
|
arm64: convert native/compat syscall entry to C
Mark Rutland
2018-07-12
1
-0
/
+4
|
*
|
arm64: introduce syscall_fn_t
Mark Rutland
2018-07-12
1
-1
/
+5
|
*
|
arm64: remove sigreturn wrappers
Mark Rutland
2018-07-12
1
-2
/
+2
|
*
|
arm64: move sve_user_{enable,disable} to <asm/fpsimd.h>
Mark Rutland
2018-07-12
1
-1
/
+16
|
*
|
arm64: kill config_sctlr_el1()
Mark Rutland
2018-07-12
1
-10
/
+0
|
*
|
arm64: move SCTLR_EL{1,2} assertions to <asm/sysreg.h>
Mark Rutland
2018-07-12
1
-10
/
+10
|
*
|
arm64: rseq: Implement backend rseq calls and select HAVE_RSEQ
Will Deacon
2018-07-11
2
-1
/
+3
|
*
|
arm64: numa: rework ACPI NUMA initialization
Lorenzo Pieralisi
2018-07-09
1
-2
/
+4
|
*
|
arm64: topology: rename llc_siblings to align with other struct members
Sudeep Holla
2018-07-06
1
-2
/
+2
|
*
|
arm64: topology: add support to remove cpu topology sibling masks
Sudeep Holla
2018-07-06
1
-0
/
+2
|
*
|
arm64: numa: separate out updates to percpu nodeid and NUMA node cpumap
Sudeep Holla
2018-07-06
1
-0
/
+4
|
*
|
arm64: tlbflush: Introduce __flush_tlb_kernel_pgtable
Chintan Pandya
2018-07-06
1
-0
/
+7
|
*
|
arm64: insn: Don't fallback on nosync path for general insn patching
Will Deacon
2018-07-05
1
-2
/
+0
|
*
|
arm64: IPI each CPU after invalidating the I-cache for kernel mappings
Will Deacon
2018-07-05
1
-1
/
+26
|
*
|
arm64: remove unused COMPAT_PSR definitions
Mark Rutland
2018-07-05
1
-28
/
+0
|
*
|
kvm/arm: use PSR_AA32 definitions
Mark Rutland
2018-07-05
1
-5
/
+5
|
*
|
arm64: use PSR_AA32 definitions
Mark Rutland
2018-07-05
2
-4
/
+4
|
*
|
arm64: add PSR_AA32_* definitions
Mark Rutland
2018-07-05
1
-1
/
+56
|
*
|
arm64: Handle mismatched cache type
Suzuki K Poulose
2018-07-05
1
-1
/
+2
|
*
|
arm64: Fix mismatched cache line size detection
Suzuki K Poulose
2018-07-05
1
-0
/
+4
|
*
|
arm64: locking: Replace ticket lock implementation with qspinlock
Will Deacon
2018-07-05
3
-132
/
+3
|
*
|
arm64: barrier: Implement smp_cond_load_relaxed
Will Deacon
2018-07-05
1
-0
/
+13
|
|
/
*
|
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2018-08-13
2
-3
/
+5
|
\
\
|
*
\
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2018-08-02
1
-1
/
+3
|
|
\
\
|
*
\
\
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2018-07-25
3
-18
/
+14
|
|
\
\
\
|
*
|
|
|
perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()
Frederic Weisbecker
2018-06-26
1
-1
/
+0
|
*
|
|
|
perf/arch/arm64: Implement hw_breakpoint_arch_parse()
Frederic Weisbecker
2018-06-26
1
-1
/
+5
|
*
|
|
|
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
2018-06-26
1
-1
/
+1
|
*
|
|
|
Merge branch 'linus' into perf/core, to pick up fixes
Ingo Molnar
2018-06-26
2
-0
/
+12
|
|
\
\
\
\
[next]