summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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-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-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-rc1v3.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