summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-04-16arm64: mm: fix the function name in comment of cpu_do_switch_mmJingoo Han1-1/+1
2014-04-16arm64: fix build error if DMA_CMA is enabledPankaj Dubey1-1/+0
2014-04-16arm64: kernel: fix per-cpu offset restore on resumeLorenzo Pieralisi1-0/+8
2014-04-16arm64: mm: fix the function name in comment of __flush_dcache_areaJingoo Han1-1/+1
2014-04-16arm64: mm: use ubfm for dcache_line_sizeJingoo Han1-2/+1
2014-04-16arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar3-4/+6
2014-04-16arm64: KVM: Force undefined exception for Guest SMC intructionsAnup Patel1-3/+0
2014-04-16arm64: KVM: Support X-Gene guest VCPU on APM X-Gene hostAnup Patel3-14/+24
2014-04-16arm64: KVM: Add Kconfig option for max VCPUs per-GuestAnup Patel2-1/+17
2014-04-16ARM/KVM: save and restore generic timer registersAndre Przywara5-1/+166
2014-04-16arm64: fix typo in entry.SNeil Zhang1-1/+1
2014-04-16arm64: kernel: restore HW breakpoint registers in cpu_suspendLorenzo Pieralisi2-23/+28
2014-04-16jump_label: use defined macros instead of hard-coding for better readabilityJiang Liu1-7/+12
2014-04-16arm64, jump label: optimize jump label implementationJiang Liu4-0/+112
2014-04-16arm64, jump label: detect %c support for ARM64Jiang Liu1-1/+1
2014-04-16arm64: introduce aarch64_insn_gen_{nop|branch_imm}() helper functionsJiang Liu2-0/+50
2014-04-16arm64: move encode_insn_immediate() from module.c to insn.cJiang Liu3-110/+114
2014-04-16arm64: introduce interfaces to hotpatch kernel and module codeJiang Liu2-1/+128
2014-04-16arm64: introduce basic aarch64 instruction decoding helpersJiang Liu3-1/+169
2014-04-16arm64: dts: Reduce size of virtio block device for foundation modelMark Brown1-1/+1
2014-04-16arm64: Remove unused __data_loc variableGeoff Levand2-12/+0
2014-04-16clockevents: Implement unbind functionalityThomas Gleixner5-3/+127
2014-04-16clockevents: Define CS_NAME_LEN unconditionallyThomas Gleixner1-0/+2
2014-04-16ARM: arch_timer: add support to configure and enable event streamSudeep KarkadaNagesha3-4/+29
2014-04-16arm64: Enable CMALaura Abbott4-2/+56
2014-04-16arm64: Warn on NULL device structure for dma APIsLaura Abbott1-0/+10
2014-04-16arm64: Add hwcaps for crypto and CRC32 extensions.Steve Capper2-1/+42
2014-04-16arm64: drop redundant macros from read_cpuid()Ard Biesheuvel1-14/+4
2014-04-16arm64: Remove outdated commentLiviu Dudau1-5/+0
2014-04-16arm64: cmpxchg: update macros to prevent warningsMark Hambleton1-11/+17
2014-04-16arm64: support single-step and breakpoint handler hooksSandeepa Prabhu3-1/+110
2014-04-16ARM64: fix framepointer check in unwind_frameKonstantin Khlebnikov1-1/+1
2014-04-16ARM64: check stack pointer in get_wchanKonstantin Khlebnikov1-2/+5
2014-04-16arm64: kconfig: select HAVE_EFFICIENT_UNALIGNED_ACCESSWill Deacon1-0/+1
2014-04-16arm64: dcache: select DCACHE_WORD_ACCESS for little-endian CPUsWill Deacon2-0/+41
2014-04-16arm64: futex: ensure .fixup entries are sufficiently alignedWill Deacon1-0/+1
2014-04-16arm64: use generic strnlen_user and strncpy_from_user functionsWill Deacon7-127/+64
2014-04-16arm64: percpu: implement optimised pcpu access using tpidr_el1Will Deacon4-3/+55
2014-04-16arm64: perf: add support for percpu pmu interruptVinayak Kale1-30/+78
2014-04-16genirq: Add an accessor for IRQ_PER_CPU flagVinayak Kale1-0/+8
2014-04-16arm64: vmlinux.lds.S: drop redundant .commentMark Rutland1-1/+0
2014-04-16drm: Update drm_addmap and drm_mmap to use PAT WC instead of MTRRsAndy Lutomirski2-21/+21
2014-04-16Add arch_phys_wc_{add, del} to manipulate WC MTRRs if neededAndy Lutomirski4-1/+112
2014-04-16drm/cma: Replace PTR_RET with PTR_ERR_OR_ZEROSachin Kamat1-1/+1
2014-04-16drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter1-16/+11
2014-04-16drm: avoid warning in drm_load_edid_firmware()Linus Torvalds1-3/+3
2014-04-16drm/cma: remove GEM CMA specific dma_buf functionalityJoonyoung Shim2-292/+0
2014-04-16drm/cma: add low-level hook functions to use prime helpersJoonyoung Shim2-0/+88
2014-04-16drm: add mmap function to prime helpersJoonyoung Shim2-1/+9
2014-04-16drm/prime: fix sgt NULL checkingJoonyoung Shim1-5/+6