aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/buffer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish1-2/+4
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig1-7/+3
2019-08-15usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig1-3/+3
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor1-5/+3
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor1-0/+9
2018-09-10USB: Removing NULL check for pool since dma_pool_destroy is safeSalil Kapur1-6/+2
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman1-1/+1
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann1-6/+6
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman1-0/+3
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun1-0/+3
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven1-6/+12
2015-05-10Usb: core: buffer: fixed the checkpatch warningNizam Haider1-1/+2
2015-01-09usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior1-9/+17
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar1-1/+1
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-2/+3
2011-01-22USB: Core: Fix minor coding style issuesTobias Ollmann1-13/+13
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet1-1/+1
2009-04-23USB: pass mem_flags to dma_alloc_coherentJohannes Berg1-1/+1
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman1-5/+6
2008-02-01usb: dma bounce buffer supportMagnus Damm1-3/+6
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk1-1/+0
2007-02-07USB: a bit more coding style cleanupOliver Neukum1-18/+18
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter1-1/+1
2006-09-27usbcore: trim down usb_bus structureAlan Stern1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-04[PATCH] USB: don't allocate dma pools for PIO HCDsChris Humbert1-0/+3
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman1-8/+0
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-1/+1
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+154