aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2010-01-12Merge git://git.infradead.org/battery-2.6Linus Torvalds1-0/+2
2010-01-12[SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable permissionsBryn M. Reeves1-1/+1
2010-01-12Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds13-54/+305
2010-01-12lib: Introduce generic list_sort functionDave Chinner1-86/+4
2010-01-12Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-9/+33
2010-01-12Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds1-2/+2
2010-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds42-272/+436
2010-01-12libata: retry link resume if necessaryTejun Heo1-7/+31
2010-01-12ata_piix: enable 32bit PIO on SATA piixTejun Heo1-1/+1
2010-01-12sata_promise: don't classify overruns as HSM errorsMikael Pettersson1-1/+1
2010-01-12sky2: Fix oops in sky2_xmit_frame() after TX timeoutJarek Poplawski1-1/+2
2010-01-12OMAP: DSS2: OMAPFB: fix crash when panel driver was not loadedTomi Valkeinen1-0/+5
2010-01-12OMAP: DSS2: Reject scaling settings when they cannot be supportedVille Syrjälä1-2/+5
2010-01-11Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2-6/+13
2010-01-11Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds64-973/+2410
2010-01-11Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds9-69/+288
2010-01-11Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+0
2010-01-11rtc_cmos: convert shutdown to new pnp_driver->shutdownOGAWA Hirofumi1-6/+3
2010-01-11gpio: adp5588-gpio: new driver for ADP5588 GPIO expandersMichael Hennerich3-0/+276
2010-01-11drivers/cpuidle/governors/menu.c: fix undefined reference to `__udivdi3'Stephen Hemminger1-3/+9
2010-01-11hwmon: driver for Texas Instruments amc6821 chipTomaz Mertelj3-0/+1127
2010-01-11gpiolib: fix poll(2) support reconfigure on sysfs polarity changeJani Nikula1-2/+0
2010-01-11mmc: allow for MMC v4.4Adrian Hunter1-1/+1
2010-01-11mmc_block: fix queue cleanupAdrian Hunter2-9/+11
2010-01-11mmc_block: fix probe error cleanup bugJarkko Lavinen1-0/+1
2010-01-11mmc_block: add dev_t initialization checkAnna Lemehova1-0/+5
2010-01-11power: fix kernel-doc notationRandy Dunlap1-4/+5
2010-01-11ARM: 5874/1: serial21285: fix disable_irq-from-interrupt-handler deadlockSimon Kagstrom1-2/+2
2010-01-11OMAP: DSS2: Make check-delay-loops consistentTomi Valkeinen2-10/+10
2010-01-11OMAP: DSS2: OMAPFB: fix omapfb_free_fbmem()Tomi Valkeinen1-0/+1
2010-01-11video/omap: add __init/__exit macros to drivers/video/omap/lcd_htcherald.cPeter Huewe1-2/+2
2010-01-11OMAP: DSS2: Fix compile warningVaibhav Hiremath1-0/+2
2010-01-11OMAP: OMAPFB: add dummy release function for omapdssTomi Valkeinen1-0/+7
2010-01-11OMAP: OMAPFB: fix clk_get for RFBITomi Valkeinen4-17/+25
2010-01-11OMAP: DSS2: RFBI: convert to new kfifo APITomi Valkeinen1-15/+15
2010-01-11agp/hp: fail gracefully if we don't find an IOCBjorn Helgaas1-0/+3
2010-01-11agp/hp: fixup hp agp after ACPI changesBjorn Helgaas1-2/+1
2010-01-11agp: correct missing cleanup on error in agp_add_bridgeKevin Winchester1-4/+9
2010-01-11Merge branch 'for-airlied' of /ssd/git/drm-nouveau-next into drm-linusDave Airlie29-496/+853
2010-01-11Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie33-470/+1529
2010-01-11drm/nv04: Fix set_operation software method.Marcin Kościelnicki1-1/+1
2010-01-11drm/nouveau: initialise DMA tracking parameters earlierBen Skeggs3-6/+12
2010-01-11drm/nouveau: use dma.max rather than pushbuf size for checking GET validityBen Skeggs1-1/+1
2010-01-11drm/nv04: differentiate between nv04/nv05Ben Skeggs1-1/+4
2010-01-11drm/nouveau: Fix null deref in nouveau_fence_emit due to deleted fenceLuca Barbieri1-20/+13
2010-01-11drm/nv50: prevent a possible ctxprog hangBen Skeggs1-0/+1
2010-01-11drm/nouveau: have ttm's fault handler called directlyBen Skeggs1-29/+1
2010-01-11drm/nv50: restore correct cache1 get/put address on fifoctx loadBen Skeggs1-4/+2
2010-01-11drm/nouveau: create function for "dealing" with gpu lockupMarcin Slusarz4-26/+22
2010-01-11drm/nouveau: remove unused nouveau_channel_idle() functionBen Skeggs2-42/+0
2010-01-11drm/nouveau: fix handling of fbcon colours in 8bppBen Skeggs2-4/+10
2010-01-11drm/nv04: Context switching fixes.Francisco Jerez1-74/+78
2010-01-11drm/nouveau: Use the software object for fencing.Francisco Jerez2-3/+4
2010-01-11drm/nouveau: Allocate a per-channel instance of NV_SW.Francisco Jerez6-24/+48
2010-01-11drm/nv50: make the blocksize depend on vram sizeMaarten Maathuis1-17/+19
2010-01-11drm/nouveau: better alignment of bo sizes and use roundup instead of ALIGNMaarten Maathuis2-4/+8
2010-01-11drm/nouveau: Don't skip card take down on nv0x.Francisco Jerez1-2/+2
2010-01-11drm/nouveau: Implement nv42-nv43 TV load detection.Francisco Jerez1-1/+89
2010-01-11drm/nouveau: Clean up the nv17-nv4x load detection code a bit.Francisco Jerez3-31/+37
2010-01-11drm/nv50: fix fillrect colorMarcin Slusarz1-1/+2
2010-01-11drm/nv50: ignore vbios table's claim to the contrary if EDID says >8bpcBen Skeggs1-0/+17
2010-01-11drm/nouveau: Drop redundant placement initialization.Francisco Jerez1-10/+2
2010-01-11drm/nouveau: No need to force evict=true when swapping evicted BOs back in.Francisco Jerez1-1/+1
2010-01-11drm/nouveau: Fix "general protection fault" in the flipd/flips eviction path.Francisco Jerez1-2/+2
2010-01-11drm/i2c/ch7006: Drop build time dependency to nouveau.Francisco Jerez1-3/+2
2010-01-11drm/nouveau: Make the MM aware of pre-G80 tiling.Francisco Jerez3-65/+265
2010-01-11drm/nouveau: Pre-G80 tiling support.Francisco Jerez8-147/+185
2010-01-11drm/nouveau: Add cache_flush/pull fifo engine functions.Francisco Jerez3-0/+48
2010-01-11drm: reduce WARN_ON to a printk.Dave Airlie1-1/+1
2010-01-11drm/kms/fb: check for depth changes from userspace for resizing.Dave Airlie1-5/+4
2010-01-11drm: Keep disabled outputs disabled after suspend / resumeDavid John1-1/+23
2010-01-11drm/radeon/kms: add additional safe regs for r4xx/rs6xx and r5xxAlex Deucher5-2/+881
2010-01-10vxge: use pci_dma_mapping_error to test return valueDenis Kirjanov1-1/+1
2010-01-10hwmon: Make PCI device ids constantMárton Németh5-5/+5
2010-01-10hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUsYong Wang2-3/+15
2010-01-10hwmon: (k10temp) Blacklist more family 10h processorsClemens Ladisch1-6/+32
2010-01-10hwmon: (asus_atk0110) Add debugfs interfaceLuca Tettamanti1-0/+191
2010-01-10hwmon: (asus_atk0110) Refactor interface probe codeLuca Tettamanti1-54/+44
2010-01-10hwmon: (adt7462) Fix pin 28 monitoringRoger Blofeld1-1/+1
2010-01-08DRM / i915: Fix resume regression on MSI Wind U100 w/o KMSRafael J. Wysocki1-0/+2
2010-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds4-3/+9
2010-01-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds6-26/+61
2010-01-08omap1: Fix compile for omap1_bl.cTony Lindgren1-2/+0
2010-01-08Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds1-2/+0
2010-01-08OMAP: DSS2: Fix crash when panel doesn't define enable_te()Tomi Valkeinen1-5/+9
2010-01-08OMAP: DSS2: Collect interrupt statisticsTomi Valkeinen5-0/+221
2010-01-08OMAP: DSS2: DSI: print debug DCS cmd in hexTomi Valkeinen1-1/+1
2010-01-08OMAP: DSS2: DSI: fix VC channels in send_short and send_nullTomi Valkeinen1-2/+2
2010-01-08e1000e: fix and commonize code for setting the receive address registersBruce Allan1-9/+15
2010-01-08e1000e: e1000e_enable_tx_pkt_filtering() returns wrong valueBruce Allan1-7/+9
2010-01-08e1000e: perform 10/100 adaptive IFS only on parts that support itBruce Allan5-0/+21
2010-01-08e1000e: don't accumulate PHY statistics on PHY read failureBruce Allan1-14/+14
2010-01-08e1000e: call pci_save_state() after pci_restore_state()Bruce Allan1-0/+2
2010-01-08netxen: update version to 4.0.72Amit Kumar Salecha1-2/+2
2010-01-08netxen: fix set mac addrAmit Kumar Salecha1-0/+3
2010-01-08netxen: fix smatch warningAmit Kumar Salecha3-4/+3
2010-01-08netxen: fix tx ring memory leakAmit Kumar Salecha1-0/+2
2010-01-08drm/radeon/kms: Don't try to enable IRQ if we have no handler installedJerome Glisse4-5/+28
2010-01-08drm: Avoid calling vblank function is vblank wasn't initializedJerome Glisse1-1/+4
2010-01-08drm/radeon: mkregtable.c: close a file before exitAlexander Beregalov1-1/+3
2010-01-08drm/radeon/kms: Make sure we release AGP device if we acquired itJerome Glisse5-8/+6
2010-01-08drm/radeon/kms: Schedule host path read cache flush through the ring V2Jerome Glisse13-32/+33
2010-01-08drm/radeon/kms: Workaround RV410/R420 CP errata (V3)Corbin Simpson2-0/+32
2010-01-08drm/radeon/kms: detect sideport memory on IGP chipsAlex Deucher8-3/+64
2010-01-08drm/radeon: fix a couple of array index errorsDarren Jenkins1-7/+7
2010-01-08drm/radeon/kms: add support for eDP (embedded DisplayPort)Alex Deucher5-12/+32
2010-01-08drm: Add eDP connector typeAlex Deucher1-0/+1
2010-01-08drm/radeon/kms: pull in the latest upstream ObjectID.h changesAlex Deucher1-1/+126
2010-01-08drm/radeon/kms: whitespace changes to ObjectID.hAlex Deucher1-369/+309
2010-01-08drm/radeon/kms: fix typo in atom connector type handlingAlex Deucher2-31/+5
2010-01-07TI DaVinci EMAC: Handle emac module clock correctly.Sriram1-1/+3
2010-01-07dmfe/tulip: Let dmfe handle DM910x except for SPARC on-board chipsBen Hutchings3-7/+50
2010-01-07ixgbe: Fix compiler warning about variable being used uninitializedPJ Waskiewicz1-2/+7
2010-01-07mv643xx_eth: don't include cache padding in rx desc buffer sizeSaeed Bishara1-2/+4
2010-01-07NET: atlx, fix memory leakJiri Slaby1-2/+5
2010-01-07pcmcia: ncmlan_cs: remove odd bracketAlexander Beregalov1-1/+0
2010-01-07cs89x0: Always report failure to request interruptMark Brown1-2/+1
2010-01-07hso: fixed missing newlinesJan Dumon1-8/+8
2010-01-07hso: Fix for 5 sec timeouts with v2.x firmwareJan Dumon1-0/+4
2010-01-07hso: Attempt to recover from usb bus errorsJan Dumon1-10/+44
2010-01-07hso: don't change the state of a closed portJan Dumon1-5/+5
2010-01-07hso: Fix for endian issues on big endian machinesJan Dumon1-5/+7
2010-01-07hso: Add Vendor/Product ID's for new devicesJan Dumon1-0/+9
2010-01-07claw: use "claw" as root device nameUrsula Braun1-1/+1
2010-01-06pcnet_cs: add cis of KTI PE520 pcmcia network cardKen Kawasaki2-3/+16
2010-01-06ucc_geth: Fix the wrong the Rx/Tx FIFO sizeDave Liu1-6/+7
2010-01-06Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds16-43/+86
2010-01-07Merge remote branch 'korg/drm-radeon-next' into drm-linusDave Airlie9-24/+63
2010-01-07drm/radeon/kms: rs600: use correct mask for SW interruptLuca Tettamanti1-1/+1
2010-01-07gpu/drm/radeon/radeon_irq.c: move a dereference below a NULL testDarren Jenkins1-5/+5
2010-01-07drm/radeon/radeon_device.c: move a dereference below a NULL testDarren Jenkins1-2/+4
2010-01-07drm/radeon/radeon_fence.c: move a dereference below the NULL testDarren Jenkins1-5/+4
2010-01-07drm/radeon/radeon_connectors.c: add a NULL test before dereferenceDarren Jenkins1-1/+1
2010-01-07drm/radeon/kms: fix memory leakJiri Slaby1-0/+1
2010-01-07Merge branch 'drm-core-next' into drm-linusDave Airlie7-19/+23
2010-01-07drm/kms: Fix &&/|| confusion in drm_fb_helper_connector_parse_command_line()Roel Kluin1-1/+1
2010-01-07drm/edid: Fix CVT width/height decodeAdam Jackson1-5/+5
2010-01-07drm/edid: Skip empty CVT codepointsAdam Jackson1-0/+4
2010-01-07drm: remove address mask param for drm_pci_alloc()Zhenyu Wang5-13/+13
2010-01-06Merge branch 'drm-intel-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds16-537/+682
2010-01-06Merge branches 'misc' and 'mlx4' into for-nextRoland Dreier3-2/+8
2010-01-06IB/addr: Correct CONFIG_IPv6 to CONFIG_IPV6Robert P. J. Day1-1/+1
2010-01-06mlx4_core: Fix cleanup in __mlx4_init_one() error pathEli Cohen1-1/+1
2010-01-06IB/mlx4: Fix queue overflow check in post_recvOr Gerlitz1-1/+1
2010-01-06IB/mlx4: Initialize SRQ scatter entries when creating an SRQJack Morgenstein1-0/+6
2010-01-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds21-60/+322
2010-01-06drm/i915: remove full registers dump debugZhenyu Wang1-29/+0
2010-01-06drm/i915: Add DP dpll limit on ironlake and use existing DPLL search functionZhao Yakui1-68/+48
2010-01-06drm/i915: Select the correct BPC for LVDS on IronlakeZhao Yakui1-0/+12
2010-01-06drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in pipeco...Zhao Yakui1-1/+25
2010-01-06drm/i915: Enable/disable the dithering for LVDS based on VBT settingZhao Yakui2-1/+18
2010-01-06drm/i915: Permit pinning whilst the device is 'suspended'Chris Wilson1-3/+0
2010-01-06drm/i915: Hold struct mutex whilst pinning power context bo.Chris Wilson1-26/+47
2010-01-06drm/i915: fix unused varAndrew Morton1-1/+2
2010-01-06drm/i915: Storage class should be before const qualifierTobias Klauser1-4/+4
2010-01-06drm/i915: remove render reclock supportJesse Barnes1-130/+2
2010-01-06drm/i915: Fix RC6 suspend/resumeAndrew Lutomirski3-15/+1
2010-01-06drm/i915: execbuf2 supportJesse Barnes4-78/+219
2010-01-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2-2/+3
2010-01-06drm/radeon/kms: add missing breaks in i2c and ss lookupsAlex Deucher1-0/+2
2010-01-06drm/radeon/kms: add primary dac adj values tableAlex Deucher1-9/+41
2010-01-06drm/radeon/kms: fallback to default connector tableAlex Deucher1-1/+4
2010-01-05ARM: 5865/1: nuc900 ethernet driver needs miiLi Jie1-0/+1
2010-01-04PCIe AER: prevent AER injection if hardware masks error reportingYouquan,Song1-1/+19
2010-01-04PCI/PM: Use per-device D3 delaysRafael J. Wysocki2-4/+16
2010-01-04Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2343-211690/+333333
2010-01-04bbc_envctrl: Clean up properly if kthread_run() fails.David S. Miller1-26/+38
2010-01-04PCI: Check the node argument passed to cpumask_of_nodeDavid John1-2/+4
2010-01-04cxgb3i: Fix flags test.David S. Miller1-1/+1
2010-01-04lguest: fix bug in setting guest GDT entryRusty Russell1-1/+3
2010-01-04Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds7-265/+177
2010-01-04tosh: Use non bkl ioctlAlan Cox1-5/+7
2010-01-04i2o: propogate the BKL down into the ioctl methodAlan Cox1-7/+6
2010-01-04sony_pi: Remove the BKL from open and ioctlJohn Kacur1-6/+5
2010-01-04[SCSI] lpfc 8.3.7: Update Driver version to 8.3.7James Smart1-1/+1
2010-01-04[SCSI] lpfc 8.3.7: Fix discovery failures.James Smart4-2/+14
2010-01-04[SCSI] lpfc 8.3.7: Fix SCSI protocol related errors.James Smart2-2/+7
2010-01-04[SCSI] lpfc 8.3.7: Fix hardware/SLI relates issuesJames Smart5-17/+30
2010-01-04[SCSI] lpfc 8.3.7: Fix NPIV operation errorsJames Smart3-2/+3
2010-01-04[SCSI] lpfc 8.3.7: Fix FC protocol errorsJames Smart2-8/+15
2010-01-04[SCSI] stex: fix scan of nonexistent lunEd Lin1-0/+5
2010-01-04PCI: AER: fix aer inject result in kernel oopsYouquan,Song1-1/+7
2010-01-04PCI: pcie portdrv: style cleanupHidetoshi Seto2-18/+15
2010-01-04[S390] qdio: convert global statistics to per-device statsJan Glauber7-265/+177
2010-01-03netxen: fix ethtool link testSucheta Chakraborty2-21/+10
2010-01-03netxen: fix ethtool register dumpSucheta Chakraborty1-111/+59
2010-01-03rrunner: fix buffer overflowDan Carpenter1-1/+1
2010-01-03broadcom: Fix &&/|| confusion in bcm54xx_adjust_rxrefclk()roel kluin1-2/+2
2010-01-03net: Test off by one in sh_eth_reset()roel kluin1-1/+1
2010-01-03niu: timeout ignored in tcam_wait_bit()roel kluin1-1/+1
2010-01-03atarilance: timeout ignored in lance_open()roel kluin1-1/+1
2010-01-03drivers/net : Correct the size argument to kzallocJulia Lawall1-1/+1
2010-01-03cxgb3i: Fix a login over vlan issueRakesh Ranjan1-1/+33
2010-01-03hamradio: avoid null deref v3Dan Carpenter1-1/+3
2010-01-03usbnet: test off by oneroel kluin1-2/+2
2010-01-03drivers/net/can: Correct NULL testJulia Lawall1-1/+1
2010-01-03drivers/isdn: eliminate duplicated testJulia Lawall1-1/+1
2010-01-03via-velocity: Give RX descriptors to the NIC later on open or MTU changeBen Hutchings1-4/+4
2010-01-02Merge branch 'fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/px...Russell King1-2/+2
2010-01-01hp-wmi: remove double free caused by merge conflictAnisse Astier1-2/+0