| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-02-14 | 1 | -0/+9 |
|\ |
|
| * | arm64: KVM: Add VGIC device control for arm64 | Christoffer Dall | 2014-02-14 | 1 | -0/+9 |
* | | arm64: defconfig: Expand default enabled features | Mark Rutland | 2014-02-07 | 2 | -4/+15 |
* | | arm64: asm: remove redundant "cc" clobbers | Will Deacon | 2014-02-07 | 4 | -25/+21 |
* | | arm64: atomics: fix use of acquire + release for full barrier semantics | Will Deacon | 2014-02-07 | 5 | -18/+35 |
* | | arm64: barriers: allow dsb macro to take option parameter | Will Deacon | 2014-02-06 | 1 | -1/+1 |
* | | arm64: compat: Wire up new AArch32 syscalls | Catalin Marinas | 2014-02-05 | 1 | -1/+4 |
* | | arm64: vdso: update wtm fields for CLOCK_MONOTONIC_COARSE | Nathan Lynch | 2014-02-05 | 1 | -2/+2 |
* | | arm64: vdso: fix coarse clock handling | Nathan Lynch | 2014-02-05 | 1 | -1/+6 |
* | | arm64: simplify pgd_alloc | Mark Rutland | 2014-02-05 | 1 | -9/+2 |
* | | arm64: fix typo: s/SERRROR/SERROR/ | Mark Rutland | 2014-02-05 | 2 | -2/+2 |
* | | arm64: Invalidate the TLB when replacing pmd entries during boot | Catalin Marinas | 2014-02-05 | 1 | -2/+10 |
* | | arm64: Align CMA sizes to PAGE_SIZE | Laura Abbott | 2014-02-05 | 1 | -0/+1 |
* | | arm64: add DSB after icache flush in __flush_icache_all() | Vinayak Kale | 2014-02-05 | 1 | -0/+1 |
* | | arm64: vdso: prevent ld from aligning PT_LOAD segments to 64k | Will Deacon | 2014-02-04 | 1 | -1/+1 |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-01-31 | 8 | -43/+74 |
|\ \ |
|
| * | | arm64: mm: Introduce PTE_WRITE | Steve Capper | 2014-01-31 | 1 | -23/+25 |
| * | | arm64: mm: Remove PTE_BIT_FUNC macro | Steve Capper | 2014-01-31 | 1 | -10/+41 |
| * | | arm64: FIQs are unused | Nicolas Pitre | 2014-01-30 | 2 | -8/+0 |
| * | | arm64: mm: fix the function name in comment of cpu_do_switch_mm | Jingoo Han | 2014-01-27 | 1 | -1/+1 |
| * | | arm64: fix build error if DMA_CMA is enabled | Pankaj Dubey | 2014-01-27 | 1 | -1/+0 |
| * | | arm64: kernel: fix per-cpu offset restore on resume | Lorenzo Pieralisi | 2014-01-24 | 1 | -0/+8 |
| * | | arm64: mm: fix the function name in comment of __flush_dcache_area | Jingoo Han | 2014-01-22 | 1 | -1/+1 |
| * | | arm64: mm: use ubfm for dcache_line_size | Jingoo Han | 2014-01-22 | 1 | -2/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2014-01-25 | 1 | -0/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-18 | 1 | -1/+1 |
| |\ \ |
|
| * \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2014-01-06 | 2 | -24/+18 |
| |\ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 5 | -6/+6 |
| |\ \ \ \ |
|
| * | | | | | lib: Add missing arch generic-y entries for asm-generic/hash.h | David S. Miller | 2013-12-18 | 1 | -0/+1 |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-01-23 | 7 | -18/+60 |
|\ \ \ \ \ \ |
|
| * \ \ \ \ \ | Merge tag 'kvm-arm-for-3.14' of git://git.linaro.org/people/christoffer.dall/... | Paolo Bonzini | 2014-01-15 | 1 | -0/+1 |
| |\ \ \ \ \ \ |
|
| | * | | | | | | arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappings | Santosh Shilimkar | 2013-12-11 | 1 | -0/+1 |
| * | | | | | | | Merge branch 'kvm-arm64/for-3.14' into kvm-arm64/next | Marc Zyngier | 2013-12-28 | 6 | -18/+41 |
| |\ \ \ \ \ \ \ |
|
| | * | | | | | | | arm64: KVM: Force undefined exception for Guest SMC intructions | Anup Patel | 2013-12-28 | 1 | -3/+0 |
| | * | | | | | | | arm64: KVM: Support X-Gene guest VCPU on APM X-Gene host | Anup Patel | 2013-12-28 | 3 | -14/+24 |
| | * | | | | | | | arm64: KVM: Add Kconfig option for max VCPUs per-Guest | Anup Patel | 2013-12-28 | 2 | -1/+17 |
| | | |/ / / / /
| | |/| | | | | |
|
| * / | | | | | | ARM/KVM: save and restore generic timer registers | Andre Przywara | 2013-12-21 | 1 | -0/+18 |
| |/ / / / / / |
|
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2014-01-23 | 1 | -1/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | treewide: Fix typos in printk | Masanari Iida | 2013-12-19 | 1 | -1/+1 |
| | |_|/ / / /
| |/| | | | | |
|
* | | | | | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2014-01-21 | 46 | -395/+1808 |
|\ \ \ \ \ \ \
| | |_|_|_|_|/
| |/| | | | | |
|
| * | | | | | | arm64: fix typo in entry.S | Neil Zhang | 2014-01-13 | 1 | -1/+1 |
| * | | | | | | arm64: kernel: restore HW breakpoint registers in cpu_suspend | Lorenzo Pieralisi | 2014-01-10 | 2 | -23/+28 |
| * | | | | | | arm64, jump label: optimize jump label implementation | Jiang Liu | 2014-01-08 | 4 | -0/+112 |
| * | | | | | | arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functions | Jiang Liu | 2014-01-08 | 2 | -0/+50 |
| * | | | | | | arm64: move encode_insn_immediate() from module.c to insn.c | Jiang Liu | 2014-01-08 | 3 | -110/+114 |
| * | | | | | | arm64: introduce interfaces to hotpatch kernel and module code | Jiang Liu | 2014-01-08 | 2 | -1/+128 |
| * | | | | | | arm64: introduce basic aarch64 instruction decoding helpers | Jiang Liu | 2014-01-08 | 3 | -1/+169 |
| * | | | | | | arm64: dts: Reduce size of virtio block device for foundation model | Mark Brown | 2013-12-20 | 1 | -1/+1 |
| * | | | | | | arm64: Remove unused __data_loc variable | Geoff Levand | 2013-12-20 | 2 | -12/+0 |
| * | | | | | | Merge tag 'arm64-suspend' of git://linux-arm.org/linux-2.6-lp into upstream | Catalin Marinas | 2013-12-19 | 17 | -70/+737 |
| |\ \ \ \ \ \ |
|