summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | xen-netback: process guest rx packets in batchesDavid Vrabel2016-10-071-1/+14
| | * | xen-netback: immediately wake tx queue when guest rx queue has spaceDavid Vrabel2016-10-071-16/+8Star
| | * | xen-netback: refactor guest rxDavid Vrabel2016-10-072-384/+215Star
| | * | xen-netback: retire guest rx side prefix GSO featurePaul Durrant2016-10-074-50/+2Star
| | * | xen-netback: separate guest side rx code into separate modulePaul Durrant2016-10-073-755/+790
| |/ /
| * | Merge branch 'fman-next' of git://git.freescale.com/ppc/upstream/linuxDavid S. Miller2016-10-0711-116/+139
| |\ \
| | * | MAINTAINERS: net: add entry for Freescale QorIQ DPAA FMan driverMadalin Bucur2016-10-041-0/+7
| | * | fsl/fman: remove leftover commentMadalin Bucur2016-10-041-4/+0Star
| | * | fsl/fman: fix return value checkingMadalin Bucur2016-10-041-2/+2
| | * | fsl/fman: simplify redundant conditionMadalin Bucur2016-10-041-2/+1Star
| | * | fsl/fman: check of_get_phy_mode() return valueMadalin Bucur2016-10-041-4/+6
| | * | fsl/fman: check pcsphy pointer before useMadalin Bucur2016-10-041-0/+3
| | * | fsl/fman: MEMAC may use QSGMII PHY interface modeMadalin Bucur2016-10-041-1/+2
| | * | fsl/fman: return a phy_dev pointer from initMadalin Bucur2016-10-042-12/+13
| | * | fsl/fman: simplify device tree readsMadalin Bucur2016-10-043-48/+30Star
| | * | fsl/fman: use of_get_phy_mode()Madalin Bucur2016-10-041-31/+2Star
| | * | fsl/fman: small fixesMadalin Bucur2016-10-042-6/+8
| | * | fsl/fman: fix loadable module compilationIgal Liberman2016-10-044-7/+64
| | * | fsl/fman: split lines over 80 charactersMadalin Bucur2016-10-042-2/+4
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-11182-449/+587
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-11483-2736/+4379
| |\ \ \ \
| | * | | | vfs: add note about i_op->rename changes to portingMiklos Szeredi2016-09-271-0/+4
| | * | | | fs: rename "rename2" i_op to "rename"Miklos Szeredi2016-09-2755-63/+63
| | * | | | vfs: remove unused i_op->renameMiklos Szeredi2016-09-277-31/+10Star
| | * | | | fs: make remaining filesystems use .rename2Miklos Szeredi2016-09-2717-31/+78
| | * | | | libfs: support RENAME_NOREPLACE in simple_rename()Miklos Szeredi2016-09-276-6/+11
| | * | | | fs: support RENAME_NOREPLACE for local filesystemsMiklos Szeredi2016-09-2722-42/+123
| | * | | | ncpfs: fix unused variable warningMiklos Szeredi2016-09-271-2/+1Star
| * | | | | fs: Replace current_fs_time() with current_time()Deepa Dinamani2016-09-2834-70/+70
| * | | | | fs: Replace CURRENT_TIME_SEC with current_time() for inode timestampsDeepa Dinamani2016-09-2847-105/+105
| * | | | | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-2876-182/+182
| * | | | | fs: proc: Delete inode time initializations in proc_alloc_inode()Deepa Dinamani2016-09-281-1/+0Star
| * | | | | vfs: Add current_time() apiDeepa Dinamani2016-09-282-0/+24
* | | | | | Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtdLinus Torvalds2016-10-1128-459/+1263
|\ \ \ \ \ \
| * \ \ \ \ \ Merge tag '4.9/mtd-pairing-scheme' of github.com:linux-nand/linuxBrian Norris2016-10-093-0/+212
| |\ \ \ \ \ \
| | * | | | | | mtd: introduce the mtd_pairing_scheme conceptBoris Brezillon2016-09-153-0/+212
| * | | | | | | mtd: nand: fix trivial spelling errorBrian Norris2016-10-031-1/+1
| * | | | | | | Merge tag 'for-4.9' of github.com:linux-nand/linuxBrian Norris2016-10-0325-459/+1033
| |\ \ \ \ \ \ \
| | * | | | | | | mtd: nand: Provide nand_cleanup() function to free NAND related resourcesRichard Weinberger2016-09-232-8/+19
| | * | | | | | | mtd: Kill the OF_MTD Kconfig optionBoris Brezillon2016-09-231-4/+0Star
| | * | | | | | | mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTDBoris Brezillon2016-09-231-1/+1
| | * | | | | | | mtd: nand: Fix nand_command_lp() for 8bits opcodesBoris Brezillon2016-09-231-1/+4
| | * | | | | | | mtd: nand: sunxi: Support ECC maximizationBoris Brezillon2016-09-231-0/+29
| | * | | | | | | mtd: nand: Support maximizing ECC when using software BCHBoris Brezillon2016-09-231-0/+20
| | * | | | | | | mtd: nand: Add an option to maximize the ECC strengthBoris Brezillon2016-09-233-0/+13
| | * | | | | | | mtd: nand: mxc: Add timing setup for v2 controllersSascha Hauer2016-09-231-2/+82
| | * | | | | | | mtd: nand: mxc: implement onfi get/set featuresSascha Hauer2016-09-231-0/+55
| | * | | | | | | mtd: nand: sunxi: switch from manual to automated timing configSascha Hauer2016-09-231-62/+14Star
| | * | | | | | | mtd: nand: automate NAND timings selectionBoris Brezillon2016-09-232-4/+167
| | * | | | | | | mtd: nand: Expose data interface for ONFI mode 0Sascha Hauer2016-09-232-0/+13