summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2008-07-17ftrace: fix lockup with MAXSMPIngo Molnar-0/+3
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds-0/+1
2008-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds-0/+75
2008-07-16Merge branch 'linus' into cpus4096Ingo Molnar-41/+136
2008-07-15Merge branch 'linus' into core/softlockupIngo Molnar-51/+126
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar-1/+20
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+3
2008-07-15Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds-1/+6
2008-07-12[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCMartin K. Petersen-0/+75
2008-07-11percpu_counter: new function percpu_counter_sum_and_setMingming Cao-1/+6
2008-07-11Merge branch 'linus' into core/rcuIngo Molnar-46/+103
2008-07-10Merge branch 'tracing/ftrace' into auto-ftrace-nextIngo Molnar-3/+14
2008-07-08textsearch: ts_fsm: return error on request for case insensitive searchJoonwoo Park-1/+5
2008-07-08textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...Joonwoo Park-8/+21
2008-07-08textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithmJoonwoo Park-6/+20
2008-07-08textsearch: support for case insensitive searchingJoonwoo Park-6/+8
2008-07-06vsprintf: add support for '%pS' and '%pF' pointer formatsLinus Torvalds-1/+40
2008-07-06vsprintf: add infrastructure support for extended '%p' specifiersLinus Torvalds-2/+14
2008-07-06vsprintf: split out '%p' handling logicLinus Torvalds-9/+11
2008-07-06vsprintf: split out '%s' handling logicLinus Torvalds-26/+31
2008-07-06Merge commit 'v2.6.26-rc9' into cpus4096Ingo Molnar-70/+84
2008-07-04lib: taint kernel in common report_bug() WARN path.Paul Mundt-0/+2
2008-07-04Christoph has movedChristoph Lameter-1/+1
2008-07-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds-1/+1
2008-06-30textsearch: fix Boyer-Moore text search bugJoonwoo Park-1/+1
2008-06-27stacktrace: add saved stack traces to backtrace self-testVegard Nossum-0/+3
2008-06-19MM: virtual address debugJiri Slaby-0/+9
2008-06-19rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney-2/+19
2008-06-18debugobjects: fix lockdep warningVegard Nossum-9/+6
2008-06-16Merge branch 'linus' into core/softlockupIngo Molnar-59/+74
2008-06-16Merge branch 'linus' into core/rcuIngo Molnar-60/+76
2008-06-16Merge branch 'linus' into tracing/ftraceIngo Molnar-59/+74
2008-06-16Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar-1/+2
2008-06-12radix-tree: fix small lockless radix-tree bugNick Piggin-58/+62
2008-06-12add an inlined version of iter_div_u64_remJeremy Fitzhardinge-14/+1
2008-06-12common implementation of iterative div/modJeremy Fitzhardinge-0/+23
2008-06-10PCI: ACPI PCI slot detection driverAlex Chiang-0/+1
2008-06-06lib: export bitrev16Harvey Harrison-1/+2
2008-05-25debugging: make stacktrace independent from DEBUG_KERNELIngo Molnar-1/+0
2008-05-25softlockup: allow panic on lockupIngo Molnar-1/+25
2008-05-23ftrace: use the new kbuild CFLAGS_REMOVE for lib directorySteven Rostedt-4/+4
2008-05-23ftrace: remove function tracing from spinlock debugSteven Rostedt-1/+2
2008-05-23ftrace: do not profile lib/string.oSteven Rostedt-0/+8
2008-05-23ftrace: debug smp_processor_id, use notrace preempt disableSteven Rostedt-2/+2
2008-05-23ftrace: add basic support for gcc profiler instrumentationArnaldo Carvalho de Melo-0/+2
2008-05-23ftrace: annotate core code that should not be tracedArnaldo Carvalho de Melo-1/+1
2008-05-23x86: Add performance variants of cpumask operatorsMike Travis-0/+9
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu-0/+1
2008-05-18lmb: Fix compile warningKumar Gala-1/+2
2008-05-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds-12/+20