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-01-15
dma-direct: reject too small dma masks
Christoph Hellwig
1
-0
/
+19
2018-01-15
dma-direct: make dma_direct_{alloc,free} available to other implementations
Christoph Hellwig
1
-3
/
+3
2018-01-15
dma-direct: retry allocations using GFP_DMA for small masks
Christoph Hellwig
1
-1
/
+24
2018-01-15
dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32
Christoph Hellwig
1
-0
/
+14
2018-01-15
dma-direct: use node local allocations for coherent memory
Christoph Hellwig
1
-1
/
+1
2018-01-15
dma-direct: add support for CMA allocation
Christoph Hellwig
1
-6
/
+18
2018-01-15
dma-direct: add dma address sanity checks
Christoph Hellwig
1
-1
/
+30
2018-01-15
dma-direct: use phys_to_dma
Christoph Hellwig
1
-11
/
+7
2018-01-15
dma-direct: rename dma_noop to dma_direct
Christoph Hellwig
3
-22
/
+17
2018-01-13
error-injection: Support fault injection framework
Masami Hiramatsu
1
-0
/
+10
2018-01-13
error-injection: Add injectable error types
Masami Hiramatsu
1
-7
/
+36
2018-01-13
error-injection: Separate error-injection from kprobe
Masami Hiramatsu
3
-0
/
+218
2018-01-12
crypto: chacha20 - use rol32() macro from bitops.h
Eric Biggers
1
-37
/
+32
2018-01-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-4
/
+7
2018-01-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-4
/
+7
2018-01-10
dma-mapping: move swiotlb arch helpers to a new header
Christoph Hellwig
1
-1
/
+1
2018-01-10
bpf: introduce BPF_JIT_ALWAYS_ON config
Alexei Starovoitov
1
-4
/
+7
2018-01-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-8
/
+34
2018-01-09
treewide: Use DEVICE_ATTR_RW
Joe Perches
2
-18
/
+10
2018-01-09
symbol lookup: introduce dereference_symbol_descriptor()
Sergey Senozhatsky
1
-3
/
+2
2018-01-08
lib/crc-ccitt: Add CCITT-FALSE CRC16 variant
Andrew Morton
1
-1
/
+57
2018-01-06
lib/scatterlist: Introduce sgl_alloc() and sgl_free()
Bart Van Assche
2
-0
/
+109
2018-01-05
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
1
-1
/
+17
2018-01-05
lib: do not use print_symbol()
Sergey Senozhatsky
1
-2
/
+1
2018-01-03
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
2
-29
/
+16
2018-01-02
Merge 4.15-rc6 into driver-core-next
Greg Kroah-Hartman
5
-40
/
+70
2018-01-01
errseq: Add to documentation tree
Matthew Wilcox
1
-16
/
+21
2017-12-31
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-3
/
+5
2017-12-31
Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-4
/
+12
2017-12-30
timerqueue: Document return values of timerqueue_add/del()
Thomas Gleixner
1
-3
/
+5
2017-12-22
blk-mq: improve heavily contended tag case
Jens Axboe
1
-1
/
+1
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+43
2017-12-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Herbert Xu
12
-126
/
+293
2017-12-22
lib/mpi: Fix umul_ppmm() for MIPS64r6
James Hogan
1
-1
/
+17
2017-12-21
vsprintf: Fix a dangling documentation reference
Jonathan Corbet
1
-1
/
+1
2017-12-21
doc: convert printk-formats.txt to rst
Tobin C. Harding
1
-1
/
+2
2017-12-21
kobject: fix suppressing modalias in uevents delivered over netlink
Dmitry Torokhov
1
-4
/
+12
2017-12-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
1
-0
/
+43
2017-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-60
/
+48
2017-12-15
Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
1
-33
/
+0
2017-12-15
bpf: add test case for ld_abs and helper changing pkt data
Daniel Borkmann
1
-0
/
+43
2017-12-15
lib/rbtree,drm/mm: add rbtree_replace_node_cached()
Chris Wilson
1
-0
/
+10
2017-12-12
locking/lockdep: Remove the cross-release locking checks
Ingo Molnar
1
-33
/
+0
2017-12-12
Documentation: add UUID/GUID to kernel-api
Randy Dunlap
1
-17
/
+17
2017-12-11
Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64
Kees Cook
1
-1
/
+1
2017-12-11
rhashtable: Call library function alloc_bucket_locks
Tom Herbert
1
-39
/
+8
2017-12-11
spinlock: Add library function to allocate spinlock buckets array
Tom Herbert
2
-1
/
+55
2017-12-11
rhashtable: Add rhastable_walk_peek
Tom Herbert
1
-16
/
+87
2017-12-11
rhashtable: Change rhashtable_walk_start to return void
Tom Herbert
2
-8
/
+8
2017-12-11
Fix misannotated out-of-line _copy_to_user()
Christophe Leroy
1
-1
/
+1
[prev]
[next]