summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-281-4/+4
|\
| * drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas2023-06-191-4/+4
* | usb: usbfs: Enforce page requirements for mmapRuihan Li2023-05-291-0/+41
|/
* usb: core: Replace in_interrupt() in commentsAhmed S. Darwish2020-10-281-2/+4
* usb: add a hcd_uses_dma helperChristoph Hellwig2019-08-151-7/+3
* usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig2019-08-151-3/+3
* USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor2019-06-031-5/+3
* USB: use genalloc for USB HCs with local memoryLaurentiu Tudor2019-06-031-0/+9
* USB: Removing NULL check for pool since dma_pool_destroy is safeSalil Kapur2018-09-101-6/+2
* USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman2017-11-031-1/+1
* usb: separate out sysdev pointer from usb_busArnd Bergmann2017-03-231-6/+6
* USB: core: add missing license information to some filesGreg Kroah-Hartman2016-10-291-0/+3
* usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun2016-04-281-0/+3
* usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven2016-02-201-6/+12
* Usb: core: buffer: fixed the checkpatch warningNizam Haider2015-05-101-1/+2
* usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2015-01-091-9/+17
* USB: core: correct spelling mistakes in comments and warningRahul Bedarkar2014-01-071-1/+1
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-2/+3
* USB: Core: Fix minor coding style issuesTobias Ollmann2011-01-221-13/+13
* USB: make hcd.h public (drivers dependency)Eric Lescouet2010-05-201-1/+1
* USB: pass mem_flags to dma_alloc_coherentJohannes Berg2009-04-231-1/+1
* USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman2008-02-011-5/+6
* usb: dma bounce buffer supportMagnus Damm2008-02-011-3/+6
* cleanup asm/scatterlist.h includesAdrian Bunk2007-11-021-1/+0
* USB: a bit more coding style cleanupOliver Neukum2007-02-071-18/+18
* [PATCH] slab: remove SLAB_DMAChristoph Lameter2006-12-071-1/+1
* usbcore: trim down usb_bus structureAlan Stern2006-09-271-2/+2
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] USB: don't allocate dma pools for PIO HCDsChris Humbert2006-01-041-0/+3
* [PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman2005-11-171-8/+0
* [PATCH] gfp_t: drivers/usbAl Viro2005-10-281-1/+1
* [PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas2005-07-121-1/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+154