index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
idr.c
Age
Commit message (
Expand
)
Author
2018-10-21
radix tree: Remove radix_tree_update_node_t
Matthew Wilcox
2018-10-21
ida: Convert to XArray
Matthew Wilcox
2018-10-21
xarray: Add definition of struct xarray
Matthew Wilcox
2018-09-29
xarray: Replace exceptional entries
Matthew Wilcox
2018-09-29
idr: Permit any valid kernel pointer to be stored
Matthew Wilcox
2018-08-21
ida: Change ida_get_new_above to return the id
Matthew Wilcox
2018-08-21
ida: Remove old API
Matthew Wilcox
2018-08-21
ida: Add new API
Matthew Wilcox
2018-08-21
ida: Lock the IDA in ida_destroy
Matthew Wilcox
2018-06-07
lib/idr.c: remove simple_ida_lock
Matthew Wilcox
2018-02-26
idr: Fix handling of IDs above INT_MAX
Matthew Wilcox
2018-02-21
ida: do zeroing in ida_pre_get()
Rasmus Villemoes
2018-02-06
idr: Make 1-based IDRs more efficient
Matthew Wilcox
2018-02-06
idr: Warn if old iterators see large IDs
Matthew Wilcox
2018-02-06
idr: Rename idr_for_each_entry_ext
Matthew Wilcox
2018-02-06
idr: Remove idr_alloc_ext
Matthew Wilcox
2018-02-06
idr: Add idr_alloc_u32 helper
Matthew Wilcox
2018-02-06
idr: Delete idr_replace_ext function
Matthew Wilcox
2017-11-15
mm, truncate: do not check mapping for every page being truncated
Mel Gorman
2017-10-03
lib/idr.c: fix comment for idr_replace()
Eric Biggers
2017-09-13
idr: remove WARN_ON_ONCE() when trying to replace negative ID
Eric Biggers
2017-08-30
idr: Add new APIs to support unsigned long
Chris Mi
2017-02-13
idr: Add missing __rcu annotations
Matthew Wilcox
2017-02-13
ida: Use exceptional entries for small IDAs
Matthew Wilcox
2017-02-13
ida: Move ida_bitmap to a percpu variable
Matthew Wilcox
2017-02-13
Reimplement IDR and IDA using the radix tree
Matthew Wilcox
2016-12-12
lib/ida: document locking requirements a bit better
Daniel Vetter
2015-11-06
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2015-02-12
lib/idr.c: remove redundant include
Rasmus Villemoes
2014-10-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2014-09-09
Documentation: Docbook: Fix generated DocBook/kernel-api.xml
Masanari Iida
2014-08-08
lib/idr.c: fix out-of-bounds pointer dereference
Andrey Ryabinin
2014-06-06
idr: reduce the unneeded check in free_layer()
Lai Jiangshan
2014-06-06
idr: don't need to shink the free list when idr_remove()
Lai Jiangshan
2014-06-06
idr: fix idr_replace()'s returned error code
Lai Jiangshan
2014-06-06
idr: fix NULL pointer dereference when ida_remove(unallocated_id)
Lai Jiangshan
2014-06-06
idr: fix unexpected ID-removal when idr_remove(unallocated_id)
Lai Jiangshan
2014-06-06
idr: fix overflow bug during maximum ID calculation at maximum height
Lai Jiangshan
2014-04-07
lib/idr.c: use RCU_INIT_POINTER(x, NULL)
Monam Agarwal
2014-04-07
idr: remove dead code
Stephen Hemminger
2014-02-17
idr: Add new function idr_is_empty()
Andreas Gruenbacher
2013-07-03
idr: print a stack dump after ida_remove warning
Jean Delvare
2013-04-29
idr: introduce idr_alloc_cyclic()
Jeff Layton
2013-03-13
idr: idr_alloc() shouldn't trigger lowmem warning when preloaded
Tejun Heo
2013-03-13
idr: deprecate idr_pre_get() and idr_get_new[_above]()
Tejun Heo
2013-03-12
idr: fix new kernel-doc warnings
Randy Dunlap
2013-03-08
idr: remove WARN_ON_ONCE() on negative IDs
Tejun Heo
2013-02-27
idr: explain WARN_ON_ONCE() on negative IDs out-of-range ID
Tejun Heo
2013-02-27
idr: implement lookup hint
Tejun Heo
2013-02-27
idr: add idr_layer->prefix
Tejun Heo
[next]