Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-15devres: combine function devm_ioremap*Yisheng Xie
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-04-24devres: fix devm_ioremap_*() offset parameter kerneldoc descriptionLorenzo Pieralisi
2016-02-08devres: use to_pci_dev()Geliang Tang
2015-10-05devres: fix a for loop bounds checkDan Carpenter
2015-08-11cleanup IORESOURCE_CACHEABLE vs ioremap()Dan Williams
2015-03-16lib: devres: add a helper function for ioremap_wcAbhilash Kesavan
2014-11-07devres: support sizes greater than an unsigned longCristian Stoica
2014-08-06Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-07-23of: Provide a function to request and map memoryMatthias Brugger
2014-06-20devres: remove devm_request_and_ioremap()Jingoo Han
2014-05-24lib/devres.c: fix checkpatch warningsFabian Frederick
2014-05-24lib/devres.c: use dev in devm_request_and_ioremapFabian Frederick
2014-04-08Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPUwe Kleine-König
2014-04-04lib/devres.c: fix some sparse warningsSteven Rostedt
2013-02-28lib/devres.c: fix misplaced #endifJingoo Han
2013-01-23lib: devres: Fix build breakageThierry Reding
2013-01-22lib: devres: Introduce devm_ioremap_resource()Thierry Reding
2012-03-08lib: reduce the use of module.h wherever possiblePaul Gortmaker
2012-01-12Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds
2012-01-07PCI: Increase resource array mask bit size in pcim_iomap_regions()Yinghai Lu
2011-11-16lib: devres: add convenience function to remap a resourceWolfram Sang
2011-11-16lib: devres: add annotations for #endifWolfram Sang
2011-07-26devres: fix possible use after freeMaxin B John
2010-07-12lib/devres.c: fix comment typoKulikov Vasiliy
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Emil Medve
2008-05-01devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala
2008-03-17devres: implement pcim_iomap_regions_request_all()Tejun Heo
2007-04-28iomap: implement pcim_iounmap_regions()Tejun Heo
2007-02-16[PATCH] pci_iomap_regions() error handling fixFrederik Deweerdt
2007-02-11[PATCH] sort the devres mess outAl Viro