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
2015-04-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-3
/
+8
2015-04-24
Merge tag 'md/4.1' of git://neil.brown.name/md
Linus Torvalds
10
-23
/
+347
2015-04-22
rhashtable: Do not schedule more than one rehash if we can't grow further
Thomas Graf
1
-2
/
+2
2015-04-22
rhashtable: Schedule async resize when sync realloc fails
Thomas Graf
1
-1
/
+6
2015-04-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-10
/
+10
2015-04-22
md/raid6 algorithms: xor_syndrome() for SSE2
Markus Stockhausen
1
-3
/
+227
2015-04-22
md/raid6 algorithms: xor_syndrome() for generic int
Markus Stockhausen
1
-1
/
+39
2015-04-22
md/raid6 algorithms: improve test program
Markus Stockhausen
1
-15
/
+36
2015-04-22
md/raid6 algorithms: delta syndrome functions
Markus Stockhausen
9
-8
/
+49
2015-04-21
Merge tag 'char-misc-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+28
2015-04-20
iommu-common: rename iommu_pool_hash to iommu_hash_common
Sowmini Varadhan
1
-3
/
+3
2015-04-20
iommu-common: fix x86_64 compiler warnings
Sowmini Varadhan
1
-7
/
+7
2015-04-20
Merge tag 'cpumask-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-32
/
+0
2015-04-19
hexdump: avoid warning in test function
Linus Torvalds
1
-1
/
+1
2015-04-19
cpumask: remove __first_cpu / __next_cpu
Rusty Russell
1
-21
/
+0
2015-04-18
iommu-common: Fix PARISC compile-time warnings
Sowmini Varadhan
1
-1
/
+5
2015-04-18
Break up monolithic iommu table/lock into finer graularity pools and lock
Sowmini Varadhan
2
-1
/
+267
2015-04-18
sparc: Revert generic IOMMU allocator.
David S. Miller
2
-225
/
+1
2015-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
2
-1
/
+225
2015-04-17
iommu-common: Fix PARISC compile-time warnings
Sowmini Varadhan
1
-1
/
+5
2015-04-17
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
9
-464
/
+342
2015-04-17
lib/Kconfig: fix up HAVE_ARCH_BITREVERSE help text
Andrew Morton
1
-3
/
+2
2015-04-17
cpumask: don't perform while loop in cpumask_next_and()
Sergey Senozhatsky
1
-4
/
+5
2015-04-17
lib/bitmap.c: bitmap_[empty,full]: remove code duplication
Yury Norov
1
-30
/
+0
2015-04-17
lib/vsprintf.c: improve put_dec_trunc8 slightly
Rasmus Villemoes
1
-6
/
+4
2015-04-17
lib/dma-debug: fix bucket_find_contain()
Sebastian Ott
1
-1
/
+1
2015-04-17
lib/vsprintf.c: even faster binary to decimal conversion
Rasmus Villemoes
1
-118
/
+128
2015-04-17
lib: rename lib/find_next_bit.c to lib/find_bit.c
Yury Norov
2
-1
/
+1
2015-04-17
lib: move find_last_bit to lib/find_next_bit.c
Yury Norov
2
-2
/
+27
2015-04-17
lib: find_*_bit reimplementation
Yury Norov
2
-214
/
+89
2015-04-17
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-20
/
+48
2015-04-16
sparc: Break up monolithic iommu table/lock into finer graularity pools and lock
Sowmini Varadhan
2
-1
/
+221
2015-04-16
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
5
-179
/
+181
2015-04-16
lru_cache: remove use of seq_printf return value
Joe Perches
1
-4
/
+5
2015-04-16
lib/string_helpers.c: change semantics of string_escape_mem
Rasmus Villemoes
3
-64
/
+33
2015-04-16
lib/string_helpers.c: refactor string_escape_mem
Rasmus Villemoes
1
-103
/
+105
2015-04-16
lib/vsprintf.c: fix potential NULL deref in hex_string
Rasmus Villemoes
1
-4
/
+12
2015-04-16
lib/vsprintf: add %pC{,n,r} format specifiers for clocks
Geert Uytterhoeven
1
-0
/
+37
2015-04-16
lib/vsprintf.c: another small hack
Rasmus Villemoes
1
-3
/
+4
2015-04-16
lib/vsprintf.c: eliminate duplicate hex string array
Rasmus Villemoes
1
-5
/
+2
2015-04-16
lib/vsprintf.c: reduce stack use in number()
Rasmus Villemoes
1
-6
/
+1
2015-04-16
lib/vsprintf.c: eliminate some branches
Rasmus Villemoes
1
-19
/
+11
2015-04-16
lib/test-hexdump.c: fix initconst confusion
Andi Kleen
1
-4
/
+4
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-1
/
+1
2015-04-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-701
/
+380
2015-04-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-0
/
+65
2015-04-15
Kconfig: memtest: update number of test patterns up to 17
Vladimir Murzin
1
-1
/
+1
2015-04-15
mm: move memtest under mm
Vladimir Murzin
1
-0
/
+12
2015-04-15
x86, mm: support huge KVA mappings on x86
Toshi Kani
1
-3
/
+3
2015-04-15
mm: change ioremap to set up huge I/O mappings
Toshi Kani
1
-0
/
+16
[next]