summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman66-172/+210
2015-02-13lib/idr.c: remove redundant includeRasmus Villemoes1-1/+0
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds92-135/+125
2014-09-09Documentation: Docbook: Fix generated DocBook/kernel-api.xmlMasanari Iida11-17/+17
2014-08-08lib/idr.c: fix out-of-bounds pointer dereferenceAndrey Ryabinin1-11/+14
2014-06-06idr: reduce the unneeded check in free_layer()Lai Jiangshan1-1/+1
2014-06-06idr: don't need to shink the free list when idr_remove()Lai Jiangshan1-16/+0
2014-06-06idr: fix idr_replace()'s returned error codeLai Jiangshan1-2/+2
2014-06-06idr: fix NULL pointer dereference when ida_remove(unallocated_id)Lai Jiangshan1-1/+1
2014-06-06idr: fix unexpected ID-removal when idr_remove(unallocated_id)Lai Jiangshan1-0/+8
2014-06-06idr: fix overflow bug during maximum ID calculation at maximum heightLai Jiangshan1-5/+3
2014-04-07lib/idr.c: use RCU_INIT_POINTER(x, NULL)Monam Agarwal1-2/+2
2014-04-07idr: remove dead codeStephen Hemminger2-81/+2
2014-02-17idr: Add new function idr_is_empty()Andreas Gruenbacher2-0/+11
2013-07-03idr: print a stack dump after ida_remove warningJean Delvare1-5/+2
2013-04-30idr: introduce idr_alloc_cyclic()Jeff Layton2-0/+29
2013-03-13idr: idr_alloc() shouldn't trigger lowmem warning when preloadedTejun Heo1-13/+25
2013-03-13idr: deprecate idr_pre_get() and idr_get_new[_above]()Tejun Heo2-52/+55
2013-03-13idr: fix new kernel-doc warningsRandy Dunlap2-2/+1
2013-03-08idr: remove WARN_ON_ONCE() on negative IDsTejun Heo1-13/+3
2013-02-28idr: explain WARN_ON_ONCE() on negative IDs out-of-range IDTejun Heo1-0/+10
2013-02-28idr: implement lookup hintTejun Heo2-23/+40
2013-02-28idr: add idr_layer->prefixTejun Heo2-0/+14
2013-02-28idr: remove length restriction from idr_layer->bitmapTejun Heo2-28/+18
2013-02-28idr: remove MAX_IDR_MASK and move left MAX_IDR_* into idr.cTejun Heo6-22/+20
2013-02-28idr: fix top layer handlingTejun Heo1-15/+23
2013-02-28idr: implement idr_preload[_end]() and idr_alloc()Tejun Heo2-8/+180
2013-02-28idr: refactor idr_get_new_above()Tejun Heo1-18/+12
2013-02-28idr: remove _idr_rc_to_errno() hackTejun Heo2-18/+23
2013-02-28idr: relocate idr_for_each_entry() and reorganize id[r|a]_get_new()Tejun Heo2-61/+35
2013-02-28idr: deprecate idr_remove_all()Tejun Heo2-8/+16
2013-02-28idr: make idr_destroy() imply idr_remove_all()Tejun Heo1-9/+11
2013-02-28idr: fix a subtle bug in idr_get_next()Tejun Heo1-1/+8
2012-10-05idr: rename MAX_LEVEL to MAX_IDR_LEVELFengguang Wu8-27/+27
2012-03-24Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds100-100/+100
2012-03-22idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins1-3/+5
2012-03-07lib: reduce the use of module.h wherever possiblePaul Gortmaker63-63/+74
2011-11-02ida: make ida_simple_get/put() IRQ safeTejun Heo1-4/+7
2011-11-01lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui1-2/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina4068-105856/+242752
2011-08-04Fix kernel-doc comment typo '@id'Paul Bolle1-1/+1
2011-08-04ida: simplified functions for id allocationRusty Russell2-0/+71
2010-10-27docbook: add idr/ida to kernel-api docbookRandy Dunlap3-24/+32
2010-10-26idr: fix idr_pre_get() locking descriptionNaohiro Aota1-11/+13
2010-08-31idr: describe how nextidp works in idr_get_next().Naohiro Aota1-1/+2
2010-08-31idr: fix kernel-doc warnings.Naohiro Aota1-5/+5
2010-06-23idr: fix RCU lockdep splat in idr_get_next()Paul E. McKenney1-2/+2
2010-05-27idr: fix backtrack logic in idr_remove_allImre Deak1-1/+4
2010-03-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse8205-263056/+564385
2010-02-26Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse3481-60346/+138612
[next]