summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-01-28qlcnic: Fix tx timeout.Rajesh Borundia1-7/+2
2014-01-28qlcnic: Fix initialization of vlan list.Rajesh Borundia1-6/+5
2014-01-28qlcnic: Correct off-by-one errors in bounds checksManish Chopra1-4/+4
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds1-99/+204
2014-01-28watchdog: core: Make dt "timeout-sec" property work on drivers w/out min/maxDoug Anderson1-2/+2
2014-01-28watchdog: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han9-9/+9
2014-01-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds4-12/+105
2014-01-28drm/gma500: Lock struct_mutex around cursor updatesPatrik Jakobsson1-2/+10
2014-01-28drm/i915: Fix the offset issue for the stolen GEM objectsAkash Goel1-1/+1
2014-01-28mtd: gpmi: add sanity check when mapping DMA for read_buf/write_bufHuang Shijie1-14/+17
2014-01-28mtd: gpmi: allocate a proper buffer for non ECC read/writeHuang Shijie1-2/+11
2014-01-28mtd: m25p80: Set rx_nbits for Quad SPI transfersGeert Uytterhoeven1-0/+11
2014-01-28mtd: m25p80: Enable Quad SPI read transfers for s25fl512sGeert Uytterhoeven1-1/+1
2014-01-28Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-2/+1
2014-01-28Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds5-21/+25
2014-01-28firmware/google: drop 'select EFI' to avoid recursive dependencyArd Biesheuvel1-2/+1
2014-01-28i40e: Add missing braces to i40e_dcb_need_reconfig()Dave Jones1-1/+2
2014-01-28xen-netfront: fix resource leak in netfrontAnnie Li1-62/+26
2014-01-28dma: pl08x: Export pl08x_filter_idSachin Kamat1-0/+2
2014-01-28leds: s3c24xx: Remove hardware.h inclusionSachin Kamat1-2/+1
2014-01-28leds: replace list_for_each with list_for_each_entryZHAO Gang1-11/+4
2014-01-28leds: pwm: Remove a warning on non-DT platformsOlof Johansson1-2/+1
2014-01-28leds: leds-pwm: fix duty time overflow.Xiubo Li1-2/+4
2014-01-28leds: leds-mc13783: Remove unneeded mc13xxx_{un}lockAlexander Shiyan1-12/+1
2014-01-28leds: leds-mc13783: Remove duplicate field in platform dataAlexander Shiyan1-76/+0
2014-01-28drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_b...Chen Gang1-1/+2
2014-01-28leds: lp5523: Support LED MUX configuration on running a patternMilo Kim1-0/+2
2014-01-28leds: lp5521/5523: Fix multiple engine usage bugMilo Kim2-5/+33
2014-01-28LEDS: tca6507 - fix up some comments.NeilBrown1-88/+102
2014-01-28LEDS: tca6507: add device-tree support for GPIO configuration.NeilBrown1-0/+6
2014-01-28LEDS: tca6507 - fix bugs in parsing of device-tree configuration.NeilBrown1-4/+4
2014-01-28hyperv: Add support for physically discontinuous receive bufferHaiyang Zhang3-12/+11
2014-01-28sky2: initialize napi before registering deviceStanislaw Gruszka1-2/+2
2014-01-28DRM: armada: fix missing DRM_KMS_FB_HELPER selectRussell King1-0/+1
2014-01-28libceph: rename ceph_osd_request::r_{oloc,oid} to r_base_{oloc,oid}Ilya Dryomov1-4/+4
2014-01-28libceph: introduce and start using oid abstractionIlya Dryomov1-8/+2
2014-01-28libceph: rename MAX_OBJ_NAME_SIZE to CEPH_MAX_OID_NAME_LENIlya Dryomov1-3/+3
2014-01-28libceph: start using oloc abstractionIlya Dryomov1-4/+4
2014-01-28clk: sort MakefileMike Turquette1-39/+37
2014-01-28bonding: restructure locking of bond_ab_arp_probe()Veaceslav Falico1-21/+36
2014-01-28bonding: RCUify bond_ab_arp_probeVeaceslav Falico1-10/+6
2014-01-28bnx2x: More Shutdown revisionsYuval Mintz1-2/+2
2014-01-28clk: sunxi: fix overflow when setting up divided factorsEmilio López1-1/+1
2014-01-27clk: Export more clk-provider functionsStephen Boyd1-0/+7
2014-01-27clk: si5351: remove variant from platform_dataSebastian Hesselbarth2-16/+26
2014-01-27Merge tag 'pwm/for-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds11-39/+474
2014-01-27Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-14/+22
2014-01-27drm/i915: Decouple GPU error reporting from ring initialisationChris Wilson2-7/+16
2014-01-27net: stmmac: Log MAC address only onceHans de Goede1-2/+2
2014-01-27net: stmmac: Silence PTP init errors on hw without PTPHans de Goede1-1/+1