summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz...Linus Torvalds2008-07-231-46/+130
|\ \ \ \ \ \ \ \
| * | | | | | | | sg: reimplement sg mapping iteratorTejun Heo2008-07-231-46/+130
* | | | | | | | | kgdb: remove unused HAVE_ARCH_KGDB_SHADOW_INFO config variableJason Wessel2008-07-231-3/+0
|/ / / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-07-221-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | remove CONFIG_KMOD from libJohannes Berg2008-07-221-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | kobject: Transmit return value of call_usermodehelper() to callerWang Chen2008-07-211-1/+2
* | | | | | | | debugfs: Add a reference to the debugfs API documentation.Robert P. J. Day2008-07-211-0/+3
* | | | | | | | kobject: replace '/' with '!' in nameKay Sievers2008-07-211-2/+8
|/ / / / / / /
* | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1811-42/+211
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2008-07-171-9/+5
| |\ \ \ \ \ \
| | * | | | | | ftrace: do not trace library functionsIngo Molnar2008-07-171-12/+5
| | * | | | | | ftrace: fix lockup with MAXSMPIngo Molnar2008-07-171-0/+3
| * | | | | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-0/+1
| |\ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| | * | | | | | PCI: ACPI PCI slot detection driverAlex Chiang2008-06-101-0/+1
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-07-153-0/+75
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| | * | | | | | [SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRCMartin K. Petersen2008-07-123-0/+75
| | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar2008-07-152-1/+20
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | Merge branch 'linus' into core/rcuIngo Molnar2008-07-115-46/+103
| | |\ \ \ \ \
| | * | | | | | rcu: make rcutorture more vicious: reinstate boot-time testingPaul E. McKenney2008-06-191-2/+19
| | * | | | | | Merge branch 'linus' into core/rcuIngo Molnar2008-06-164-60/+76
| | |\ \ \ \ \ \ | | | | |_|_|/ / | | | |/| | | |
| | * | | | | | Revert "prohibit rcutorture from being compiled into the kernel"Ingo Molnar2008-06-161-1/+2
| | * | | | | | rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-0/+1
| * | | | | | | Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2008-07-151-1/+3
| |\ \ \ \ \ \ \
| | * | | | | | | stacktrace: add saved stack traces to backtrace self-testVegard Nossum2008-06-271-0/+3
| | * | | | | | | debugging: make stacktrace independent from DEBUG_KERNELIngo Molnar2008-05-251-1/+0
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2008-07-151-1/+6
| |\ \ \ \ \ \ \
| | * | | | | | | percpu_counter: new function percpu_counter_sum_and_setMingming Cao2008-07-111-1/+6
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | 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
* | | | | | textsearch: ts_fsm: return error on request for case insensitive searchJoonwoo Park2008-07-081-1/+5
* | | | | | textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...Joonwoo Park2008-07-081-8/+21
* | | | | | textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithmJoonwoo Park2008-07-081-6/+20
* | | | | | textsearch: support for case insensitive searchingJoonwoo Park2008-07-081-6/+8
|/ / / / /
* | | | | 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
OpenPOWER on IntegriCloud