summaryrefslogtreecommitdiff
path: root/drivers/base/dmapool.c
AgeCommit message (Expand)Author
2007-05-21Detach sched.h from mm.hAlexey Dobriyan
2007-04-27Driver core: use mutex instead of semaphore in DMA pool handlerMatthias Kaehlcke
2007-02-09devres: device resource managementTejun Heo
2006-12-13[PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter
2006-12-07[PATCH] slab: remove SLAB_ATOMICChristoph Lameter
2006-10-18driver core fixes: device_create_file() retval check in dmapool.cCornelia Huck
2006-06-27[PATCH] add poison.h and patch primary usersRandy Dunlap
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro
2005-09-10[PATCH] dmapool: Fix "nocast type" warningsVictor Fusco
2005-06-20[PATCH] Driver Core: drivers/base - drivers/i2c/chips/adm1026.c: update devic...Yani Ioannou
2005-03-28Mark "gfp" masks as "unsigned int" and use __nocast to find violations.Linus Torvalds
2004-06-30[PATCH] sparse: NULL vs 0 - rest of driversMika Kukkonen
2004-02-18[PATCH] snprintf fixesAndrew Morton
2004-02-08dmapool: fix up list_for_each() calls to list_for_each_entry()Greg Kroah-Hartman
2004-02-03[PATCH] PCI: dma_pool fixupsDavid Brownell
2004-02-01[PATCH] dmapool: use dev_err() whenever we can to get the better information ...Greg Kroah-Hartman
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_poolDeepak Saxena