summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* UBI: block: Fix checking for NULL instead of IS_ERR()Dan Carpenter2015-02-121-2/+2
* UBI: block: Continue creating ubiblocks after an initialization errorDan Ehrenberg2015-02-121-15/+22
* UBIFS: return -EINVAL if log head is emptyhujianyang2015-02-101-3/+16
* UBI: Block: Explain usage of blk_rq_map_sg()Richard Weinberger2015-01-281-0/+6
* UBI: fix soft lockup in ubi_check_volume()hujianyang2015-01-281-0/+2
* UBI: Fastmap: Care about the protection queueRichard Weinberger2015-01-281-0/+13
* UBIFS: add a couple of extra assertsArtem Bityutskiy2015-01-281-0/+4
* UBI: do propagate positive error codes upArtem Bityutskiy2015-01-281-0/+1
* UBI: clean-up printing helpersArtem Bityutskiy2015-01-281-4/+4
* UBI: extend UBI layer debug/messaging capabilities - cosmeticsTanya Brokhman2015-01-285-22/+13
* UBIFS: add ubifs_err() to print error reasonSubodh Nijsure2015-01-281-4/+13
* UBIFS: Add security.* XATTR support for the UBIFSSubodh Nijsure2015-01-284-0/+99
* UBIFS: Add xattr support for symlinksSubodh Nijsure2015-01-282-5/+16
* UBI: Block: Add blk-mq supportRichard Weinberger2015-01-281-108/+94
* UBI: Add initial support for scatter gatherRichard Weinberger2015-01-284-15/+186
* UBI: rename_volumes: Use UBI_METAONLYRichard Weinberger2015-01-281-1/+1
* UBI: Implement UBI_METAONLYRichard Weinberger2015-01-284-8/+28
* Add myself as UBI co-maintainerRichard Weinberger2015-01-281-7/+2
* Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-01-2729-188/+315
|\
| * Merge branch 'drm-fixes-3.19' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie2015-01-2713-53/+111
| |\
| | * drm/radeon: Remove rdev->gart.pages_addr arrayMichel Dänzer2015-01-226-20/+2
| | * drm/radeon: Restore GART table contents after pinning it in VRAM v3Michel Dänzer2015-01-221-0/+13
| | * drm/radeon: Split off gart_get_page_entry ASIC hook from set_page_entryMichel Dänzer2015-01-229-37/+100
| * | Merge tag 'drm-amdkfd-fixes-2015-01-26' of git://people.freedesktop.org/~gabb...Dave Airlie2015-01-278-39/+106
| |\ \
| | * | drm/amdkfd: Fix bug in call to init_pipelines()Oded Gabbay2015-01-221-1/+1
| | * | drm/amdkfd: Fix bug in pipelines initializationOded Gabbay2015-01-221-1/+5
| | * | drm/radeon: Don't increment pipe_id in kgd_init_pipelineOded Gabbay2015-01-221-1/+1
| | * | drm/amdkfd: Allow user to limit only queues per deviceOded Gabbay2015-01-187-36/+96
| | * | drm/amdkfd: PQM handle queue creation faultBen Goz2015-01-151-0/+3
| * | | Merge tag 'v3.19-rc6' into drm-fixesDave Airlie2015-01-27143-1583/+1428
| |\| |
| * | | Merge branch 'drm-tda998x-fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm...Dave Airlie2015-01-271-10/+42
| |\ \ \
| | * | | drm/i2c: tda998x: set the CEC I2C address based on the slave I2C addressAndrew Jackson2015-01-211-1/+4
| | * | | drm: tda998x: Fix EDID read timeout on HDMI connectJean-Francois Moine2014-12-011-4/+18
| | * | | drm: tda998x: Protect the page registerJean-Francois Moine2014-12-011-5/+20
| * | | | Merge branch 'vmwgfx-fixes-3.19' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2015-01-227-86/+56
| |\ \ \ \
| | * | | | drm/vmwgfx: Replace the hw mutex with a hw spinlockThomas Hellstrom2015-01-197-86/+56
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-01-2742-334/+667
|\ \ \ \ \ \
| * | | | | | net: don't OOPS on socket aioChristoph Hellwig2015-01-271-3/+0
| * | | | | | stmmac: prevent probe drivers to crash kernelAndy Shevchenko2015-01-271-1/+4
| * | | | | | bnx2x: fix napi poll return value for repollGovindarajulu Varadarajan2015-01-271-1/+1
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-01-271-2/+8
| |\ \ \ \ \ \
| | * | | | | | xfrm6: Fix the nexthdr offset in _decode_session6.Steffen Klassert2014-12-081-1/+7
| | * | | | | | xfrm6: Fix transport header offset in _decode_session6.Steffen Klassert2014-12-081-1/+1
| * | | | | | | ipv6: replacing a rt6_info needs to purge possible propagated rt6_infos tooHannes Frederic Sowa2015-01-271-19/+26
| * | | | | | | Merge branch 'sh_eth'David S. Miller2015-01-271-21/+59
| |\ \ \ \ \ \ \
| | * | | | | | | sh_eth: Fix DMA-API usage for RX buffersBen Hutchings2015-01-271-11/+23
| | * | | | | | | sh_eth: Check for DMA mapping errors on transmitBen Hutchings2015-01-271-0/+4
| | * | | | | | | sh_eth: Ensure DMA engines are stopped before freeing buffersBen Hutchings2015-01-271-7/+32
| | * | | | | | | sh_eth: Remove RX overflow log messagesBen Hutchings2015-01-271-3/+0
| |/ / / / / / /
| * | | | | | | Merge tag 'linux-can-fixes-for-3.19-20150127' of git://git.kernel.org/pub/scm...David S. Miller2015-01-271-13/+15
| |\ \ \ \ \ \ \