summaryrefslogtreecommitdiffstats
path: root/drivers/base/devres.c
AgeCommit message (Expand)AuthorLines
2018-11-11devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin-2/+8
2018-10-16devres: provide devm_kstrdup_const()Bartosz Golaszewski-0/+31
2018-10-16devres: constify p in devm_kfree()Bartosz Golaszewski-2/+3
2018-06-05device: Use overflow helpers for devm_kmalloc()Kees Cook-1/+6
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman-2/+0
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman-0/+1
2016-11-15devres: add devm_alloc_percpu()Madalin Bucur-0/+66
2015-10-09devm: make allocations numa aware by defaultDan Williams-9/+10
2015-08-05devres: fix devres_get()Masahiro Yamada-2/+2
2014-09-23devres: Improve devm_kasprintf()/kvasprintf() supportGeert Uytterhoeven-7/+8
2014-07-17devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi-0/+55
2014-05-24devres: Add devm_get_free_pages APIEli Billauer-0/+76
2014-04-29devres: introduce API "devm_kmemdupSrinivas Pandruvada-0/+21
2014-02-11devres: introduce API "devm_kstrdup"Manish Badarkhe-0/+26
2013-10-25devres: restore zeroing behavior of devres_alloc()Kevin Hilman-2/+2
2013-10-16devres: add kernel standard devm_k.alloc functionsJoe Perches-11/+16
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov-2/+2
2013-02-25devres: allow adding custom actions to the stackDmitry Torokhov-0/+74
2012-10-30drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches-2/+2
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei-0/+42
2012-05-04devres: Add devres_release()Mark Brown-0/+31
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown-0/+4
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin-1/+1
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-0/+1
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt-0/+3
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk-0/+2
2007-05-09devres: kernel-doc and DocBookRandy Dunlap-16/+16
2007-02-09devres: device resource managementTejun Heo-0/+644