summaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
Commit message (Expand)AuthorFilesLines
2020-12-10mtd: rawnand: qcom: Fix DMA sync on FLASH_STATUS register readPraveenkumar I1-0/+2
2020-12-10mtd: rawnand: gpmi: cleanup makefileMarco Felsch1-2/+1
2020-12-10mtd: spinand: Remove outdated commentMiquel Raynal1-4/+0
2020-12-10mtd: spinand: Fix OOB readMiquel Raynal1-0/+4
2020-12-10mtd: spinand: Allow the case where there is no ECC engineMiquel Raynal2-7/+9
2020-12-10mtd: spinand: Use the external ECC engine logicMiquel Raynal2-44/+54
2020-12-10dt-bindings: mtd: Deprecate nand-ecc-modeMiquel Raynal1-10/+1
2020-12-10mtd: nand: Add helpers to manage ECC engines and configurationsMiquel Raynal2-0/+128
2020-12-10mtd: spinand: Fill a default ECC provider/algorithmMiquel Raynal1-1/+5
2020-12-10mtd: nand: Let on-die ECC engines be retrieved from the NAND coreMiquel Raynal2-0/+7
2020-12-10mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2-0/+76
2020-12-10mtd: spinand: Move ECC related definitions earlier in the driverMiquel Raynal1-53/+53
2020-12-10mtd: spinand: Fix typo in commentMiquel Raynal1-1/+1
2020-12-10mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2-0/+21
2020-12-10mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal4-21/+223
2020-12-10mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal3-2/+47
2020-12-10mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal12-12/+0
2020-12-10mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal4-12/+90
2020-12-10mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal13-92/+108
2020-12-10mtd: nand: ecc-hamming: Cleanup and style fixesMiquel Raynal1-14/+12
2020-12-10mtd: nand: ecc-hamming: Drop/fix the kernel docMiquel Raynal1-29/+10
2020-12-10mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal2-2/+2
2020-12-10mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal36-45/+46
2020-12-10mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2-16/+17
2020-12-10mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal4-124/+296
2020-11-30mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal3-79/+98
2020-11-30mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal5-67/+97
2020-11-30mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal3-7/+2
2020-11-30mtd: nand: ecc-bch: Return only valid error codesMiquel Raynal1-1/+1
2020-11-30mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal5-37/+42
2020-11-30mtd: nand: ecc-bch: Cleanup and style fixesMiquel Raynal1-26/+29
2020-11-30mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal9-18/+19
2020-11-30mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2-0/+138
2020-11-30Linux 5.10-rc6v5.10-rc6Linus Torvalds1-1/+1
2020-11-27sock: set sk_err to ee_errno on dequeue from errqWillem de Bruijn1-1/+1
2020-11-27mptcp: fix NULL ptr dereference on bad MPJPaolo Abeni1-3/+2
2020-11-27net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron3-23/+60
2020-11-27perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2-4/+19
2020-11-27perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu1-0/+8
2020-11-27perf stat: Use proper cpu for shadow statsNamhyung Kim1-4/+1
2020-11-27perf record: Synthesize cgroup events only if neededNamhyung Kim1-0/+3
2020-11-27perf diff: Fix error return value in __cmd_diff()Zhen Lei1-1/+3
2020-11-27perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo1-6/+9
2020-11-27x86/mce: Do not overwrite no_way_out if mce_end() failsGabriele Paoloni1-2/+4
2020-11-27kvm: x86/mmu: Fix get_mmio_spte() on CPUs supporting 5-level PTVitaly Kuznetsov1-1/+1
2020-11-27KVM: x86: Fix split-irqchip vs interrupt injection window requestPaolo Bonzini3-9/+12
2020-11-27KVM: x86: handle !lapic_in_kernel case in kvm_cpu_*_extintPaolo Bonzini2-51/+34
2020-11-27usb: typec: stusb160x: fix power-opmode property with typec-power-opmodeAmelie Delaunay1-1/+1
2020-11-27printk: finalize records with trailing newlinesJohn Ogness1-2/+2
2020-11-27can: af_can: can_rx_unregister(): remove WARN() statement from list operation...Oliver Hartkopp1-2/+5