summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-10-07vt8500: Fix build warning when no framebuffer selectedTony Prisk1-1/+4
2012-10-07dtb: Add arch-vt8500 board files to arch/arm/boot/dts/MakefileTony Prisk1-0/+3
2012-10-07ARM: bcm2835: fix typos in DT binding documentationStephen Warren2-2/+2
2012-10-07ARM: tegra: remove "Tegra board type" comment from KconfigStephen Warren1-2/+0
2012-10-07ARM: tegra: fix invalid unit-address in tegra*.dtsiStephen Warren2-3/+3
2012-10-07ARM: tegra: fix mismerges of header file inclusionsOlof Johansson1-1/+0
2012-10-07ARM: iop: fix mismerge of KconfigOlof Johansson1-2/+0
2012-10-07Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds68-1304/+1809
2012-10-07Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds12-80/+182
2012-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2-4/+4
2012-10-07Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg...Linus Torvalds35-1778/+702
2012-10-07Merge branch 'virtio-next' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds25-106/+1391
2012-10-07Merge tag 'soc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds150-885/+8269
2012-10-07Merge tag 'defconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/ar...Linus Torvalds6-18/+98
2012-10-07Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1670-26477/+38996
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/users/cbou/linux-pstoreLinus Torvalds9-40/+139
2012-10-07Merge tag 'for-v3.7' of git://git.infradead.org/battery-2.6Linus Torvalds26-297/+3519
2012-10-07Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds10-99/+146
2012-10-07Merge branch 'uapi-prep' of git://git.infradead.org/users/dhowells/linux-headersLinus Torvalds15-66/+15
2012-10-07Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-436/+463
2012-10-07Merge tag 'stable/for-linus-3.7-arm-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds35-18/+783
2012-10-06Merge branch 'fixes' into for-linusRussell King42-292/+508
2012-10-05Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds249-3240/+6423
2012-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds32-185/+209
2012-10-05Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds308-2728/+7393
2012-10-05lib/decompress.c add __init to decompress_method and dataHein Tibosch1-3/+6
2012-10-05kernel/resource.c: fix stack overflow in __reserve_region_with_split()T Makphaibulchoke1-12/+38
2012-10-05omfs: convert to use beXX_add_cpu()Wei Yongjun1-3/+2
2012-10-05taskstats: cgroupstats_user_cmd() may leak on errorJesper Juhl1-0/+1
2012-10-05aoe: update aoe-internal version number to 50Ed Cashin1-1/+1
2012-10-05aoe: update documentation to better reflect aoe-plus-udev usageEd Cashin4-86/+35
2012-10-05aoe: remove unused codeEd Cashin1-4/+0
2012-10-05aoe: make dynamic block minor numbers the defaultEd Cashin1-1/+1
2012-10-05aoe: update and specify AoE address guards and error messagesEd Cashin2-8/+11
2012-10-05aoe: retain static block device numbers for backwards compatibilityEd Cashin1-3/+51
2012-10-05aoe: support more AoE addresses with dynamic block device minor numbersEd Cashin5-49/+72
2012-10-05aoe: update documentation with new URL and VM settings referenceEd Cashin2-4/+7
2012-10-05aoe: update copyright year in touched filesEd Cashin7-7/+7
2012-10-05aoe: update internal version number to 49Ed Cashin1-1/+1
2012-10-05aoe: remove unused code and add cosmetic improvementsEd Cashin4-17/+10
2012-10-05aoe: increase net_device reference count while using itEd Cashin2-0/+11
2012-10-05aoe: associate frames with the AoE storage targetEd Cashin3-54/+49
2012-10-05aoe: disallow unsupported AoE minor addressesEd Cashin1-0/+7
2012-10-05aoe: do revalidation steps in orderEd Cashin1-2/+2
2012-10-05aoe: failover remote interface based on aoe_deadsecs parameterEd Cashin2-6/+3
2012-10-05aoe: use packets that work with the smallest-MTU local interfaceEd Cashin2-71/+87
2012-10-05aoe: use a kernel thread for transmissionsEd Cashin3-3/+40
2012-10-05aoe: become I/O request queue handler for increased user controlEd Cashin5-182/+308
2012-10-05aoe: kernel thread handles I/O completions for simple lockingEd Cashin6-306/+560
2012-10-05aoe: for performance support larger packet payloadsEd Cashin5-46/+111