aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2008-07-21debugfs: Add a reference to the debugfs API documentation.Gravatar Robert P. J. Day 1-0/+3
2008-07-21kobject: replace '/' with '!' in nameGravatar Kay Sievers 1-2/+8
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...Gravatar David S. Miller 11-42/+211
2008-07-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-9/+5
2008-07-17ftrace: do not trace library functionsGravatar Ingo Molnar 1-12/+5
2008-07-17ftrace: fix lockup with MAXSMPGravatar Ingo Molnar 1-0/+3
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Gravatar Linus Torvalds 1-0/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Gravatar Linus Torvalds 3-0/+75
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusGravatar Ingo Molnar 2-1/+20
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+3
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Gravatar Linus Torvalds 1-1/+6
2008-07-12[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCGravatar Martin K. Petersen 3-0/+75
2008-07-11percpu_counter: new function percpu_counter_sum_and_setGravatar Mingming Cao 1-1/+6
2008-07-11Merge branch 'linus' into core/rcuGravatar Ingo Molnar 5-46/+103
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextGravatar Ingo Molnar 3-3/+14
2008-07-08textsearch: ts_fsm: return error on request for case insensitive searchGravatar Joonwoo Park 1-1/+5
2008-07-08textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...Gravatar Joonwoo Park 1-8/+21
2008-07-08textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithmGravatar Joonwoo Park 1-6/+20
2008-07-08textsearch: support for case insensitive searchingGravatar Joonwoo Park 1-6/+8
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsGravatar Linus Torvalds 1-1/+40
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersGravatar Linus Torvalds 1-2/+14
2008-07-06vsprintf: split out '%p' handling logicGravatar Linus Torvalds 1-9/+11
2008-07-06vsprintf: split out '%s' handling logicGravatar Linus Torvalds 1-26/+31
2008-07-04lib: taint kernel in common report_bug() WARN path.Gravatar Paul Mundt 1-0/+2
2008-07-04Christoph has movedGravatar Christoph Lameter 1-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Gravatar Linus Torvalds 1-1/+1
2008-06-30textsearch: fix Boyer-Moore text search bugGravatar Joonwoo Park 1-1/+1
2008-06-27stacktrace: add saved stack traces to backtrace self-testGravatar Vegard Nossum 1-0/+3
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingGravatar Paul E. McKenney 1-2/+19
2008-06-18debugobjects: fix lockdep warningGravatar Vegard Nossum 1-9/+6
2008-06-16Merge branch 'linus' into core/rcuGravatar Ingo Molnar 4-60/+76
2008-06-16Merge branch 'linus' into tracing/ftraceGravatar Ingo Molnar 3-59/+74
2008-06-16Revert "prohibit rcutorture from being compiled into the kernel"Gravatar Ingo Molnar 1-1/+2
2008-06-12radix-tree: fix small lockless radix-tree bugGravatar Nick Piggin 1-58/+62
2008-06-12add an inlined version of iter_div_u64_remGravatar Jeremy Fitzhardinge 1-14/+1
2008-06-12common implementation of iterative div/modGravatar Jeremy Fitzhardinge 1-0/+23
2008-06-10PCI: ACPI PCI slot detection driverGravatar Alex Chiang 1-0/+1
2008-06-06lib: export bitrev16Gravatar Harvey Harrison 1-1/+2
2008-05-25debugging: make stacktrace independent from DEBUG_KERNELGravatar Ingo Molnar 1-1/+0
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for lib directoryGravatar Steven Rostedt 1-4/+4
2008-05-23ftrace: remove function tracing from spinlock debugGravatar Steven Rostedt 1-1/+2
2008-05-23ftrace: do not profile lib/string.oGravatar Steven Rostedt 1-0/+8
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableGravatar Steven Rostedt 1-2/+2
2008-05-23ftrace: add basic support for gcc profiler instrumentationGravatar Arnaldo Carvalho de Melo 1-0/+2
2008-05-23ftrace: annotate core code that should not be tracedGravatar Arnaldo Carvalho de Melo 1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hGravatar Franck Bui-Huu 1-0/+1
2008-05-18lmb: Fix compile warningGravatar Kumar Gala 1-1/+2
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Gravatar Linus Torvalds 1-12/+20
2008-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Gravatar Linus Torvalds 1-15/+30
2008-05-14lib: create common ascii hex arrayGravatar Harvey Harrison 1-2/+5