summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-05-06Merge branch 'core-stacktrace-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds39-656/+694
2019-05-06Merge branch 'core-speculation-for-linus' of git://git.kernel.org/pub/scm/lin...Linus Torvalds8-8/+89
2019-05-06mtd: part: fix incorrect format specifier for an unsigned long longColin Ian King1-1/+1
2019-05-06mtd: lpddr_cmds: Mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2019-05-06mtd: phram: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-05-06mtd: cfi_cmdset_0002: Mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2019-05-06mtd: cfi_util: mark expected switch fall-throughsGustavo A. R. Silva1-0/+6
2019-05-06MAINTAINERS: MTD Git repository is hosted on kernel.orgMiquel Raynal1-6/+4
2019-05-06MAINTAINERS: Update jffs2 entryRichard Weinberger1-1/+3
2019-05-06mtd: afs: add v2 partition parsingLinus Walleij1-1/+157
2019-05-06mtd: afs: factor the IIS read into partition parserLinus Walleij1-39/+20
2019-05-06mtd: afs: factor footer parsing into the v1 part parsingLinus Walleij1-59/+39
2019-05-06mtd: factor out v1 partition parsingLinus Walleij1-38/+50
2019-05-06mtd: afs: simplify partition detectionLinus Walleij1-11/+22
2019-05-06mtd: afs: simplify partition parsingLinus Walleij1-35/+32
2019-05-06mtd: partitions: Add OF support to AFS partitionsLinus Walleij1-0/+7
2019-05-06mtd: partitions: Add AFS partitions DT bindingsLinus Walleij1-0/+17
2019-05-06mtd: afs: Move AFS partition parser to parsers subdirLinus Walleij5-17/+17
2019-05-06mtd: maps: Make uclinux_ram_map staticThomas Huth1-7/+1
2019-05-06mtd: maps: Allow MTD_PHYSMAP with MTD_RAMChris Packham1-1/+1
2019-05-06MAINTAINERS: Add myself as MTD maintainerMiquel Raynal1-0/+1
2019-05-06MAINTAINERS: Remove my name from the MTD and NAND entriesBoris Brezillon1-2/+0
2019-05-06Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-16/+5
2019-05-06dt-binding: mtd: physmap: Add example using addr-gpios propertyChris Packham1-0/+16
2019-05-06mtd: maps: physmap: Store gpio_values correctlyChris Packham1-0/+2
2019-05-06mtd: parser_imagetag: add of_match_table supportJonas Gorski1-0/+8
2019-05-06dt-bindings: mtd: describe BCM963XX ImageTag format and usageJonas Gorski1-0/+45
2019-05-06mtd: bcm63xxpart: move imagetag parsing to its own parserJonas Gorski5-147/+235
2019-05-06mtd: bcm63xxpart: add of_match_table supportJonas Gorski1-0/+8
2019-05-06dt-bindings: mtd: describe the simple BCM963XX NOR flash layoutJonas Gorski1-0/+24
2019-05-06MAINTAINERS: Add myself as co-maintainer for MTDVignesh Raghavendra1-0/+1
2019-05-06mtd: physmap_of_gemini: remove extranous __xipram annotationArnd Bergmann1-1/+1
2019-05-06Merge tag 'spi-nor/for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Richard Weinberger3-4/+15
2019-05-06Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds61-1458/+1374
2019-05-06Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds41-219/+602
2019-05-06Merge branch 'core-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds55-1296/+482
2019-05-06tty: rocket: fix incorrect forward declaration of 'rp_init()'Linus Torvalds1-1/+1
2019-05-06RDMA/efa: Add common command handlersGal Pressman1-0/+692
2019-05-06RDMA/efa: Implement functions that submit and complete admin commandsGal Pressman1-0/+1160
2019-05-06RDMA/efa: Add the ABI definitionsGal Pressman1-0/+101
2019-05-06RDMA/efa: Add the com service API definitionsGal Pressman1-0/+270
2019-05-06RDMA/efa: Add the efa_com.h fileGal Pressman1-0/+144
2019-05-06RDMA/efa: Add the efa.h header fileGal Pressman1-0/+163
2019-05-06ubsan: Remove vla bound checks.Andrey Ryabinin3-24/+0
2019-05-06ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warningsAndrey Ryabinin1-26/+23
2019-05-06ext4: export /sys/fs/ext4/feature/casefold if Unicode support is presentTheodore Ts'o1-0/+6
2019-05-06RDMA/efa: Add EFA device definitionsGal Pressman4-0/+1061
2019-05-06RDMA: Add EFA related definitionsGal Pressman4-1/+7
2019-05-06io_uring: fix shadowed variable ret return code being not checkedColin Ian King1-1/+0
2019-05-06lightnvm: pblk: use nvm_rq_to_ppa_list()Igor Konopko2-17/+22