aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2011-02-28add copyright notices and license headerHEADmasterMatt Turner14-0/+326
2011-01-25drm/glint: program crtc and dacMatt Turner4-20/+276
2011-01-25drm/glint: add bare TTM memory manager and framebufferMatt Turner12-26/+612
2011-01-25drm/glint: add pci probe and remove functions, set DRIVER_MODESETMatt Turner1-1/+19
2011-01-25drm/glint: reorganize VRAM initMatt Turner2-27/+43
2011-01-25drm/glint: attach connector and encoderMatt Turner1-0/+2
2011-01-25drm/glint: initial connector/vga work, fill in drm_connector_helper_funcsMatt Turner5-1/+98
2011-01-25drm/glint: initial encoder/dac work, fill in drm_encoder_helper_funcsMatt Turner5-2/+112
2010-08-13drm/glint: more CRTC work, fill drm_crtc_helper_funcsMatt Turner3-0/+91
2010-08-13drm/glint: initial CRTC workMatt Turner7-1/+147
2010-08-13drm/glint: detect VRAM sizeMatt Turner3-0/+86
2010-08-13drm/glint: map register BAR.Matt Turner6-2/+122
2010-06-29drm/glint: fill in glint_init and glint_exit.Matt Turner1-1/+4
2010-06-29drm/glint: add stubs and fill out drm_driver structMatt Turner5-1/+87
2010-06-29drm/glint: add PCI IDs.Matt Turner2-0/+20
2010-06-29drm/glint: initial commit.Matt Turner5-0/+47
2010-06-29Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds4-5/+10
2010-06-28Merge branch 'fixes' of ssh://master.kernel.org/~sfr/next-fixesLinus Torvalds7-0/+7
2010-06-27Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds7-79/+187
2010-06-28acpi: update gfp/slab.h includesTejun Heo2-0/+2
2010-06-28davinci: update gfp/slab.h includesTejun Heo1-0/+1
2010-06-28v4l-dvb: update gfp/slab.h includesTejun Heo4-0/+4
2010-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds44-358/+592
2010-06-27Merge branch 'sh/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2010-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds6-9/+21
2010-06-27Merge branch 'virtio' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds3-1/+5
2010-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds1-6/+13
2010-06-27Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-3/+19
2010-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2-7/+10
2010-06-27Merge git://git.infradead.org/iommu-2.6Linus Torvalds1-3/+11
2010-06-27Merge branch 'for-linus' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2-14/+5
2010-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds1-2/+3
2010-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds1-0/+1
2010-06-26phylib: Add autoload support for the LXT973 phy.David Woodhouse1-0/+1
2010-06-26ISDN: hysdn, fix potential NULL dereferenceJiri Slaby1-1/+2
2010-06-26vxge: fix memory leak in vxge_alloc_msix() error pathMichal Schmidt1-9/+20
2010-06-25isdn/gigaset: correct CAPI connection state storageTilman Schmidt3-53/+180
2010-06-25isdn/gigaset: encode HLC and BC togetherTilman Schmidt3-38/+52
2010-06-25isdn/gigaset: correct CAPI DATA_B3 Delivery ConfirmationTilman Schmidt1-32/+51
2010-06-25isdn/gigaset: correct CAPI voice connection encodingTilman Schmidt1-4/+4
2010-06-25isdn/gigaset: honor CAPI application's buffer size requestTilman Schmidt6-112/+94
2010-06-25cpmac: do not leak struct net_device on phy_connect errorsFlorian Fainelli1-1/+2
2010-06-25smc91c92_cs: fix the problem that lan & modem does not work simultaneouslyKen Kawasaki1-5/+13
2010-06-24md/raid5: don't include 'spare' drives when reshaping to fewer devices.NeilBrown1-2/+7
2010-06-24md/raid5: add a missing 'continue' in a loop.NeilBrown1-1/+3
2010-06-24md/raid5: Allow recovered part of partially recovered devices to be in-syncNeilBrown1-12/+30
2010-06-24md/raid5: More careful check for "has array failed".NeilBrown1-4/+71
2010-06-24md: Don't update ->recovery_offset when reshaping an array to fewer devices.NeilBrown2-0/+3
2010-06-24md/raid5: avoid oops when number of devices is reduced then increased.NeilBrown1-9/+10
2010-06-24md: enable raid4->raid0 takeoverMaciej Trela1-2/+6
2010-06-24md: clear layout after ->raid0 takeoverMaciej Trela1-0/+2
2010-06-24md: fix raid10 takeover: use new_layout for setup_confMaciej Trela1-8/+7
2010-06-24md: fix handling of array level takeover that re-arranges devices.NeilBrown6-35/+41
2010-06-24md: raid10: Fix null pointer dereference in fix_read_error()Prasanna S. Panchamukhi1-6/+6
2010-06-24Restore partition detection of newly created md arrays.NeilBrown1-0/+1
2010-06-23sky2: enable rx/tx in sky2_phy_reinit()Brandon Philips1-5/+14
2010-06-23cnic: Disable statistics initialization for eth clients that do not support s...Dmitry Kravkov1-21/+34
2010-06-23net: add dependency on fw class module to qlcnic and netxen_nicAnirban Chakraborty1-0/+2
2010-06-23virtio-pci: disable msi at startupMichael S. Tsirkin2-0/+4
2010-06-23virtio: return ENOMEM on out of memoryMichael S. Tsirkin1-1/+1
2010-06-22Input: wacom - fix serial number handling on Cintiq 21UX2Ping Cheng1-4/+5
2010-06-22Input: fixup X86_MRST selectsRandy Dunlap2-2/+2
2010-06-22Merge commit 'v2.6.35-rc3' into for-linusDmitry Torokhov585-4621/+72469
2010-06-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+1
2010-06-22hso: remove setting of low_latency flagFilip Aben1-1/+0
2010-06-22clocksource: sh_cmt: Fix up bogus shift value.Paul Mundt1-1/+1
2010-06-21lasi82596: fix netdev_mc_count conversionHelge Deller1-1/+1
2010-06-21NET: MIPSsim: Fix modpost warning.Ralf Baechle1-1/+1
2010-06-20hwmon: (k8temp) Bypass core swapping on single-core processorsJean Delvare1-1/+1
2010-06-20hwmon: (i5k_amb) Fix sysfs attribute for lockdepKAMEZAWA Hiroyuki1-0/+6
2010-06-20hwmon: (k10temp) Do not blacklist known working CPU modelsJean Delvare1-2/+12
2010-06-18ath5k: initialize ah->ah_current_channelBob Copeland1-0/+1
2010-06-18PCI/PM: Do not use native PCIe PME by defaultRafael J. Wysocki1-6/+13
2010-06-17Merge branch 'bugzilla-15951' into releaseLen Brown2-15/+9
2010-06-17ACPI / PM: Do not enable GPEs for system wakeup in advanceRafael J. Wysocki2-15/+9
2010-06-17bnx2: fix dma_get_ops compilation breakageFUJITA Tomonori1-7/+4
2010-06-17watchdog: at32ap700x_wdt: register misc device last in probe() functionHans-Christian Egtvedt1-6/+10
2010-06-16ucc_geth: fix for RX skb buffers recyclingSergey Matyukevich1-0/+2
2010-06-16pcnet_cs: add new id (TOSHIBA Modem/LAN Card)Ken Kawasaki2-0/+2
2010-06-16gianfar: Fix oversized packets handlingAnton Vorontsov1-0/+4
2010-06-16ehea: Fix kernel deadlock in DLPAR-mem processingJan-Bernd Themann2-6/+4
2010-06-16ehea: fix delayed packet processingJan-Bernd Themann1-0/+1
2010-06-16ixgbe: add comment on SFP+ ID for Active DADon Skidmore1-0/+2
2010-06-16gianfar: Fix setup of RX time stampingManfred Rudigier1-4/+17
2010-06-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller10-8/+53
2010-06-15netxen: fix caching window registerAmit Kumar Salecha1-4/+0
2010-06-15netxen: fix rcv buffer leakAmit Kumar Salecha1-3/+6
2010-06-15netxen: fix memory leaks in error pathAmit Kumar Salecha2-3/+4
2010-06-15pcmcia: dev_node removal bugfixDominik Brodowski1-0/+1
2010-06-15hostap: Protect against initialization interruptTim Gardner3-3/+27
2010-06-15alpha: Fix de2104x driver failing to readout MAC address correctlyMorten H. Larsen1-2/+3
2010-06-15iwlwifi: cancel scan watchdog in iwl_bg_abort_scanJohn W. Linville1-0/+1
2010-06-15intel-iommu: Force-disable IOMMU for iGFX on broken Cantiga revisions.David Woodhouse1-1/+7
2010-06-15intel-iommu: Fix double lock in get_domain_for_dev()Jiri Slaby1-1/+2
2010-06-15intel-iommu: Fix reference by physical address in intel_iommu_attach_device()Sheng Yang1-1/+2
2010-06-15OMAP: OMAPFB: fix rfbi.c compile errorTomi Valkeinen1-2/+3
2010-06-15OMAPFB: LCDC: change update_mode to DISABLED when going suspendJanusz Krzysztofik1-12/+2
2010-06-15cciss: set SCSI max cmd len to 16, as default is wrongStephen M. Cameron1-0/+1
2010-06-15TPM: ReadPubEK output struct fixRajiv Andrade1-0/+1
2010-06-14p54pci: add Symbol AP-300 minipci adapters pciidJoerg Albert1-0/+2
2010-06-14libertas_tf: Fix warning in lbtf_rx for stats structPrarit Bhargava1-1/+1
2010-06-14iwlagn: verify flow id in compressed BA packetShanyu Zhao1-0/+5
2010-06-14iwlwifi: serialize station management actionsReinette Chatre3-4/+17
2010-06-14cpqarray: fix two more wrong section typeJens Axboe1-2/+2
2010-06-14cpqarray: fix wrong __init type on pci probe functionJens Axboe1-1/+1
2010-06-14drbd: Fixed a race between disk-attach and unexpected state changesPhilipp Reisner2-2/+6
2010-06-13ixgbe: fix automatic LRO/RSC settings for low latencyAndy Gospodarek1-29/+8
2010-06-13e1000: Fix message logging defectJoe Perches1-9/+8
2010-06-13ixgbe: fix for race with 8259(8|9) during shutdownDon Skidmore1-0/+4
2010-06-13watchdog: [PATCH 3/3] imx2_wdt: fix section mismatchBaruch Siach1-1/+0
2010-06-12enic: fix pci_alloc_consistent argumentRandy Dunlap1-1/+1
2010-06-12Merge branch 'misc-2.6.35' into releaseLen Brown2-1/+7
2010-06-12Merge branch 'bugzilla-13931-sleep-nvs' into releaseLen Brown1-15/+19
2010-06-12Merge branch 'bugzilla-102904-workaround' into releaseLen Brown1-0/+8
2010-06-12Merge branch 'acpica-cherry-pick' into releaseLen Brown5-0/+41
2010-06-12ACPICA: Truncate I/O addresses to 16 bits for Windows compatibilityMatthew Garrett3-0/+29
2010-06-12ACPICA: Limit maximum time for Sleep() operatorBob Moore2-0/+12
2010-06-12Merge branch 'acpi_pad' into releaseLen Brown1-12/+24
2010-06-12Merge branch 'gpe-regression-fixes' into releaseLen Brown8-160/+145
2010-06-12ACPI / ACPICA: Fix sysfs GPE interfaceRafael J. Wysocki1-2/+4
2010-06-12ACPI / ACPICA: Fix GPE initializationRafael J. Wysocki1-1/+13
2010-06-12ACPI / ACPICA: Avoid writing full enable masks to GPE registersRafael J. Wysocki1-13/+5
2010-06-12ACPI / ACPICA: Fix low-level GPE manipulation codeRafael J. Wysocki5-122/+78
2010-06-11ACPI / ACPICA: Use helper function for computing GPE masksRafael J. Wysocki3-16/+46
2010-06-11ACPI / ACPICA: Do not attempt to disable GPE when installing handlerRafael J. Wysocki1-7/+0
2010-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-9/+63
2010-06-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds4-90/+12
2010-06-11PCI: hotplug/cpqphp, fix NULL dereferenceJiri Slaby1-0/+7
2010-06-11Revert "PCI: create function symlinks in /sys/bus/pci/slots/N/"Jesse Barnes2-85/+0
2010-06-11PCI: change resource collision messages from KERN_ERR to KERN_INFOBjorn Helgaas1-5/+5
2010-06-11Merge branch 'wimax-2.6.35.y' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller1-1/+1
2010-06-11wimax/i2400m: fix missing endian correction read in fw loaderInaky Perez-Gonzalez1-1/+1
2010-06-11Merge branch 'urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/brodo/...Linus Torvalds3-10/+11
2010-06-10net8139: fix a race at the end of NAPIFigo.zhang2-2/+2
2010-06-10sata_sil24: Use memory barriers before issuing commandsCatalin Marinas1-0/+10
2010-06-10sata_sil24: memset() overflowDan Carpenter1-1/+1
2010-06-10ACPI: Disable Vista compatibility for Sony VGN-NS50B_LZhang Rui1-0/+8
2010-06-10ACPI: fan: fix unbalanced code blockLiang Li1-1/+2
2010-06-10ACPI: Store NVS state even when entering suspend to RAMMatthew Garrett1-8/+13
2010-06-10suspend: Move NVS save/restore code to generic suspend functionalityMatthew Garrett1-6/+6
2010-06-09r8169: fix mdio_read and update mdio_write according to hw specsTimo Teräs1-3/+9
2010-06-09gianfar: Revive the driver for eTSEC devices (disable timestamping)Anton Vorontsov1-2/+1
2010-06-09phylib: Add support for the LXT973 phy.Richard Cochran1-1/+50
2010-06-09ACPI: Do not try to set up acpi processor stuff on cores exceeding maxcpus=Thomas Renninger1-0/+5
2010-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds15-205/+281
2010-06-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-204/+274
2010-06-09Merge branch 'msm-urgent' of git://codeaurora.org/quic/kernel/dwalker/linux-msmLinus Torvalds1-1/+1
2010-06-09mmc: msm: fix compile error on MSM7x30Daniel Walker1-1/+1
2010-06-09misc: Fix allocation 'borrowed' by vhost_netAlan Cox1-1/+1
2010-06-09Input: sysrq - fix "stuck" SysRq modeDmitry Torokhov1-2/+6
2010-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds1-5/+19
2010-06-08Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Linus Torvalds1-0/+5
2010-06-08Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds27-105/+339
2010-06-08Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6Linus Torvalds1-1/+1
2010-06-08Merge branch 'bkl/fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/fre...Linus Torvalds1-1/+1
2010-06-08hp_sdc_rtc: fix broken ioctl conversionArnd Bergmann1-1/+1
2010-06-08iwlwifi: add missing rcu_read_lockJohannes Berg1-0/+2
2010-06-08[S390] appldata/extmem/kvm: add missing GFP_KERNEL flagHeiko Carstens1-1/+1
2010-06-08Input: ad7877 - fix spi word size to 16 bitOskar Schirmer1-0/+7
2010-06-08drm/radeon: don't poll tv dac if crtc2 is in use.Dave Airlie1-0/+11
2010-06-08drm/radeon: reset i2c valid to avoid incorrect tv-out polling.Dave Airlie1-0/+2
2010-06-08drm/nv50: fix iommu errors caused by device reading from address 0Ben Skeggs1-2/+8
2010-06-08drm/nouveau: off by one in init_i2c_device_find()Dan Carpenter1-1/+1
2010-06-08nouveau: off by one in nv50_gpio_location()Dan Carpenter1-1/+1
2010-06-08drm/nouveau: completely fail init if we fail to map the PRAMIN BARBen Skeggs1-12/+7
2010-06-08drm/nouveau: match U/DP script against SOR linkBen Skeggs1-3/+20
2010-06-07Merge git://git.infradead.org/~dwmw2/mtd-2.6.35Linus Torvalds3-27/+32
2010-06-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-27/+29
2010-06-08drm/radeon/kms/pm: resurrect printing power statesRafał Miłecki1-0/+45
2010-06-08drm/radeon/kms: add trivial debugging for voltageRafał Miłecki4-0/+5
2010-06-08drm/radeon/kms/r600+: use voltage from requested clock mode (v3)Rafał Miłecki3-10/+12
2010-06-08drm/radeon/kms/pm: track current voltage (v2)Alex Deucher6-7/+22
2010-06-08drm/radeon/kms/pm: Disable voltage adjust on RS780/RS880Alex Deucher1-4/+1
2010-06-08drm/radeon/kms: fix typo in printing the HPD infoAlex Deucher1-2/+1
2010-06-08drm/radeon/kms/pm: add mid profileAlex Deucher5-13/+126
2010-06-08drm/radeon/kms/pm: Misc fixesAlex Deucher1-16/+10
2010-06-08drm/radeon/kms/combios: fix typo in voltage fixAlex Deucher1-1/+1
2010-06-08drm/radeon/kms/evergreen: set accel_enabledAlex Deucher3-3/+11
2010-06-08drm/vmwgfx: return -EFAULT for copy_to_user errorsDan Carpenter2-2/+7
2010-06-08drm/drm_crtc: return -EFAULT on copy_to_user errorsDan Carpenter1-1/+3
2010-06-08drm/fb: use printk to print out the switching to text mode error.Dave Airlie1-1/+1
2010-06-08drm/radeon: fix PM on non-vram cards.Dave Airlie1-9/+0
2010-06-08drm: Propagate error from drm_fb_helper_init().Chris Wilson4-11/+38
2010-06-08drm/i915: fix oops on single crtc devices.Dave Airlie3-6/+6
2010-06-07ahci: redo stopping DMA engines on empty portsTejun Heo1-18/+3
2010-06-07sata_sil24: fix kernel panic on ARM caused by unaligned access in sata_sil24Colin Tuckley1-6/+6
2010-06-07ahci: add pci quirk for JMB362Tejun Heo1-1/+4
2010-06-07sata_via: explain the magic fixTejun Heo1-2/+16
2010-06-07ath5k: fix NULL pointer in antenna configurationBruno Randolf1-0/+7
2010-06-07p54usb: Add device ID for Dell WLA3310 USBJason Dravet1-0/+1
2010-06-07wl1251: fix a memory leak in probeGrazvydas Ignotas1-0/+1
2010-06-07pcmcia: avoid validate_cis failure on CIS overrideDominik Brodowski1-0/+1
2010-06-07pcmcia: dev_node removal bugfixDominik Brodowski1-0/+1
2010-06-07pcmcia: yenta_socket.c Remove extra #ifdef CONFIG_YENTA_TIJustin P. Mattock1-8/+6
2010-06-07pcmcia: only keep saved I365_CSCINT flag if there is no PCI irqDominik Brodowski1-2/+3
2010-06-07[PATCH 2/11] drivers/watchdog: Eliminate a NULL pointer dereferenceJulia Lawall1-1/+1
2010-06-078139too: fix buffer overrun in rtl8139_init_boardDenis Kirjanov1-0/+1
2010-06-07asix: check packet size against mtu+ETH_HLEN instead of ETH_FRAME_LENJussi Kivilinna1-1/+1
2010-06-06Revert "tty: fix a little bug in scrup, vt.c"Linus Torvalds1-1/+1
2010-06-06r8169: fix random mdio_write failuresTimo Teräs1-0/+5