summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/buffer.c
AgeCommit message (Expand)AuthorLines
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-4/+4
2023-06-19drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas-4/+4
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li-0/+41
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish-2/+4
2019-08-15usb: add a hcd_uses_dma helperChristoph Hellwig-7/+3
2019-08-15usb: don't create dma pools for HCDs with a localmem_poolChristoph Hellwig-3/+3
2019-06-03USB: drop HCD_LOCAL_MEM flagLaurentiu Tudor-5/+3
2019-06-03USB: use genalloc for USB HCs with local memoryLaurentiu Tudor-0/+9
2018-09-10USB: Removing NULL check for pool since dma_pool_destroy is safeSalil Kapur-6/+2
2017-11-03USB: core: move existing SPDX tags to top of the fileGreg Kroah-Hartman-1/+1
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann-6/+6
2016-10-29USB: core: add missing license information to some filesGreg Kroah-Hartman-0/+3
2016-04-28usb: core: buffer: avoid NULL pointer dereferrenceChunfeng Yun-0/+3
2016-02-20usb: core: Allow compilation on platforms where NO_DMA=yGeert Uytterhoeven-6/+12
2015-05-10Usb: core: buffer: fixed the checkpatch warningNizam Haider-1/+2
2015-01-09usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior-9/+17
2014-01-07USB: core: correct spelling mistakes in comments and warningRahul Bedarkar-1/+1
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi-2/+3
2011-01-22USB: Core: Fix minor coding style issuesTobias Ollmann-13/+13
2010-05-20USB: make hcd.h public (drivers dependency)Eric Lescouet-1/+1
2009-04-23USB: pass mem_flags to dma_alloc_coherentJohannes Berg-1/+1
2008-02-01USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman-5/+6
2008-02-01usb: dma bounce buffer supportMagnus Damm-3/+6
2007-11-02cleanup asm/scatterlist.h includesAdrian Bunk-1/+0
2007-02-07USB: a bit more coding style cleanupOliver Neukum-18/+18
2006-12-07[PATCH] slab: remove SLAB_DMAChristoph Lameter-1/+1
2006-09-27usbcore: trim down usb_bus structureAlan Stern-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel-1/+0
2006-01-04[PATCH] USB: don't allocate dma pools for PIO HCDsChris Humbert-0/+3
2005-11-17[PATCH] USB: move CONFIG_USB_DEBUG checks into the MakefileGreg Kroah-Hartman-8/+0
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro-1/+1
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas-1/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds-0/+154