Age | Commit message (Expand) | Author |
2014-09-08 | arm64: introduce aarch64_insn_gen_add_sub_shifted_reg() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_movewide() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_bitfield() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_add_sub_imm() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_load_store_pair() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_load_store_reg() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_cond_branch_imm() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_branch_reg() | Zi Shen Lim |
2014-09-08 | arm64: introduce aarch64_insn_gen_comp_branch_imm() | Zi Shen Lim |
2014-09-08 | arm64: LLVMLinux: Use global stack register variable for aarch64 | Mark Charlebois |
2014-09-08 | arm64: LLVMLinux: Calculate current_thread_info from current_stack_pointer | Behan Webster |
2014-09-08 | arm64: LLVMLinux: Add current_stack_pointer() for arm64 | Behan Webster |
2014-09-08 | arm64: Add CONFIG_DEBUG_SET_MODULE_RONX support | Laura Abbott |
2014-09-08 | arm64: Introduce {set,clear}_pte_bit | Laura Abbott |
2014-09-08 | arm64: convert part of soft_restart() to assembly | Arun Chandran |
2014-09-08 | arm64: add helper functions to read I-cache attributes | Ard Biesheuvel |
2014-09-03 | arm64: Get rid of handle_IRQ | Marc Zyngier |
2014-08-29 | arm64: report correct stack pointer in KSTK_ESP for compat tasks | Will Deacon |
2014-08-29 | arm64: Add brackets around user_stack_pointer() | Catalin Marinas |
2014-08-29 | KVM: remove garbage arg to *hardware_{en,dis}able | Radim Krčmář |
2014-08-29 | KVM: static inline empty kvm_arch functions | Radim Krčmář |
2014-08-29 | KVM: forward declare structs in kvm_types.h | Paolo Bonzini |
2014-08-28 | arm64: ptrace: fix compat hardware watchpoint reporting | Will Deacon |
2014-08-27 | KVM: ARM/arm64: fix broken __percpu annotation | Will Deacon |
2014-08-27 | KVM: ARM/arm64: fix non-const declaration of function returning const | Will Deacon |
2014-08-27 | arm/arm64: KVM: Support KVM_CAP_READONLY_MEM | Christoffer Dall |
2014-08-19 | arm64: mm: update max pa bits to 48 | Ganapatrao Kulkarni |
2014-08-18 | arm64: compat: wire up memfd_create and getrandom syscalls for aarch32 | Will Deacon |
2014-08-14 | locking,arch,arm64: Fold atomic_ops | Peter Zijlstra |
2014-08-09 | Merge branch 'signal-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2014-08-08 | Merge branch 'akpm' (second patchbomb from Andrew Morton) | Linus Torvalds |
2014-08-08 | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate area | Andy Lutomirski |
2014-08-07 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2014-08-06 | arm64: Use get_signal() signal_setup_done() | Richard Weinberger |
2014-08-05 | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini |
2014-08-04 | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2014-08-04 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2014-08-04 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds |
2014-08-01 | arm64: KVM: fix 64bit CP15 VM access for 32bit guests | Marc Zyngier |
2014-07-31 | Revert "arm64: dmi: Add SMBIOS/DMI support" | Will Deacon |
2014-07-25 | arm64: gicv3: Allow GICv3 compilation with older binutils | Catalin Marinas |
2014-07-24 | arm64: fix soft lockup due to large tlb flush range | Mark Salter |
2014-07-24 | arm64: Fix barriers used for page table modifications | Catalin Marinas |
2014-07-23 | arm64: Add support for 48-bit VA space with 64KB page configuration | Catalin Marinas |
2014-07-23 | arm64: asm/pgtable.h pmd/pud definitions clean-up | Catalin Marinas |
2014-07-23 | arm64: Determine the vmalloc/vmemmap space at build time based on VA_BITS | Catalin Marinas |
2014-07-23 | arm64: Remove asm/pgtable-*level-types.h files | Catalin Marinas |
2014-07-23 | arm64: Remove asm/pgtable-*level-hwdef.h files | Catalin Marinas |
2014-07-23 | arm64: Convert bool ARM64_x_LEVELS to int ARM64_PGTABLE_LEVELS | Catalin Marinas |
2014-07-23 | arm64: mm: Implement 4 levels of translation tables | Jungseok Lee |