aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-06-03net/cxgb4: Fix referencing freed adapterHEADpowerkvmmasterGavin Shan1-1/+1
2014-06-03net/cxgb4: Don't retrieve stats during recoveryGavin Shan1-0/+10
2014-06-03net/cxgb4: Avoid disabling PCI device for towiceGavin Shan2-7/+21
2014-05-23bnx2x: EEH recovory failed with Shiner adapterWang Sen1-2/+2
2014-05-22bnx2x: Fix kernel crash and EEH recovery issueswenxiong@linux.vnet.ibm.com1-0/+2
2014-05-22lpfc: Add iotag memory barrierBrian King1-0/+2
2014-05-16CVE-2014-0196Mike Ranweiler1-0/+4
2014-04-22tick-broadcast/cpuidle: Fix the programming of the broadcast hrtimerBenjamin Herrenschmidt1-2/+1
2014-04-16vfio-pci: Use pci "try" reset interfaceAlex Williamson1-20/+9
2014-04-16PCI: Add pci_try_reset_function(), pci_try_reset_slot(), pci_try_reset_bus()Alex Williamson1-0/+155
2014-04-16PCI: Export MSI message relevant functionsGavin Shan1-0/+2
2014-04-14powerpc/pci: Mask linkDown on resetting PCI busGavin Shan1-8/+13
2014-04-09enclosure: fix WARN_ON in dual path device removingwenxiong@linux.vnet.ibm.com1-1/+2
2014-04-09md/raid5: Fix CPU hotplug callback registrationOleg Nesterov1-46/+44
2014-04-09md/raid5: Revert partial fix of CPU hotplug callback registrationSrivatsa S. Bhat1-34/+39
2014-04-01powernv, cpufreq: Export nominal frequency via sysfs.Gautham R. Shenoy1-1/+48
2014-04-01cpuidle:Remove the debug messages printed on exit from idle statePreeti U Murthy1-19/+2
2014-03-31tty/hvc_opal: Kick the HVC thread on OPAL console eventsBenjamin Herrenschmidt1-1/+25
2014-03-25drm/radeon: remove generic rptr/wptr functions (v2)Alex Deucher10-99/+254
2014-03-25drm/radeon: remove special handling for the DMA ringChristian König10-45/+84
2014-03-25drm/radeon: rework UVD writeback & [rw]ptr handlingChristian König8-28/+37
2014-03-25drm/radeon: rework ring function handlingChristian König3-599/+254
2014-03-25drm/radeon: use callbacks for ring pointer handling (v3)Alex Deucher4-14/+182
2014-03-19hwsensors/ibmpowernv: Fix up sysfs file duplicationNeelesh Gupta1-0/+1
2014-03-19ipr: Add new CCIN definition for Grand Canyon supportwenxiong@vmlinux.vnet.ibm.com2-0/+9
2014-03-19ipr: Format HCAM overlay ID 0x21wenxiong@vmlinux.vnet.ibm.com2-0/+53
2014-03-19ipr: Get rid of superfluous call to pci_disbale_msi/msix()Alexander Gordeev1-2/+0
2014-03-19ipr: Handle early EEHBrian King2-89/+179
2014-03-19ipr: Add new CCIN definition for new hardware supportwenxiong@vmlinux.vnet.ibm.com2-0/+3
2014-03-19ipr: Remove extended delay bit on GSCSI reads/writes opswenxiong@vmlinux.vnet.ibm.com2-1/+6
2014-03-19ipr: Increase msi-x interrupt vectors to 16wenxiong@linux.vnet.ibm.com2-2/+2
2014-03-19ipr: Add sereral new CCIN definitions for new adapters supportwenxiong@linux.vnet.ibm.com2-0/+21
2014-03-19ipr: IOA Status Code(IOASC) updatewenxiong@linux.vnet.ibm.com1-1/+39
2014-03-19ipr: qc_fill_rtf() method should not store alternate status registerSergei Shtylyov1-1/+0
2014-03-10xhci: fix incorrect type in assignment in handle_device_notification()Xenia Ragiadakou1-1/+1
2014-03-10xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bitXenia Ragiadakou1-2/+3
2014-03-06net/mlx4: Support shutdown() interfaceGavin Shan1-0/+1
2014-03-05drivers/vfio/pci: Fix MSIx message lostGavin Shan1-0/+19
2014-03-04cpuidle/powernv: Enable Fastsleep at boot timePreeti U Murthy1-1/+4
2014-03-04hwsensors/ibmpowernv: Cleanup and fix up sysfs file duplicationNeelesh Gupta1-87/+76
2014-03-04net/cxgb4: use remove handler as shutdown handlerThadeu Lima de Souza Cascardo1-0/+1
2014-01-29md: Avoid deadlock in raid5_alloc_percpuOleg Nesterov1-39/+34
2014-01-22pci: add "fundamental reset" quirkThadeu Lima de Souza Cascardo1-0/+21
2014-01-22powernv/cpufreq: Fix crash on hotplug using a hotplug-invariant cpumaskSrivatsa S. Bhat1-2/+8
2014-01-22powerpc/powernv: Add power sensor data retrieval from FSPVaidyanathan Srinivasan1-0/+8
2014-01-22powerpc/powernv: hwmon driver for power values, fan rpm and temperatureNeelesh Gupta3-0/+541
2014-01-08cxgb4: allow large buffer size to have page sizeThadeu Lima de Souza Cascardo1-1/+1
2014-01-08bnx2x: Change to D3hot only on removalYuval Mintz2-10/+24
2014-01-06vfio-pci: PCI hot reset interfaceAlex Williamson1-1/+285
2014-01-06vfio-pci: Test for extended config spaceAlex Williamson1-3/+8
2014-01-06vfio-pci: Use fdget() rather than eventfd_fget()Alex Williamson1-19/+16
2014-01-06PCI: Add pci_probe_reset_slot() and pci_probe_reset_bus()Alex Williamson1-0/+24
2014-01-06PCI: Remove aer_do_secondary_bus_reset()Alex Williamson3-38/+4
2014-01-06PCI: Tune secondary bus reset timingAlex Williamson1-2/+14
2014-01-06PCI: Wake-up devices before saving config space for resetAlex Williamson1-0/+7
2014-01-06PCI: Add pci_reset_slot() and pci_reset_bus()Alex Williamson1-0/+209
2014-01-06PCI: Split out pci_dev lock/unlock and save/restoreAlex Williamson1-17/+38
2014-01-06PCI: Add slot reset option to pci_dev_reset()Alex Williamson1-0/+34
2014-01-06PCI: pciehp: Add reset_slot() methodAlex Williamson3-0/+44
2014-01-06PCI: Add pci_reset_bridge_secondary_bus()Alex Williamson1-9/+23
2014-01-064K Page alignment is CRITICAL for BlockGuard IO and not for normal IO.James Smart1-3/+6
2013-12-19tg3: Implement the shutdown handlerGavin Shan1-2/+18
2013-12-19tg3: Allow NVRAM programming when interface is downGavin Shan1-9/+3
2013-12-12Merge tag 'v3.10.23' into frobisherMichael Neuling401-1941/+4668
2013-12-12Revert "HID: validate HID report id size"Michael Neuling14-130/+101
2013-12-12cpufreq/powernv: Fix device-tree properties and reduce IPIVaidyanathan Srinivasan1-23/+18
2013-12-12cpuidle/powernv: Fix programming of bc_hrtimerPreeti U Murthy2-5/+4
2013-12-12net: tg3: fix NULL pointer dereferenceGavin Shan1-2/+3
2013-12-12net/tg3: Fix warning from pci_disable_device()Gavin Shan1-1/+2
2013-12-12net/tg3: Fix kernel crashGavin Shan1-1/+2
2013-12-12cpuidle/powernv: Parse device tree to setup idle statesPreeti U Murthy1-9/+65
2013-12-12powernv/cpuidle: Add power7_sleep with context managementVaidyanathan Srinivasan1-1/+1
2013-12-12powernv/cpuidle: Add few debug hooks for napVaidyanathan Srinivasan1-2/+28
2013-12-12cpuidle/ppc: Introduce the deep idle state in which the local timers stopPreeti U Murthy1-0/+146
2013-12-12cpuidle/ppc: Nominate new broadcast cpu on hotplug of the oldPreeti U Murthy1-0/+22
2013-12-12POWER/cpuidle: Enable powernv cpuidle support.Deepthi Dharwar1-3/+34
2013-12-12POWER/puidle: Generic POWERPC-BOOK3S CPUIDLE driver supporting PSERIES.Deepthi Dharwar1-16/+16
2013-12-12pseries/cpuidle: Remove MAX_IDLE_STATE macro.Deepthi Dharwar1-18/+9
2013-12-12pseries/cpuidle: Make pseries_idle backend driver a non-module.Deepthi Dharwar1-14/+1
2013-12-12pseries/cpuidle: Use cpuidle_register() for initialisation.Deepthi Dharwar1-68/+11
2013-12-12pseries/cpuidle: Move processor_idle.c to drivers/cpuidle.Deepthi Dharwar4-0/+377
2013-12-12powernv: powerpc_book3s_cpufreq driver for powernv platformVaidyanathan Srinivasan3-0/+321
2013-12-12ixgbe: Reduce memory consumption with larger page sizesAnton Blanchard1-0/+4
2013-12-12hwrng: Add a driver for the hwrng found in power7+ systemsMichael Ellerman3-0/+95
2013-12-12vfio: Add O_CLOEXEC flag to vfio device fdAlex Williamson1-1/+1
2013-12-12vfio: use get_unused_fd_flags(0) instead of get_unused_fd()Yann Droneaud1-1/+1
2013-12-12powerpc/pci/hotplug: Don't need to remove from EEH cache twiceGavin Shan1-1/+0
2013-12-12vfio: add external user supportAlexey Kardashevskiy1-0/+62
2013-12-12powerpc/vfio: Enable on pSeries platformAlexey Kardashevskiy2-2/+2
2013-12-12powerpc/vfio: Implement IOMMU driver for VFIOAlexey Kardashevskiy4-0/+385
2013-12-12powerpc/vfio: Enable on PowerNV platformAlexey Kardashevskiy1-0/+8
2013-12-12vfio-pci: Avoid deadlock on removeAlex Williamson1-2/+21
2013-12-12vfio: Ignore sprurious notifiesAlex Williamson1-5/+3
2013-12-12vfio: Don't overreact to DEL_DEVICEAlex Williamson1-22/+7
2013-12-12vfio: Limit group opensAlex Williamson1-0/+14
2013-12-12iommu: Fix compiler warning on pr_debugAlex Williamson1-1/+1
2013-12-12iommu: Split iommu_unmapsAlex Williamson1-28/+35
2013-12-12mm/cma: Move dma contiguous changes into a seperate configAneesh Kumar K.V2-17/+5
2013-12-12rt2800-rearrange-bbp-rfcsr-initialization.patchStephen Rothwell1-5/+6
2013-12-12HID: validate HID report id sizeKees Cook14-101/+130
2013-12-12cx23885: Fix TeVii S471 regression since introduction of ts2020Johannes Koch1-0/+4
2013-12-12HID: Revert "Revert "HID: Fix logitech-dj: missing Unifying device issue""Nestor Lopez Casado2-0/+46
2013-12-12Input: elantech - fix for newer hardware versions (v7)Matteo Delfino1-8/+9
2013-12-12HID: kye: Add report fixup for Genius Gila Gaming mouseBenjamin Tissoires3-0/+23
2013-12-12iwl4965-better-skb-management-in-rx-path.patchStephen Rothwell1-6/+12
2013-12-12iwl3945-better-skb-management-in-rx-path.patchStephen Rothwell1-12/+19
2013-12-12HID: input: return ENODATA if reading battery attrs failsDavid Herrmann1-2/+2
2013-12-12drm/radeon: Disable writeback by default on ppcAdam Jackson4-3/+17
2013-12-12scsi-ipr-possible-irq-lock-inversion-dependency-detected.patchStephen Rothwell1-8/+9
2013-12-12cve-2013-2147-ciss-info-leak.patchStephen Rothwell2-0/+2
2013-12-12intel_iommu-Downgrade-the-warning-if-enabling-irq-remapping-fails.patchStephen Rothwell1-2/+1
2013-12-12ath9k_rx_dma_stop_check.patchStephen Rothwell1-1/+11
2013-12-12vt: Drop K_OFF for VC_MUTEAdam Jackson2-7/+46
2013-12-12scsi-sd_revalidate_disk-prevent-NULL-ptr-deref.patchStephen Rothwell1-1/+6
2013-12-12lis3-improve-handling-of-null-rate.patchStephen Rothwell1-8/+8
2013-12-12Disable i8042 checks on Intel Apple MacsBastien Nocera1-0/+22
2013-12-12silence-acpi-blacklist.patchStephen Rothwell1-3/+3
2013-12-12drm-i915-dp-stfu.patchStephen Rothwell1-6/+8
2013-12-12drm/qxl: post 3.10 features part 2Dave Airlie7-19/+236
2013-12-12drm/qxl: post 3.10 feature fixesDave Airlie6-117/+98
2013-12-12drm: add hotspot support for cursors.Dave Airlie2-6/+30
2013-12-12devel-pekey-secure-boot-20130502.patchStephen Rothwell7-3/+39
2013-12-12dev-crash-driver.patchKyle McMartin3-0/+133
2013-12-12silence-fbcon-logo.patchStephen Rothwell1-7/+17
2013-12-12Don't print an error message just because there's no i8042 chip.Peter Jones2-5/+1
2013-12-12serial-460800.patchStephen Rothwell1-2/+27
2013-12-12no-pcspkr-modalias.patchStephen Rothwell1-1/+0
2013-12-12die-floppy-dieKyle McMartin1-2/+1
2013-12-12input-kill-stupid-messages.patchStephen Rothwell1-0/+4
2013-12-12acpi-sony-nonvs-blacklist.patchStephen Rothwell1-0/+16
2013-12-12acpi-video-dos.patchStephen Rothwell1-1/+1
2013-12-12defaults-acpi-video.patchStephen Rothwell1-1/+1
2013-12-12arm-tegra-usb-no-reset-linux33.patchStephen Rothwell1-0/+7
2013-12-12arm-omap-load-tfp410.patchStephen Rothwell1-0/+3
2013-12-12arm-lpae-ax88796.patchStephen Rothwell1-0/+7
2013-12-08drm/radeon/audio: correct ACR tablePierre Ossman1-3/+3
2013-12-08drm/radeon/audio: improve ACR calculationPierre Ossman1-22/+46
2013-12-08iommu: Remove stack trace from broken irq remapping warningNeil Horman1-6/+7
2013-12-08iommu/vt-d: Fixed interaction of VFIO_IOMMU_MAP_DMA with IOMMU address limitsJulian Stecklina1-1/+5
2013-12-08HID: lg: fix Report Descriptor for Logitech MOMO Force (Black)Simon Wood1-0/+58
2013-12-08video: kyro: fix incorrect sizes when copying to userspaceSasha Levin1-3/+3
2013-12-08mmc: block: fix a bug of error handling in MMC driverKOBAYASHI Yoshitake1-3/+42
2013-12-08team: fix master carrier set when user linkup is enabledJiri Pirko1-0/+4
2013-12-08net: 8139cp: fix a BUG_ON triggered by wrong bytes_complYang Yingliang1-3/+2
2013-12-08r8169: check ALDPS bit and disable it if enabled for the 8168gDavid Chang1-0/+5
2013-12-08atm: idt77252: fix dev refcnt leakYing Xue1-1/+1
2013-12-08net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2-11/+4
2013-12-08connector: improved unaligned access error fixChris Metcalf1-30/+42
2013-12-08isdnloop: use strlcpy() instead of strcpy()Dan Carpenter1-3/+5
2013-12-08bonding: fix two race conditions in bond_store_updelay/downdelayNikolay Aleksandrov1-0/+6
2013-12-08macvtap: limit head length of skb allocatedJason Wang1-1/+7
2013-12-08tuntap: limit head length of skb allocatedJason Wang1-1/+9
2013-12-08usbnet: fix status interrupt urb handlingFelix Fietkau1-3/+0
2013-12-08bonding: don't permit to use ARP monitoring in 802.3ad modeVeaceslav Falico1-2/+3
2013-12-08net/mlx4_en: Fixed crash when port type is changedAmir Vadai1-4/+4
2013-12-04xen-netback: fix refcnt unbalance for 3.10Wei Liu1-4/+6
2013-12-04iwl4965: better skb management in rx pathStanislaw Gruszka1-6/+12
2013-12-04iwl3945: better skb management in rx pathEric Dumazet1-12/+19
2013-12-04media: cx23885: Fix TeVii S471 regression since introduction of ts2020Johannes Koch1-0/+4
2013-12-04iwlwifi: don't WARN on host commands sent when firmware is deadEmmanuel Grumbach1-2/+4
2013-12-04drm/radeon: re-enable sw ACR support on pre-DCE4Alex Deucher1-0/+1
2013-12-04drm/radeon: use hw generated CTS/N values for audioAlex Deucher2-4/+2
2013-12-04drm/radeon: fix N/CTS clock matching for audioAlex Deucher1-3/+3
2013-12-04drm/radeon: use 64-bit math to calculate CTS values for audio (v2)Alex Deucher1-2/+9
2013-12-04HID: apple: option to swap the 'Option' ("Alt") and 'Command' ("Flag") keys.Nanno Langstraat1-0/+22
2013-12-04HID: enable Mayflash USB Gamecube AdapterTristan Rice2-1/+3
2013-12-04HID: roccat: add missing special driver declarationsStefan Achatz1-1/+3
2013-12-04HID: roccat: fix Coverity CID 141438Stefan Achatz1-0/+4
2013-12-04HID: roccat: add new device return valueStefan Achatz1-6/+6
2013-12-04media: s5h1420: Don't use dynamic static allocationMauro Carvalho Chehab1-2/+9
2013-12-04media: dvb-frontends: Don't use dynamic static allocationMauro Carvalho Chehab9-10/+101
2013-12-04media: dvb-frontends: Don't use dynamic static allocationMauro Carvalho Chehab6-15/+96
2013-12-04media: stb0899_drv: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+11
2013-12-04media: stv0367: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+12
2013-12-04media: stv090x: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+11
2013-12-04media: tuners: Don't use dynamic static allocationMauro Carvalho Chehab4-15/+83
2013-12-04media: tuner-xc2028: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+7
2013-12-04media: lirc_zilog: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+11
2013-12-04media: cx18: struct i2c_client is too big for stackMauro Carvalho Chehab1-8/+12
2013-12-04media: cimax2: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+12
2013-12-04media: av7110_hw: Don't use dynamic static allocationMauro Carvalho Chehab1-2/+17
2013-12-04media: cxusb: Don't use dynamic static allocationMauro Carvalho Chehab1-4/+37
2013-12-04media: dibusb-common: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+9
2013-12-04media: dw2102: Don't use dynamic static allocationMauro Carvalho Chehab1-10/+80
2013-12-04media: af9015: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+2
2013-12-04media: af9035: Don't use dynamic static allocationMauro Carvalho Chehab1-3/+26
2013-12-04media: mxl111sf: Don't use dynamic static allocationMauro Carvalho Chehab1-1/+9
2013-12-04drm/radeon/vm: don't attempt to update ptes if ib allocation failsAlex Deucher1-0/+2
2013-12-04gpio: pl061: move irqdomain initializationLinus Walleij1-5/+5
2013-12-04HID: lg: fix ReportDescriptor for Logitech Formula VibrationSimon Wood1-0/+77
2013-12-04HID:hid-lg4ff: Initialize device properties before we touch autocentering.Simon Wood1-11/+11
2013-12-04HID:hid-lg4ff: Switch autocentering off when strength is set to zero.Simon Wood1-0/+25
2013-12-04HID:hid-lg4ff: Scale autocentering force properly on Logitech wheelSimon Wood1-3/+12
2013-12-04HID: multicouh: add PID VID to support 1 new Wistron optical touch deviceKaiChung Cheng3-0/+10
2013-12-04HID: hid-sensor-hub: fix report sizeSrinivas Pandruvada1-5/+8
2013-12-04HID: hid-multitouch: add support for SiS panelsForest Bond5-0/+17
2013-12-04HID: logitech - lg2ff: Add IDs for Formula Vibration Feedback WheelElias Vanderstuyft5-4/+11
2013-12-04HID: multitouch: Fix GeneralTouch products and add more PIDsLuosong2-2/+22
2013-12-04clk: armada-370: fix tclk frequenciesSimon Guinot1-2/+2
2013-12-04cpufreq: highbank-cpufreq: Enable Midway/ECX-2000Mark Langsdorf1-1/+2