summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* rhashtable: remove indirection for grow/shrink decision functionsDaniel Borkmann2015-02-271-13/+0
* net: sched: export tc_connmark.h so it is uapi accessibleJamal Hadi Salim2015-02-231-0/+1
* rhashtable: ensure cache line alignment on bucket_tableEric Dumazet2015-02-211-4/+5
* caif: fix a signedness bug in cfpkt_iterate()Dan Carpenter2015-02-201-1/+1
* net: Initialize all members in skb_gro_remcsum_init()Geert Uytterhoeven2015-02-201-0/+1
* Merge tag 'mfd-for-linus-3.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-02-1810-31/+1754
|\
| * mfd: da9063: Add device tree supportSteve Twiss2015-01-221-0/+1
| * mfd: qcom-rpm: Driver for the Qualcomm RPMBjorn Andersson2015-01-221-0/+13
| * mfd: devicetree: bindings: Add Qualcomm RPM DT bindingBjorn Andersson2015-01-221-0/+154
| * mfd: max77686/802: Remove support for board filesKrzysztof Kozlowski2015-01-222-29/+0
| * mfd: axp20x: Add support for fuel gauge cell driverTodd E Brandt2015-01-221-2/+41
| * mfd: Add support for DA9150 combined charger & fuel-gauge deviceAdam Thomson2015-01-222-0/+1223
| * mfd: rt5033: Add Richtek RT5033 driver core.Beomho Seo2015-01-222-0/+322
* | Merge branch 'for-linus' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2015-02-183-64/+69
|\ \
| * | dmaengine: dw: define DW_DMA_MAX_NR_MASTERSAndy Shevchenko2015-02-041-1/+3
| * | dmaengine: dw: amend description of dma_dev fieldAndy Shevchenko2015-02-041-1/+1
| * | dma: mmp_tdma: Fix build for ARM64Rob Herring2015-02-031-0/+7
| * | Merge branch 'topic/rcar' into for-linusVinod Koul2015-02-021-0/+3
| |\ \
| | * | dmaengine: Add 16 bytes, 32 bytes and 64 bytes bus widthsLaurent Pinchart2014-12-231-0/+3
| * | | dmaengine: Add dma_get_slave_caps() inline stub when !CONFIG_DMA_ENGINELaurent Pinchart2015-01-191-2/+6
| * | | dmaengine: Move dma_get_slave_caps() implementation to dmaengine.cLaurent Pinchart2015-01-181-31/+1
| |/ /
| * | dmaengine: Remove device_control and device_slave_capsMaxime Ripard2014-12-221-46/+6
| * | dmaengine: Create a generic dma_slave_caps callbackMaxime Ripard2014-12-221-4/+37
| * | dmaengine: Add device_terminate_all callbackMaxime Ripard2014-12-221-0/+6
| * | dmaengine: split out pause/resume operations from device_controlMaxime Ripard2014-12-221-0/+12
| * | dmaengine: Introduce a device_config callbackMaxime Ripard2014-12-221-0/+8
| * | dmaengine: Make the destination abbreviation coherentMaxime Ripard2014-12-221-4/+4
* | | Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds2015-02-181-0/+1
|\ \ \
| * | | watchdog: bcm47xx_wdt.c: add restart handler supportRafał Miłecki2015-02-171-0/+1
* | | | Merge tag 'for-linus-20150216' of git://git.infradead.org/linux-mtdLinus Torvalds2015-02-182-0/+8
|\ \ \ \
| * | | | mtd: implement common reboot notifier boilerplateBrian Norris2015-01-071-0/+1
| * | | | mtd: spi-nor: Add quad I/O support for Micron SPI NORBean Huo 霍斌斌 (beanhuo)2015-01-071-0/+7
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-177-21/+88
|\ \ \ \
| * | | | gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-111-0/+1
| * | | | vxlan: Use checksum partial with remote checksum offloadTom Herbert2015-02-112-1/+4
| * | | | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-112-2/+32
| * | | | net: Use more bit fields in napi_gro_cbTom Herbert2015-02-111-8/+10
| * | | | net: Clarify meaning of CHECKSUM_PARTIAL for receive pathTom Herbert2015-02-112-6/+15
| * | | | net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-112-2/+28
| * | | | treewide: Remove unnecessary SSB_DEVTABLE_END macroJoe Perches2015-02-111-2/+0
| * | | | treewide: Remove unnecessary BCMA_CORETABLE_END macroJoe Perches2015-02-111-2/+0
* | | | | Merge branch 'lazytime' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-175-2/+103
|\ \ \ \ \
| * | | | | ext4: add optimization for the lazytime mount optionTheodore Ts'o2015-02-051-0/+30
| * | | | | vfs: add find_inode_nowait() functionTheodore Ts'o2015-02-051-0/+5
| * | | | | vfs: add support for a lazytime mount optionTheodore Ts'o2015-02-054-2/+68
* | | | | | Merge branch 'iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-172-1/+6
|\ \ \ \ \ \
| * | | | | | fs: add vfs_iter_{read,write} helpersChristoph Hellwig2015-01-291-0/+3
| * | | | | | new helper: iov_iter_bvec()Al Viro2015-01-291-1/+3
* | | | | | | Merge branch 'getname2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2015-02-172-10/+2
|\ \ \ \ \ \ \
| * | | | | | | audit: replace getname()/putname() hacks with reference countersPaul Moore2015-01-232-10/+2