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-11-11
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-11-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-0
/
+30
2015-11-11
lib/string.c: add ULL suffix to the constant definition
Andy Shevchenko
1
-1
/
+1
2015-11-10
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-1
/
+1
2015-11-10
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-0
/
+9
2015-11-10
remove abs64()
Andrew Morton
1
-1
/
+1
2015-11-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
16
-73
/
+505
2015-11-07
dma-debug: check nents in dma_sync_sg*
Robin Murphy
1
-0
/
+8
2015-11-07
lib/hexdump.c: truncate output in case of overflow
Andy Shevchenko
1
-1
/
+5
2015-11-07
lib/is_single_threaded.c: change current_is_single_threaded() to use for_each...
Oleg Nesterov
1
-3
/
+2
2015-11-07
lib/kobject.c: use kvasprintf_const for formatting ->name
Rasmus Villemoes
1
-8
/
+22
2015-11-07
lib/kasprintf.c: introduce kvasprintf_const
Rasmus Villemoes
1
-0
/
+16
2015-11-07
lib/llist.c: fix data race in llist_del_first
Dmitry Vyukov
1
-2
/
+2
2015-11-07
lib/test-string_helpers.c: add string_get_size() tests
Vitaly Kuznetsov
1
-0
/
+36
2015-11-07
lib/halfmd4.c: use rol32 inline function in the ROUND macro
Alexander Kuleshov
1
-1
/
+2
2015-11-07
lib/vsprintf.c: update documentation
Rasmus Villemoes
1
-3
/
+4
2015-11-07
test_printf: test printf family at runtime
Rasmus Villemoes
3
-0
/
+366
2015-11-07
lib/vsprintf.c: remove SPECIAL handling in pointer()
Rasmus Villemoes
1
-1
/
+1
2015-11-07
lib/vsprintf.c: also improve sanity check in bstr_printf()
Rasmus Villemoes
1
-1
/
+1
2015-11-07
lib/vsprintf.c: handle invalid format specifiers more robustly
Rasmus Villemoes
1
-10
/
+21
2015-11-07
printk: synchronize %p formatting documentation
Martin Kletzander
1
-32
/
+8
2015-11-07
lib/dynamic_debug.c: use kstrdup_const
Rasmus Villemoes
1
-4
/
+4
2015-11-07
mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM
Mel Gorman
1
-1
/
+1
2015-11-07
mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...
Mel Gorman
2
-7
/
+7
2015-11-07
Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-2
/
+2
2015-11-06
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-2
/
+70
2015-11-06
mm, slub, kasan: enable user tracking by default with KASAN=y
Andrey Ryabinin
1
-2
/
+1
2015-11-06
lib: test_kasan: add some testcases
Wang Long
1
-0
/
+69
2015-11-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc
Linus Torvalds
1
-7
/
+3
2015-11-06
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...
Linus Torvalds
1
-3
/
+4
2015-11-05
Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-9
/
+7
2015-11-05
bpf: add mod default A and X test cases
Yang Shi
1
-0
/
+30
2015-11-04
iommu-common: Fix error code used in iommu_tbl_range_{alloc,free}().
David S. Miller
1
-7
/
+3
2015-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
3
-17
/
+85
2015-11-04
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
4
-0
/
+231
2015-11-04
Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
1
-1
/
+10
2015-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-1
/
+2
2015-10-29
Merge branches 'fixes' and 'misc' into for-next
Russell King
1
-1
/
+10
2015-10-23
fault-inject: fix inverted interval/probability values in printk
Florian Westphal
1
-1
/
+1
2015-10-23
lib/Kconfig.debug: disable -Wframe-larger-than warnings with KASAN=y
Andrey Ryabinin
1
-0
/
+1
2015-10-21
KEYS: Merge the type-specific data with the payload data
David Howells
1
-3
/
+4
2015-10-20
lib/mpi: fix off by one in mpi_read_raw_from_sgl
Stephan Mueller
1
-1
/
+4
2015-10-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-0
/
+90
2015-10-16
lib/Kconfig: ZLIB_DEFLATE must select BITREVERSE
Andrew Morton
1
-0
/
+1
2015-10-15
move count_zeroes.h out of asm-generic
Christoph Hellwig
2
-2
/
+2
2015-10-14
crypto: 842 - Add CRC and validation support
Haren Myneni
3
-0
/
+32
2015-10-14
lib/mpi: Add mpi sgl helpers
Tadeusz Struk
1
-0
/
+196
2015-10-08
random32: add prandom_init_once helper for own rngs
Daniel Borkmann
1
-1
/
+1
2015-10-08
random32: add prandom_seed_full_state helper
Daniel Borkmann
1
-16
/
+21
2015-10-08
once: make helper generic for calling functions once
Hannes Frederic Sowa
1
-21
/
+29
[next]