| Age | Commit message (Expand) | Author | Lines |
| 2014-08-28 | arm64: ptrace: fix compat hardware watchpoint reporting | Will Deacon | -1/+0 |
| 2014-08-27 | KVM: ARM/arm64: fix broken __percpu annotation | Will Deacon | -1/+1 |
| 2014-08-27 | KVM: ARM/arm64: fix non-const declaration of function returning const | Will Deacon | -1/+1 |
| 2014-08-27 | arm/arm64: KVM: Support KVM_CAP_READONLY_MEM | Christoffer Dall | -0/+1 |
| 2014-08-19 | arm64: mm: update max pa bits to 48 | Ganapatrao Kulkarni | -1/+1 |
| 2014-08-18 | arm64: compat: wire up memfd_create and getrandom syscalls for aarch32 | Will Deacon | -1/+6 |
| 2014-08-14 | locking,arch,arm64: Fold atomic_ops | Peter Zijlstra | -117/+80 |
| 2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | -6/+5 |
| 2014-08-08 | Merge branch 'akpm' (second patchbomb from Andrew Morton) | Linus Torvalds | -3/+0 |
| 2014-08-08 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski | -3/+0 |
| 2014-08-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | -20/+149 |
| 2014-08-06 | arm64: Use get_signal() signal_setup_done() | Richard Weinberger | -6/+5 |
| 2014-08-05 | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | -20/+149 |
| 2014-08-04 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | -0/+33 |
| 2014-08-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -0/+1 |
| 2014-08-04 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | -652/+1255 |
| 2014-08-01 | arm64: KVM: fix 64bit CP15 VM access for 32bit guests | Marc Zyngier | -2/+4 |
| 2014-07-31 | Revert "arm64: dmi: Add SMBIOS/DMI support" | Will Deacon | -41/+0 |
| 2014-07-25 | arm64: gicv3: Allow GICv3 compilation with older binutils | Catalin Marinas | -0/+60 |
| 2014-07-24 | arm64: fix soft lockup due to large tlb flush range | Mark Salter | -3/+26 |
| 2014-07-24 | arm64: Fix barriers used for page table modifications | Catalin Marinas | -12/+17 |
| 2014-07-23 | arm64: Add support for 48-bit VA space with 64KB page configuration | Catalin Marinas | -7/+9 |
| 2014-07-23 | arm64: asm/pgtable.h pmd/pud definitions clean-up | Catalin Marinas | -29/+28 |
| 2014-07-23 | arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS | Catalin Marinas | -5/+8 |
| 2014-07-23 | arm64: Remove asm/pgtable-*level-types.h files | Catalin Marinas | -161/+49 |
| 2014-07-23 | arm64: Remove asm/pgtable-*level-hwdef.h files | Catalin Marinas | -149/+36 |
| 2014-07-23 | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS | Catalin Marinas | -20/+20 |
| 2014-07-23 | arm64: mm: Implement 4 levels of translation tables | Jungseok Lee | -5/+83 |
| 2014-07-23 | arm64: Add 4 levels of page tables definition with 4KB pages | Jungseok Lee | -0/+121 |
| 2014-07-23 | arm64: Introduce VA_BITS and translation level options | Jungseok Lee | -14/+10 |
| 2014-07-23 | arm64: Do not initialise the fixmap page tables in head.S | Catalin Marinas | -4/+4 |
| 2014-07-21 | arm64: dmi: Add SMBIOS/DMI support | Yi Li | -0/+41 |
| 2014-07-18 | arm64: cachetype: report weakest cache policy | Mark Rutland | -6/+10 |
| 2014-07-18 | arm64: cpuinfo: record cpu system register values | Mark Rutland | -0/+59 |
| 2014-07-18 | arm64: add MIDR_EL1 field accessors | Mark Rutland | -7/+26 |
| 2014-07-18 | arm64: fpsimd: avoid restoring fpcr if the contents haven't changed | Will Deacon | -2/+15 |
| 2014-07-17 | arm64: Remove duplicate (SWAPPER|IDMAP)_DIR_SIZE definitions | Catalin Marinas | -3/+0 |
| 2014-07-17 | arch, locking: Ciao arch_mutex_cpu_relax() | Davidlohr Bueso | -0/+1 |
| 2014-07-11 | arm64: KVM: add trap handlers for AArch32 debug registers | Marc Zyngier | -0/+9 |
| 2014-07-11 | arm64: KVM: common infrastructure for handling AArch32 CP14/CP15 | Marc Zyngier | -6/+12 |
| 2014-07-11 | arm64: KVM: add trap handlers for AArch64 debug registers | Marc Zyngier | -7/+24 |
| 2014-07-11 | arm64: move DBG_MDSCR_* to asm/debug-monitors.h | Marc Zyngier | -5/+14 |
| 2014-07-11 | ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guest | Victor Kamensky | -0/+6 |
| 2014-07-11 | ARM64: KVM: MMIO support BE host running LE code | Victor Kamensky | -0/+22 |
| 2014-07-11 | arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware | Marc Zyngier | -0/+7 |
| 2014-07-11 | arm64: KVM: vgic: add GICv3 world switch | Marc Zyngier | -0/+2 |
| 2014-07-11 | KVM: ARM: vgic: add the GICv3 backend | Marc Zyngier | -0/+2 |
| 2014-07-11 | arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code | Marc Zyngier | -2/+3 |
| 2014-07-11 | arm64: KVM: split GICv2 world switch from hyp code | Marc Zyngier | -0/+25 |
| 2014-07-11 | arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S | Marc Zyngier | -2/+8 |