aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* kobject: fix kset_find_obj() race with concurrent last kobject_put()Linus Torvalds2013-04-251-1/+8
* idr: fix top layer handlingTejun Heo2013-03-061-14/+22
* idr: make idr_get_next() good for rcu_read_lock()Hugh Dickins2013-03-061-3/+5
* idr: fix a subtle bug in idr_get_next()Tejun Heo2013-03-061-1/+8
* genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2012-10-301-1/+1
* lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-171-0/+3
* lib/vsprintf.c: kptr_restrict: fix pK-error in SysRq show-all-timers(Q)Dan Rosenberg2012-08-101-1/+2
* btree: fix tree corruption in btree_get_prev()Roland Dreier2012-06-101-2/+2
* uevent: send events in correct order according to seqnum (v3)Andrew Vagin2012-04-021-10/+9
* Fix comparison using wrong pointer variable in dma debug codeThomas Jarosch2011-11-211-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-071-0/+1
|\
| * netlink: validate NLA_MSECS lengthJohannes Berg2011-11-041-0/+1
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-064-0/+4
|\ \ | |/ |/|
| * lib: dma-debug needs export.h for EXPORT_SYMBOLPaul Gortmaker2011-10-311-0/+1
| * md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker2011-10-312-0/+2
| * md: Add module.h to all files using it implicitlyPaul Gortmaker2011-10-311-0/+1
* | ida: make ida_simple_get/put() IRQ safeTejun Heo2011-11-021-4/+7
* | lib: rename pack_hex_byte() to hex_byte_pack()Andy Shevchenko2011-10-311-7/+7
* | lib/string.c: fix strim() semantics for strings that have only blanksMichael Holzheu2011-10-311-2/+1
* | lib/idr.c: fix comment for ida_get_new_above()Wang Sheng-Hui2011-10-311-2/+2
* | lib/percpu_counter.c: enclose hotplug only variables in hotplug ifdefGlauber Costa2011-10-311-0/+2
* | lib/bitmap.c: quiet sparse noise about address spaceH Hartley Sweeten2011-10-311-4/+6
* | lib/spinlock_debug.c: print owner on spinlock lockupAkinobu Mita2011-10-311-9/+10
* | lib/kstrtox: common code between kstrto*() and simple_strto*() functionsAlexey Dobriyan2011-10-313-48/+68
* | lib/Kconfig.debug: fix help message for DEFAULT_HUNG_TASK_TIMEOUTJiaju Zhang2011-10-311-2/+3
* | lib/string.c: introduce memchr_inv()Akinobu Mita2011-10-311-0/+54
* | radix_tree: clean away saw_unset_tag leftoversHugh Dickins2011-10-311-8/+2
|/
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds2011-10-301-7/+61
|\
| *-. Merge branches 'amd/fixes', 'debug/dma-api', 'arm/omap', 'arm/msm', 'core', '...Joerg Roedel2011-10-211-7/+61
| |\ \
| | | * dma-debug: hash_bucket_find needs to allow for offsets within an entryNeil Horman2011-08-231-7/+61
| | |/
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb...Linus Torvalds2011-10-282-1/+15
|\ \ \
| * | | fault-inject: export setup_fault_attr()Per Forlin2011-10-261-1/+2
| * | | mmc: core: add random fault injectionPer Forlin2011-10-261-0/+11
| * | | fault-inject: export fault injection functionsPer Forlin2011-10-261-0/+2
| |/ /
* | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-10-261-1/+1
|\ \ \
| * | | lib/raid6: Fix filename emitted in generated codeDan McGee2011-10-201-1/+1
| | |/ | |/|
* | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-10-264-64/+19
|\ \ \
| * | | sched: Wrap scheduler p->cpus_allowed accessPeter Zijlstra2011-10-061-1/+1
| * | | llist: Remove cpu_relax() usage in cmpxchg loopsPeter Zijlstra2011-10-041-2/+0
| * | | llist: Return whether list is empty before adding in llist_add()Huang Ying2011-10-041-1/+5
| * | | llist: Move cpu_relax() to after the cmpxchg()Huang Ying2011-10-041-4/+10
| * | | llist: Remove the platform-dependent NMI checksIngo Molnar2011-10-041-10/+2
| * | | llist: Make some llist functions inlineHuang Ying2011-10-043-46/+1
| | |/ | |/|
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2011-10-266-76/+76
|\ \ \
| * | | lib: atomic64: Change the type of local lock to raw_spinlock_tYong Zhang2011-09-141-11/+11
| * | | locking, lib/atomic64: Annotate atomic64_lock::lock as rawShan Hai2011-09-131-22/+22
| * | | locking, rwsem: Annotate inner lock as rawThomas Gleixner2011-09-132-26/+26
| * | | locking, printk: Annotate logbuf_lock as rawThomas Gleixner2011-09-131-2/+2
| * | | locking, lib/proportions: Annotate prop_local_percpu::lock as rawThomas Gleixner2011-09-131-6/+6
| * | | locking, percpu_counter: Annotate ::lock as rawThomas Gleixner2011-09-131-9/+9