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.12.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
2018-02-07
kasan: rework Kconfig settings
Arnd Bergmann
2
-1
/
+12
2018-02-07
lib/ubsan: remove returns-nonnull-attribute checks
Andrey Ryabinin
2
-29
/
+0
2018-02-07
lib/ubsan: add type mismatch handler for new GCC/Clang
Andrey Ryabinin
2
-10
/
+52
2018-02-07
lib/ubsan.c: s/missaligned/misaligned/
Andrew Morton
1
-2
/
+2
2018-02-07
lib/test_sort.c: add module unload support
Pravin Shedge
1
-0
/
+6
2018-02-07
lib/: make RUNTIME_TESTS a menuconfig to ease disabling it all
Vincent Legoll
1
-2
/
+5
2018-02-07
lib: optimize cpumask_next_and()
Clement Courbet
3
-21
/
+72
2018-02-07
lib/find_bit_benchmark.c: improvements
Yury Norov
1
-26
/
+21
2018-02-07
lib/test_find_bit.c: rename to find_bit_benchmark.c
Yury Norov
3
-2
/
+2
2018-02-07
lib/stackdepot.c: use a non-instrumented version of memcmp()
Alexander Potapenko
1
-3
/
+16
2018-02-07
lib/test_bitmap.c: clean up test_zero_fill_copy() test case and rename
Andy Shevchenko
1
-24
/
+5
2018-02-07
lib/test_bitmap.c: add bitmap_fill()/bitmap_set() test cases
Andy Shevchenko
1
-0
/
+30
2018-02-07
lib/test_bitmap.c: add bitmap_zero()/bitmap_clear() test cases
Andy Shevchenko
1
-0
/
+30
2018-02-07
bitmap: replace bitmap_{from,to}_u32array
Yury Norov
2
-262
/
+31
2018-02-07
bitmap: new bitmap_copy_safe and bitmap_{from,to}_arr32
Yury Norov
1
-0
/
+56
2018-02-07
kasan: remove redundant initialization of variable 'real_size'
Colin Ian King
1
-1
/
+1
2018-02-07
kasan: detect invalid frees
Dmitry Vyukov
1
-0
/
+50
2018-02-07
kasan: detect invalid frees for large objects
Dmitry Vyukov
1
-0
/
+33
2018-02-07
kasan: add tests for alloca poisoning
Paul Lawrence
1
-0
/
+22
2018-02-02
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...
Linus Torvalds
2
-5
/
+3
2018-02-02
Merge tag 'trace-v4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-13
/
+69
2018-02-01
Merge branch 'KASAN-read_word_at_a_time'
Linus Torvalds
1
-1
/
+1
2018-02-01
lib/strscpy: Shut up KASAN false-positives in strscpy()
Andrey Ryabinin
1
-1
/
+1
2018-02-01
Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
4
-24
/
+14
2018-02-01
Merge tag 'docs-4.16' of git://git.lwn.net/linux
Linus Torvalds
3
-35
/
+41
2018-02-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
7
-66
/
+525
2018-02-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-38
/
+33
2018-01-31
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+2
2018-01-31
Merge tag 'dma-mapping-4.16' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
5
-148
/
+285
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2018-01-30
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2
-29
/
+16
2018-01-30
Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2018-01-30
Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...
Jason Gunthorpe
9
-78
/
+148
2018-01-29
Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block
Linus Torvalds
3
-1
/
+132
2018-01-29
Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le...
Linus Torvalds
1
-1
/
+57
2018-01-27
bpf: add further test cases around div/mod and others
Daniel Borkmann
1
-2
/
+6
2018-01-23
vsprintf: Do not have bprintf dereference pointers
Steven Rostedt (VMware)
1
-13
/
+69
2018-01-23
kobject: Export kobj_ns_grab_current() and kobj_ns_drop()
Bart Van Assche
1
-0
/
+2
2018-01-22
test_firmware: fix missing unlock on error in config_num_requests_store()
Wei Yongjun
1
-0
/
+1
2018-01-22
test_firmware: make local symbol test_fw_config static
Wei Yongjun
1
-1
/
+1
2018-01-22
Merge branch 'for-4.16-print-symbol' into for-4.16
Petr Mladek
1
-2
/
+1
2018-01-20
bpf: add couple of test cases for signed extended imms
Daniel Borkmann
1
-0
/
+104
2018-01-19
lib/scatterlist: Fix chaining support in sgl_alloc_order()
Bart Van Assche
1
-5
/
+27
2018-01-15
swiotlb: remove various exports
Christoph Hellwig
1
-13
/
+0
2018-01-15
swiotlb: refactor coherent buffer allocation
Christoph Hellwig
1
-57
/
+65
2018-01-15
swiotlb: refactor coherent buffer freeing
Christoph Hellwig
1
-14
/
+21
2018-01-15
swiotlb: wire up ->dma_supported in swiotlb_dma_ops
Christoph Hellwig
1
-0
/
+1
2018-01-15
swiotlb: add common swiotlb_map_ops
Christoph Hellwig
1
-0
/
+43
2018-01-15
swiotlb: rename swiotlb_free to swiotlb_exit
Christoph Hellwig
1
-1
/
+1
2018-01-15
swiotlb: suppress warning when __GFP_NOWARN is set
Christian König
1
-6
/
+9
[next]