summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mtd: spinand: Explicitly use MTD_OPS_RAW to write the bad block marker to OOBFrieder Schrempf2020-03-111-0/+1
* mtd: spinand: Stop using spinand->oobbuf for buffering bad block markersFrieder Schrempf2020-03-111-7/+7
* dt-bindings: mtd: Document Macronix NAND device bindingsMason Yang2020-03-111-0/+27
* mtd: rawnand: Add support for Macronix NAND randomizerMason Yang2020-03-111-0/+81
* mtd: rawnand: ams-delta: Rename structures and functions to gpio_nand*Janusz Krzysztofik2020-03-111-44/+42
* mtd: rawnand: ams-delta: Make the driver custom I/O readyJanusz Krzysztofik2020-03-111-6/+26
* mtd: rawnand: ams-delta: Drop useless local variableJanusz Krzysztofik2020-03-111-5/+3
* mtd: rawnand: ams-delta: Support custom driver initialisationJanusz Krzysztofik2020-03-111-0/+11
* mtd: rawnand: ams-delta: Add module device tablesJanusz Krzysztofik2020-03-111-0/+18
* mtd: rawnand: ams-delta: Handle more GPIO pins as optionalJanusz Krzysztofik2020-03-091-2/+4
* mtd: rawnand: ams-delta: Make read pulses optionalJanusz Krzysztofik2020-03-091-3/+6
* mtd: rawnand: ams-delta: Don't hardcode read/write pulse widthsJanusz Krzysztofik2020-03-091-2/+27
* mtd: rawnand: ams-delta: Push inversion handling to gpiolibJanusz Krzysztofik2020-03-092-15/+19
* mtd: rawnand: ams-delta: Enable OF partition info supportJanusz Krzysztofik2020-03-091-0/+1
* mtd: rawnand: ams-delta: Drop board specific partition infoJanusz Krzysztofik2020-03-091-27/+2
* ARM: OMAP1: ams-delta: Provide board specific partition infoJanusz Krzysztofik2020-03-091-0/+35
* mtd: rawnand: ams-delta: Use struct gpio_nand_platdataJanusz Krzysztofik2020-03-091-2/+10
* mtd: rawnand: ams-delta: Write protect device during probeJanusz Krzysztofik2020-03-091-2/+16
* mtd: rawnand: ingenic: Use devm_platform_ioremap_resource()Paul Cercueil2020-03-091-3/+1
* mtd: spinand: rework detect procedure for different READ_ID operationChuanhong Guo2020-03-098-203/+157
* mtd: spinand: toshiba: Add comment about Kioxia IDYoshio Furuyama2020-03-092-0/+2
* mtd: rawnand: denali: deassert write protect pinMasahiro Yamada2020-03-091-0/+1
* mtd: rawnand: free the nand_device objectChristophe Kerello2020-03-091-0/+2
* mtd: rawnand: Ensure nand_soft_waitrdy wait period is enoughMartin Devera2020-03-091-1/+6
* Linux 5.6-rc4v5.6-rc4Linus Torvalds2020-03-011-1/+1
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-03-012-7/+7
|\
| * ext4: potential crash on allocation error in ext4_alloc_flex_bg_array()Dan Carpenter2020-02-291-3/+3
| * jbd2: fix data races at struct journal_headQian Cai2020-02-291-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-03-0122-107/+171
|\ \
| * | KVM: VMX: check descriptor table exits on instruction emulationOliver Upton2020-03-011-0/+15
| * | Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-02-2815-77/+84
| |\ \
| | * | arm64: Ask the compiler to __always_inline functions used by KVM at HYPJames Morse2020-02-224-8/+8
| | * | KVM: arm64: Define our own swab32() to avoid a uapi static inlineJames Morse2020-02-222-2/+9
| | * | KVM: arm64: Ask the compiler to __always_inline functions used at HYPJames Morse2020-02-225-28/+29
| | * | kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()Mark Rutland2020-02-174-39/+37
| | * | KVM: arm/arm64: Fix up includes for trace.hJeremy Cline2020-02-051-0/+1
| * | | kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu2020-02-281-2/+2
| * | | KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini2020-02-281-5/+5
| * | | KVM: allow disabling -WerrorPaolo Bonzini2020-02-282-1/+14
| * | | KVM: x86: allow compiling as non-module with W=1Valdis Klētnieks2020-02-282-0/+4
| * | | KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisWanpeng Li2020-02-281-12/+21
| * | | KVM: Introduce pv check helpersWanpeng Li2020-02-281-10/+24
| * | | KVM: let declaration of kvm_get_running_vcpus match implementationChristian Borntraeger2020-02-281-1/+1
| * | | KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterPaolo Bonzini2020-02-281-1/+2
* | | | Merge branch 'i2c/for-current-fixed' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-02-293-56/+34
|\ \ \ \
| * | | | macintosh: therm_windtunnel: fix regression when instantiating devicesWolfram Sang2020-02-291-21/+31
| * | | | i2c: altera: Fix potential integer overflowGustavo A. R. Silva2020-02-131-1/+1
| * | | | i2c: jz4780: silence log flood on txabrtWolfram Sang2020-02-131-34/+2
* | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-298-7/+14
|\ \ \ \ \
| * | | | | scsi: compat_ioctl: cdrom: Replace .ioctl with .compat_ioctl in four appropri...Adam Williamson2020-02-244-4/+4