summaryrefslogtreecommitdiffstats
path: root/drivers/base/devres.c
AgeCommit message (Expand)AuthorLines
2023-06-19drivers/base: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas-3/+3
2023-03-10devres: Pass unique name of the resource to devm_add_action()Andy Shevchenko-5/+6
2022-11-09devres: Use kmalloc_size_roundup() to match ksize() usageKees Cook-0/+3
2022-09-01devres: Slightly optimize alloc_dr()Christophe JAILLET-1/+3
2022-03-18devres: fix typos in commentsJulia Lawall-2/+2
2021-06-15devres: Enable trace eventsAndy Shevchenko-27/+20
2021-06-15devres: No need to call remove_nodes() when there none presentAndy Shevchenko-0/+4
2021-06-15devres: Use list_for_each_safe_from() in remove_nodes()Andy Shevchenko-16/+8
2021-06-15devres: Make locking straight forward in release_nodes()Andy Shevchenko-15/+15
2021-04-02driver core: Replace printf() specifier and drop unneeded castingAndy Shevchenko-2/+2
2021-04-02driver core: Cast to (void *) with __force for __percpu pointerAndy Shevchenko-1/+1
2020-11-09drivers: base: fix some kernel-doc markupsMauro Carvalho Chehab-1/+1
2020-09-08devres: provide devm_krealloc()Bartosz Golaszewski-0/+105
2020-07-02devres: handle zero size in devm_kmalloc()Bartosz Golaszewski-3/+6
2020-07-02devres: move the size check from alloc_dr() into a separate functionBartosz Golaszewski-3/+11
2020-07-02devres: remove stray space from devm_kmalloc() definitionBartosz Golaszewski-1/+1
2019-06-13drivers/base/devres: introduce devm_release_action()Dan Williams-1/+23
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