aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/devres.c
AgeCommit message (Expand)Author
2022-03-18devres: fix typos in commentsJulia Lawall
2021-06-15devres: Enable trace eventsAndy Shevchenko
2021-06-15devres: No need to call remove_nodes() when there none presentAndy Shevchenko
2021-06-15devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko
2021-06-15devres: Make locking straight forward in release_nodes()Andy Shevchenko
2021-04-02driver core: Replace printf() specifier and drop unneeded castingAndy Shevchenko
2021-04-02driver core: Cast to (void *) with __force for __percpu pointerAndy Shevchenko
2020-11-09drivers: base: fix some kernel-doc markupsMauro Carvalho Chehab
2020-09-08devres: provide devm_krealloc()Bartosz Golaszewski
2020-07-02devres: handle zero size in devm_kmalloc()Bartosz Golaszewski
2020-07-02devres: move the size check from alloc_dr() into a separate functionBartosz Golaszewski
2020-07-02devres: remove stray space from devm_kmalloc() definitionBartosz Golaszewski
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams
2018-11-11devres: Align data[] to ARCH_KMALLOC_MINALIGNAlexey Brodkin
2018-10-16devres: provide devm_kstrdup_const()Bartosz Golaszewski
2018-10-16devres: constify p in devm_kfree()Bartosz Golaszewski
2018-06-05device: Use overflow helpers for devm_kmalloc()Kees Cook
2017-12-07driver core: Remove redundant license textGreg Kroah-Hartman
2017-12-07driver core: add SPDX identifiers to all driver core filesGreg Kroah-Hartman
2016-11-15devres: add devm_alloc_percpu()Madalin Bucur
2015-10-09devm: make allocations numa aware by defaultDan Williams
2015-08-05devres: fix devres_get()Masahiro Yamada
2014-09-23devres: Improve devm_kasprintf()/kvasprintf() supportGeert Uytterhoeven
2014-07-17devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi
2014-05-24devres: Add devm_get_free_pages APIEli Billauer
2014-04-29devres: introduce API "devm_kmemdupSrinivas Pandruvada
2014-02-11devres: introduce API "devm_kstrdup"Manish Badarkhe
2013-10-25devres: restore zeroing behavior of devres_alloc()Kevin Hilman
2013-10-16devres: add kernel standard devm_k.alloc functionsJoe Perches
2013-03-17Merge tag 'v3.9-rc3' into nextDmitry Torokhov
2013-02-25devres: allow adding custom actions to the stackDmitry Torokhov
2012-10-30drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2012-08-16driver core: devres: introduce devres_for_each_resMing Lei
2012-05-04devres: Add devres_release()Mark Brown
2012-05-04devres: Clarify documentation for devres_destroy()Mark Brown
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin
2011-08-22base/devres.c: quiet sparse noise about context imbalanceH Hartley Sweeten
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-07-12devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt
2007-07-11Driver core: fix devres_release_all() return valueAdrian Bunk
2007-05-09devres: kernel-doc and DocBookRandy Dunlap
2007-02-09devres: device resource managementTejun Heo