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
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-14drivers/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-16devres: add devm_alloc_percpu()Madalin Bucur
2015-10-10devm: make allocations numa aware by defaultDan Williams
2015-08-06devres: fix devres_get()Masahiro Yamada
2014-09-24devres: Improve devm_kasprintf()/kvasprintf() supportGeert Uytterhoeven
2014-07-18devres: Add devm_kasprintf and devm_kvasprintf APIHimangi Saraogi
2014-05-23devres: Add devm_get_free_pages APIEli Billauer
2014-04-30devres: 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-17devres: add kernel standard devm_k.alloc functionsJoe Perches
2013-03-18Merge tag 'v3.9-rc3' into nextDmitry Torokhov
2013-02-26devres: allow adding custom actions to the stackDmitry Torokhov
2012-10-31drivers: base: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches
2012-08-17driver core: devres: introduce devres_for_each_resMing Lei
2012-05-05devres: Add devres_release()Mark Brown
2012-05-05devres: Clarify documentation for devres_destroy()Mark Brown
2011-12-21devres: Fix a typo in devm_kfree commentAxel Lin
2011-08-23base/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-13devres: WARN() and return, don't crash on device_del() of uninitialized deviceBenjamin Herrenschmidt
2007-07-12Driver core: fix devres_release_all() return valueAdrian Bunk
2007-05-09devres: kernel-doc and DocBookRandy Dunlap
2007-02-10devres: device resource managementTejun Heo