aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64 (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-06-10arm64: kernel: compiling issue, need delete read_current_timer()Chen Gang2-9/+3
2013-06-07arm64: mm: don't bother invalidating the icache in switch_mmWill Deacon1-6/+0
2013-06-07arm64: spinlock: retry trylock operation if strex fails on free lockCatalin Marinas1-1/+2
2013-06-07arm64: Remove __flush_dcache_page()Catalin Marinas3-10/+1
2013-06-07arm64: Do not flush the D-cache for anonymous pagesCatalin Marinas2-6/+3
2013-06-07arm64: Avoid cache flushing in flush_dcache_page()Catalin Marinas1-18/+4
2013-06-07arm64: Provide default implementation for dma_{alloc,free}_attrsDamian Hobson-Garcia1-6/+11
2013-06-07arm64: KVM: hypervisor initialization codeMarc Zyngier2-0/+120
2013-06-07arm64: KVM: guest one-reg interfaceMarc Zyngier1-0/+259
2013-06-07arm64: KVM: MMIO access backendMarc Zyngier1-0/+59
2013-06-07arm64: KVM: kvm_arch and kvm_vcpu_arch definitionsMarc Zyngier1-0/+186
2013-06-07arm64: KVM: virtual CPU resetMarc Zyngier1-0/+76
2013-06-07arm64: KVM: CPU specific system registers handlingMarc Zyngier1-0/+85
2013-06-07arm64: KVM: system register handlingMarc Zyngier4-0/+1101
2013-06-07arm64: KVM: user space interfaceMarc Zyngier1-0/+117
2013-06-07arm64: KVM: architecture specific MMU backendMarc Zyngier1-0/+135
2013-06-07arm64: KVM: fault injection into a guestMarc Zyngier1-0/+126
2013-06-07arm64: KVM: Basic ESR_EL2 helpers and vcpu register accessMarc Zyngier1-0/+158
2013-06-07arm64: KVM: system register definitions for 64bit guestsMarc Zyngier1-0/+68
2013-06-07arm64: KVM: EL2 register definitionsMarc Zyngier1-0/+245
2013-06-07arm64: KVM: HYP mode idmap supportMarc Zyngier1-0/+20
2013-06-07arm64: KVM: define HYP and Stage-2 translation page flagsMarc Zyngier3-0/+37
2013-06-07arm64/xen: introduce CONFIG_XEN and hypercall.S on ARM64Stefano Stabellini4-0/+105
2013-06-07arm64/xen: implement ioremap_cached on arm64Stefano Stabellini1-0/+2
2013-06-07arm64/xen: introduce asm/xen header files on arm64Stefano Stabellini7-0/+57
2013-06-07clocksource: arch_timer: use virtual countersMark Rutland1-10/+0
2013-05-31arm64: don't kill the kernel on a bad esr from el0Mark Rutland1-3/+9
2013-05-31arm64: treat unhandled compat el0 traps as undefMark Rutland1-0/+10
2013-05-28arm64: uaccess s/might_sleep/might_fault/Michael S. Tsirkin1-2/+2
2013-05-24arm64: Do not report user faults for handled signalsCatalin Marinas2-3/+5
2013-05-24arm64: kernel: compiling issue, need 'EXPORT_SYMBOL(clear_page)'Chen Gang1-0/+1
2013-05-17arm64: debug: fix mdscr.ss check when enabling debug exceptionsWill Deacon1-1/+1
2013-05-14arm64: Do not source kernel/time/Kconfig explicitlyCatalin Marinas1-2/+0
2013-05-14arm64: mm: Fix operands of clz in __flush_dcache_allSukanto Ghosh1-1/+1
2013-05-14arm64: Invoke the of_platform_populate() at arch_initcall() levelCatalin Marinas1-9/+3
2013-05-13arm64: debug: clear mdscr_el1 instead of taking the OS lockWill Deacon2-4/+1
2013-05-13arm64: Fix duplicate definition of early_consoleChen Gang1-2/+3
2013-05-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds2-8/+1
2013-05-09unify compat fanotify_mark(2), switch to COMPAT_SYSCALL_DEFINEAl Viro2-8/+1
2013-05-09Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-3/+0
2013-05-08Merge tag 'arm64-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux-aarch64Linus Torvalds6-12/+17
2013-05-08arm64: Treat the bitops index argument as an 'int'Catalin Marinas1-5/+5
2013-05-08arm64: Ignore the 'write' ESR flag on cache maintenance faultsCatalin Marinas1-1/+2
2013-05-08arm64: dts: fix #address-cells for foundation-v8Mark Rutland1-1/+1
2013-05-08arm64: vexpress: Add support for poweroff/restartCatalin Marinas3-5/+8
2013-05-08arm64: Enable support for the ARM GIC interrupt controllerCatalin Marinas1-0/+1
2013-05-07Merge tag 'cleanup-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-2/+9
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-7/+0
2013-04-30dump_stack: unify debug information printed by show_regs()Tejun Heo1-6/+1
2013-04-30dump_stack: consolidate dump_stack() implementations and unify their behaviorsTejun Heo1-7/+0