summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mmc-updates-for-3.9-rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-261-0/+1
|\
| * ARM: dts: Add disable-wp for sd card slot on smdk5250Doug Anderson2013-02-241-0/+1
* | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cool...Linus Torvalds2013-02-262-11/+11
|\ \
| * | leds-lp5521/5523: use new lp55xx common headerMilo(Woogyom) Kim2013-02-072-11/+11
| |/
* | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-02-265-150/+14
|\ \
| * | Revert "ARM: SPEAr13xx: Pass DW DMAC platform data from DT"Arnd Bergmann2013-02-206-72/+80
| * | ARM: dts: pl330: Add #dma-cells for generic dma binding supportPadmavathi Venna2013-02-141-0/+12
| * | pl080.h: moved from arm/include/asm/hardware to include/linux/amba/Alessandro Rubini2013-01-134-149/+2
| * | ARM: SPEAr13xx: Pass DW DMAC platform data from DTViresh Kumar2013-01-086-80/+72
* | | Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-262-7/+2
|\ \ \
| * \ \ Merge branch 'pm-cpuidle' into fixesRafael J. Wysocki2013-02-232-7/+2
| |\ \ \
| | * | | microblaze idle: Fix compile errorLars-Peter Clausen2013-02-231-4/+1
| | * | | blackfin idle: Fix compile errorLars-Peter Clausen2013-02-231-3/+1
* | | | | Merge tag 'pci-v3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-2612-76/+145
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas2013-01-183-0/+20
| |\ \ \ \ \
| | * | | | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-143-0/+20
| * | | | | | Merge branch 'pci/yinghai-survey-resources' into nextBjorn Helgaas2013-01-091-64/+121
| |\| | | | |
| | * | | | | x86/PCI: Implement pcibios_resource_survey_bus()Yinghai Lu2013-01-071-0/+13
| | * | | | | x86/PCI: Keep resource allocation functions after bootYinghai Lu2013-01-071-6/+6
| | * | | | | x86/PCI: Don't track firmware-assigned BAR values for hot-added devicesYinghai Lu2013-01-071-1/+9
| | * | | | | x86/PCI: Factor out pcibios_allocate_dev_rom_resource()Yinghai Lu2013-01-071-17/+35
| | * | | | | x86/PCI: Allocate resources on a per-bus basis for hot-adding root busesYinghai Lu2013-01-071-13/+25
| | * | | | | x86/PCI: Factor out pcibios_allocate_dev_resources()Yinghai Lu2013-01-071-19/+23
| | * | | | | x86/PCI: Factor out pcibios_allocate_bridge_resources()Yinghai Lu2013-01-071-22/+24
| | | |_|/ / | | |/| | |
| * | | | | mn10300/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-042-4/+1
| * | | | | frv/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-042-4/+1
| * | | | | x86/PCI: Remove unused pci_root_busBjorn Helgaas2013-01-034-4/+2
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-263-8/+3
|\ \ \ \ \
| * | | | | ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_...Marc Zyngier2013-02-251-5/+0
| * | | | | ARM: KVM: Rename KVM_MEMORY_SLOTS -> KVM_USER_MEM_SLOTSMarc Zyngier2013-02-251-1/+1
| * | | | | ARM: KVM: fix kvm_arch_{prepare,commit}_memory_regionMarc Zyngier2013-02-251-2/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2013-02-2624-294/+668
|\ \ \ \ \ \
| * | | | | | crypto: crc32-pclmul - Kill warning on x86-32Herbert Xu2013-01-201-1/+0
| * | | | | | crypto: x86/twofish - assembler clean-ups: use ENTRY/ENDPROC, localize jump l...Jussi Kivilinna2013-01-204-48/+29
| * | | | | | crypto: x86/sha1 - assembler clean-ups: use ENTRY/ENDPROCJussi Kivilinna2013-01-201-5/+5
| * | | | | | crypto: x86/serpent - use ENTRY/ENDPROC for assember functions and localize j...Jussi Kivilinna2013-01-203-48/+27
| * | | | | | crypto: x86/salsa20 - assembler cleanup, use ENTRY/ENDPROC for assember funct...Jussi Kivilinna2013-01-203-34/+27
| * | | | | | crypto: x86/ghash - assembler clean-up: use ENDPROC at end of assember functionsJussi Kivilinna2013-01-201-0/+4
| * | | | | | crypto: x86/crc32c - assembler clean-up: use ENTRY/ENDPROCJussi Kivilinna2013-01-201-2/+6
| * | | | | | crypto: cast6-avx: use ENTRY()/ENDPROC() for assembler functionsJussi Kivilinna2013-01-201-24/+11
| * | | | | | crypto: cast5-avx: use ENTRY()/ENDPROC() for assembler functions and localize...Jussi Kivilinna2013-01-201-30/+18
| * | | | | | crypto: camellia-x86_64/aes-ni: use ENTRY()/ENDPROC() for assembler functions...Jussi Kivilinna2013-01-202-52/+36
| * | | | | | crypto: blowfish-x86_64: use ENTRY()/ENDPROC() for assembler functions and lo...Jussi Kivilinna2013-01-201-25/+14
| * | | | | | crypto: aesni-intel - add ENDPROC statements for assembler functionsJussi Kivilinna2013-01-201-1/+22
| * | | | | | crypto: x86/aes - assembler clean-ups: use ENTRY/ENDPROC, localize jump targetsJussi Kivilinna2013-01-202-25/+20
| * | | | | | crypto: crc32 - add crc32 pclmulqdq implementation and wrappers for table imp...Alexander Boyko2013-01-203-0/+450
* | | | | | | Merge tag 'please-pull-vm_unwrapped' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-02-262-36/+21
|\ \ \ \ \ \ \
| * | | | | | | mm: use vm_unmapped_area() in hugetlbfs on ia64 architectureMichel Lespinasse2013-02-221-11/+9
| * | | | | | | mm: use vm_unmapped_area() on ia64 architectureMichel Lespinasse2013-02-221-25/+12
* | | | | | | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-2623-24/+23
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |