aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v3.0.81' of git://git.kernel.org/pub/scm/linux/kernel/git/stable/l...Chirayu Desai2013-06-081-1/+1
|\
| * klist: del waiter from klist_remove_waiters before wakeup waitting processwang, biao2013-06-071-1/+1
* | Merge 3.0.68Pawit Pornkitprasan2013-03-041-1/+8
|\ \ | |/
| * idr: fix a subtle bug in idr_get_next()Tejun Heo2013-03-041-1/+8
* | Merge 3.0.52Pawit Pornkitprasan2012-11-203-3/+6
|\ \ | |/
| * genalloc: stop crashing the system when destroying a poolThadeu Lima de Souza Cascardo2012-10-311-1/+1
| * lib/gcd.c: prevent possible div by 0Davidlohr Bueso2012-10-131-0/+3
| * btree: fix tree corruption in btree_get_prev()Roland Dreier2012-06-171-2/+2
* | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-192-11/+11
|\ \ | |/
| * uevent: send events in correct order according to seqnum (v3)Andrew Vagin2012-04-021-10/+9
| * netlink: validate NLA_MSECS lengthJohannes Berg2011-11-111-0/+1
| * kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz2011-11-111-1/+1
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-273-8/+116
|\ \ | |/
| * XZ: Fix incorrect XZ_BUF_ERRORLasse Collin2011-10-031-7/+20
| * crypto: Move md5_transform to lib/md5.cDavid S. Miller2011-08-152-1/+96
* | Merge commit 'v3.0.1' into android-3.0Colin Cross2011-08-101-1/+1
|\ \ | |/
| * XZ: Fix missing <linux/kernel.h> includeLasse Collin2011-08-041-1/+1
* | Merge commit 'v3.0-rc7' into android-3.0Colin Cross2011-07-121-1/+1
|\ \ | |/
| * Merge branches 'core-urgent-for-linus', 'perf-urgent-for-linus' and 'sched-ur...Linus Torvalds2011-07-071-1/+1
| |\
| | * debugobjects: Fix boot crash when kmemleak and debugobjects enabledMarcin Slusarz2011-06-201-1/+1
* | | plist: Remove the need to supply locks to plist headsDima Zavin2011-07-081-6/+1
* | | Merge commit 'v3.0-rc5' into android-3.0Colin Cross2011-06-292-18/+10
|\ \ \ | |/ /
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-06-161-17/+9
| |\ \
| | * | Delay struct net freeing while there's a sysfs instance refering to itAl Viro2011-06-121-17/+9
| * | | lib/bitmap.c: fix kernel-doc notationRandy Dunlap2011-06-151-1/+1
| |/ /
* | | Allow CONFIG_STACKTRACE to be enabled by itself.Arve Hjønnevåg2011-06-141-1/+2
|/ /
* | Merge branch 'stable/xen-swiotlb.bugfix' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2011-06-091-0/+5
|\ \
| * | swiotlb: Export swioltb_nr_tbl and utilize it as appropiate.FUJITA Tomonori2011-06-061-0/+5
* | | vsprintf: Update %pI6c to not compress a single 0Joe Perches2011-06-091-1/+3
| |/ |/|
* | tile: enable CONFIG_BUGVERBOSEChris Metcalf2011-06-011-1/+1
* | Merge branch 'rcu/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Ingo Molnar2011-05-281-1/+1
|\ \
| * | rcu: Fix unpaired rcu_irq_enter() from locking selftestsFrederic Weisbecker2011-05-261-1/+1
* | | arch: remove CONFIG_GENERIC_FIND_{NEXT_BIT,BIT_LE,LAST_BIT}Akinobu Mita2011-05-263-22/+2
* | | bitops: add #ifndef for each of find bitopsAkinobu Mita2011-05-262-0/+16
* | | flex_array: avoid divisions when accessing elementsJesse Gross2011-05-261-22/+29
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tileLinus Torvalds2011-05-251-0/+2
|\ \ \
| * | | audit: support the "standard" <asm-generic/unistd.h>Chris Metcalf2011-05-041-0/+2
* | | | lib: consolidate DEBUG_STACK_USAGE optionStephen Boyd2011-05-251-0/+9
* | | | lib/genalloc.c: add support for specifying the physical addressJean-Christophe PLAGNIOL-VILLARD2011-05-251-8/+37
* | | | lib: consolidate DEBUG_PER_CPU_MAPSStephen Boyd2011-05-251-0/+11
* | | | lib: add kstrto*_from_user()Alexey Dobriyan2011-05-251-0/+26
* | | | lru_cache: use correct type in sizeof for allocationIlia Mirkin2011-05-251-1/+1
* | | | lib/vsprintf.c: fix interaction of kasprintf() and vsnprintf() when using %pVJan Beulich2011-05-251-1/+1
* | | | bitmap, irq: add smp_affinity_list interface to /proc/irqMike Travis2011-05-251-12/+97
* | | | arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-251-1/+1
* | | | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into fo...James Morris2011-05-241-6/+20
|\ \ \ \
| * | | | flex_array: allow 0 length elementsEric Paris2011-04-281-6/+20
| * | | | flex_arrays: allow zero length flex arraysEric Paris2011-04-281-1/+10
| * | | | flex_array: flex_array_prealloc takes a number of elements, not an endEric Paris2011-04-281-5/+8
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-05-232-7/+5
|\ \ \ \ \