aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds186-1390/+28282
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/arjan/linux-2.6-asyncLinus Torvalds13-96/+510
2009-01-07topology: Fix sparc64 build.David Miller1-0/+1
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds13-26/+194
2009-01-07kbuild: fix typos (s/bin_shipped/bin.o_shipped/) in DocumentationWolfram Sang1-2/+2
2009-01-07kbuild: add a symlink to the source for separate objdirsAndi Kleen1-0/+1
2009-01-07kconfig: add script to manipulate .config files on the command lineAndi Kleen1-0/+150
2009-01-07kbuild: reintroduce ALLSOURCE_ARCHS support for tags/cscopeJike Song2-5/+20
2009-01-07bootchart: improve output based on Dave Jones' feedbackArjan van de Ven1-5/+11
2009-01-07fix modules_install via NFSSam Ravnborg5-8/+7
2009-01-07qnx: include <linux/types.h> for definitions of __[us]{8,16,32,64} typesAnders Larsen2-6/+3
2009-01-07xtensa: introduce swab.hHarvey Harrison3-69/+75
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ieee1394/linux1394-2.6Linus Torvalds27-181/+163
2009-01-07Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/adobriyan/procLinus Torvalds7-124/+153
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney/blackfin-2.6Linus Torvalds270-9970/+30818
2009-01-07Merge branch 'hwmon-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds33-362/+2729
2009-01-07Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds19-84/+98
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/hskinnemoen/avr32-2.6Linus Torvalds32-80/+2252
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixesLinus Torvalds3-2/+3
2009-01-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/czankel/xtensa-2.6Linus Torvalds124-69/+324
2009-01-07stop_machine/cpu hotplug: fix disable_nonboot_cpusHeiko Carstens1-1/+5
2009-01-07touchscreen: Fix build of da9034Alan Cox1-0/+1
2009-01-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds99-130/+133
2009-01-07HID: fix hid->hiddev initialization in hiddev_connect()Jiri Kosina1-0/+2
2009-01-07linux/types.h: Don't depend on __GNUC__ for __le64/__be64Detlef Riekenberg1-2/+1
2009-01-07wimax/i2400m: add CREDITS and MAINTAINERS entriesInaky Perez-Gonzalez2-0/+33
2009-01-07wimax: export linux/wimax.h and linux/wimax/i2400m.h with headers_installInaky Perez-Gonzalez2-0/+3
2009-01-07i2400m: Makefile and KconfigInaky Perez-Gonzalez6-0/+103
2009-01-07i2400m/SDIO: TX and RX path backendsInaky Perez-Gonzalez2-0/+408
2009-01-07i2400m/SDIO: firmware upload backendInaky Perez-Gonzalez1-0/+224
2009-01-07i2400m/SDIO: probe/disconnect, dev init/shutdown and reset backendsInaky Perez-Gonzalez1-0/+511
2009-01-07i2400m/SDIO: header for the SDIO subdriverInaky Perez-Gonzalez2-0/+154
2009-01-07i2400m/USB: TX and RX path backendsInaky Perez-Gonzalez3-0/+915
2009-01-07i2400m/USB: firmware upload backendInaky Perez-Gonzalez1-0/+340
2009-01-07i2400m/USB: probe/disconnect, dev init/shutdown and reset backendsInaky Perez-Gonzalez1-0/+591
2009-01-07i2400m/USB: header for the USB bus driverInaky Perez-Gonzalez2-0/+306
2009-01-07i2400m: debugfs controlsInaky Perez-Gonzalez1-0/+392
2009-01-07i2400m: various functions for device managementInaky Perez-Gonzalez1-0/+1291
2009-01-07i2400m: RX and TX data/control pathsInaky Perez-Gonzalez2-0/+1351
2009-01-07i2400m: firmware loading and bootrom initializationInaky Perez-Gonzalez1-0/+1095
2009-01-07i2400m: linkage to the networking stackInaky Perez-Gonzalez1-0/+524
2009-01-07i2400m: Generic probe/disconnect, reset and message passingInaky Perez-Gonzalez2-0/+935
2009-01-07i2400m: host/device procotol and core driver definitionsInaky Perez-Gonzalez3-0/+1312
2009-01-07i2400m: documentation and instructions for usageInaky Perez-Gonzalez1-0/+260
2009-01-07wimax: Makefile, Kconfig and docbook linkage for the stackInaky Perez-Gonzalez5-0/+62
2009-01-07wimax: debugfs controlsInaky Perez-Gonzalez1-0/+90
2009-01-07wimax: basic API: kernel/user messaging, rfkill and resetInaky Perez-Gonzalez3-0/+1096
2009-01-07genetlink: export genl_unregister_mc_group()Inaky Perez-Gonzalez1-0/+1
2009-01-07wimax: generic device management (registration, deregistration, lookup)Inaky Perez-Gonzalez2-0/+741
2009-01-07wimax: debug macros and debug settings for the WiMAX stackInaky Perez-Gonzalez2-0/+495