eta name='robots' content='index, nofollow'/>
summaryrefslogtreecommitdiff
path: root/lib/idr.c
AgeCommit message (Expand)Author
2020-10-20Merge tag 'xarray-5.9' of git://git.infradead.org/users/willy/xarrayLinus Torvalds
2020-10-16lib/idr.c: document calling context for IDA APIs mustn't use locksStephen Boyd
2020-10-07ida: Free allocated bitmap in error pathMatthew Wilcox (Oracle)
2019-11-01idr: Fix idr_get_next_ul race with idr_removeMatthew Wilcox (Oracle)
2019-06-02idr: Fix idr_get_next race with idr_removeMatthew Wilcox (Oracle)
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2018-10-21radix tree: Remove radix_tree_update_node_tMatthew Wilcox
2018-10-21ida: Convert to XArrayMatthew Wilcox
2018-10-21xarray: Add definition of struct xarrayMatthew Wilcox
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-29idr: Permit any valid kernel pointer to be storedMatthew Wilcox
2018-08-21ida: Change ida_get_new_above to return the idMatthew Wilcox
2018-08-21ida: Remove old APIMatthew Wilcox
2018-08-21ida: Add new APIMatthew Wilcox
2018-08-21ida: Lock the IDA in ida_destroyMatthew Wilcox
2018-06-07lib/idr.c: remove simple_ida_lockMatthew Wilcox