index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
2018-05-21
1
-2
/
+2
|
\
|
*
iov_iter: fix memory leak in pipe_get_pages_alloc()
Ilya Dryomov
2018-05-02
1
-1
/
+1
|
*
iov_iter: fix return type of __pipe_get_pages()
Ilya Dryomov
2018-05-02
1
-1
/
+1
*
|
radix tree: fix multi-order iteration race
Ross Zwisler
2018-05-18
1
-4
/
+2
*
|
lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
Matthew Wilcox
2018-05-18
1
-6
/
+15
*
|
vsprintf: Replace memory barrier with static_key for random_ptr_key update
Steven Rostedt (VMware)
2018-05-16
1
-11
/
+15
*
|
Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-05-13
1
-1
/
+1
|
\
\
|
*
|
swiotlb: silent unwanted warning "buffer is full"
Jean Delvare
2018-05-12
1
-1
/
+1
*
|
|
lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
Yury Norov
2018-05-11
1
-1
/
+6
|
/
/
*
|
swiotlb: fix inversed DMA_ATTR_NO_WARN test
Michel Dänzer
2018-05-02
1
-1
/
+1
*
|
Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...
Linus Torvalds
2018-04-30
1
-14
/
+9
|
\
\
|
*
|
errseq: Always report a writeback error once
Matthew Wilcox
2018-04-27
1
-14
/
+9
*
|
|
Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2018-04-27
1
-6
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
kobject: don't use WARN for registration failures
Dmitry Vyukov
2018-04-23
1
-6
/
+5
|
|
/
*
|
dma-direct: don't retry allocation for no-op GFP_DMA
Takashi Iwai
2018-04-23
1
-1
/
+2
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2018-04-20
1
-17
/
+23
|
\
\
|
|
/
|
/
|
|
*
textsearch: fix kernel-doc warnings and add kernel-api section
Randy Dunlap
2018-04-16
1
-17
/
+23
*
|
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2018-04-15
1
-1
/
+1
|
\
\
|
*
\
Merge branch 'WIP.x86/asm' into x86/urgent, because the topic is ready
Ingo Molnar
2018-04-12
17
-306
/
+378
|
|
\
\
|
*
|
|
swiotlb: Use dma_direct_supported() for swiotlb_ops
Christoph Hellwig
2018-04-09
1
-1
/
+1
*
|
|
|
kernel/kexec_file.c: move purgatories sha256 to common code
Philipp Rudo
2018-04-13
1
-0
/
+283
*
|
|
|
Merge tag 'gfs2-4.17.fixes2' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2018-04-12
1
-0
/
+28
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
lockref: Add lockref_put_not_zero
Andreas Gruenbacher
2018-04-12
1
-0
/
+28
*
|
|
|
Merge tag 'dma-mapping-4.17-2' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-04-12
1
-1
/
+1
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
swiotlb: fix unexpected swiotlb_alloc_coherent failures
Takashi Iwai
2018-04-10
1
-1
/
+1
*
|
|
|
radix tree: use GFP_ZONEMASK bits of gfp_t for flags
Matthew Wilcox
2018-04-11
1
-1
/
+2
*
|
|
|
lib/list_debug.c: print unmangled addresses
Matthew Wilcox
2018-04-11
1
-7
/
+7
*
|
|
|
lib/test_ubsan.c: make test_ubsan_misaligned_access() static
Colin Ian King
2018-04-11
1
-1
/
+1
*
|
|
|
lib: add testing module for UBSAN
Jinbum Park
2018-04-11
3
-0
/
+153
*
|
|
|
lib/test_bitmap.c: do not accidentally use stack VLA
Kees Cook
2018-04-11
1
-4
/
+6
*
|
|
|
lib/Kconfig.debug: Debug Lockups and Hangs: keep SOFTLOCKUP options together
Randy Dunlap
2018-04-11
1
-24
/
+24
*
|
|
|
proc: add seq_put_decimal_ull_width to speed up /proc/pid/smaps
Andrei Vagin
2018-04-11
1
-4
/
+14
*
|
|
|
kasan: prevent compiler from optimizing away memset in tests
Andrey Konovalov
2018-04-11
1
-0
/
+1
*
|
|
|
kasan: fix invalid-free test crashing the kernel
Andrey Konovalov
2018-04-11
1
-0
/
+8
|
/
/
/
*
|
|
Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2018-04-10
1
-0
/
+4
|
\
\
\
|
*
|
|
vsprintf: Do not preprocess non-dereferenced pointers for bprintf (%px and %pK)
Steven Rostedt (VMware)
2018-04-06
1
-0
/
+4
*
|
|
|
Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
2018-04-07
6
-5
/
+157
|
\
\
\
\
|
*
|
|
|
lib/raid6: Build proper raid6test files on powerpc
Matt Brown
2018-03-20
2
-2
/
+6
|
*
|
|
|
lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndrome
Matt Brown
2018-03-20
5
-3
/
+151
|
|
/
/
/
*
|
|
|
Merge tag 'pci-v4.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-04-06
3
-0
/
+298
|
\
\
\
\
|
*
|
|
|
lib: Add generic PIO mapping method
Zhichang Yuan
2018-03-21
3
-0
/
+298
*
|
|
|
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2018-04-06
3
-1
/
+6
|
\
\
\
\
\
|
*
|
|
|
|
headers: untangle kmemleak.h from mm.h
Randy Dunlap
2018-04-05
1
-0
/
+1
|
*
|
|
|
|
lib: fix stall in __bitmap_parselist()
Yury Norov
2018-04-05
2
-1
/
+5
*
|
|
|
|
|
Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...
Linus Torvalds
2018-04-05
2
-1
/
+62
|
\
\
\
\
\
\
|
*
|
|
|
|
|
printk: move dump stack related code to lib/dump_stack.c
Dave Young
2018-03-15
2
-1
/
+62
*
|
|
|
|
|
|
Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-04-05
1
-5
/
+5
|
\
\
\
\
\
\
\
|
*
|
|
|
|
|
|
sbitmap: use test_and_set_bit_lock()/clear_bit_unlock()
Omar Sandoval
2018-02-28
1
-5
/
+5
*
|
|
|
|
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2018-04-05
2
-8
/
+8
|
\
\
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
|
*
|
|
|
|
|
|
kfifo: fix inaccurate comment
Martin Kelly
2018-03-27
1
-1
/
+1
[next]