index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2014-08-07
8
-20
/
+149
|
\
|
*
Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...
Paolo Bonzini
2014-08-05
8
-20
/
+149
|
|
\
|
|
*
arm64: KVM: fix 64bit CP15 VM access for 32bit guests
Marc Zyngier
2014-08-01
1
-2
/
+4
|
|
*
arm64: KVM: add trap handlers for AArch32 debug registers
Marc Zyngier
2014-07-11
1
-0
/
+9
|
|
*
arm64: KVM: common infrastructure for handling AArch32 CP14/CP15
Marc Zyngier
2014-07-11
3
-6
/
+12
|
|
*
arm64: KVM: add trap handlers for AArch64 debug registers
Marc Zyngier
2014-07-11
2
-7
/
+24
|
|
*
arm64: move DBG_MDSCR_* to asm/debug-monitors.h
Marc Zyngier
2014-07-11
1
-5
/
+14
|
|
*
ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guest
Victor Kamensky
2014-07-11
1
-0
/
+6
|
|
*
ARM64: KVM: MMIO support BE host running LE code
Victor Kamensky
2014-07-11
1
-0
/
+22
|
|
*
arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware
Marc Zyngier
2014-07-11
1
-0
/
+7
|
|
*
arm64: KVM: vgic: add GICv3 world switch
Marc Zyngier
2014-07-11
1
-0
/
+2
|
|
*
KVM: ARM: vgic: add the GICv3 backend
Marc Zyngier
2014-07-11
1
-0
/
+2
|
|
*
arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code
Marc Zyngier
2014-07-11
1
-2
/
+3
|
|
*
arm64: KVM: split GICv2 world switch from hyp code
Marc Zyngier
2014-07-11
2
-0
/
+25
|
|
*
arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S
Marc Zyngier
2014-07-11
2
-2
/
+8
|
|
*
arm/arm64: KVM: Fix and refactor unmap_range
Christoffer Dall
2014-07-11
1
-0
/
+15
*
|
|
Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-08-04
1
-0
/
+33
|
\
\
\
|
*
|
|
efi/arm64: efistub: Move shared dependencies to <asm/efi.h>
Ard Biesheuvel
2014-07-07
1
-0
/
+12
|
*
|
|
efi/arm64: Preserve FP/SIMD registers on UEFI runtime services calls
Ard Biesheuvel
2014-07-07
1
-0
/
+21
|
|
|
/
|
|
/
|
*
|
|
Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2014-08-04
1
-0
/
+1
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
arch, locking: Ciao arch_mutex_cpu_relax()
Davidlohr Bueso
2014-07-17
1
-0
/
+1
*
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2014-08-04
23
-652
/
+1255
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Revert "arm64: dmi: Add SMBIOS/DMI support"
Will Deacon
2014-07-31
1
-41
/
+0
|
*
|
arm64: gicv3: Allow GICv3 compilation with older binutils
Catalin Marinas
2014-07-25
1
-0
/
+60
|
*
|
arm64: fix soft lockup due to large tlb flush range
Mark Salter
2014-07-24
1
-3
/
+26
|
*
|
arm64: Fix barriers used for page table modifications
Catalin Marinas
2014-07-24
3
-12
/
+17
|
*
|
arm64: Add support for 48-bit VA space with 64KB page configuration
Catalin Marinas
2014-07-23
1
-7
/
+9
|
*
|
arm64: asm/pgtable.h pmd/pud definitions clean-up
Catalin Marinas
2014-07-23
1
-29
/
+28
|
*
|
arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS
Catalin Marinas
2014-07-23
1
-5
/
+8
|
*
|
arm64: Remove asm/pgtable-*level-types.h files
Catalin Marinas
2014-07-23
4
-161
/
+49
|
*
|
arm64: Remove asm/pgtable-*level-hwdef.h files
Catalin Marinas
2014-07-23
4
-149
/
+36
|
*
|
arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS
Catalin Marinas
2014-07-23
5
-20
/
+20
|
*
|
arm64: mm: Implement 4 levels of translation tables
Jungseok Lee
2014-07-23
5
-5
/
+83
|
*
|
arm64: Add 4 levels of page tables definition with 4KB pages
Jungseok Lee
2014-07-23
2
-0
/
+121
|
*
|
arm64: Introduce VA_BITS and translation level options
Jungseok Lee
2014-07-23
6
-14
/
+10
|
*
|
arm64: Do not initialise the fixmap page tables in head.S
Catalin Marinas
2014-07-23
1
-4
/
+4
|
*
|
arm64: dmi: Add SMBIOS/DMI support
Yi Li
2014-07-21
1
-0
/
+41
|
*
|
arm64: cachetype: report weakest cache policy
Mark Rutland
2014-07-18
1
-6
/
+10
|
*
|
arm64: cpuinfo: record cpu system register values
Mark Rutland
2014-07-18
1
-0
/
+59
|
*
|
arm64: add MIDR_EL1 field accessors
Mark Rutland
2014-07-18
1
-7
/
+26
|
*
|
arm64: fpsimd: avoid restoring fpcr if the contents haven't changed
Will Deacon
2014-07-18
1
-2
/
+15
|
*
|
arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions
Catalin Marinas
2014-07-17
1
-3
/
+0
|
*
|
arm64: place initial page tables above the kernel
Mark Rutland
2014-07-10
1
-0
/
+9
|
*
|
arm64: Cast KSTK_(EIP|ESP) to unsigned long
Catalin Marinas
2014-07-10
1
-2
/
+2
|
*
|
arm64: Add audit support
AKASHI Takahiro
2014-07-10
1
-0
/
+14
|
*
|
arm64: Add __NR_* definitions for compat syscalls
Catalin Marinas
2014-07-10
2
-400
/
+783
|
*
|
arm64: enable context tracking
Larry Bassel
2014-07-10
1
-1
/
+4
|
*
|
arm64: Add CONFIG_CC_STACKPROTECTOR
Laura Abbott
2014-07-09
1
-0
/
+38
|
*
|
arm64: topology: add MPIDR-based detection
Zi Shen Lim
2014-07-09
1
-0
/
+2
*
|
|
arm64: implement TASK_SIZE_OF
Colin Cross
2014-07-08
1
-0
/
+2
|
/
/
[next]