summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: rawnand: brcmnand: fallback to detected ecc-strength, ecc-step-sizeKamal Dasu2019-06-271-0/+11
* dt-bindings: mtd: brcmnand: Make nand-ecc-strength and nand-ecc-step-size opt...Kamal Dasu2019-06-271-2/+2
* mtd: rawnand: gpmi: Implement exec_opSascha Hauer2019-06-274-690/+444
* dmaengine: mxs: rename custom flagSascha Hauer2019-06-273-8/+15
* dmaengine: mxs: Add header file to be shared with gpmi nand driverSascha Hauer2019-06-273-22/+36
* mtd: rawnand: gpmi: drop unnecessary flagSascha Hauer2019-06-271-9/+5
* dmaengine: mxs: Drop unnecessary flagSascha Hauer2019-06-271-9/+8
* mtd: rawnand: gpmi: use runtime PM to manage clocksSascha Hauer2019-06-271-25/+44
* mtd: rawnand: gpmi: Drop unnecessary restoring of previous chipselectionSascha Hauer2019-06-271-14/+2
* mtd: rawnand: gpmi: remove unused parametersSascha Hauer2019-06-271-15/+19
* mtd: rawnand: gpmi: read buf in nand_read_page_opSascha Hauer2019-06-271-8/+18
* mtd: rawnand: gpmi: Remove unnecessary variablesSascha Hauer2019-06-272-11/+6
* mtd: rawnand: gpmi: remove unused variableSascha Hauer2019-06-271-3/+0
* mtd: rawnand: gpmi: move all driver code into single fileSascha Hauer2019-06-274-1106/+1058
* mtd: rawnand: fsmc: Use nand_op_trace for operation tracingSascha Hauer2019-06-271-17/+2
* mtd: rawnand: export NAND operation tracerSascha Hauer2019-06-272-29/+37
* mtd: rawnand: mtk: Fix wrongly assigned OOB buffer pointer issueXiaolei Li2019-06-271-11/+10
* mtd: rawnand: mtk: Add validity check for CE# pin settingXiaolei Li2019-06-271-0/+13
* mtd: rawnand: mtk: Improve data sampling timing for read cycleXiaolei Li2019-06-271-10/+36
* mtd: rawnand: mtk: Correct low level time calculation of r/w cycleXiaolei Li2019-06-271-3/+21
* mtd: rawnand: brcmnand: Fix BCH ECC layout for large page NAND partsKamal Dasu2019-06-271-1/+1
* mtd: onenand: Add support for 8Gb datasize onenandJonathan Bakker2019-06-272-0/+3
* mtd: rawnand: stm32_fmc2: manage the get_irq error caseFabien Dessenne2019-06-271-0/+6
* mtd: rawnand: use longest matching patternStefan Agner2019-06-271-13/+37
* Linux 5.2-rc3v5.2-rc3Linus Torvalds2019-06-021-1/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-022-6/+15
|\
| * x86/CPU/AMD: Don't force the CPB cap when running under a hypervisorFrank van der Linden2019-05-241-2/+5
| * x86/boot: Provide KASAN compatible aliases for string routinesArd Biesheuvel2019-05-241-4/+10
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-06-0223-124/+547
|\ \
| * \ Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...Ingo Molnar2019-05-28124-558/+1455
| |\ \
| | * | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2019-05-284-3/+105
| | * | perf record: Fix s390 missing module symbol and warning for non-root usersThomas Richter2019-05-281-3/+6
| | * | perf machine: Read also the end of the kernelJiri Olsa2019-05-281-9/+18
| | * | perf test vmlinux-kallsyms: Ignore aliases to _etext when searching on kallsymsArnaldo Carvalho de Melo2019-05-281-1/+8
| | * | perf session: Add missing swap ops for namespace eventsNamhyung Kim2019-05-281-0/+21
| | * | perf namespace: Protect reading thread's namespaceNamhyung Kim2019-05-281-2/+13
| | * | tools headers UAPI: Sync drm/drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+37
| | * | tools headers UAPI: Sync drm/i915_drm.h with the kernelArnaldo Carvalho de Melo2019-05-281-73/+181
| | * | tools headers UAPI: Sync linux/fs.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| | * | tools headers UAPI: Sync linux/sched.h with the kernelArnaldo Carvalho de Melo2019-05-281-0/+1
| | * | tools arch x86: Sync asm/cpufeatures.h with the with the kernelArnaldo Carvalho de Melo2019-05-281-0/+3
| | * | tools include UAPI: Update copy of files related to new fspick, fsmount, fsco...Arnaldo Carvalho de Melo2019-05-284-1/+83
| | * | perf arm64: Fix mksyscalltbl when system kernel headers are ahead of the kernelVitaly Chikunov2019-05-281-1/+1
| | * | perf data: Fix 'strncat may truncate' build failure with recent gccShawn Landden2019-05-281-1/+1
| * | | perf/ring-buffer: Use regular variables for nestingPeter Zijlstra2019-05-242-17/+28
| * | | perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-05-241-3/+3
| * | | perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-05-241-0/+9
| * | | perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-05-241-4/+20
| * | | perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraintsStephane Eranian2019-05-211-14/+14
* | | | Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-06-024-3/+14
|\ \ \ \