aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar
2008-07-08textsearch: ts_fsm: return error on request for case insensitive searchJoonwoo Park
2008-07-08textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...Joonwoo Park
2008-07-08textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithmJoonwoo Park
2008-07-08textsearch: support for case insensitive searchingJoonwoo Park
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds
2008-07-06vsprintf: split out '%p' handling logicLinus Torvalds
2008-07-06vsprintf: split out '%s' handling logicLinus Torvalds
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt
2008-07-04Christoph has movedChristoph Lameter
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-06-30textsearch: fix Boyer-Moore text search bugJoonwoo Park
2008-06-27stacktrace: add saved stack traces to backtrace self-testVegard Nossum
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney
2008-06-18debugobjects: fix lockdep warningVegard Nossum
2008-06-16Merge branch 'linus' into core/softlockupIngo Molnar
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar
2008-06-16Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang
2008-06-06lib: export bitrev16Harvey Harrison
2008-05-25debugging: make stacktrace independent from DEBUG_KERNELIngo Molnar
2008-05-25softlockup: allow panic on lockupIngo Molnar
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for lib directorySteven Rostedt
2008-05-23ftrace: remove function tracing from spinlock debugSteven Rostedt
2008-05-23ftrace: do not profile lib/string.oSteven Rostedt
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableSteven Rostedt
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo
2008-05-23ftrace: annotate core code that should not be tracedArnaldo Carvalho de Melo
2008-05-23x86: Add performance variants of cpumask operatorsMike Travis
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu
2008-05-18lmb: Fix compile warningKumar Gala
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds
2008-05-14lib: create common ascii hex arrayHarvey Harrison
2008-05-14add match_strlcpy() us it to make v9fs make uname and remotename parsing more...Markus Armbruster
2008-05-13cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_lenPaul Jackson
2008-05-12lmb: Make lmb debugging more useful.David S. Miller
2008-05-12lmb: Fix inconsistent alignment of size argument.David S. Miller
2008-05-10BKL: revert back to the old spinlock implementationLinus Torvalds
2008-05-05Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2008-05-05kgdb: kconfig fix xconfig/menuconfig elementJan Engelhardt
2008-05-05[POWERPC] devres: Add devm_ioremap_prot()Emil Medve
2008-05-01idr: fix idr_remove()Nadia Derbey
2008-05-01Add a new sysfs_streq() string comparison functionDavid Brownell