aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2013-09-04bonding: simplify bond_3ad_update_lacp_rate and use RTNL for sync[email protected]2-8/+7
2013-09-04bonding: trivial: remove outdated comment and braces[email protected]1-5/+1
2013-09-04bonding: simplify and fix peer notification[email protected]1-15/+7
2013-09-03Merge tag 'for-3.12-rc1' of git://gitorious.org/linux-pwm/linux-pwmLinus Torvalds9-50/+62
2013-09-03Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-12/+40
2013-09-04drm/nouveau: fix command submission to use vmalloc for big allocationsMaarten Lankhorst1-7/+20
2013-09-04drm/nouveau/bios/therm: handle vbioses with duplicate entries (mostly nva5)Martin Peres1-1/+2
2013-09-04drm/nouveau: use MSI interruptsLucas Stach3-1/+25
2013-09-04drm/nv50-/kms: assume analog display connected if load on any pinBen Skeggs1-1/+1
2013-09-04drm/nv50/disp: prevent false output detection on the original nv50Emil Velikov1-5/+10
2013-09-04drm/nouveau/i2c: pass the function pointers in at creation timeIlia Mirkin8-21/+23
2013-09-04drm/nouveau/therm: survive to suspend/resume cyclesMartin Peres4-1/+51
2013-09-04drm/nouveau/timer: add a way to cancel alarmsMartin Peres3-0/+29
2013-09-04drm/nouveau/timer: restore the time on resumeMartin Peres1-1/+14
2013-09-04drm/nouveau/fan: restore pwm value on resume when in manual/auto modeMartin Peres2-1/+9
2013-09-04drm/nouveau/therm: Set the correct pwm_mode upon resumeEmil Velikov1-1/+1
2013-09-04drm/nouveau: require contiguous bo for framebufferMaarten Lankhorst1-0/+5
2013-09-04drm/nv50-/disp: use the number of dac, sor, pior rather than hardcoded valuesEmil Velikov1-17/+17
2013-09-04drm/nouveau: remove duplicate copy of nv44_graph_classIlia Mirkin2-8/+5
2013-09-04drm/nouveau/vdec: implement support for VP3 enginesIlia Mirkin6-53/+104
2013-09-04drm/nouveau/core: get rid of math.h, replace log2i with order_base_2Ilia Mirkin7-27/+7
2013-09-03ibmasmfs: don't bother passing superblock when not neededAl Viro1-14/+12
2013-09-03oprofile: get rid of pointless forward declarations of struct super_blockAl Viro2-2/+0
2013-09-03oprofilefs_create_...() do not need superblock argumentAl Viro4-39/+38
2013-09-03oprofilefs_mkdir() doesn't need superblock argumentAl Viro3-11/+10
2013-09-03don't bother with passing superblock to oprofile_create_stats_files()Al Viro3-14/+14
2013-09-03oprofile: don't bother with passing superblock to ->create_files()Al Viro2-9/+9
2013-09-03don't bother passing sb to oprofile_create_files()Al Viro3-15/+15
2013-09-03coh901318: don't open-code simple_read_from_buffer()Al Viro1-21/+5
2013-09-03vhost_net: correctly limit the max pending buffersJason Wang1-11/+7
2013-09-03vhost_net: poll vhost queue after marking DMA is doneJason Wang1-4/+5
2013-09-03vhost_net: determine whether or not to use zerocopy at one timeJason Wang1-27/+20
2013-09-03vhost: switch to use vhost_add_used_n()Jason Wang1-42/+12
2013-09-03vhost_net: use vhost_add_used_and_signal_n() in vhost_zerocopy_signal_used()Jason Wang1-5/+8
2013-09-03vhost_net: make vhost_zerocopy_signal_used() return voidJason Wang1-3/+2
2013-09-03net: sunhme: use pci_{get,set}_drvdata()Jingoo Han1-3/+3
2013-09-03net: tulip: use pci_{get,set}_drvdata()Jingoo Han1-1/+1
2013-09-03net: mdio-octeon: use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2013-09-03net: sunhme: use platform_{get,set}_drvdata()Jingoo Han1-1/+1
2013-09-03net: emac: use platform_{get,set}_drvdata()Jingoo Han1-5/+5
2013-09-03drivers: net: ethernet: 8390: Kconfig: add H8300H_AKI3068NET and H8300H_H8MAX...Chen Gang1-1/+1
2013-09-03drivers/net: Convert uses of compare_ether_addr to ether_addr_equalJoe Perches11-30/+30
2013-09-03USB2NET : SR9700 : One chip USB 1.1 USB2NET SR9700Device Driver SupportLiu Junliang4-0/+742
2013-09-03tg3: Don't turn off led on 5719 serdes port 0Nithin Sujir1-2/+16
2013-09-03net: calxedaxgmac: fix xgmac_xmit DMA mapping error handlingRob Herring1-5/+26
2013-09-03net: calxedaxgmac: fix rx DMA mapping API size mismatchesRob Herring1-6/+12
2013-09-03net: calxedaxgmac: remove some unused statistic countersRob Herring1-3/+0
2013-09-03net: calxedaxgmac: fix various errors in xgmac_set_rx_modeRob Herring1-4/+13
2013-09-03net: calxedaxgmac: enable interrupts after napi_enableRob Herring1-3/+5
2013-09-03net: calxedaxgmac: fix race with tx queue stop/wakeRob Herring1-5/+15