aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-01-24Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...HEADmasterLinus Torvalds9-547/+326
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds73-389/+699
2012-01-24team: send only changed options/ports via netlinkJiri Pirko1-46/+90
2012-01-24net/hyperv: fix possible memory leak in do_set_multicast()Wei Yongjun1-2/+3
2012-01-24drivers/net: dsa/mv88e6xxx.c files need linux/module.hPaul Gortmaker4-0/+4
2012-01-24stmmac: added PCI identifiersAlessandro Rubini1-3/+3
2012-01-24stmmac: fix phy naming inconsistencyAlessandro Rubini1-1/+1
2012-01-24regulator: Fix documentation for of_node parameter of regulator_register()Mark Brown1-1/+2
2012-01-24gma500: Fix shmem mappingAlan Cox1-3/+2
2012-01-23Merge branches 'atomicio-apei', 'hotplug', 'sony-nvs-nosave' and 'thermal-net...Len Brown4-43/+125
2012-01-23Use acpi_os_map_memory() instead of ioremap() in einj driverLuck, Tony1-44/+38
2012-01-23ACPI, APEI, EINJ, cleanup 0 vs NULL confusionDan Carpenter1-3/+3
2012-01-23ACPI, APEI, EINJ Allow empty Trigger Error Action TableNiklas Söderlund1-1/+6
2012-01-23Merge tag 'pm-fixes-for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+1
2012-01-23PM / Sleep: Fix read_unlock_usermodehelper() call.Tetsuo Handa1-2/+1
2012-01-23dsa: Add reporting of silicon revision for Marvell 88E6123/88E6161/88E6165 sw...Chris Healy1-4/+17
2012-01-23tg3: fix ipv6 header length computationEric Dumazet1-7/+2
2012-01-23skge: add byte queue limit supportstephen hemminger1-13/+24
2012-01-23mv643xx_eth: Add Rx Discard and Rx Overrun statisticsPaulius Zaleckas1-0/+14
2012-01-23bnx2x: fix compilation error with SOE in fw_dumpYuval Mintz1-1/+1
2012-01-23bnx2x: handle CHIP_REVISION during init_oneAriel Elior1-4/+5
2012-01-23bnx2x: allow user to change ring size in ISCSI SD modeDmitry Kravkov1-1/+1
2012-01-23bnx2x: fix Big-Endianess in ethtool -tDmitry Kravkov1-3/+2
2012-01-23bnx2x: fixed ethtool statistics for MF modesYuval Mintz1-65/+41
2012-01-23bnx2x: credit-leakage fixup on vlan_mac_del_allYuval Mintz2-1/+54
2012-01-23macvlan: fix a possible use after freeEric Dumazet1-0/+1
2012-01-23Merge branch 'kernel-doc' from Randy DunlapLinus Torvalds3-7/+9
2012-01-23kernel-doc: fix new warning in regulator coreRandy Dunlap1-0/+1
2012-01-23kernel-doc: fix new warnings in pciRandy Dunlap1-3/+3
2012-01-23kernel-doc: fix new warnings in driver-coreRandy Dunlap1-4/+5
2012-01-23drivers/video/backlight/l4f00242t03.c: return proper error in l4f00242t03_pro...Axel Lin1-0/+2
2012-01-23drivers/video/backlight/adp88x0_bl.c: fix bit testing logicAxel Lin2-2/+2
2012-01-23leds: add led driver for Bachmann's ot200Sebastian Andrzej Siewior3-0/+179
2012-01-23thermal: Rename generate_netlink_eventJean Delvare1-2/+2
2012-01-22kernel-doc: fix new warning in net/phy/mdio_bus.cRandy Dunlap1-3/+2
2012-01-22be2net: create RSS rings even in multi-channel configsSathya Perla1-2/+1
2012-01-22skge: check for PCI dma mapping errorsstephen hemminger1-13/+58
2012-01-22skge: don't assert carrier until link is upstephen hemminger1-0/+1
2012-01-22mlx4_core: map async events to arbitrary slave eqsMarcel Apfelbaum4-16/+22
2012-01-22mlx4_core: Fix mtt profile issueMarcel Apfelbaum2-2/+2
2012-01-22mlx4_core: removed function index from vf.Marcel Apfelbaum10-53/+8
2012-01-22mlx4_en: eth statistics modificationEugenia Emantayev4-16/+74
2012-01-22mlx4: VF is not allowed to perform dump statsEugenia Emantayev1-0/+2
2012-01-22mlx4_en: clear all eth statistics when port goes upEugenia Emantayev1-12/+24
2012-01-21ACPI / PM: Add Sony Vaio VPCCW29FX to nonvs blacklist.Lan Tianyu1-0/+8
2012-01-21ACPI: Remove ./drivers/acpi/atomicio.[ch]Myron Stowe2-423/+0
2012-01-21ACPI, APEI: Add RAM mapping support to ACPIMyron Stowe1-2/+34
2012-01-21ACPI, APEI: Add 64-bit read/write support for APEI on i386Myron Stowe2-31/+120
2012-01-20enic: fix compile when CONFIG_PCI_IOV is not enabledRoopa Prabhu1-2/+2
2012-01-19ACPI processor hotplug: Delay acpi_processor_start() call for hotplugged coresThomas Renninger2-8/+66
2012-01-19ACPI processor hotplug: Split up acpi_processor_addThomas Renninger1-38/+54
2012-01-19Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds4-7/+8
2012-01-19ixgbevf: make operations tables constStephen Hemminger4-8/+8
2012-01-19ixgbevf: fix sparse warningsStephen Hemminger3-2/+4
2012-01-19ixgbevf: make ethtool ops and strings constStephen Hemminger1-2/+3
2012-01-19ixgbevf: Prevent possible race condition by checking for messageGreg Rose1-18/+21
2012-01-19ixgbe: Fix register defines to correctly handle complex expressionsAlexander Duyck1-16/+16
2012-01-19igbvf: Remove unnecessary irq disable/enableMitch A Williams1-5/+0
2012-01-19igbvf: remove unneeded castStephen Hemminger1-2/+1
2012-01-19igb: Update Copyright on all Intel copyrighted files.Carolyn Wyborny17-18/+18
2012-01-19igb: make local functions staticStephen Hemminger2-4/+4
2012-01-18net: ftgmac100/ftmac100: add missing interrupt.h includeThomas Faber2-0/+2
2012-01-18bonding: fix enslaving in alb mode when link downJiri Bohac1-18/+9
2012-01-18Merge branch 'for-next-merge' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-0/+4672
2012-01-18Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds42-478/+529
2012-01-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds164-747/+3870
2012-01-18tpm: fix (ACPI S3) suspend regressionStefan Berger2-0/+12
2012-01-18nvme: fix merge error due to change of 'make_request_fn' fn typeLinus Torvalds1-7/+1
2012-01-18xen: using EXPORT_SYMBOL requires including export.hStephen Rothwell1-0/+1
2012-01-18Merge branch 'for-linus/i2c-33' of git://git.fluff.org/bjdooks/linuxLinus Torvalds3-54/+89
2012-01-18pch_gbe: Do not abort probe on bad MACDarren Hart1-3/+14
2012-01-18enic: fix location of vnic dev unregister in enic_probe cleanup codeRoopa Prabhu1-1/+1
2012-01-18enic: rearrange some of the port profile codeRoopa Prabhu1-7/+7
2012-01-18enic: Add sriov vf device id checks in port profile codeRoopa Prabhu1-9/+8
2012-01-18enic: This patch adds pci id 0x71 for SRIOV VF'sRoopa Prabhu2-1/+8
2012-01-18mlx4_en: set number of rx rings used by RSS using ethtoolYevgeny Petrilin4-7/+102
2012-01-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller3-1/+17
2012-01-18Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds47-619/+683
2012-01-18gpio: tps65910: Use correct offset for gpio initializationLaxman Dewangan1-1/+1
2012-01-18Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds56-1441/+1179
2012-01-18Merge git://git.infradead.org/users/willy/linux-nvmeLinus Torvalds4-0/+1758
2012-01-18b43: add option to avoid duplicating device support with brcmsmacJohn W. Linville2-0/+8
2012-01-18brcmsmac: fix tx queue flush infinite loopStanislaw Gruszka1-1/+9
2012-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-264/+290
2012-01-18Merge branches 'einj', 'intel_idle', 'misc', 'srat' and 'turbostat-ivb' into ...Len Brown5-96/+276
2012-01-18acpi/apei/einj: Add extensions to EINJ from rev 5.0 of acpi specTony Luck1-36/+188
2012-01-18Merge branch 'atomicio-remove' into releaseLen Brown4-25/+130
2012-01-18Merge branch 'apei' into releaseLen Brown9-47/+305
2012-01-17intel_idle: Split up and provide per CPU initialization funcThomas Renninger1-40/+42
2012-01-17ACPI processor: Remove unneeded variable passed by acpi_processor_hotadd_init V2Thomas Renninger1-9/+8
2012-01-17tg3: Fix single-vector MSI-X codeMatt Carlson1-13/+14
2012-01-17Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds50-489/+1618
2012-01-17[libata] ata_piix: Add Toshiba Satellite Pro A120 to the quirks listBenjamin Larsson1-0/+7
2012-01-17[libata] add DVRTD08A and DVR-215 to NOSETXFER device quirk listVladimir LAVALLADE1-0/+2
2012-01-17[libata] pata_bf54x: Support sg list in bmdma transfer.Sonic Zhang1-79/+88
2012-01-17[libata] sata_fsl: fix the controller operating modeJerry Huang1-0/+11
2012-01-17[libata] enable ata port async suspendLin Ming1-0/+1
2012-01-17[media] as3645a: Fix compilation by including slab.hLaurent Pinchart1-0/+1
2012-01-17[media] s5p-fimc: Remove linux/version.h include from fimc-mdevice.cSachin Kamat1-1/+0
2012-01-17[media] s5p-mfc: Remove linux/version.h include from s5p_mfc.cSachin Kamat1-1/+0
2012-01-17[media] ds3000: using logical && instead of bitwise &Dan Carpenter1-1/+1
2012-01-17[media] v4l2-ctrls: make control names consistentHans Verkuil1-27/+27
2012-01-17[media] DVB: dib0700, add support for Nova-TD LEDsJiri Slaby2-1/+42
2012-01-17[media] DVB: dib0700, add corrected Nova-TD frontend_attachJiri Slaby1-2/+34
2012-01-17[media] DVB: dib0700, separate stk7070pd initializationJiri Slaby1-8/+14
2012-01-17[media] DVB: dib0700, move Nova-TD Stick to a separate setJiri Slaby1-5/+52
2012-01-17[media] : add MODULE_FIRMWARE to dib0700Patrick Boettcher1-0/+1
2012-01-17[media] DVB-CORE: remove superfluous DTV_CMDsPatrick Boettcher1-19/+0
2012-01-17[media] s5p-jpeg: adapt to recent videobuf2 changesMarek Szyprowski1-3/+4
2012-01-17[media] s5p-g2d: fixed a bug in controls setting functionKamil Debski1-0/+1
2012-01-17[media] s5p-mfc: Fix volatile controls setupKamil Debski1-1/+1
2012-01-17[media] drivers/media/video/s5p-mfc/s5p_mfc.c: adjust double testJulia Lawall1-1/+1
2012-01-17[media] drivers/media/video/s5p-fimc/fimc-capture.c: adjust double testJulia Lawall1-3/+4
2012-01-17[media] s5p-fimc: Fix incorrect control ID assignmentSachin Kamat1-3/+3
2012-01-17gpio/it8761e: Restrict it8761e gpio driver to x86.Grant Likely1-0/+1
2012-01-17Merge branches 'for-33/i2c/eg20t' and 'for-33/i2c/omap' into for-linus/i2c-33Ben Dooks1-40/+70
2012-01-17i2c-eg20t: Change-company-name-OKI-SEMICONDUCTOR to LAPIS SemiconductorTomoya MORINAGA1-6/+6
2012-01-17i2c-eg20t: Support new device LAPIS Semiconductor ML7831 IOHTomoya MORINAGA2-7/+10
2012-01-17i2c-eg20t: modified the setting of transfer rate.Toshiharu Okada1-1/+1
2012-01-17i2c-eg20t: use i2c_add_numbered_adapter to get a fixed bus numberFeng Tang1-1/+3
2012-01-17i2c: OMAP: Add DT support for i2c controllerBenoit Cousson1-35/+67
2012-01-17I2C: OMAP: NACK without STPJan Weitzel1-4/+2
2012-01-17I2C: OMAP: correct SYSC register offset for OMAP4Alexander Aring1-1/+1
2012-01-17Merge branch 'stable/for-linus-fixes-3.3' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-1/+1
2012-01-17ACPI processor: Remove unneeded cpuidle_unregister_driver callThomas Renninger1-2/+0
2012-01-17intel idle: Make idle driver more robustThomas Renninger1-1/+2
2012-01-17intel_idle: Fix a cast to pointer from integer of different size warning in i...David Howells1-1/+1
2012-01-17intel_idle: remove redundant local_irq_disable() callYanmin Zhang1-2/+1
2012-01-17Merge branch 'next' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds1-1/+1
2012-01-17[media] dvb_frontend: Don't call get_frontend() if idleMauro Carvalho Chehab1-2/+8
2012-01-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller12-92/+71
2012-01-17bnx2x: Disable AN KR work-around for BCM57810Yaniv Rosner1-1/+9
2012-01-17bnx2x: Remove AutoGrEEEn for BCM84833Yaniv Rosner1-6/+2
2012-01-17bnx2x: Remove 100Mb force speed for BCM84833Yaniv Rosner2-6/+21
2012-01-17bnx2x: Fix PFC setting on BCM57840Yaniv Rosner2-10/+13
2012-01-17bnx2x: Fix Super-Isolate mode for BCM84833Yaniv Rosner1-113/+137
2012-01-17net: sh-eth: Fix build error by the value which is not definedNobuhiro Iwamatsu1-1/+1
2012-01-17mwl8k: Fixing Sparse ENDIAN CHECK warningYogesh Ashok Powar1-1/+1
2012-01-17mwl8k: fix condition in mwl8k_cmd_encryption_remove_key()Dan Carpenter1-1/+1
2012-01-17brcmfmac: work-around gcc 4.7 build issueAlexandre Oliva1-1/+1
2012-01-17ehea: make some functions and variables staticThadeu Lima de Souza Cascardo3-25/+23
2012-01-17brcmsmac: remove PCI suspend/resume from bcma driverLinus Torvalds1-35/+3
2012-01-17bcma: connect the bcma bus suspend/resume to the bcma driver suspend/resumeLinus Torvalds2-1/+20
2012-01-17bcma: add stub for bcma_bus_suspend()Linus Torvalds3-1/+7
2012-01-17bcma: convert suspend/resume to pm_opsLinus Torvalds1-26/+16
2012-01-17ACPI processor: Fix error path, also remove sysdev linkThomas Renninger1-0/+1
2012-01-17ACPI: processor: fix acpi_get_cpuid for UP processorLin Ming1-2/+24
2012-01-17intel_idle: fix API misuseShaohua Li1-3/+3
2012-01-17ACPI APEI: Convert atomicio routinesMyron Stowe3-11/+104
2012-01-17ACPI: Export interfaces for ioremapping/iounmapping ACPI registersMyron Stowe1-2/+4
2012-01-17ACPI: Fix possible alignment issues with GAS 'address' referencesMyron Stowe1-14/+24
2012-01-17ACPI: Store SRAT table revisionKurt Garloff1-0/+6
2012-01-17ACPI, APEI, Resolve false conflict between ACPI NVS and APEIHuang Ying1-1/+28
2012-01-17ACPI, Record ACPI NVS regionsHuang Ying2-2/+54
2012-01-17ACPI, APEI, EINJ, Refine the fix of resource conflictXiao, Hui1-6/+32
2012-01-17ACPI, APEI, EINJ, Fix resource conflict on some machineHuang Ying3-2/+36
2012-01-17ACPI, Add RAM mapping support to ACPI atomic IO supportHuang Ying1-4/+37
2012-01-17ACPI, APEI, Printk queued error record before panicHuang Ying1-9/+44
2012-01-17ACPI, APEI, GHES, Distinguish interleaved error report in kernel logHuang Ying1-5/+11
2012-01-17ACPI, APEI, Remove table not found messageHuang Ying3-9/+6
2012-01-17ACPI, APEI, Print resource errors in conventional formatBjorn Helgaas2-9/+10
2012-01-17ACPI, APEI, GHES: Add PCIe AER recovery supportHuang Ying1-0/+23
2012-01-17ACPI, Add 64bit read/write support to atomicio on i386Huang Ying1-6/+30
2012-01-17ACPICA: Update all copyrights to 2012Bob Moore148-148/+148
2012-01-17ACPICA: Add support for region address conflict checkingLin Ming12-215/+403
2012-01-17ACPICA: Update for larger ACPI 5 FADT sizeBob Moore1-6/+7
2012-01-17ACPICA: Clean up MakefileLin Ming1-24/+133
2012-01-17ACPI 5.0: Allow _AEI method in walk resourcesZhang Rui1-4/+6
2012-01-17ACPI 5.0: Add new predefined namesBob Moore5-4/+73
2012-01-17ACPI 5.0: New interface, acpi_buffer_to_resourceBob Moore1-0/+64
2012-01-17ACPI 5.0: New interface, acpi_get_event_resourcesBob Moore3-0/+94
2012-01-17ACPI 5.0: Support for all new resource descriptorsLin Ming15-115/+1573
2012-01-17ACPI 5.0: Support for GeneralPurposeIo and GenericSerialBus operation regionBob Moore5-17/+38
2012-01-17ACPI 5.0: Implement Connection() and AccessAs() changesBob Moore14-45/+300
2012-01-17ACPI 5.0: New interfaces to allow driver access to AML mutex objectsLin Ming2-1/+188
2012-01-17ACPI 5.0: Implement hardware-reduced optionBob Moore5-3/+57
2012-01-17ACPI 5.0: Basic support for FADT version 5Bob Moore1-2/+2
2012-01-17ACPICA: Do not abort table load on invalid space IDBob Moore4-12/+54
2012-01-17ACPICA: Add error msg for Index/Bank field registers out-of-rangeBob Moore1-0/+6
2012-01-17ACPICA: Add error msg for unsupported I/O requests (not 8/16/32 bit length)Bob Moore1-0/+2
2012-01-17ACPICA: Fix to allow region arguments to reference other scopesLin Ming3-1/+8
2012-01-17ACPICA: Update for GCC 4Bob Moore1-6/+3
2012-01-17Merge branch 'acpica-validate-address-regression' into nextLen Brown1-0/+24
2012-01-17ACPICA: Put back the call to acpi_os_validate_addressLin Ming1-0/+24
2012-01-16Merge branch 'x86/rdrand' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+6
2012-01-16Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-150/+707
2012-01-16Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+34
2012-01-16hwmon: (adm1031) Fix coding style issuesGuenter Roeck1-50/+103
2012-01-16hwmon: (it87) Add IT8728F supportJean Delvare2-17/+48
2012-01-16hwmon: (coretemp) Add missing section annotationsJean Delvare1-11/+15
2012-01-16hwmon: (lm90) Add range check to set_update_intervalGuenter Roeck1-1/+1
2012-01-16hwmon: (lm63) Support extended lookup table of LM96163Jean Delvare1-7/+62
2012-01-16hwmon: (lm63) Expose automatic fan speed control lookup tableJean Delvare1-14/+134
2012-01-16hwmon: (lm63) Fix incorrect comment about I2C addressJean Delvare1-1/+4
2012-01-16hwmon: (lm63) LM64 has a dedicated pin for tachometerJean Delvare1-3/+7
2012-01-16hwmon: (lm63) Add sensor type attribute for external sensor on LM96163Guenter Roeck1-0/+50
2012-01-16hwmon: (lm63) Add support for update_interval sysfs attributeGuenter Roeck1-2/+90
2012-01-16hwmon: (lm63) Add support for writing the external critical temperatureGuenter Roeck1-11/+44
2012-01-16hwmon: (lm63) Add support for unsigned upper temperature limitsGuenter Roeck1-11/+51
2012-01-16hwmon: (lm63) Add support for LM96163Guenter Roeck2-7/+38