summaryrefslogtreecommitdiffstats
path: root/lib/dma-virt.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-03-16mtd: nand: Update dependency of IFC for LS1021AAlison Wang1-1/+1
2017-03-16memory: ifc: Update dependency of IFC for LS1021AAlison Wang1-1/+1
2017-03-16mtd: nand: tango: Enforce DMA direction typeBoris Brezillon1-3/+5
2017-03-16mtd: nand: nandsim: fix spelling mistake: "weakpagess" -> "weakpages"Colin Ian King1-1/+1
2017-03-16mtd: nand: sunxi: simplify optional reset handlingPhilipp Zabel1-11/+9
2017-03-08mtd: nand: hynix: Add read-retry support for 1x nm MLC NANDsBoris Brezillon1-1/+356
2017-03-08mtd: nand: hynix: Rework NAND ID decoding to extract more informationBoris Brezillon1-19/+209
2017-03-08mtd: nand: samsung: Retrieve ECC requirements from extended IDHans de Goede1-0/+20
2017-03-08mtd: nand: Move Macronix specific initialization in nand_macronix.cBoris Brezillon5-12/+33
2017-03-08mtd: nand: Move AMD/Spansion specific init/detection logic in nand_amd.cBoris Brezillon5-18/+55
2017-03-08mtd: nand: Move Micron specific init logic in nand_micron.cBoris Brezillon5-51/+91
2017-03-08mtd: nand: Move Toshiba specific init/detection logic in nand_toshiba.cBoris Brezillon5-18/+56
2017-03-08mtd: nand: Move Hynix specific init/detection logic in nand_hynix.cBoris Brezillon5-87/+115
2017-03-08mtd: nand: Move Samsung specific init/detection logic in nand_samsung.cBoris Brezillon5-50/+101
2017-03-08mtd: nand: Add manufacturer specific initialization/detection stepsBoris Brezillon2-10/+100
2017-03-08mtd: nand: Do not expose the NAND manufacturer table directlyBoris Brezillon3-15/+39
2017-03-08mtd: nand: Kill the MTD_NAND_IDS Kconfig optionBoris Brezillon4-14/+1
2017-03-08mtd: nand: Rename the nand_manufacturers structBoris Brezillon2-4/+4
2017-03-08mtd: nand: Rename nand_get_flash_type() into nand_detect()Boris Brezillon1-3/+2
2017-03-08mtd: nand: Get rid of busw parameterBoris Brezillon1-31/+37
2017-03-08mtd: nand: Store nand ID in struct nand_chipBoris Brezillon2-25/+43
2017-03-08mtd: nand: Get rid of the mtd parameter in all auto-detection functionsBoris Brezillon1-24/+30
2017-03-05Linux 4.11-rc1v4.11-rc1Linus Torvalds1-2/+2
2017-03-04strparser: destroy workqueue on module exitWANG Cong1-0/+1
2017-03-04Documentation/sphinx: fix primary_domain configurationJohn Keeping1-1/+1
2017-03-04docs: Fix htmldocs build failureMartyn Welch1-2/+2
2017-03-03doc/ko_KR/memory-barriers: Update control-dependencies sectionSeongJae Park1-31/+37
2017-03-03pcieaer doc: update the linkCao jin1-1/+1
2017-03-03Documentation: Update path to sysrq.txtKrzysztof Kozlowski4-6/+6
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree1-1/+1
2017-03-03sfc: avoid max() in array sizeEdward Cree1-5/+5
2017-03-03rds: remove unnecessary returned value checkZhu Yanjun4-14/+4
2017-03-03rxrpc: Fix potential NULL-pointer exceptionDavid Howells1-7/+8
2017-03-03nfp: correct DMA direction in XDP DMA syncJakub Kicinski1-2/+2
2017-03-03nfp: don't tell FW about the reserved buffer spaceJakub Kicinski1-1/+2
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas1-1/+5
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason2-9/+34
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant1-1/+4
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant1-14/+18
2017-03-03netfilter: nf_tables: don't call nfnetlink_set_err() if nfnetlink_send() failsPablo Neira Ayuso2-81/+58
2017-03-03netfilter: nft_set_rbtree: incorrect assumption on lower interval lookupsPablo Neira Ayuso1-5/+4
2017-03-03netfilter: nf_conntrack_sip: fix wrong memory initialisationChristophe Leroy1-2/+0
2017-03-03can: flexcan: fix typo in commentMarc Kleine-Budde1-1/+1
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde1-6/+3
2017-03-03can: gs_usb: fix coding styleEthan Zonca1-6/+5
2017-03-03can: gs_usb: Don't use stack memory for USB transfersEthan Zonca1-11/+29
2017-03-03smb2: Enforce sec= mount optionSachin Prabhu8-7/+49
2017-03-03CIFS: Fix sparse warningsSteve French2-4/+4
2017-03-03ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck2-2/+3
2017-03-03statx: Add a system call to make enhanced file info availableDavid Howells72-214/+822