summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Stop playing silly games with the VM_ACCOUNT flagLinus Torvalds2009-02-011-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-01-3019-37/+103
|\
| * tulip: fix 21142 with 10Mbps without negotiationPhilippe De Muyter2009-01-301-4/+19
| * drivers/net/skfp: if !capable(CAP_NET_ADMIN): inverted logicRoel Kluin2009-01-301-2/+2
| * gianfar: Fix Wake-on-LAN supportAnton Vorontsov2009-01-301-0/+2
| * smsc911x: timeout reaches -1Roel Kluin2009-01-301-1/+1
| * smsc9420: fix interrupt signalling test failuresSteve Glendinning2009-01-301-2/+1Star
| * ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang2009-01-304-3/+32
| * wimax: fix build issue when debugfs is disabledInaky Perez-Gonzalez2009-01-302-14/+16
| * netxen: fix memory leak in drivers/net/netxen_nic_init.cDaniel Marjamäki2009-01-301-1/+3
| * netxen: revert jumbo ringsizeDhananjay Phadke2009-01-301-1/+1
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-01-303-3/+21
| |\
| | * ath5k: fix locking in ath5k_configBob Copeland2009-01-291-1/+9
| | * iwlwifi: fix kernel oops when ucode DMA memory allocation failureZhu, Yi2009-01-291-0/+4
| | * rtl8187: Fix error in setting OFDM power settings for RTL8187LLarry Finger2009-01-291-2/+8
| * | e1000: fix bug with shared interrupt during resetJesse Brandeburg2009-01-281-2/+2
| * | r6040: Remove unused variable pdev from drivers/net/r6040.cManish Katiyar2009-01-271-1/+0Star
| * | virtio_net: use correct accessors for scatterlistsIra W. Snyder2009-01-271-3/+3
| |/
* | Add enable_ms to jsm driverPaul Larson2009-01-301-0/+6
* | sata_sil: Fix build breakageAlexander Beregalov2009-01-301-0/+1
* | Documentation: move DMA-mapping.txt to Doc/PCI/Randy Dunlap2009-01-302-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2009-01-308-23/+56
|\ \
| * | Staging: poch: fix verification of memory areaRoel Kluin2009-01-291-1/+1
| * | Staging: usbip: usbip_start_threads(): handle kernel_thread failureRoel Kluin2009-01-291-2/+14
| * | staging: agnx: drivers/staging/agnx/agnx.h needs <linux/io.h>Geert Uytterhoeven2009-01-291-0/+2
| * | Staging: android: task_get_unused_fd_flags: fix the wrong usage of tsk->signalOleg Nesterov2009-01-291-5/+5
| * | Staging: android: Add lowmemorykiller documentation.Arve Hjønnevåg2009-01-291-0/+16
| * | Staging: android: fix build error on 64bit boxesGreg Kroah-Hartman2009-01-291-1/+2
| * | Staging: android: timed_gpio: Fix build to build on kernels after 2.6.25.Arve Hjønnevåg2009-01-291-1/+1
| * | Staging: android: binder: fix arm build errorsArve Hjønnevåg2009-01-291-3/+3
| * | Staging: meilhaus: fix KbuildGreg Kroah-Hartman2009-01-291-10/+11
| * | Staging: comedi: fix KbuildGreg Kroah-Hartman2009-01-291-0/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-301-1/+1
|\ \ \
| * | | driver-core: fix kernel-doc parameter nameRandy Dunlap2009-01-291-1/+1
| |/ /
* | | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2009-01-308-109/+174
|\ \ \
| * | | UBI: allow direct user-space I/OSidney Amani2009-01-273-19/+32
| * | | UBI: fix resource de-allocationArtem Bityutskiy2009-01-201-3/+13
| * | | UBI: remove unused variableArtem Bityutskiy2009-01-201-4/+1Star
| * | | UBI: use nicer 64-bit mathArtem Bityutskiy2009-01-185-52/+25Star
| * | | UBI: add ioctl compatibilityArtem Bityutskiy2009-01-181-23/+57
| * | | UBI: constify file operationsJan Engelhardt2009-01-182-6/+6
| * | | UBI: allow all ioctlsArtem Bityutskiy2009-01-181-2/+0Star
| * | | UBI: remove unnecessry header inclusionArtem Bityutskiy2009-01-181-1/+0Star
| * | | UBI: add ioctl for is_mapped operationCorentin Chary2009-01-181-0/+14
| * | | UBI: add ioctl for unmap operationCorentin Chary2009-01-181-1/+14
| * | | UBI: add ioctl for map operationCorentin Chary2009-01-181-0/+14
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-01-304-10/+11
|\ \ \ \
| * | | | HID: document difference between hid_blacklist and hid_ignore_listJiri Kosina2009-01-291-0/+2
| * | | | HID: add antec-branded soundgraph imon devices to blacklistJarod Wilson2009-01-292-0/+4
| * | | | HID: fix reversed logic in disconnect testing of hiddevOliver Neukum2009-01-291-1/+1