aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-07-25virtio: console: prevent use-after-free of port name in port unplugHEADmasterAmit Shah1-2/+1
2013-07-25virtio: console: fix locking around send_sigio_to_port()Amit Shah1-3/+5
2013-07-25virtio: console: add locking in port unplug pathAmit Shah1-0/+2
2013-07-25virtio: console: add locks around buffer removal in port unplug pathAmit Shah1-2/+6
2013-07-25virtio: console: return -ENODEV on all read operations after unplugAmit Shah1-1/+5
2013-07-25virtio: console: fix raising SIGIO after port unplugAmit Shah1-3/+5
2013-07-25virtio: console: clean up port data immediately at time of unplugAmit Shah1-8/+8
2013-07-25virtio: console: fix race in port_fops_open() and port unplugAmit Shah1-0/+4
2013-07-24virtio: console: fix race with port unplug and open/closeAmit Shah1-7/+6
2013-07-23Merge tag 'please-pull-bp-edac' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-14/+25
2013-07-23Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-2/+4
2013-07-23EDAC: Fix lockdep splatBorislav Petkov3-14/+25
2013-07-23Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds25-130/+242
2013-07-23Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds4-44/+26
2013-07-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-6/+12
2013-07-22Merge tag 'gpio-for-v3.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-15/+71
2013-07-22Merge branch 'for-3.11/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds37-1425/+2784
2013-07-22of/irq: init struct resource to 0 in of_irq_to_resource()Sebastian Andrzej Siewior1-0/+1
2013-07-22of/irq: Avoid calling list_first_entry() for empty listAxel Lin1-2/+3
2013-07-22Merge tag 'drm-intel-fixes-2013-07-22' of git://people.freedesktop.org/~danve...Dave Airlie10-49/+110
2013-07-22Thermal: Fix lockup of cpu_down()Steven Rostedt1-1/+0
2013-07-22Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/...Dave Airlie14-65/+121
2013-07-22drm/crtc-helper: explicit DPMS on after modesetDaniel Vetter1-16/+11
2013-07-21Merge tag 'acpi-video-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-27/+110
2013-07-21drm/i915: fix up gt init sequence falloutDaniel Vetter4-6/+7
2013-07-20Merge tag 'staging-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds154-91615/+20
2013-07-20drivers: gpio: msm: Fix the error condition for reading ngpioRohit Vaswani1-1/+1
2013-07-20gpio/omap: fix build error when OF_GPIO is not defined.Javier Martinez Canillas1-2/+14
2013-07-20gpio/omap: auto request GPIO as input if used as IRQ via DTJavier Martinez Canillas1-0/+18
2013-07-20gpio/omap: don't create an IRQ mapping for every GPIO on DTJavier Martinez Canillas1-14/+40
2013-07-20drm/i915: Serialize almost all register accessChris Wilson1-3/+6
2013-07-20drm/i915: quirk no PCH_PWM_ENABLE for Dell XPS13 backlightKamal Mostafa3-1/+19
2013-07-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2-2/+3
2013-07-19Merge tag 'pm+acpi-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds9-15/+27
2013-07-19s390/zcrypt: Alias for new zcrypt device driver base moduleIngo Tuchscherer1-0/+1
2013-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds9-76/+133
2013-07-18Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+3
2013-07-18Merge tag 'md-3.11-fixes' of git://neil.brown.name/mdLinus Torvalds3-39/+39
2013-07-19drm/i915: correctly restore fences with objects attachedDaniel Vetter1-2/+16
2013-07-18Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds39-277/+918
2013-07-18macvtap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-25/+37
2013-07-18tuntap: do not zerocopy if iov needs more pages than MAX_SKB_FRAGSJason Wang1-24/+38
2013-07-18Merge tag 'driver-core-3.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-29/+92
2013-07-18Merge branch 'pm-fixes'Rafael J. Wysocki4-10/+7
2013-07-18ACPI / video: ignore BIOS initial backlight value for Fujitsu E753Lan Tianyu1-0/+8
2013-07-18Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-07-18Merge branch 'cpuinit_phase2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds28-103/+98
2013-07-18Merge tag 'sound-3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai...Linus Torvalds2-1/+6
2013-07-18Merge branch 'drm/3.11/fixes' of git://linuxtv.org/pinchartl/fbdev into drm-f...Dave Airlie2-4/+14
2013-07-18Merge tag 'v3.10' into drm-intel-fixesDaniel Vetter73-362/+5138
2013-07-18md/raid1: fix bio handling problems in process_checks()NeilBrown1-23/+30
2013-07-18md: Remove recent change which allows devices to skip recovery.NeilBrown1-14/+0
2013-07-18md/raid10: fix two problems with RAID10 resync.NeilBrown1-2/+9
2013-07-18Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie11-33/+77
2013-07-18ACPI / video: no automatic brightness changes by win8-compatible firmwareAaron Lu1-2/+8
2013-07-18ACPI / video / i915: No ACPI backlight if firmware expects Windows 8Rafael J. Wysocki4-9/+94
2013-07-18PNP / ACPI: avoid garbage in resource nameLiu ShuoX2-1/+2
2013-07-18ACPI / video: Always call acpi_video_init_brightness() on initMatthew Garrett1-3/+8
2013-07-18ACPICA: expose OSI versionAaron Lu1-13/+0
2013-07-17drm/radeon/dpm: add debugfs support for RS780/RS880 (v3)Alex Deucher4-0/+31
2013-07-17drm/radeon/dpm/atom: fix broken gcc harderAlex Deucher1-3/+6
2013-07-17xen-netfront: pull on receive skb may need to happen earlierJan Beulich1-18/+13
2013-07-17vxlan: add necessary locking on device removalstephen hemminger1-0/+6
2013-07-17drm/radeon/dpm/atom: restructure logic to work around a compiler bugAndre Heider1-2/+3
2013-07-17drm/radeon/dpm: fix atom vram table parsingAlex Deucher1-16/+10
2013-07-17drm/radeon: fix an endian bug in atom table parsingAlex Deucher1-1/+1
2013-07-17drm/radeon: add a module parameter to disable aspmAlex Deucher6-12/+27
2013-07-17drm/rcar-du: Use the GEM PRIME helpersLaurent Pinchart1-2/+7
2013-07-17drm/shmobile: Use the GEM PRIME helpersLaurent Pinchart1-2/+7
2013-07-17drm/i915: Fix dereferencing invalid connectors in is_crtc_connector_off()Chris Wilson1-10/+13
2013-07-17drm/i915: Sanitize shared dpll stateDaniel Vetter1-2/+17
2013-07-17drm/i915: fix long-standing SNB regression in power consumption after resume v2Konstantin Khlebnikov2-11/+12
2013-07-16hyperv: Fix the NETIF_F_SG flag setting in netvscHaiyang Zhang1-2/+2
2013-07-16driver-core: fix new kernel-doc warning in base/platform.cRandy Dunlap1-0/+1
2013-07-16Merge tag 'iio-fixes-for-3.11a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman8-16/+20
2013-07-16staging: csr: remove driverGreg Kroah-Hartman146-91599/+0
2013-07-16Merge branch 'bcache-for-3.11' of git://evilpiepirate.org/~kent/linux-bcache ...Jens Axboe8-31/+61
2013-07-17Merge tag 'drm-intel-fixes-2013-07-11' of git://people.freedesktop.org/~danve...Dave Airlie5-68/+93
2013-07-16cpufreq: Revert commit 2f7021a8 to fix CPU hotplug regressionSrivatsa S. Bhat1-3/+0
2013-07-16be2net: Fix to avoid hardware workaround when not neededSarveshwar Bandi1-4/+10
2013-07-16macvtap: do not assume 802.1Q when send vlan packetsJason Wang1-1/+1
2013-07-16macvtap: fix the missing ret value of TUNSETQUEUEJason Wang1-0/+1
2013-07-16mlx5 core: Fix __udivdi3 when compiling for 32 bit archesTim Gardner1-1/+1
2013-07-16bgmac: add dependency to phylibHauke Mehrtens1-0/+1
2013-07-16atl1e: unmap partially mapped skb on dma error and free skbNeil Horman1-1/+23
2013-07-16driver core: add default groups to struct classGreg Kroah-Hartman1-1/+8
2013-07-16driver core: Introduce device_create_groupsGuenter Roeck1-28/+83
2013-07-16s390/qdio: remove unused variableSebastian Ott1-2/+2
2013-07-16iio: lps331ap: Fix wrong in_pressure_scale output valueJacek Anaszewski1-2/+4
2013-07-16Thermal: x86_pkg_temp: Limit number of pkg temp zonesSrinivas Pandruvada1-0/+5
2013-07-16uvesafb: Really allow mtrr being 0, as documented and warn()edSylvain 'ythier' Hitier1-1/+1
2013-07-16Merge branch 'drm-fixes-3.11' of git://people.freedesktop.org/~agd5f/linuxDave Airlie25-171/+733
2013-07-15Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2013-07-15staging: line6: Fix unlocked snd_pcm_stop() callTakashi Iwai1-1/+4
2013-07-15[media] saa7134: Fix unlocked snd_pcm_stop() callTakashi Iwai1-0/+2
2013-07-15radeon kms: do not flush uninitialized hotplug workSergey Senozhatsky1-5/+6
2013-07-15drm/radeon/dpm/sumo: handle boost states properly when forcing a perf levelAlex Deucher1-0/+6
2013-07-15drm/radeon: align VM PTBs (Page Table Blocks) to 32KAlex Deucher2-6/+11
2013-07-15Merge remote-tracking branch 'spi/fix/xilinx' into spi-linusMark Brown1-0/+16
2013-07-15Merge remote-tracking branch 'spi/fix/setup' into spi-linusMark Brown2-0/+25
2013-07-15Merge remote-tracking branch 'spi/fix/s3c64xx' into spi-linusMark Brown1-0/+3
2013-07-15Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add()Wei Yongjun1-3/+5
2013-07-15Thermal: x86 package temp thermal crashSrinivas Pandruvada1-2/+2
2013-07-14drivers: delete __cpuinit usage from all remaining drivers filesPaul Gortmaker4-9/+9
2013-07-14acpi: delete __cpuinit usage from all acpi filesPaul Gortmaker4-13/+11
2013-07-14hwmon: delete __cpuinit usage from all hwmon filesPaul Gortmaker2-25/+22
2013-07-14cpufreq: delete __cpuinit usage from all cpufreq filesPaul Gortmaker10-32/+32
2013-07-14clocksource+irqchip: delete __cpuinit usage from all related filesPaul Gortmaker8-24/+24
2013-07-15cpufreq: s3c24xx: rename CONFIG_CPU_FREQ_S3C24XX_DEBUGFSPaul Bolle1-2/+2
2013-07-15cpufreq: Revert commit a66b2e to fix suspend/resume regressionSrivatsa S. Bhat2-5/+5
2013-07-15ACPI / memhotplug: Fix a stale pointer in error pathToshi Kani1-0/+1
2013-07-15ACPI / scan: Always call acpi_bus_scan() for bus check notificationsRafael J. Wysocki1-4/+6
2013-07-15ACPI / scan: Do not try to attach scan handlers to devices having themRafael J. Wysocki1-0/+3
2013-07-14hwmon: (abx500) Staticize abx500_temp_attributesSachin Kamat1-1/+1
2013-07-14Linux 3.11-rc1Linus Torvalds1-1601/+880
2013-07-14drm/radeon: allow selection of alignment in the sub-allocatorAlex Deucher5-4/+8
2013-07-14drm/radeon: never unpin UVD bo v3Christian König5-56/+53
2013-07-14drm/radeon: fix UVD fence emitChristian König1-1/+1
2013-07-14drm/radeon: add fault decode function for CIKAlex Deucher2-2/+46
2013-07-14drm/radeon: add fault decode function for SI (v2)Alex Deucher2-2/+284
2013-07-14drm/radeon: add fault decode function for cayman/TN (v2)Alex Deucher3-2/+185
2013-07-14drm/radeon: use radeon device for request firmwareJerome Glisse6-88/+24
2013-07-14drm/radeon: add missing ttm_eu_backoff_reservation to radeon_bo_list_validateMaarten Lankhorst1-0/+1
2013-07-14drm/radeon: use CP DMA on r6xx for bo movesAlex Deucher1-3/+3
2013-07-14drm/radeon: implement bo copy callback using CP DMA (v2)Alex Deucher3-0/+85
2013-07-14drm/radeon: Disable dma rings for bo moves on r6xxAlex Deucher1-6/+6
2013-07-14drm/radeon/dpm: disable gfx PG on PALMAlex Deucher1-1/+7
2013-07-14drm/radeon/hdmi: make sure we have an afmt block assignedAlex Deucher2-0/+12
2013-07-13Merge branch 'for_linus' of git://cavan.codon.org.uk/platform-drivers-x86Linus Torvalds12-40/+441
2013-07-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds8-56/+162
2013-07-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds24-56/+393
2013-07-13Merge tag 'scsi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds46-529/+828
2013-07-13Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-4/+124
2013-07-13Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+491
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds14-54/+86
2013-07-13Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds31-726/+592
2013-07-13Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds69-786/+15734
2013-07-13Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds316-8955/+10285
2013-07-13drm/i915: Preserve the DDI_A_4_LANES bit from the biosStéphane Marchesin2-5/+7
2013-07-12Merge branch 'next' into for-linusDmitry Torokhov3-24/+118
2013-07-13Merge tag 'fcoe' into for-linusJames Bottomley6-47/+66
2013-07-12via-rhine: fix dma mapping errorsNeil Horman1-1/+16
2013-07-12atl1e: fix dma mapping warningsNeil Horman1-3/+25
2013-07-12usb/net/r815x: fix cast to restricted __le32hayeswang1-9/+12
2013-07-12usb/net/r8152: fix integer overflow in expressionhayeswang1-1/+2
2013-07-12drm/i915: fix pfit regression for non-autoscaled resolutionsDaniel Vetter2-4/+4
2013-07-12Merge branch '3.10-fixes' into mips-for-linux-nextRalf Baechle2-1/+3
2013-07-12Merge branch 'timers/clockevents' of git://git.linaro.org/people/dlezcano/clo...Thomas Gleixner4-0/+491
2013-07-12bcache: Allocation kthread fixesKent Overstreet3-18/+15
2013-07-12bcache: Fix GC_SECTORS_USED() calculationKent Overstreet1-1/+3
2013-07-12bcache: Journal replay fixKent Overstreet1-1/+6
2013-07-12bcache: Shutdown fixKent Overstreet1-7/+11
2013-07-12bcache: Fix a sysfs splat on shutdownKent Overstreet2-1/+11
2013-07-12bcache: Advertise that flushes are supportedKent Overstreet2-1/+9
2013-07-12bcache: check for allocation failuresDan Carpenter1-0/+2
2013-07-12bcache: Fix a dumb raceKent Overstreet1-2/+4
2013-07-11drivers/net/ieee802154: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2013-07-11drivers/net/ethernet/cadence: don't use devm_pinctrl_get_select_default() in ...Wolfram Sang1-11/+0
2013-07-11drivers/net/can/c_can: don't use devm_pinctrl_get_select_default() in probeWolfram Sang1-7/+0
2013-07-11net/usb: add relative mii functions for r815xhayeswang3-3/+239
2013-07-11Merge branches 'mlx5', 'qib' and 'srp' into for-nextRoland Dreier9-24/+189
2013-07-11mlx5: Return -EFAULT instead of -EPERMDan Carpenter3-17/+13
2013-07-11IB/qib: Log all SDMA errors unconditionallyDean Luick3-1/+171
2013-07-11IB/qib: Fix module-level leakMike Marciniszyn1-3/+3
2013-07-11mlx5_core: Adjust hca_cap.uar_page_sz to conform to Connect-IB specMoshe Lazer1-1/+1
2013-07-11IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offlineBart Van Assche1-2/+1
2013-07-11watchdog: hpwdt: Add check for UEFI bitsMingarelli, Thomas1-4/+7
2013-07-11watchdog: softdog: remove replaceable ping operationKim, Milo1-1/+0
2013-07-11watchdog: New watchdog driver for MEN A21 watchdogsJohannes Thumshirn3-0/+283
2013-07-11Watchdog: fix clearing of the watchdog interruptRussell King1-3/+1
2013-07-11Watchdog: allow orion_wdt to be built for DoveRussell King2-1/+4
2013-07-11watchdog: Add Broadcom BCM2835 watchdog timer driverLubomir Rintel3-0/+201
2013-07-11Merge tag 'dm-3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-180/+818
2013-07-11Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds30-1062/+1163
2013-07-11watchdog: delete mpcore_wdt driverViresh Kumar3-464/+0
2013-07-11watchdog: xilinx: Setup the origin compatible stringMichal Simek1-0/+1
2013-07-11Merge tag 'remoteproc-3.11-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-16/+15
2013-07-11Merge tag 'pm+acpi-3.11-rc1-more' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-16/+28
2013-07-11watchdog: xilinx: Fix driver headerMichal Simek1-20/+10
2013-07-11watchdog: wdrtas: don't use custom version of print_hex_dumpAndy Shevchenko1-26/+3
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds27-132/+1492
2013-07-11watchdog: core: don't try to stop device if not runningHector Palacios1-2/+4
2013-07-11watchdog: jz4740: Pass device to clk_getLars-Peter Clausen1-1/+1
2013-07-11watchdog: twl4030: Remove redundant platform_set_drvdata()Sachin Kamat1-4/+1
2013-07-11watchdog: mpcore: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-07-11watchdog: da9055: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-07-11watchdog: da9052: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-07-11watchdog: cpwd: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-07-11watchdog: s3c2410_wdt: convert s3c2410wdt to dev_pm_opsJingoo Han1-10/+8
2013-07-11watchdog: s3c2410_wdt: use dev_err()/dev_info() instead of pr_err()/pr_info()Jingoo Han1-2/+2
2013-07-11watchdog: wm831x: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-07-11watchdog: wm831x_wdt: use devm_gpio_request_one()Jingoo Han1-11/+6
2013-07-11watchdog: mtx1-wdt: use devm_gpio_request_one()Jingoo Han1-2/+1
2013-07-11watchdog: sp805_wdt: use devm_clk_get()Jingoo Han1-5/+2
2013-07-11watchdog: shwdt: Remove redundant platform_set_drvdata()Sachin Kamat1-2/+0
2013-07-11watchdog: shwdt: use devm_clk_get()Jingoo Han1-12/+4
2013-07-11watchdog: pnx4008_wdt: use devm_clk_get()Jingoo Han1-5/+2
2013-07-11watchdog: imx2_wdt: use devm_clk_get()Jingoo Han1-4/+2
2013-07-11watchdog: dw_wdt: Staticize local symbolSachin Kamat1-2/+2
2013-07-11ifb: fix oops when loading the ifb faileddingtianhong1-0/+4