summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar2008-07-103-3/+14
|\
| * Merge branch 'linus' into tracing/ftraceIngo Molnar2008-06-163-59/+74
| |\
| * | ftrace: use the new kbuild CFLAGS_REMOVE for lib directorySteven Rostedt2008-05-231-4/+4
| * | ftrace: remove function tracing from spinlock debugSteven Rostedt2008-05-231-1/+2
| * | ftrace: do not profile lib/string.oSteven Rostedt2008-05-231-0/+8
| * | ftrace: debug smp_processor_id, use notrace preempt disableSteven Rostedt2008-05-231-2/+2
| * | ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo2008-05-231-0/+2
| * | ftrace: annotate core code that should not be tracedArnaldo Carvalho de Melo2008-05-231-1/+1
* | | vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds2008-07-061-1/+40
* | | vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds2008-07-061-2/+14
* | | vsprintf: split out '%p' handling logicLinus Torvalds2008-07-061-9/+11
* | | vsprintf: split out '%s' handling logicLinus Torvalds2008-07-061-26/+31
* | | lib: taint kernel in common report_bug() WARN path.Paul Mundt2008-07-041-0/+2
* | | Christoph has movedChristoph Lameter2008-07-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-07-021-1/+1
|\ \ \
| * | | textsearch: fix Boyer-Moore text search bugJoonwoo Park2008-06-301-1/+1
| | |/ | |/|
* | | debugobjects: fix lockdep warningVegard Nossum2008-06-181-9/+6
|/ /
* | radix-tree: fix small lockless radix-tree bugNick Piggin2008-06-121-58/+62
* | add an inlined version of iter_div_u64_remJeremy Fitzhardinge2008-06-121-14/+1
* | common implementation of iterative div/modJeremy Fitzhardinge2008-06-121-0/+23
* | lib: export bitrev16Harvey Harrison2008-06-061-1/+2
|/
* lmb: Fix compile warningKumar Gala2008-05-181-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2008-05-141-12/+20
|\
| * add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster2008-05-141-12/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-141-15/+30
|\ \
| * | lmb: Make lmb debugging more useful.David S. Miller2008-05-121-11/+22
| * | lmb: Fix inconsistent alignment of size argument.David S. Miller2008-05-121-4/+8
* | | lib: create common ascii hex arrayHarvey Harrison2008-05-141-2/+5
| |/ |/|
* | cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson2008-05-131-16/+0
|/
* BKL: revert back to the old spinlock implementationLinus Torvalds2008-05-101-39/+81
* Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-05-051-1/+1
|\
| * [POWERPC] devres: Add devm_ioremap_prot()Emil Medve2008-05-051-1/+1
* | kgdb: kconfig fix xconfig/menuconfig elementJan Engelhardt2008-05-051-7/+9
|/
* idr: fix idr_remove()Nadia Derbey2008-05-011-1/+1
* Add a new sysfs_streq() string comparison functionDavid Brownell2008-05-011-0/+27
* rename div64_64 to div64_u64Roman Zippel2008-05-011-6/+6
* introduce explicit signed/unsigned 64bit divideRoman Zippel2008-05-011-2/+21
* klist: fix coding style errors in klist.h and klist.cGreg Kroah-Hartman2008-04-301-121/+85
* devres: support addresses greater than an unsigned long via dev_ioremapKumar Gala2008-04-301-2/+2
* kobject: do not copy vargs, just pass them aroundKay Sievers2008-04-301-20/+8
* klist: implement klist_add_{after|before}()Tejun Heo2008-04-301-0/+33
* lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-302-13/+13
* debugobjects: add timer specific object debugging codeThomas Gleixner2008-04-301-0/+8
* infrastructure to debug (dynamic) objectsThomas Gleixner2008-04-303-0/+914
* mm: bdi: allow setting a maximum for the bdi dirty limitPeter Zijlstra2008-04-301-6/+32
* mm: bdi: export BDI attributes in sysfsPeter Zijlstra2008-04-301-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds2008-04-291-9/+90
|\
| * [POWERPC] Provide walk_memory_resource() for powerpcBadari Pulavarty2008-04-291-0/+33
| * [POWERPC] Update lmb data structures for hotplug memory add/removeBadari Pulavarty2008-04-291-9/+57
* | bitops: remove "optimizations"Thomas Gleixner2008-04-291-12/+10
OpenPOWER on IntegriCloud