summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-fixes-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-252-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-2512-76/+145
|\ \ \
| * \ \ Merge branch 'pci/rafael-set-root-bridge-handle' into nextBjorn Helgaas2013-01-173-0/+20
| |\ \ \
| | * | | ACPI / PCI: Set root bridge ACPI handle in advanceRafael J. Wysocki2013-01-133-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-253-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-2524-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-252-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-2523-24/+23
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-2123-24/+23
* | | | | | | Merge tag 'mfd-3.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/...Linus Torvalds2013-02-243-8/+168
|\ \ \ \ \ \ \
| * | | | | | | mfd: max8925: Add dtsQing Xu2013-02-142-1/+161
| * | | | | | | ARM: OMAP: zoom-display: Remove the use of TWL4030_MODULE_PWM1Peter Ujfalusi2013-02-141-7/+7
* | | | | | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2013-02-246-23/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | [media] ARM: davinci: da850 evm: pass platform data for adv7343 encoderLad, Prabhakar2013-02-051-0/+13
| * | | | | | | | [media] s5p-fimc: Redefine platform data structure for fimc-isSylwester Nawrocki2013-02-053-11/+11
| * | | | | | | | Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab2013-01-24325-1163/+1265
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge tag 'v3.8-rc1' into staging/for_v3.9Mauro Carvalho Chehab2012-12-272982-82492/+101684
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | | | |