Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
051ff581ce70e822729e9474941f3c206cbf7436
/
arch
/
arm64
/
include
051ff58
arm64: KVM: Add access handler for event counter register
by Shannon Zhao
· 9 years ago
3965c3c
arm64: KVM: Add access handler for PMSELR register
by Shannon Zhao
· 9 years ago
ab94683
arm64: KVM: Add access handler for PMCR register
by Shannon Zhao
· 10 years ago
04fe472
arm64: KVM: Define PMU data structure for each vcpu
by Shannon Zhao
· 9 years ago
ad88213
arm64: KVM: Add temporary kvm_perf_event.h
by Marc Zyngier
· 9 years ago
21a4179
arm64: KVM: Move __cpu_init_stage2 after kvm_call_hyp
by Marc Zyngier
· 9 years ago
13720a5
arm64: KVM: Move kvm/hyp/hyp.h to include/asm/kvm_hyp.h
by Marc Zyngier
· 9 years ago
ae7e27f
arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYP
by Marc Zyngier
· 9 years ago
68908bf
arm64: KVM: VHE: Implement VHE activate/deactivate_traps
by Marc Zyngier
· 10 years ago
3287622
arm64: KVM: VHE: Make __fpsimd_enabled VHE aware
by Marc Zyngier
· 9 years ago
cedbb8b7
arm64: KVM: VHE: Patch out kern_hyp_va
by Marc Zyngier
· 10 years ago
d88701b
arm64: Add ARM64_HAS_VIRT_HOST_EXTN feature
by Marc Zyngier
· 10 years ago
82deae0
arm/arm64: Add new is_kernel_in_hyp_mode predicate
by Marc Zyngier
· 11 years ago
3a3604b
arm64: KVM: Switch to C-based stage2 init
by Marc Zyngier
· 10 years ago
57c841f
arm/arm64: KVM: Handle out-of-RAM cache maintenance as a NOP
by Marc Zyngier
· 9 years ago
4242852
ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_end
by Marc Zyngier
· 9 years ago
35a2491
arm/arm64: KVM: Add hook for C-based stage2 init
by Marc Zyngier
· 9 years ago
d82834e
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
c53d7a8
Merge tag 'kvm-arm-for-4.5-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 9 years ago
8ab54ed
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
3c5b1d9
arm64: KVM: Configure TCR_EL2.PS at runtime
by Tirumalesh Chalamarla
· 9 years ago
1a1ebd5
irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
by Tirumalesh Chalamarla
· 9 years ago
afc6074
Merge tag 'kvm-arm-for-4.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 9 years ago
3e275c6
arm64: asm: Explicitly include linux/personality.h in asm/page.h
by Mark Brown
· 9 years ago
811d61e
arm64: futex.h: Add missing PAN toggling
by James Morse
· 9 years ago
ac15bd6
arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
by Catalin Marinas
· 9 years ago
9586a2e
arm64: KVM: Fix wrong use of the CPSR MODE mask for 32bit guests
by Shannon Zhao
· 9 years ago
a7e0ac2
arm64: KVM: Obey RES0/1 reserved bits when setting CPTR_EL2
by Dave Martin
· 9 years ago
e1c7e32
dma-mapping: always provide the dma_map_ops based implementation
by Christoph Hellwig
· 9 years ago
a200dcb
Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
by Linus Torvalds
· 9 years ago
ba049e9
kvm: rename pfn_t to kvm_pfn_t
by Dan Williams
· 9 years ago
05ee26d
arch/arm64/include/asm/pgtable.h: add pmd_mkclean for THP
by Minchan Kim
· 9 years ago
b7ed934
arm64, thp: remove infrastructure for handling splitting PMDs
by Kirill A. Shutemov
· 9 years ago
1baa5ef
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
c9bed1c
Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
fa5fd7c
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
fd072df
arm64: define __smp_xxx
by Michael S. Tsirkin
· 9 years ago
90ff6a1
arm64: reuse asm-generic/barrier.h
by Michael S. Tsirkin
· 9 years ago
39b5be9
arm64: mm: move pgd_cache initialisation to pgtable_cache_init
by Will Deacon
· 9 years ago
20380bb
arm64: ftrace: fix a stack tracer's output under function graph tracer
by AKASHI Takahiro
· 9 years ago
fe13f95
arm64: pass a task parameter to unwind_frame()
by AKASHI Takahiro
· 9 years ago
d224a69
arm64: remove irq_count and do_softirq_own_stack()
by James Morse
· 9 years ago
66b3923
arm64: hugetlb: add support for PTE contiguous bit
by David Woods
· 9 years ago
dfd57bc
arm64: introduce CONFIG_PARAVIRT, PARAVIRT_TIME_ACCOUNTING and pv_time_ops
by Stefano Stabellini
· 9 years ago
20475f7
arm64: KVM: Add support for 16-bit VMID
by Vladimir Murzin
· 9 years ago
9d4dc688
arm/arm64: KVM: Remove unreferenced S2_PGD_ORDER
by Vladimir Murzin
· 9 years ago
0a28714
arm64: Use PoU cache instr for I/D coherency
by Ashok Kumar
· 9 years ago
971c67c
arm64: reduce stack use in irq_handler
by James Morse
· 9 years ago
129b985
Merge branch 'aarch64/efi' into aarch64/for-next/core
by Will Deacon
· 9 years ago
9d8415d
arm64: KVM: Turn system register numbers to an enum
by Marc Zyngier
· 9 years ago
3600c2f
arm64: Add macros to read/write system registers
by Mark Rutland
· 9 years ago
b19e689
KVM: arm/arm64: Count guest exit due to various reasons
by Amit Tomar
· 9 years ago
dec9cbf
Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
82d3400
arm64: Improve error reporting on set_pte_at() checks
by Catalin Marinas
· 9 years ago
8e31ed9
irqchip/gic-v3: Add missing include for barrier.h
by Marc Zyngier
· 9 years ago
4a6ccf3
arm64: cmpxchg: Don't incldue linux/mmdebug.h
by Mark Brown
· 9 years ago
9aa4ec15
arm64: mm: fold alternatives into .init
by Mark Rutland
· 9 years ago
aa4d5d3
arm64: Add this_cpu_ptr() assembler macro for use in entry.S
by James Morse
· 9 years ago
f7d9248
arm64/efi: refactor EFI init and runtime code for reuse by 32-bit ARM
by Ard Biesheuvel
· 9 years ago
7596abf
arm64: irq: fix walking from irq stack to task stack
by Will Deacon
· 9 years ago
8e23dac
arm64: Add do_softirq_own_stack() and enable irq_stacks
by James Morse
· 9 years ago
132cd88
arm64: Modify stack trace and dump for use with irq_stack
by AKASHI Takahiro
· 9 years ago
6cdf9c7
arm64: Store struct thread_info in sp_el0
by Jungseok Lee
· 9 years ago
0992207
Merge tag 'kvm-arm-for-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into kvm-master
by Paolo Bonzini
· 9 years ago
f6be563
arm64: KVM: Get rid of old vcpu_reg()
by Pavel Fedin
· 9 years ago
bc45a51
arm64: KVM: Correctly handle zero register during MMIO
by Pavel Fedin
· 9 years ago
d86b8da
arm64: spinlock: serialise spin_unlock_wait against concurrent lockers
by Will Deacon
· 9 years ago
b9b7aeb
arm64: fix COMPAT_SHMLBA definition for large pages
by Yury Norov
· 9 years ago
76c714b
arm64: pgtable: implement pte_accessible()
by Will Deacon
· 9 years ago
5d86862
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
4fe5e19
Merge tag 'for-linus-4.4-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
by Linus Torvalds
· 9 years ago
1944bf8
arm64: debug: Treat the BRPs/WRPs as unsigned
by Suzuki K. Poulose
· 9 years ago
4f0a606
arm64: cpufeature: Track unsigned fields
by Suzuki K. Poulose
· 9 years ago
b4ff838
xen/events: Always allocate legacy interrupts on PV guests
by Boris Ostrovsky
· 9 years ago
d211827
arm64: cpufeature: Add helpers for extracting unsigned values
by Suzuki K. Poulose
· 9 years ago
498cd5c
arm64: KVM: Add workaround for Cortex-A57 erratum 834220
by Marc Zyngier
· 9 years ago
c0f0963
arm64: KVM: Fix AArch32 to AArch64 register mapping
by Marc Zyngier
· 9 years ago
c139aa6
arm64: barriers: fix smp_load_acquire to work with const arguments
by Will Deacon
· 9 years ago
0b2aa5b
arm64: Fix R/O permissions in mark_rodata_ro
by Laura Abbott
· 9 years ago
65da0a8
arm64: use non-global mappings for UEFI runtime regions
by Ard Biesheuvel
· 9 years ago
adc235a
arm64: do not include ptrace.h from compat.h
by Arnd Bergmann
· 9 years ago
1dccb59
arm64: simplify dma_get_ops
by Arnd Bergmann
· 9 years ago
a18e2fa
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
d192791
arm64: use linux/types.h in kvm.h
by Arnd Bergmann
· 9 years ago
fb226c3
arm64: fix R/O permissions of FDT mapping
by Ard Biesheuvel
· 9 years ago
933425fb
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
by Linus Torvalds
· 9 years ago
39cf7c3
Merge tag 'iommu-updates-v4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 9 years ago
57a6566
arm64: cmpxchg_dbl: fix return value type
by Lorenzo Pieralisi
· 9 years ago
fd0d351
Merge tag 'tty-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
0d51ce9
Merge tag 'pm+acpi-4.4-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
2dc10ad
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
by Linus Torvalds
· 9 years ago
197a4f4
Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD
by Paolo Bonzini
· 9 years ago
d63a978
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
f5a8160
Merge branch 'core-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
6aa2fdb
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
b67ad2f
Merge branches 'x86/vt-d', 'arm/omap', 'arm/smmu', 's390', 'core' and 'x86/amd' into next
by Joerg Roedel
· 9 years ago
5accd17
arm64: Fix compat register mappings
by Robin Murphy
· 9 years ago
9730348
arm64: Increase the max granular size
by Tirumalesh Chalamarla
· 9 years ago
6e4a0f2
arm64: remove bogus TASK_SIZE_64 check
by Ard Biesheuvel
· 9 years ago
59f2413
arm64: cachetype: fix definitions of ICACHEF_* flags
by Will Deacon
· 9 years ago
Next »