aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6David S. Miller11-42/+211
2008-07-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-9/+5
2008-07-17ftrace: do not trace library functionsIngo Molnar1-12/+5
2008-07-17ftrace: fix lockup with MAXSMPIngo Molnar1-0/+3
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jbarnes/pci-2.6Linus Torvalds1-0/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds3-0/+75
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2-1/+20
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-1/+3
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds1-1/+6
2008-07-12[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCMartin K. Petersen3-0/+75
2008-07-11percpu_counter: new function percpu_counter_sum_and_setMingming Cao1-1/+6
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar5-46/+103
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar3-3/+14
2008-07-08textsearch: ts_fsm: return error on request for case insensitive searchJoonwoo Park1-1/+5
2008-07-08textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt algorithmJoonwoo Park1-8/+21
2008-07-08textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithmJoonwoo Park1-6/+20
2008-07-08textsearch: support for case insensitive searchingJoonwoo Park1-6/+8
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds1-1/+40
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds1-2/+14
2008-07-06vsprintf: split out '%p' handling logicLinus Torvalds1-9/+11
2008-07-06vsprintf: split out '%s' handling logicLinus Torvalds1-26/+31
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt1-0/+2
2008-07-04Christoph has movedChristoph Lameter1-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2008-06-30textsearch: fix Boyer-Moore text search bugJoonwoo Park1-1/+1
2008-06-27stacktrace: add saved stack traces to backtrace self-testVegard Nossum1-0/+3
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney1-2/+19
2008-06-18debugobjects: fix lockdep warningVegard Nossum1-9/+6
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar4-60/+76
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar3-59/+74
2008-06-16Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar1-1/+2
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin1-58/+62
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge1-14/+1
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge1-0/+23
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang1-0/+1
2008-06-06lib: export bitrev16Harvey Harrison1-1/+2
2008-05-25debugging: make stacktrace independent from DEBUG_KERNELIngo Molnar1-1/+0
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for lib directorySteven Rostedt1-4/+4
2008-05-23ftrace: remove function tracing from spinlock debugSteven Rostedt1-1/+2
2008-05-23ftrace: do not profile lib/string.oSteven Rostedt1-0/+8
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableSteven Rostedt1-2/+2
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo1-0/+2
2008-05-23ftrace: annotate core code that should not be tracedArnaldo Carvalho de Melo1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-05-18lmb: Fix compile warningKumar Gala1-1/+2
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fsLinus Torvalds1-12/+20
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-15/+30
2008-05-14lib: create common ascii hex arrayHarvey Harrison1-2/+5
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more robustMarkus Armbruster1-12/+20
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson1-16/+0