Age | Commit message (Expand) | Author | Files | Lines |
2014-02-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -31/+63 |
2014-01-31 | arm64: mm: Introduce PTE_WRITE | Steve Capper | 1 | -23/+25 |
2014-01-31 | arm64: mm: Remove PTE_BIT_FUNC macro | Steve Capper | 1 | -10/+41 |
2014-01-27 | arm64: fix build error if DMA_CMA is enabled | Pankaj Dubey | 1 | -1/+0 |
2014-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -0/+1 |
2014-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -2/+27 |
2014-01-21 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 18 | -51/+437 |
2014-01-20 | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -0/+50 |
2014-01-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2014-01-17 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds | 1 | -1/+1 |
2014-01-16 | Revert "arm64: Fix memory shareability attribute for ioremap_wc/cache" | Catalin Marinas | 1 | -1/+1 |
2014-01-15 | Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/... | Paolo Bonzini | 1 | -0/+1 |
2014-01-13 | Merge tag 'v3.13-rc8' into core/locking | Ingo Molnar | 1 | -4/+0 |
2014-01-12 | arch: Introduce smp_load_acquire(), smp_store_release() | Peter Zijlstra | 1 | -0/+50 |
2014-01-08 | arm64, jump label: optimize jump label implementation | Jiang Liu | 1 | -0/+52 |
2014-01-08 | arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions | Jiang Liu | 1 | -0/+10 |
2014-01-08 | arm64: move encode_insn_immediate() from module.c to insn.c | Jiang Liu | 1 | -0/+13 |
2014-01-08 | arm64: introduce interfaces to hotpatch kernel and module code | Jiang Liu | 1 | -1/+9 |
2014-01-08 | arm64: introduce basic aarch64 instruction decoding helpers | Jiang Liu | 1 | -0/+77 |
2014-01-07 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -4/+0 |
2013-12-28 | Merge branch 'kvm-arm64/for-3.14' into kvm-arm64/next | Marc Zyngier | 2 | -2/+8 |
2013-12-28 | arm64: KVM: Support X-Gene guest VCPU on APM X-Gene host | Anup Patel | 1 | -1/+2 |
2013-12-28 | arm64: KVM: Add Kconfig option for max VCPUs per-Guest | Anup Patel | 1 | -1/+6 |
2013-12-21 | ARM/KVM: save and restore generic timer registers | Andre Przywara | 1 | -0/+18 |
2013-12-20 | Merge tag 'stable/for-linus-3.13-rc4-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -4/+0 |
2013-12-19 | Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstream | Catalin Marinas | 6 | -1/+60 |
2013-12-19 | arm64: Enable CMA | Laura Abbott | 1 | -0/+29 |
2013-12-19 | arm64: Add hwcaps for crypto and CRC32 extensions. | Steve Capper | 1 | -1/+5 |
2013-12-19 | arm64: drop redundant macros from read_cpuid() | Ard Biesheuvel | 1 | -14/+4 |
2013-12-19 | arm64: cmpxchg: update macros to prevent warnings | Mark Hambleton | 1 | -11/+17 |
2013-12-19 | arm64: support single-step and breakpoint handler hooks | Sandeepa Prabhu | 1 | -0/+21 |
2013-12-19 | arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUs | Will Deacon | 1 | -0/+40 |
2013-12-19 | arm64: futex: ensure .fixup entries are sufficiently aligned | Will Deacon | 1 | -0/+1 |
2013-12-19 | arm64: use generic strnlen_user and strncpy_from_user functions | Will Deacon | 2 | -21/+58 |
2013-12-19 | arm64: percpu: implement optimised pcpu access using tpidr_el1 | Will Deacon | 2 | -1/+41 |
2013-12-19 | arm64: Correct virt_addr_valid | Laura Abbott | 1 | -2/+1 |
2013-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+2 |
2013-12-18 | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 1 | -0/+1 |
2013-12-16 | arm64: enable generic clockevent broadcast | Lorenzo Pieralisi | 1 | -1/+1 |
2013-12-16 | arm64: kernel: cpu_{suspend/resume} implementation | Lorenzo Pieralisi | 2 | -0/+15 |
2013-12-16 | arm64: kernel: suspend/resume registers save/restore | Lorenzo Pieralisi | 2 | -0/+21 |
2013-12-16 | arm64: kernel: build MPIDR_EL1 hash function data structure | Lorenzo Pieralisi | 1 | -0/+13 |
2013-12-16 | arm64: kernel: add MPIDR_EL1 accessors macros | Lorenzo Pieralisi | 1 | -0/+10 |
2013-12-11 | arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappings | Santosh Shilimkar | 1 | -0/+1 |
2013-12-11 | xen/arm64: do not call the swiotlb functions twice | Stefano Stabellini | 1 | -4/+0 |
2013-12-06 | arm64: mm: Fix PMD_SECT_PROT_NONE definition | Steve Capper | 1 | -1/+1 |
2013-12-06 | arm64: Fix memory shareability attribute for ioremap_wc/cache | Catalin Marinas | 1 | -1/+1 |
2013-11-29 | arm64: Move PTE_PROT_NONE higher up | Catalin Marinas | 1 | -14/+17 |
2013-11-29 | arm64: Use Normal NonCacheable memory for writecombine | Catalin Marinas | 1 | -1/+1 |
2013-11-25 | arm64: Unmask asynchronous aborts when in kernel mode | Catalin Marinas | 1 | -0/+3 |