index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2008-07-17
ftrace: fix lockup with MAXSMP
Ingo Molnar
1
-0
/
+3
2008-07-16
Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...
Linus Torvalds
1
-0
/
+1
2008-07-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
3
-0
/
+75
2008-07-16
Merge branch 'linus' into cpus4096
Ingo Molnar
6
-41
/
+136
2008-07-15
Merge branch 'linus' into core/softlockup
Ingo Molnar
9
-51
/
+126
2008-07-15
Merge branch 'core/rcu' into core/rcu-for-linus
Ingo Molnar
2
-1
/
+20
2008-07-15
Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+3
2008-07-15
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
1
-1
/
+6
2008-07-12
[SCSI] lib: Add support for the T10 (SCSI) Data Integrity Field CRC
Martin K. Petersen
3
-0
/
+75
2008-07-11
percpu_counter: new function percpu_counter_sum_and_set
Mingming Cao
1
-1
/
+6
2008-07-11
Merge branch 'linus' into core/rcu
Ingo Molnar
5
-46
/
+103
2008-07-10
Merge branch 'tracing/ftrace' into auto-ftrace-next
Ingo Molnar
3
-3
/
+14
2008-07-08
textsearch: ts_fsm: return error on request for case insensitive search
Joonwoo Park
1
-1
/
+5
2008-07-08
textsearch: ts_kmp: support case insensitive searching in Knuth-Morris-Pratt ...
Joonwoo Park
1
-8
/
+21
2008-07-08
textsearch: ts_bm: support case insensitive searching in Boyer-Moore algorithm
Joonwoo Park
1
-6
/
+20
2008-07-08
textsearch: support for case insensitive searching
Joonwoo Park
1
-6
/
+8
2008-07-06
vsprintf: add support for '%pS' and '%pF' pointer formats
Linus Torvalds
1
-1
/
+40
2008-07-06
vsprintf: add infrastructure support for extended '%p' specifiers
Linus Torvalds
1
-2
/
+14
2008-07-06
vsprintf: split out '%p' handling logic
Linus Torvalds
1
-9
/
+11
2008-07-06
vsprintf: split out '%s' handling logic
Linus Torvalds
1
-26
/
+31
2008-07-06
Merge commit 'v2.6.26-rc9' into cpus4096
Ingo Molnar
6
-70
/
+84
2008-07-04
lib: taint kernel in common report_bug() WARN path.
Paul Mundt
1
-0
/
+2
2008-07-04
Christoph has moved
Christoph Lameter
1
-1
/
+1
2008-07-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-1
/
+1
2008-06-30
textsearch: fix Boyer-Moore text search bug
Joonwoo Park
1
-1
/
+1
2008-06-27
stacktrace: add saved stack traces to backtrace self-test
Vegard Nossum
1
-0
/
+3
2008-06-19
rcu: make rcutorture more vicious: reinstate boot-time testing
Paul E. McKenney
1
-2
/
+19
2008-06-18
debugobjects: fix lockdep warning
Vegard Nossum
1
-9
/
+6
2008-06-16
Merge branch 'linus' into core/softlockup
Ingo Molnar
3
-59
/
+74
2008-06-16
Merge branch 'linus' into core/rcu
Ingo Molnar
4
-60
/
+76
2008-06-16
Merge branch 'linus' into tracing/ftrace
Ingo Molnar
3
-59
/
+74
2008-06-16
Revert "prohibit rcutorture from being compiled into the kernel"
Ingo Molnar
1
-1
/
+2
2008-06-12
radix-tree: fix small lockless radix-tree bug
Nick Piggin
1
-58
/
+62
2008-06-12
add an inlined version of iter_div_u64_rem
Jeremy Fitzhardinge
1
-14
/
+1
2008-06-12
common implementation of iterative div/mod
Jeremy Fitzhardinge
1
-0
/
+23
2008-06-10
PCI: ACPI PCI slot detection driver
Alex Chiang
1
-0
/
+1
2008-06-06
lib: export bitrev16
Harvey Harrison
1
-1
/
+2
2008-05-25
debugging: make stacktrace independent from DEBUG_KERNEL
Ingo Molnar
1
-1
/
+0
2008-05-25
softlockup: allow panic on lockup
Ingo Molnar
1
-1
/
+25
2008-05-23
ftrace: use the new kbuild CFLAGS_REMOVE for lib directory
Steven Rostedt
1
-4
/
+4
2008-05-23
ftrace: remove function tracing from spinlock debug
Steven Rostedt
1
-1
/
+2
2008-05-23
ftrace: do not profile lib/string.o
Steven Rostedt
1
-0
/
+8
2008-05-23
ftrace: debug smp_processor_id, use notrace preempt disable
Steven Rostedt
1
-2
/
+2
2008-05-23
ftrace: add basic support for gcc profiler instrumentation
Arnaldo Carvalho de Melo
1
-0
/
+2
2008-05-23
ftrace: annotate core code that should not be traced
Arnaldo Carvalho de Melo
1
-1
/
+1
2008-05-23
x86: Add performance variants of cpumask operators
Mike Travis
1
-0
/
+9
2008-05-19
rcu: split list.h and move rcu-protected lists into rculist.h
Franck Bui-Huu
1
-0
/
+1
2008-05-18
lmb: Fix compile warning
Kumar Gala
1
-1
/
+2
2008-05-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...
Linus Torvalds
1
-12
/
+20
2008-05-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
1
-15
/
+30
[prev]
[next]