summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: extract TRX parser out of bcm47xxpart into a separated moduleRafał Miłecki2017-06-226-94/+145
* mtd: partitions: add support for partition parsersRafał Miłecki2017-06-222-0/+38
* mtd: partitions: add support for subpartitionsRafał Miłecki2017-06-221-7/+16
* mtd: partitions: rename "master" to the "parent" where appropriateRafał Miłecki2017-06-221-99/+105
* mtd: partitions: remove sysfs files when deleting all master's partitionsRafał Miłecki2017-06-221-2/+2
* mtd: partitions: add helper for deleting partitionRafał Miłecki2017-06-221-32/+43
* mtd: partitions: factor out code calling parserBrian Norris2017-06-201-9/+24
* dt-bindings: mtd: make partitions doc a bit more genericBrian Norris2017-06-201-6/+26
* mtd: handle partitioning on devices with 0 erasesizeChris Packham2017-06-131-9/+17
* mtd: subpagetest: fix wrong written check in function write_eraseblock2Xiaolei Li2017-06-081-1/+1
* mtd: mchp23k256: Add support for mchp23lcv1024Chris Packham2017-06-082-11/+57
* mtd: mchp23k256: add partitioning supportChris Packham2017-06-081-0/+1
* mtd: mchp23k256: switch to mtd_device_register()Chris Packham2017-06-011-3/+2
* mtd: mchp23k256: Add OF device ID tableChris Packham2017-06-012-0/+26
* Merge MTD fixes into -nextBrian Norris2017-06-01411-1564/+3512
|\
| * Merge tag 'nand/fixes-for-4.12-rc3' of git://git.infradead.org/linux-mtd into...Brian Norris2017-06-01411-1564/+3512
| |\
| | * mtd: nand: make nand_ooblayout_lp_hamming_ops staticColin Ian King2017-05-221-1/+1
| | * mtd: nand: tango: Update ecc_stats.correctedMarc Gonzalez2017-05-221-7/+15
| | * mtd: nand: tango: Export OF device ID table as module aliasesAndres Galacho2017-05-221-0/+1
| | * mtd: nand: samsung: warn about un-parseable ECC infoBrian Norris2017-05-221-0/+3
| | * mtd: nand: free vendor-specific resources in init failure pathsBrian Norris2017-05-221-9/+29
| | * mtd: nand: drop unneeded module.h includeBrian Norris2017-05-221-1/+0
| | * mtd: nand: don't leak buffers when ->scan_bbt() failsBrian Norris2017-05-221-1/+5
| | * Linux 4.12-rc2v4.12-rc2Linus Torvalds2017-05-211-1/+1
| | * x86: fix 32-bit case of __get_user_asm_u64()Linus Torvalds2017-05-211-3/+3
| | * Clean up x86 unsafe_get/put_user() type handlingLinus Torvalds2017-05-211-2/+3
| | * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-05-212-3/+5
| | |\
| | | * osf_wait4(): fix infoleakAl Viro2017-05-211-2/+4
| | | * fix unsafe_put_user()Al Viro2017-05-211-1/+1
| | |/ | |/|
| | * Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-05-213-1/+28
| | |\
| | | * sched/core: Call __schedule() from do_idle() without enabling preemptionSteven Rostedt (VMware)2017-05-153-1/+28
| | |/ | |/|
| | * Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-05-212-8/+11
| | |\
| | | * genirq: Fix chained interrupt data orderingThomas Gleixner2017-05-161-1/+1
| | | * irqchip/mbigen: Fix the clear register offset calculationMaJun2017-05-121-4/+1
| | | * irqchip/mbigen: Fix potential NULL dereferencingHanjun Guo2017-05-121-0/+3
| | | * irqchip/mbigen: Fix memory mapping codeHanjun Guo2017-05-121-3/+6
| | * | Merge tag 'trace-v4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-2010-11/+72
| | |\ \
| | | * | tracing: Make sure RCU is watching before calling a stack traceSteven Rostedt (VMware)2017-05-181-1/+30
| | | * | kprobes: Document how optimized kprobes are removed from module unloadSteven Rostedt (VMware)2017-05-171-0/+6
| | | * | selftests/ftrace: Add test to remove instance with active event triggersNaveen N. Rao2017-05-171-2/+6
| | | * | selftests/ftrace: Fix bashismsNaveen N. Rao2017-05-173-4/+4
| | | * | ftrace: Remove #ifdef from code and add clear_ftrace_function_probes() stubSteven Rostedt (VMware)2017-05-172-2/+4
| | | * | ftrace/instances: Clear function triggers when removing instancesNaveen N. Rao2017-05-173-0/+12
| | | * | ftrace: Simplify glob handling in unregister_ftrace_function_probe_func()Naveen N. Rao2017-05-171-2/+2
| | | * | tracing/kprobes: Enforce kprobes teardown after testingThomas Gleixner2017-05-173-1/+9
| | | * | tracing: Move postpone selftests to core from early_initcallSteven Rostedt2017-05-171-1/+1
| | |/ / | |/| |
| | * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-2013-36/+59
| | |\ \
| | | * | nvmet: release the sq ref on rdma read errorsVijay Immanuel2017-05-203-0/+8
| | | * | nvmet-fc: remove target cpu scheduling flagJames Smart2017-05-204-15/+3
| | | * | nvme-fc: stop queues on error detectionJames Smart2017-05-201-0/+4