index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2006-09-29
[PATCH] lib/ts_fsm.c: constify structs
Andreas Mohr
1
-5
/
+5
2006-09-29
[PATCH] lib/rwsem.c: un-inline rwsem_down_failed_common()
Andreas Mohr
1
-1
/
+1
2006-09-29
[PATCH] spinlock_debug: don't recompute (jiffies_per_loop * HZ) in spinloop
Chuck Ebbert
1
-6
/
+9
2006-09-29
[PATCH] list_del debug check
Manfred Spraul
1
-5
/
+7
2006-09-29
[PATCH] Debug variants of linked list macros
Dave Jones
3
-0
/
+87
2006-09-27
sh: Enable verbose BUG() support.
Paul Mundt
1
-1
/
+1
2006-09-27
sh: Use generic CONFIG_FRAME_POINTER.
Paul Mundt
1
-1
/
+1
2006-09-27
Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6
Linus Torvalds
2
-3
/
+9
2006-09-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
3
-12
/
+30
2006-09-26
[PATCH] avr32 architecture
Haavard Skinnemoen
1
-2
/
+2
2006-09-26
[PATCH] optimize hweight64 for x86_64
Andi Kleen
1
-2
/
+8
2006-09-26
[PATCH] Don't force frame pointers for lockdep
Andi Kleen
1
-1
/
+1
2006-09-26
Driver core: Don't call put methods while holding a spinlock
Alan Stern
1
-11
/
+15
2006-09-26
add CONFIG_ENABLE_MUST_CHECK
Andrew Morton
1
-0
/
+7
2006-09-26
kobject: must_check fixes
Randy Dunlap
1
-1
/
+8
2006-09-23
[PATCH] fix missing ifdefs in syscall classes hookup for generic targets
Al Viro
1
-0
/
+2
2006-09-12
[PATCH] syscall class hookup for all normal targets
Al Viro
3
-0
/
+59
2006-08-23
[TEXTSEARCH]: Fix Boyer Moore initialization bug
Michael Rash
1
-6
/
+5
2006-08-06
[PATCH] disable debugging version of write_lock()
Andrew Morton
1
-4
/
+6
2006-08-04
PCI: docking station: remove dock uevents
Kristen Carlson Accardi
1
-4
/
+0
2006-08-01
[PATCH] Fix ppc32 zImage inflate
Peter Korsgaard
1
-1
/
+4
2006-07-15
[PATCH] let the the lockdep options depend on DEBUG_KERNEL
Adrian Bunk
1
-4
/
+6
2006-07-15
[PATCH] Convert idr's internal locking to _irqsave variant
Roland Dreier
1
-6
/
+10
2006-07-04
[PATCH] lockdep: kconfig
Ingo Molnar
1
-2
/
+96
2006-07-04
[PATCH] lockdep: prove spinlock rwlock locking correctness
Ingo Molnar
2
-1
/
+42
2006-07-04
[PATCH] lockdep: prove rwsem locking correctness
Ingo Molnar
2
-3
/
+37
2006-07-04
[PATCH] lockdep: allow read_lock() recursion of same class
Ingo Molnar
1
-4
/
+4
2006-07-04
[PATCH] lockdep: core
Ingo Molnar
2
-4
/
+2
2006-07-04
[PATCH] lockdep: locking API self tests
Ingo Molnar
17
-0
/
+1338
2006-07-04
[PATCH] lockdep: s390 CONFIG_FRAME_POINTER support
Heiko Carstens
1
-1
/
+1
2006-07-04
[PATCH] lockdep: stacktrace subsystem, core
Ingo Molnar
1
-1
/
+5
2006-07-04
[PATCH] lockdep: better lock debugging
Ingo Molnar
3
-37
/
+72
2006-07-04
[PATCH] lockdep: remove mutex deadlock checking code
Ingo Molnar
1
-8
/
+0
2006-07-04
[PATCH] lockdep: clean up rwsems
Ingo Molnar
2
-75
/
+2
2006-07-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
8
-8
/
+0
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
8
-8
/
+0
2006-06-30
merge linus into release branch
Len Brown
7
-11
/
+165
2006-06-29
Fix vsnprintf off-by-one bug
Linus Torvalds
1
-1
/
+1
2006-06-29
[PATCH] Add EXPORT_UNUSED_SYMBOL and EXPORT_UNUSED_SYMBOL_GPL
Arjan van de Ven
1
-0
/
+16
2006-06-28
[PATCH] fix rt-mutex defaults and dependencies
Roman Zippel
1
-3
/
+1
2006-06-28
[PATCH] pi-futex: rt mutex tester
Thomas Gleixner
1
-0
/
+7
2006-06-28
[PATCH] pi-futex: rt mutex debug
Ingo Molnar
1
-0
/
+13
2006-06-28
[PATCH] pi-futex: add plist implementation
Ingo Molnar
3
-0
/
+125
2006-06-28
[PATCH] zlib inflate: fix function definitions
Randy Dunlap
2
-10
/
+5
2006-06-27
KEVENT: add new uevent for dock
Kristen Accardi
1
-0
/
+4
2006-06-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
2
-11
/
+2
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
1
-2
/
+10
2006-06-26
[PATCH] i386: reliable stack trace support (i386)
Jan Beulich
1
-1
/
+1
2006-06-26
[PATCH] x86_64: reliable stack trace support (x86-64)
Jan Beulich
1
-1
/
+1
2006-06-26
[PATCH] x86_64: reliable stack trace support
Jan Beulich
1
-2
/
+10
[next]