aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds56-583/+576
2013-03-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds7-33/+125
2013-03-10Input: mms114 - Fix regulator enable and disable pathsMark Brown1-9/+25
2013-03-10Input: ads7864 - check return value of regulator enableMark Brown1-1/+6
2013-03-10Input: tc3589x-keypad - fix keymap sizeRabin Vincent1-4/+4
2013-03-10rrunner.c: fix possible memory leak in rr_init_one()David Oostdyk1-0/+3
2013-03-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds10-0/+10
2013-03-09Input: wacom - add support for 0x10dStephan Frank1-0/+4
2013-03-09Atmel MXT touchscreen: increase reset timeoutsLinus Torvalds1-2/+2
2013-03-08Platform: x86: chromeos_laptop : Add basic platform data for atmel devicesBenson Leung1-2/+39
2013-03-08Input: atmel_mxt_ts - Support for touchpad variantDaniel Kurtz1-2/+62
2013-03-08Merge branch 'akpm' (fixes from Andrew)Linus Torvalds1-3/+2
2013-03-08dmi_scan: fix missing check for _DMI_ signature in smbios_present()Ben Hutchings1-3/+2
2013-03-08Merge branch 'for-3.9/upstream-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-8/+14
2013-03-08Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+8
2013-03-08tg3: Update link_up flag for phylib devicesNithin Sujir1-9/+5
2013-03-08drivers/isdn: checkng length to be sure not memory overflowChen Gang1-1/+3
2013-03-08bnx2x: Fix SFP+ misconfiguration in iSCSI boot scenarioYaniv Rosner2-1/+6
2013-03-08bnx2x: Fix intermittent long KR2 link up timeYaniv Rosner2-1/+13
2013-03-07Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-34/+97
2013-03-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-99/+272
2013-03-07Merge tag 'pm+acpi-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds17-205/+193
2013-03-08drm/tegra: drop "select DRM_HDMI"Paul Bolle1-1/+0
2013-03-08drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire1-0/+1
2013-03-08drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey1-0/+27
2013-03-08drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey1-1/+0
2013-03-07macvlan: Set IFF_UNICAST_FLT flag to prevent unnecessary promisc mode.Vlad Yasevich1-0/+1
2013-03-07team: unsyc the devices addresses when port is removedVlad Yasevich1-0/+2
2013-03-07Merge tag 'efi-for-3.9-rc2' into x86/urgentH. Peter Anvin1-34/+96
2013-03-07mv643xx_eth: fix for disabled autonegPhil Sutter1-4/+51
2013-03-07bonding: fire NETDEV_RELEASE event only on 0 slavesVeaceslav Falico1-2/+3
2013-03-07vxlan: fix oops when delete netns containing vxlanZang MingJie1-0/+8
2013-03-07vmxnet3: prevent div-by-zero panic when ring resizing uninitialized devBhavesh Davda3-2/+9
2013-03-07Merge tag 'regulator-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-12/+16
2013-03-07Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+1
2013-03-07net/mlx4_en: Disable RFS when running in SRIOV modeAmir Vadai1-3/+5
2013-03-07net/mlx4_en: Cleanup MAC resources on module unload or port stopYan Burman1-16/+20
2013-03-07net/mlx4_en: Fix race when setting the device MAC addressYan Burman2-22/+21
2013-03-07net/mlx4_core: Fix endianness bug in set_param_lJack Morgenstein8-18/+18
2013-03-07net/mlx4_core: Turn off device-managed FS bit in dev-cap wrapper if DMFS is n...Jack Morgenstein1-0/+8
2013-03-07net/mlx4_core: Disable mlx4_QP_ATTACH calls from guests if the host uses flow...Jack Morgenstein1-0/+3
2013-03-07Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-15/+23
2013-03-07drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASKMarek Olšák2-2/+3
2013-03-07drm/radeon: skip MC reset as it's probably not hungAlex Deucher4-0/+24
2013-03-07drm/radeon: add primary dac adj quirk for R200 boardAlex Deucher1-0/+9
2013-03-07drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher1-0/+12
2013-03-07HID: logitech-dj: do not directly call hid_output_raw_report() during probeBenjamin Tissoires1-8/+14
2013-03-07e1000e: fix accessing to suspended deviceKonstantin Khlebnikov2-0/+15
2013-03-07e1000e: fix runtime power management transitionsKonstantin Khlebnikov1-60/+18
2013-03-07e1000e: fix pci-device enable-counter balanceKonstantin Khlebnikov1-1/+1
2013-03-07Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie8-22/+79
2013-03-06Merge branch 'pm-fixes' into fixesRafael J. Wysocki8-140/+143
2013-03-06cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie1-0/+3
2013-03-06cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie1-28/+11
2013-03-06tun: add a missing nf_reset() in tun_net_xmit()Eric Dumazet1-0/+2
2013-03-06Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller15-339/+229
2013-03-06be2net: use CSR-BAR SEMAPHORE reg for BE2/BE3Sathya Perla4-8/+22
2013-03-06Merge branch 'sfc-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfcDavid S. Miller2-3/+3
2013-03-06sfc: Correct efx_rx_buffer::page_offset when EFX_PAGE_IP_ALIGN != 0Ben Hutchings1-1/+1
2013-03-06sfc: Disable soft interrupt handling during efx_device_detach_sync()Ben Hutchings1-2/+2
2013-03-06drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson1-1/+1
2013-03-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-339/+229
2013-03-06efivarfs: return accurate error code in efivarfs_fill_super()Matt Fleming1-5/+15
2013-03-06efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming1-2/+2
2013-03-06efi: be more paranoid about available space when creating variablesMatthew Garrett1-27/+79
2013-03-06drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bitsPatrik Jakobsson1-2/+2
2013-03-06iommu, x86: Add DMA remap fault reasonLi, Zhen-Hua1-0/+1
2013-03-06benet: Wait f/w POST until timeoutGavin Shan1-17/+10
2013-03-06reset nf before xmit vxlan encapsulated packetZang MingJie1-0/+2
2013-03-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller7-79/+98
2013-03-05Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds1-7/+2
2013-03-05Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+16
2013-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds37-176/+1901
2013-03-05Merge tag 'gpio-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds2-63/+84
2013-03-05Merge tag 'md-3.9' of git://neil.brown.name/mdLinus Torvalds8-95/+219
2013-03-05drm/i915: also disable south interrupts when handling themPaulo Zanoni1-2/+24
2013-03-05igb: Fix for lockdep issue in igb_get_i2c_clientCarolyn Wyborny3-68/+17
2013-03-05drm/i915: enable irqs earlier when resumingDaniel Vetter1-1/+12
2013-03-05igb: Fix link setup for I210 devicesCarolyn Wyborny1-3/+8
2013-03-05igb: Drop BUILD_BUG_ON check from igb_build_rx_bufferAlexander Duyck1-7/+0
2013-03-05drm/i915: Increase the RC6p threshold.Stéphane Marchesin1-1/+1
2013-03-05e1000e: workaround DMA unit hang on I218Bruce Allan3-1/+73
2013-03-05drivers/tty/hvc: Use strlcpy instead of strncpyChen Gang1-7/+2
2013-03-05Merge remote-tracking branch 'regulator/fix/twl' into tmpMark Brown1-5/+4
2013-03-05Merge remote-tracking branch 'regulator/fix/palmas' into tmpMark Brown1-1/+2
2013-03-05Merge remote-tracking branch 'regulator/fix/doc' into tmpMark Brown1-1/+1
2013-03-05Merge remote-tracking branch 'regulator/fix/db8500' into tmpMark Brown1-2/+2
2013-03-05Merge remote-tracking branch 'regulator/fix/core' into tmpMark Brown1-3/+7
2013-03-05hw_random: make buffer usable in scatterlist.Rusty Russell1-3/+16
2013-03-04Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw...John W. Linville15-339/+229
2013-03-04net: fec: fix build error in no MXC platformFrank Li1-8/+7
2013-03-04net: fec: put tx to napi poll function to fix dead lockFrank Li2-47/+41
2013-03-04random: fix locking dependency with the tasklist_lockTheodore Ts'o1-4/+8
2013-03-04DRM/i915: On G45 enable cursor plane briefly after enabling the display plane.Egbert Eich1-0/+26
2013-03-04ACPI / glue: Drop .find_bridge() callback from struct acpi_bus_typeRafael J. Wysocki2-31/+1
2013-03-04ACPI / glue: Add .match() callback to struct acpi_bus_typeRafael J. Wysocki6-31/+41
2013-03-04ACPI / porocessor: Beautify code, pr->id is u32 which is never < 0Chen Gang1-1/+1
2013-03-04ACPI / processor: Remove redundant NULL check before kfreeSyam Sidhardhan1-2/+1
2013-03-04ACPI / Sleep: Avoid interleaved message on errorsJoe Perches1-5/+11
2013-03-04PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki4-76/+55
2013-03-04PM / QoS: Fix concurrency issues and memory leaks in device PM QoSRafael J. Wysocki1-42/+87
2013-03-04cpufreq: highbank: do not initialize array with a loopEmilio López1-7/+1
2013-03-04cpufreq: Fix a typo in commentNamhyung Kim1-1/+1
2013-03-04mailbox, pl320-ipc: remove __init from probe functionMark Langsdorf1-2/+1
2013-03-04iwlwifi: mvm: don't warn on normal BAR sendingEmmanuel Grumbach1-5/+1
2013-03-04iwlwifi: mvm: update the rssi calculationEmmanuel Grumbach3-23/+35
2013-03-04iwlwifi: mvm: ignore STOP_AGG when restartingEmmanuel Grumbach1-0/+10
2013-03-04iwlwifi: mvm: Remove overriding calibrations for the 7000 familyDor Shaish1-114/+0
2013-03-04iwlwifi: mvm: Take the phy_cfg from the TLV valueDor Shaish1-15/+1
2013-03-04iwlwifi: mvm: Set valid TX antennas value before calib requestDor Shaish1-0/+5
2013-03-04iwlwifi: mvm: restart the NIC of the cmd queue gets fullEmmanuel Grumbach1-5/+13
2013-03-03hwmon: (sht15) Check return value of regulator_enable()Mark Brown1-1/+7
2013-03-03hwmon: (pmbus/ltc2978) Use detected chip ID to select supported functionalityGuenter Roeck1-1/+1
2013-03-03hwmon: (pmbus/ltc2978) Fix peak attribute handlingGuenter Roeck1-13/+15
2013-03-03fs: Limit sys_mount to only request filesystem modules.Eric W. Biederman10-0/+10
2013-03-04drm/nv50-: prevent some races between modesetting and page flippingBen Skeggs1-83/+106
2013-03-04drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs1-0/+1
2013-03-04drm/nv84: fix regression in page flippingBen Skeggs1-6/+14
2013-03-04drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez1-1/+1
2013-03-04drm/nouveau: Disable AGP on PowerPC again.Francisco Jerez1-0/+12
2013-03-04drm/nve0/graph: some random reg moved on keplerBen Skeggs1-1/+1
2013-03-03Merge tag 'stable/for-linus-3.9-rc1-tag' of git://git.kernel.org/pub/scm/linu...Linus Torvalds3-48/+39
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-17/+13
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds5-10/+16
2013-03-03Merge branch 'fixes-for-3.9-latest' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+12
2013-03-03Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds6-0/+1417
2013-03-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-03-03drm/i915: Fix Haswell/CRW PCI IDs.Kenneth Graunke1-6/+6
2013-03-03drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä1-7/+4
2013-03-03Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-8/+10
2013-03-03Merge tag 'usb-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-15/+14
2013-03-03Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds20-849/+795
2013-03-03Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2-77/+75
2013-03-03Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds14-273/+1292
2013-03-03drm/i915: wait_event_timeout's timeout is in jiffiesPaulo Zanoni1-1/+2
2013-03-03drm/i915: Fix missing variable initilizationSyam Sidhardhan1-1/+1
2013-03-03ax88179_178a: ASIX AX88179_178A USB 3.0/2.0 to gigabit ethernet adapter driverFreddy Xin3-0/+1467
2013-03-02Merge tag 'for-linus-20130301' of git://git.infradead.org/linux-mtdLinus Torvalds33-329/+1800
2013-03-03Merge branches 'devel-stable', 'fixes' and 'mmci' into for-linusRussell King116-937/+1210
2013-03-02metag: Internal and external irqchipsJames Hogan3-0/+1213
2013-03-02metag: Time keepingJames Hogan3-0/+204
2013-03-02Merge tag 'dm-3.9-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds43-580/+8407
2013-03-02Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds5-11/+15
2013-03-02Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds67-1190/+4000
2013-03-02parisc: check return value of down_interruptible() in hp_sdc_rtc.cHelge Deller1-3/+12
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu1-13/+10
2013-03-02Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds1-0/+2
2013-03-02Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds5-13/+13
2013-03-02kgdb/kgdbts: support ppc64Tiejun Chen1-0/+2
2013-03-02gpio/gpio-ich: fix ichx_gpio_check_available() return what callers expectMika Westerberg1-2/+2
2013-03-02gpiolib: move comment to right functionAlexandre Courbot1-1/+1
2013-03-02gpiolib: use const parameters when possibleAlexandre Courbot1-13/+16
2013-03-02gpiolib: check descriptors validity before useAlexandre Courbot1-47/+65
2013-03-01dm cache: add cleaner policyHeinz Mauelshagen3-0/+474
2013-03-01dm cache: add mq policyJoe Thornber3-0/+1207
2013-03-01dm: add cache targetJoe Thornber12-0/+4475
2013-03-01dm persistent data: add bitsetJoe Thornber3-0/+329
2013-03-01dm persistent data: add transactional arrayJoe Thornber3-0/+975
2013-03-01dm thin: remove cells from stackJoe Thornber3-23/+43
2013-03-01dm bio prison: pass cell memory inJoe Thornber3-101/+176
2013-03-01dm persistent data: add btree_walkJoe Thornber4-0/+69
2013-03-01dm: add target num_write_bios fnAlasdair G Kergon1-7/+15
2013-03-01dm kcopyd: introduce configurable throttlingMikulas Patocka4-4/+132
2013-03-01dm ioctl: allow message to return dataMikulas Patocka1-1/+35
2013-03-01dm ioctl: optimize functions without variable paramsMikulas Patocka1-18/+34
2013-03-01dm ioctl: introduce ioctl_flagsMikulas Patocka1-23/+41
2013-03-01dm: merge io_pool and tio_poolJun'ichi Nomura1-49/+27
2013-03-01dm: remove unused _rq_bio_info_cacheJun'ichi Nomura1-21/+10
2013-03-01dm: fix limits initialization when there are no data devicesMike Christie1-5/+7
2013-03-01dm snapshot: add missing module aliasesMikulas Patocka1-0/+2
2013-03-01dm persistent data: set some btree fn parms constMike Snitzer2-9/+9
2013-03-01dm: refactor bio cloningAlasdair G Kergon1-68/+96
2013-03-01dm: rename bio cloning functionsAlasdair G Kergon1-32/+31
2013-03-01dm: rename request variables to biosAlasdair G Kergon14-66/+66
2013-03-01dm: clean up clone_bioAlasdair G Kergon1-45/+57
2013-03-01dm persistent data: remove CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-03-01dm: remove CONFIG_EXPERIMENTALAlasdair G Kergon1-12/+12
2013-03-01dm thin: use block_size_is_power_of_twoMike Snitzer1-12/+13
2013-03-01dm bufio: use WRITE_FLUSH instead of REQ_FLUSHMikulas Patocka1-1/+1
2013-03-01dm table: remove superfluous variable resetWang Sheng-Hui1-1/+0
2013-03-01dm thin: support a non power of 2 discard_granularityMike Snitzer1-8/+1
2013-03-01dm: fix truncated status stringsMikulas Patocka12-113/+97
2013-03-01dm: do not replace bioset for request based dmJun'ichi Nomura1-9/+21
2013-03-01hsi: fix kernel-doc warningsRandy Dunlap1-1/+1
2013-03-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville15-84/+196
2013-03-01xenbus: fix compile failure on ARM with Xen enabledSteven Noonan1-0/+1
2013-03-01regulator: fixed regulator_bulk_enable unwinding codeAndrzej Hajda1-3/+7
2013-03-01watchdog: sp805_wdt depends on ARMAlessandro Rubini1-1/+1
2013-03-01watchdog: davinci_wdt: update to devm_* APIKumar, Anil1-21/+5
2013-03-01watchdog: davinci_wdt: use devm managed clk getMrugesh Katepallewar1-2/+1
2013-03-01watchdog: at91rm9200: add DT supportJoachim Eastwood2-1/+10
2013-03-01watchdog: add timeout-sec property bindingFabio Porcedda4-15/+15
2013-03-01watchdog: at91sam9_wdt: Convert to use the watchdog frameworkWenyou Yang2-119/+43
2013-03-01watchdog: omap_wdt: Add option nowayoutPali Rohár1-1/+5
2013-03-01watchdog: core: dt: add support for the timeout-sec dt propertyFabio Porcedda2-11/+58
2013-03-01watchdog: bcm47xx_wdt.c: add hard timerHauke Mehrtens1-6/+63
2013-03-01watchdog: bcm47xx_wdt.c: rename wdt_time to timeoutHauke Mehrtens1-4/+4
2013-03-01watchdog: bcm47xx_wdt.c: rename ops methodsHauke Mehrtens1-18/+18
2013-03-01watchdog: bcm47xx_wdt.c: use platform deviceHauke Mehrtens1-78/+78
2013-03-01watchdog: bcm47xx_wdt.c: convert to watchdog core apiHauke Mehrtens2-130/+23