summaryrefslogtreecommitdiffstats
path: root/drivers/base/devres.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/base/devres: introduce devm_release_action()Dan Williams2019-06-141-1/+23
* devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin2018-11-111-2/+8
* devres: provide devm_kstrdup_const()Bartosz Golaszewski2018-10-161-0/+31
* devres: constify p in devm_kfree()Bartosz Golaszewski2018-10-161-2/+3
* device: Use overflow helpers for devm_kmalloc()Kees Cook2018-06-051-1/+6
* driver core: Remove redundant license textGreg Kroah-Hartman2017-12-071-2/+0Star
* driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman2017-12-071-0/+1
* devres: add devm_alloc_percpu()Madalin Bucur2016-11-161-0/+66
* devm: make allocations numa aware by defaultDan Williams2015-10-091-9/+10
* devres: fix devres_get()Masahiro Yamada2015-08-061-2/+2
* devres: Improve devm_kasprintf()/kvasprintf() supportGeert Uytterhoeven2014-09-241-7/+8
* devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi2014-07-181-0/+55
* devres: Add devm_get_free_pages APIEli Billauer2014-05-231-0/+76
* devres: introduce API "devm_kmemdupSrinivas Pandruvada2014-04-291-0/+21
* devres: introduce API "devm_kstrdup"Manish Badarkhe2014-02-111-0/+26
* devres: restore zeroing behavior of devres_alloc()Kevin Hilman2013-10-251-2/+2
* devres: add kernel standard devm_k.alloc functionsJoe Perches2013-10-171-11/+16
* Merge tag 'v3.9-rc3' into nextDmitry Torokhov2013-03-181-2/+2
|\
| * drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches2012-10-311-2/+2
* | devres: allow adding custom actions to the stackDmitry Torokhov2013-02-261-0/+74
|/
* driver core: devres: introduce devres_for_each_resMing Lei2012-08-161-0/+42
* devres: Add devres_release()Mark Brown2012-05-051-0/+31
* devres: Clarify documentation for devres_destroy()Mark Brown2012-05-051-0/+4
* devres: Fix a typo in devm_kfree commentAxel Lin2011-12-211-1/+1
* base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten2011-08-221-0/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt2009-07-121-0/+3
* Driver core: fix devres_release_all() return valueAdrian Bunk2007-07-121-0/+2
* devres: kernel-doc and DocBookRandy Dunlap2007-05-091-16/+16
* devres: device resource managementTejun Heo2007-02-091-0/+644