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
2009-01-16
lib/idr.c: use kmem_cache_zalloc() for the idr_layer cache
Andrew Morton
1
-8
/
+2
2009-01-16
idr: fix wrong kernel-doc
Li Zefan
1
-2
/
+2
2009-01-10
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-8
/
+8
2009-01-10
rbtree: add const qualifier to some functions
Artem Bityutskiy
1
-6
/
+6
2009-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-nommu
Linus Torvalds
1
-0
/
+7
2009-01-08
generic swap(): lib/sort.c: rename swap to swap_func
Wu Fengguang
1
-14
/
+16
2009-01-08
NOMMU: Make VMAs per MM as for MMU-mode linux
David Howells
1
-0
/
+7
2009-01-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-5
/
+6
2009-01-07
x86: offer frame pointers in all build modes
Ingo Molnar
1
-8
/
+8
2009-01-07
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
3
-154
/
+107
2009-01-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
4
-39
/
+72
2009-01-07
percpu_counter: FBC_BATCH should be a variable
Eric Dumazet
1
-4
/
+14
2009-01-07
strict_strto* is not strict enough
Pavel Machek
1
-0
/
+4
2009-01-07
lib: proportions.c trivial sparse lock annotation
Harvey Harrison
1
-0
/
+2
2009-01-07
lib: radix_tree.c make percpu variable static
Harvey Harrison
1
-1
/
+1
2009-01-07
lib: fix sparse shadowed variable warning
Harvey Harrison
1
-1
/
+1
2009-01-07
Remove remaining unwinder code
Alexey Dobriyan
1
-1
/
+0
2009-01-07
oops handling: ensure that any oops is flushed to the mtdoops console
Viktor Rosendahl
1
-0
/
+2
2009-01-06
swiotlb: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
1
-1
/
+1
2009-01-06
dynamic_printk: reduce one level of indentation
Wu Fengguang
1
-32
/
+26
2009-01-06
kobject: return the result of uevent sending by netlink
Ming Lei
1
-2
/
+4
2009-01-06
uevent: don't pass envp_ext[] as format string in kobject_uevent_env()
Tejun Heo
1
-1
/
+1
2009-01-06
driver core: Remove completion from struct klist_node
Matthew Wilcox
1
-3
/
+40
2009-01-06
trivial: radix-tree: document wrap-around issue of radix_tree_next_hole()
Wu Fengguang
1
-5
/
+6
2009-01-06
Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...
Ingo Molnar
2
-17
/
+7
2009-01-05
Merge branch 'core/iommu' into core/urgent
Ingo Molnar
1
-137
/
+100
2009-01-04
swiotlb: Don't include linux/swiotlb.h twice in lib/swiotlb.c
Jesper Juhl
1
-1
/
+0
2009-01-04
Merge branch 'linus' into core/urgent
Ingo Molnar
5
-3
/
+116
2009-01-03
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-3
/
+113
2009-01-03
Make %p print '(null)' for NULL pointers
Linus Torvalds
1
-0
/
+3
2009-01-02
swiotlb: add missing __init annotations
Roland Dreier
1
-1
/
+1
2009-01-02
Merge branch 'cpus4096-for-linus-2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+7
2009-01-01
cpumask: CONFIG_DISABLE_OBSOLETE_CPUMASK_FUNCTIONS
Rusty Russell
1
-0
/
+4
2009-01-01
cpumask: zero extra bits in alloc_cpumask_var_node
Rusty Russell
1
-0
/
+8
2009-01-01
bitmap: find_last_bit()
Rusty Russell
3
-0
/
+50
2009-01-01
cpumask: fix bogus kernel-doc
Li Zefan
1
-1
/
+1
2008-12-31
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
3
-68
/
+223
2008-12-31
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...
Linus Torvalds
1
-0
/
+1
2008-12-31
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-68
/
+222
2008-12-30
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
Rusty Russell
7
-155
/
+178
2008-12-29
locking, percpu counters: introduce separate lock classes
Peter Zijlstra
2
-17
/
+7
2008-12-29
SLUB: failslab support
Akinobu Mita
1
-0
/
+1
2008-12-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-0
/
+77
2008-12-28
Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+17
2008-12-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
2
-1
/
+46
2008-12-28
swiotlb: clean up EXPORT_SYMBOL usage
FUJITA Tomonori
1
-14
/
+14
2008-12-28
swiotlb: remove unnecessary declaration
FUJITA Tomonori
1
-3
/
+0
2008-12-28
swiotlb: add support for systems with highmem
Becky Bruce
1
-17
/
+51
2008-12-28
swiotlb: store phys address in io_tlb_orig_addr array
Becky Bruce
1
-90
/
+30
2008-12-28
swiotlb: add hwdev to swiotlb_phys_to_bus() / swiotlb_sg_to_bus()
Jeremy Fitzhardinge
1
-31
/
+22
[next]