summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* mtd: spinand: Instantiate a SPI-NAND on-die ECC engineMiquel Raynal2020-12-101-0/+9
* mtd: nand: Let software ECC engines be retrieved from the NAND coreMiquel Raynal2020-12-101-0/+1
* mtd: nand: ecc-hamming: Create the software Hamming engineMiquel Raynal2020-12-102-4/+21
* mtd: nand: ecc-hamming: Let the software Hamming ECC engine be unselectedMiquel Raynal2020-12-101-0/+36
* mtd: nand: ecc-hamming: Remove useless includesMiquel Raynal2020-12-101-1/+0
* mtd: nand: ecc-hamming: Stop using raw NAND structuresMiquel Raynal2020-12-102-0/+22
* mtd: nand: ecc-hamming: Rename the exported functionsMiquel Raynal2020-12-102-24/+19
* mtd: nand: ecc-hamming: Clarify the driver descriptionsMiquel Raynal2020-12-101-1/+1
* mtd: nand: ecc-hamming: Move Hamming code to the generic NAND layerMiquel Raynal2020-12-102-4/+4
* mtd: rawnand: Get rid of chip->ecc.privMiquel Raynal2020-12-101-2/+0
* mtd: nand: ecc-bch: Create the software BCH engineMiquel Raynal2020-12-102-8/+17
* mtd: nand: ecc-bch: Stop using raw NAND structuresMiquel Raynal2020-11-301-0/+25
* mtd: nand: ecc-bch: Update the prototypes to be more genericMiquel Raynal2020-11-302-29/+21
* mtd: nand: ecc-bch: Drop mtd_nand_has_bch()Miquel Raynal2020-11-301-4/+0
* mtd: nand: ecc-bch: Return only valid error codesMiquel Raynal2020-11-301-1/+1
* mtd: nand: ecc-bch: Stop exporting the private structureMiquel Raynal2020-11-301-6/+5
* mtd: nand: ecc-bch: Move BCH code to the generic NAND layerMiquel Raynal2020-11-301-3/+3
* mtd: nand: ecc: Add an I/O request tweaking mechanismMiquel Raynal2020-11-301-0/+32
* Merge tag 'asm-generic-fixes-5.10-2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-11-271-0/+13
|\
| * arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann2020-11-161-0/+13
* | Merge tag 'arm-soc-fixes-v5.10-3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-272-4/+1
|\ \
| * \ Merge tag 'omap-for-v5.10/fixes-rc5-signed' of git://git.kernel.org/pub/scm/l...Arnd Bergmann2020-11-271-0/+1
| |\ \
| | * | bus: ti-sysc: Fix reset status check for modules with quirksTony Lindgren2020-10-261-0/+1
| * | | firmware: xilinx: Use hash-table for api feature checkAmit Sunil Dhamne2020-11-241-4/+0
* | | | Merge tag 'net-5.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-11-276-2/+26
|\ \ \ \
| * | | | net: openvswitch: fix TTL decrement action netlink message formatEelco Chaudron2020-11-271-0/+2
| * | | | net/tls: Protect from calling tls_dev_del for TLS RX twiceMaxim Mikityanskiy2020-11-251-0/+6
| * | | | devlink: Fix reload stats structureMoshe Shemesh2020-11-241-0/+2
| * | | | net/packet: fix packet receive on L3 devices without visible hard headerEyal Birger2020-11-231-0/+5
| * | | | tcp: fix race condition when creating child sockets from syncookiesRicardo Dias2020-11-231-2/+3
| * | | | bonding: wait for sysfs kobject destruction before freeing struct slaveJamie Iles2020-11-211-0/+8
* | | | | Merge tag 'writeback_for_v5.10-rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-271-4/+4
|\ \ \ \ \
| * | | | | trace: fix potenial dangerous pointerHui Su2020-11-251-4/+4
* | | | | | mm: memcg: relayout structure mem_cgroup to avoid cache interferenceFeng Tang2020-11-261-14/+14
|/ / / / /
* | | | | Merge tag 'sched-urgent-2020-11-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-221-2/+24
|\ \ \ \ \
| * | | | | sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli2020-11-171-1/+9
| * | | | | sched: Fix data-race in wakeupPeter Zijlstra2020-11-171-1/+15
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-224-15/+33
|\ \ \ \ \ \
| * | | | | | mm: fix readahead_page_batch for retry entriesMatthew Wilcox (Oracle)2020-11-221-0/+2
| * | | | | | mm: fix phys_to_target_node() and memory_add_physaddr_to_nid() exportsDan Williams2020-11-222-15/+29
| * | | | | | compiler-clang: remove version check for BPF TracingNick Desaulniers2020-11-221-0/+2
* | | | | | | Merge tag 'ext4_for_linus_fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-11-221-1/+1
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | jbd2: fix kernel-doc markupsMauro Carvalho Chehab2020-11-191-1/+1
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-11-201-0/+3
|\ \ \ \ \ \
| * | | | | | scsi: libiscsi: Fix NOP race conditionLee Duncan2020-11-161-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'iommu-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2020-11-201-1/+0
|\ \ \ \ \ \
| * | | | | | iommu/vt-d: Avoid panic if iommu init fails in tboot systemZhenzhong Duan2020-11-181-1/+0
| | |_|_|_|/ | |/| | | |
* | | | | | Merge tag 'sound-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2020-11-201-0/+15
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge tag 'asoc-fix-v5.10-rc4' of https://git.kernel.org/pub/scm/linux/kernel...Takashi Iwai2020-11-191-0/+15
| |\ \ \ \ \
| | * | | | | ASoC: rt1015: add delay to fix pop noise from speakerJack Yu2020-11-051-0/+15
| | | |/ / / | | |/| | |