index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
idr.c
Age
Commit message (
Expand
)
Author
2022-07-10
ida: don't use BUG_ON() for debugging
Linus Torvalds
2020-10-20
Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarray
Linus Torvalds
2020-10-16
lib/idr.c: document calling context for IDA APIs mustn't use locks
Stephen Boyd
2020-10-07
ida: Free allocated bitmap in error path
Matthew Wilcox (Oracle)
2019-11-01
idr: Fix idr_get_next_ul race with idr_remove
Matthew Wilcox (Oracle)
2019-06-02
idr: Fix idr_get_next race with idr_remove
Matthew Wilcox (Oracle)
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
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
[next]