index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
arm
/
include
Age
Commit message (
Expand
)
Author
Lines
2013-10-17
ARM: KVM: Yield CPU when vcpu executes a WFE
Marc Zyngier
-1
/
+3
2013-10-17
Powerpc KVM work is based on a commit after rc4.
Gleb Natapov
-6
/
+24
2013-10-16
Merge tag 'kvm-arm-for-3.13-1' of git://git.linaro.org/people/cdall/linux-kvm...
Gleb Natapov
-4
/
+6
2013-10-16
Merge tag 'v3.12-rc4' into devel
Linus Walleij
-0
/
+7
2013-10-14
Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm
Linus Torvalds
-5
/
+16
2013-10-14
KVM: ARM: Get rid of KVM_HPAGE defines
Christoffer Dall
-5
/
+0
2013-10-13
ARM: 7851/1: check for number of arguments in syscall_get/set_arguments()
AKASHI Takahiro
-0
/
+6
2013-10-12
KVM: ARM: Add support for Cortex-A7
Jonathan Austin
-2
/
+3
2013-10-12
KVM: ARM: fix the size of TTBCR_{T0SZ,T1SZ} masks
Jonathan Austin
-2
/
+2
2013-10-11
ARM: Remove temporary sched_clock.h header
Stephen Boyd
-4
/
+0
2013-10-11
Merge branch 'core/urgent' into sched/core
Ingo Molnar
-1
/
+1
2013-10-11
compiler/gcc4: Add quirk for 'asm goto' miscompilation bug
Ingo Molnar
-1
/
+1
2013-10-10
ARM: mm: Recreate kernel mappings in early_paging_init()
Santosh Shilimkar
-0
/
+1
2013-10-10
ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses
Sricharan R
-3
/
+34
2013-10-10
ARM: mm: Introduce virt_to_idmap() with an arch hook
Santosh Shilimkar
-0
/
+16
2013-10-10
ARM: mm: use phys_addr_t appropriately in p2v and v2p conversions
Santosh Shilimkar
-6
/
+16
2013-10-09
of: remove HAVE_ARCH_DEVTREE_FIXUPS
Rob Herring
-2
/
+0
2013-10-09
xen: introduce xen_alloc/free_coherent_pages
Stefano Stabellini
-0
/
+22
2013-10-18
arm/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domain
Stefano Stabellini
-1
/
+12
2013-10-10
xen/arm,arm64: enable SWIOTLB_XEN
Stefano Stabellini
-0
/
+3
2013-10-17
arm/xen,arm64/xen: introduce p2m
Stefano Stabellini
-7
/
+42
2013-10-15
arm: make SWIOTLB available
Stefano Stabellini
-0
/
+37
2013-10-09
Merge tag 'v3.12-rc4' into sched/core
Ingo Molnar
-0
/
+7
2013-10-07
Merge branch 'arm-aesbs' of git://git.linaro.org/people/ardbiesheuvel/linux-a...
Russell King
-0
/
+8
2013-10-04
ARM: pull in <asm/simd.h> from asm-generic
Ard Biesheuvel
-0
/
+1
2013-10-03
Merge branch 'timer_evtstrm' of git://linux-arm.org/linux-skn into clockevent...
Daniel Lezcano
-5
/
+32
2013-10-03
ARM: 7843/1: drop asm/types.h from generic-y
Ard Biesheuvel
-1
/
+0
2013-10-03
ARM: 7842/1: MCPM: don't explode if invoked without being initialized first
Nicolas Pitre
-4
/
+10
2013-10-02
ARM: KVM: Implement kvm_vcpu_preferred_target() function
Anup Patel
-0
/
+1
2013-09-30
ARM: atomics: prefetch the destination word for write prior to strex
Will Deacon
-0
/
+7
2013-09-30
ARM: locks: prefetch the destination word for write prior to strex
Will Deacon
-4
/
+11
2013-09-30
ARM: prefetch: add support for prefetchw using pldw on SMP ARMv7+ CPUs
Will Deacon
-5
/
+12
2013-09-30
ARM: smp_on_up: move inline asm ALT_SMP patching macro out of spinlock.h
Will Deacon
-11
/
+20
2013-09-30
ARM: prefetch: remove redundant "cc" clobber
Will Deacon
-3
/
+1
2013-09-30
ARM: perf: add support for perf registers API
Will Deacon
-0
/
+24
2013-09-26
ARM: arch_timer: add support to configure and enable event stream
Sudeep KarkadaNagesha
-3
/
+25
2013-09-26
ARM/ARM64: arch_timer: add macros for bits in control register
Sudeep KarkadaNagesha
-2
/
+7
2013-09-25
sched, arch: Create asm/preempt.h
Peter Zijlstra
-0
/
+1
2013-09-23
ARM: bL_switcher: Add query interface to discover CPU affinities
Dave Martin
-0
/
+2
2013-09-23
ARM: bL_switcher/trace: Add kernel trace trigger interface
Dave Martin
-0
/
+3
2013-09-23
ARM: mcpm: add a simple poke mechanism to the early entry code
Nicolas Pitre
-0
/
+8
2013-09-23
ARM: SMP: basic IPI triggered completion support
Nicolas Pitre
-1
/
+3
2013-09-23
ARM: bL_switcher: Add switch completion callback for bL_switch_request()
Dave Martin
-1
/
+9
2013-09-23
ARM: bL_switcher: Add runtime control notifier
Dave Martin
-0
/
+44
2013-09-23
ARM: bL_switcher: Add synchronous enable/disable interface
Dave Martin
-0
/
+3
2013-09-20
ARM: plat-iop: instantiate GPIO from platform device
Linus Walleij
-41
/
+0
2013-09-20
ARM: plat-iop: remove custom complex GPIO implementation
Linus Walleij
-46
/
+0
2013-09-18
ARM: 7836/1: add __get_user_unaligned/__put_user_unaligned
Nicolas Pitre
-0
/
+7
2013-09-17
Merge branch 'iks_for_rmk' of git://git.linaro.org/people/nico/linux into dev...
Russell King
-0
/
+17
2013-09-17
ARM: delete mach-shark
Linus Walleij
-4
/
+0
[prev]
[next]