aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* merge lib, kernel timer, remove unneeded bluetooth tizen and asm includes, di...Wolfgang Wiedmeyer2015-10-254-45/+17
* remove firmware files, merge more uncritical stuff from 3.0.101Wolfgang Wiedmeyer2015-10-232-0/+10
* merged 3.0.101 tagWolfgang Wiedmeyer2015-10-221-1/+8
* wireless backport from 3.4Andrew Dodd2013-02-271-22/+32
* Merge remote-tracking branch 'kernelorg/linux-3.0.y' into 3_0_64Andrew Dodd2013-02-273-3/+8
|\
| * 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-3.0.31 from korg into jellybeancodeworkx2012-09-181-10/+9
|\ \ | |/
| * uevent: send events in correct order according to seqnum (v3)Andrew Vagin2012-04-021-10/+9
* | samsung update 1codeworkx2012-06-029-116/+170
|/
* netlink: validate NLA_MSECS lengthJohannes Berg2011-11-111-0/+1
* kobj_uevent: Ignore if some listeners cannot handle messageMilan Broz2011-11-111-1/+1
* 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
* XZ: Fix missing <linux/kernel.h> includeLasse Collin2011-08-041-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
* | 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
|/ /
* | 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
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' into for-nextJiri Kosina2011-04-2616-182/+2483
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | add printk.time=1 boot-time hint to Kconfig.debug help textJim Cromie2011-04-101-1/+2
| * | | | | vsprintf: make comment about vs{n,cn,}printf more understandableUwe Kleine-König2011-04-061-6/+3
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-05-191-29/+3
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | rcu: Enable DEBUG_OBJECTS_RCU_HEAD from !PREEMPTMathieu Desnoyers2011-05-051-1/+1