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-02-08
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
Linus Torvalds
2
-1
/
+10
2006-02-08
[PATCH] Fix spinlock debugging delays to not time out too early
Ingo Molnar
1
-3
/
+3
2006-02-06
[PATCH] Fix uevent buffer overflow in input layer
Benjamin Herrenschmidt
1
-1
/
+1
2006-02-06
[PATCH] kobject: don't oops on null kobject.name
Chuck Ebbert
1
-0
/
+4
2006-02-06
[PATCH] kobject_add() must have a valid name in order to succeed.
Greg Kroah-Hartman
1
-0
/
+5
2006-02-03
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
1
-15
/
+25
2006-02-03
[PATCH] lib: Fix bug in int_sqrt() for 64 bit longs
Peter Williams
1
-1
/
+1
2006-02-03
[TEXTSEARCH]: Fix broken good shift array calculation in Boyer-Moore
Pablo Neira Ayuso
1
-15
/
+25
2006-02-01
[PATCH] Introduce __iowrite32_copy
Bryan O'Sullivan
2
-1
/
+43
2006-01-15
[PATCH] When CONFIG_CC_OPTIMIZE_FOR_SIZE, allow gcc4 to control inlining
Ingo Molnar
1
-0
/
+14
2006-01-12
[PATCH] x86_64: Use function pointers to call DMA mapping functions
Muli Ben-Yehuda
1
-1
/
+1
2006-01-10
[PATCH] let MAGIC_SYSRQ no longer depend on DEBUG_KERNEL
Adrian Bunk
1
-7
/
+7
2006-01-10
[PATCH] lib/zlib*: cleanups
Adrian Bunk
6
-4
/
+18
2006-01-10
[PATCH] printk levels for spinlock debug
Dave Jones
1
-7
/
+11
2006-01-10
[PATCH] mutex subsystem, debugging code
Ingo Molnar
1
-0
/
+8
2006-01-09
[PATCH] atomic: dec_and_lock use atomic primitives
Nick Piggin
1
-43
/
+6
2006-01-09
[PATCH] cpuset: better bitmap remap defaults
Paul Jackson
1
-45
/
+44
2006-01-09
[PATCH] DEBUG_SLAB depends on SLAB
Ingo Molnar
1
-1
/
+1
2006-01-09
[PATCH] radix-tree: reduce tree height upon partial truncation
Nick Piggin
1
-10
/
+36
2006-01-09
[PATCH] radix tree: early termination of tag clearing
Nick Piggin
1
-17
/
+23
2006-01-09
[PATCH] radix tree: code consolidation
Nick Piggin
1
-31
/
+26
2006-01-09
[PATCH] frv: implement and export various things required by modules
David Howells
1
-0
/
+3
2006-01-06
[PATCH] s390: cleanup Kconfig
Martin Schwidefsky
1
-1
/
+1
2006-01-06
[PATCH] Cleanup bootmem allocator and fix alloc_bootmem_low
Ravikiran G Thirumalai
1
-2
/
+1
2006-01-06
[PATCH] mm: remove bad_range
Nick Piggin
1
-1
/
+2
2006-01-05
[PATCH] kobject_uevent CONFIG_NET=n fix
akpm@osdl.org
1
-3
/
+1
2006-01-05
[PATCH] klist: Fix broken kref counting in find functions
Frank Pavlic
1
-0
/
+2
2006-01-05
[PATCH] driver core: replace "hotplug" by "uevent"
Kay Sievers
2
-34
/
+34
2006-01-05
[PATCH] merge kobject_uevent and kobject_hotplug
Kay Sievers
1
-184
/
+95
2006-01-05
[PATCH] remove mount/umount uevents from superblock handling
Kay Sievers
1
-4
/
+0
2006-01-05
[PATCH] remove CONFIG_KOBJECT_UEVENT option
Kay Sievers
1
-19
/
+5
2005-12-20
[PATCH] fix spinlock-debugging smp_processor_id() usage
Ingo Molnar
1
-8
/
+10
2005-12-20
[PATCH] Fix swiotlb pci_map_sg error handling
Andi Kleen
1
-2
/
+3
2005-11-29
[PATCH] fix broken lib/genalloc.c
Chris Humbert
1
-8
/
+6
2005-11-07
Merge master.kernel.org:/pub/scm/linux/kernel/git/tglx/mtd-2.6
Linus Torvalds
4
-58
/
+58
2005-11-07
[PATCH] reiser4: add radix_tree_lookup_slot()
Hans Reiser
1
-13
/
+38
2005-11-07
[LIB] reed_solomon: Clean up trailing white spaces
Thomas Gleixner
4
-58
/
+58
2005-10-31
manual update from upstream:
Tony Luck
13
-97
/
+291
2005-10-31
Merge ../linux-2.6 by hand
Paul Mackerras
11
-95
/
+277
2005-10-31
[PATCH] fix missing includes
Tim Schmielau
4
-0
/
+4
2005-10-31
[PATCH] lib/string.c cleanup: restore useful memmove const
Paul Jackson
1
-1
/
+2
2005-10-31
[PATCH] RCU torture-testing kernel module
Paul E. McKenney
1
-0
/
+21
2005-10-31
[PATCH] extable: remove needless declaration
Nicolas Pitre
1
-3
/
+0
2005-10-31
[PATCH] Kconfig help text correction for CONFIG_FRAME_POINTER
Jesper Juhl
1
-2
/
+2
2005-10-31
[PATCH] cpusets: bitmap and mask remap operators
Paul Jackson
1
-0
/
+166
2005-10-31
[PATCH] Whitespace and CodingStyle cleanup for lib/idr.c
Jesper Juhl
1
-18
/
+17
2005-10-31
[PATCH] lib/string.c cleanup: remove pointless explicit casts
Jesper Juhl
1
-10
/
+11
2005-10-31
[PATCH] lib/string.c cleanup: remove pointless register keyword
Jesper Juhl
1
-2
/
+2
2005-10-31
[PATCH] lib/string.c cleanup: whitespace and CodingStyle cleanups
Jesper Juhl
1
-60
/
+53
2005-10-31
[PATCH] CONFIG_IA32
Brian Gerst
1
-1
/
+1
[next]