summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'locks-3.15' of git://git.samba.org/jlayton/linuxLinus Torvalds2014-04-041-0/+3
|\
| * locks: add new fcntl cmd values for handling file private locksJeff Layton2014-03-311-0/+3
* | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-04-041-0/+16
|\ \
| * \ Merge tag 'v3.14-rc5' into patchworkMauro Carvalho Chehab2014-03-1174-203/+444
| |\ \
| * | | [media] ARM: omap2: cm-t35: Add regulators and clock for camera sensorLaurent Pinchart2014-02-241-0/+16
| | |/ | |/|
* | | Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-031-1/+1
|\ \ \
| * | | arch/arm/boot/dts/sun4i-a10.dtsi: convert to the new RTC compatiblesMaxime Ripard2014-04-031-1/+1
* | | | Merge tag 'stable/for-linus-3.15-tag' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-032-9/+38
|\ \ \ \
| * | | | xen/grant-table: Refactor gnttab_[un]map_refs to avoid m2p_overrideZoltan Kiss2014-03-182-9/+38
* | | | | Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-04-031-3/+1
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ftrace: Do not pass data to ftrace_dyn_arch_initJiri Slaby2014-03-071-1/+1
| * | | | ftrace: Pass retval through return in ftrace_dyn_arch_init()Jiri Slaby2014-03-071-2/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-04-023-15/+11
|\ \ \ \ \
| * | | | | net: filter: add jited flag to indicate jit compiled filtersDaniel Borkmann2014-03-311-1/+2
| * | | | | net: Rename skb->rxhash to skb->hashTom Herbert2014-03-261-2/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-251-1/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-1423-55/+162
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-132-12/+7
| |\ \ \ \ \ \ \
| | * | | | | | | wl1251: move power GPIO handling into the driverSebastian Reichel2014-02-282-9/+4
| | * | | | | | | wl1251: split wl251 platform data to a separate structureLuciano Coelho2014-02-282-3/+3
| | | |_|_|_|/ / | | |/| | | | |
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-04-021-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: spear: clean up editing mistakePaul Bolle2014-03-101-1/+1
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-0212-50/+232
|\ \ \ \ \ \ \ \
| * | | | | | | | ARM: KVM: fix warning in mmu.cMarc Zyngier2014-03-031-1/+2
| * | | | | | | | ARM: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-035-19/+66
| * | | | | | | | ARM: KVM: add world-switch for AMAIR{0,1}Marc Zyngier2014-03-033-3/+19
| * | | | | | | | ARM: KVM: introduce per-vcpu HYP Configuration RegisterMarc Zyngier2014-03-035-10/+11
| * | | | | | | | ARM: KVM: fix ordering of 64bit coprocessor accessesMarc Zyngier2014-03-031-3/+3
| * | | | | | | | ARM: KVM: fix handling of trapped 64bit coprocessor accessesMarc Zyngier2014-03-032-4/+4
| * | | | | | | | ARM: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-031-1/+10
| * | | | | | | | arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-032-0/+95
| * | | | | | | | ARM: KVM: introduce kvm_p*d_addr_endMarc Zyngier2014-03-032-5/+18
| * | | | | | | | arm64: KVM: force cache clean on page fault when caches are offMarc Zyngier2014-03-032-4/+4
* | | | | | | | | Merge branch 'for-3.15' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2014-04-022-35/+121
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | arm: dma-mapping: remove order parameter from arm_iommu_create_mapping()Marek Szyprowski2014-02-282-25/+22
| * | | | | | | | | arm: dma-mapping: Add support to extend DMA IOMMU mappingsAndreas Herrmann2014-02-282-21/+110
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2014-04-026-5/+11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | dt: Remove dangling "select PROC_DEVICETREE"Grant Likely2014-04-011-1/+0
| * | | | | | | | | Merge remote-tracking branch 'robh/for-next' into devicetree/nextGrant Likely2014-03-3124-56/+163
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| * | | | | | | | | arm: add support for reserved memory defined by device treeMarek Szyprowski2014-03-112-0/+3
| * | | | | | | | | Merge tag 'v3.14-rc5' into HEADGrant Likely2014-03-0474-203/+444
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | kbuild: dtbs_install: new make targetJason Cooper2014-02-202-4/+7
| * | | | | | | | | ARM: mvebu: Allows to get the SoC ID even without PCI enabledGregory CLEMENT2014-02-201-0/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-015-11/+0
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 3.14-rc6 into usb-nextGreg Kroah-Hartman2014-03-1224-56/+163
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge 3.14-rc5 into usb-nextGreg Kroah-Hartman2014-03-022-2/+12
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge 3.14-rc4 into usb-nextGreg Kroah-Hartman2014-02-2440-185/+140
| |\ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / | | |/| | | | | | |
| * | | | | | | | | usb: host: remove selects of USB_ARCH_HAS_?HCIPaul Bolle2014-02-185-11/+0
| | |_|_|_|_|/ / / | |/| | | | | | |
* | | | | | | | | Merge tag 'tty-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-04-013-34/+24
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge 3.14-rc5 into tty-nextGreg Kroah-Hartman2014-03-022-2/+12
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | | | | | |
OpenPOWER on IntegriCloud