summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-07serial: 8250: Revert "tty: serial: 8250_core: read only RX if there is someth...Sebastian Andrzej Siewior1-6/+5
2015-03-07Revert "tty/serial: of_serial: add DT alias ID handling"Baruch Siach1-4/+0
2015-03-07Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds34-325/+399
2015-03-07i2c: imx: add required clocks property to bindingMatt Porter1-0/+1
2015-03-07i2c: designware-baytrail: baytrail_i2c_acquire() might sleepAndy Shevchenko1-2/+4
2015-03-07i2c: designware-baytrail: cross-check lock functionsAndy Shevchenko1-1/+1
2015-03-07i2c: designware-baytrail: fix sparse warningsAndy Shevchenko1-7/+5
2015-03-07i2c: designware-baytrail: fix typo in error pathAndy Shevchenko1-2/+2
2015-03-07i2c: designware-baytrail: describe magic numbersAndy Shevchenko1-7/+9
2015-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds9-62/+241
2015-03-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+2
2015-03-07Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds5-40/+39
2015-03-07Merge tag 'drm-intel-fixes-2015-03-05' of git://anongit.freedesktop.org/drm-i...Dave Airlie2-16/+32
2015-03-07Merge tag 'v4.0-rc2' into drm-fixesDave Airlie2-1/+2
2015-03-07tpm: fix call order in tpm-chip.cJarkko Sakkinen1-20/+14
2015-03-07tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_sendjmlatten@linux.vnet.ibm.com2-8/+8
2015-03-07Merge remote-tracking branches 'spi/fix/atmel', 'spi/fix/doc', 'spi/fix/dw', ...Mark Brown8-12/+47
2015-03-07Merge remote-tracking branches 'regulator/fix/da9210' and 'regulator/fix/rk80...Mark Brown2-0/+17
2015-03-07Merge remote-tracking branch 'regulator/fix/core' into regulator-linusMark Brown1-7/+0
2015-03-06spi: pl022: Fix race in giveback() leading to driver lock-upAlexander Sverdlin1-1/+1
2015-03-06Merge tag 'sound-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds23-92/+140
2015-03-06Merge tag 'pm+acpi-4.0-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds21-119/+331
2015-03-06Merge tag 'locks-v4.0-3' of git://git.samba.org/jlayton/linuxLinus Torvalds1-1/+2
2015-03-06Merge tag 'nfs-for-4.0-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds17-62/+244
2015-03-06xhci: Workaround for PME stuck issues in Intel xhciMathias Nyman2-0/+31
2015-03-06xhci: fix reporting of 0-sized URBs in control endpointAleksander Morgado2-2/+11
2015-03-06Merge tag 'asoc-fix-v4.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai165-582/+1235
2015-03-06ALSA: hda - One more Dell macine needs DELL1_MIC_NO_PRESENCE quirkHui Wang1-0/+7
2015-03-06ALSA: opl3: small array underflowDan Carpenter1-0/+2
2015-03-06kernel/module.c: Update debug alignment after symtable generationLaura Abbott1-0/+2
2015-03-06arm64: Don't use is_module_addr in setting page attributesLaura Abbott1-1/+4
2015-03-06spi: dw-mid: avoid potential NULL dereferenceAndy Shevchenko1-0/+6
2015-03-06tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet1-7/+3
2015-03-06net: fec: fix unbalanced clk disable on driver unbindStefan Agner1-1/+0
2015-03-06net: macb: Correct the MID field length valuePunnaiah Choudary Kalluri1-1/+1
2015-03-06net: gianfar: correctly determine the number of queue groupsTobias Waldekranz1-2/+17
2015-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller4-35/+65
2015-03-06ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov1-4/+7
2015-03-06net: bcmgenet: properly disable password matchingFlorian Fainelli1-2/+4
2015-03-06Btrfs:__add_inode_ref: out of bounds memory read when looking for extended ref.Quentin Casasnovas1-1/+1
2015-03-06Btrfs: fix data loss in the fast fsync pathFilipe Manana1-28/+28
2015-03-06Btrfs: remove extra run_delayed_refs in update_cowonly_rootJosef Bacik1-3/+0
2015-03-06Merge branches 'pm-domains' and 'pm-cpufreq'Rafael J. Wysocki2-12/+14
2015-03-06Merge branch 'acpi-video'Rafael J. Wysocki1-4/+16
2015-03-06Merge branch 'irq-pm'Rafael J. Wysocki12-40/+215
2015-03-06genirq / PM: describe IRQF_COND_SUSPENDMark Rutland1-3/+13
2015-03-06tty: serial: atmel: rework interrupt and wakeup handlingBoris BREZILLON1-4/+45
2015-03-06watchdog: at91sam9: request the irq with IRQF_NO_SUSPENDBoris BREZILLON1-1/+2
2015-03-06Merge branch 'suspend-to-idle'Rafael J. Wysocki3-58/+74
2015-03-06Merge branch 'acpi-resources'Rafael J. Wysocki3-5/+12