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-05-13
Merge tag 'dma-mapping-4.17-5' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-1
/
+1
2018-05-12
swiotlb: silent unwanted warning "buffer is full"
Jean Delvare
1
-1
/
+1
2018-05-12
lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
Yury Norov
1
-1
/
+6
2018-05-10
sbitmap: warn if using smaller shallow depth than was setup
Omar Sandoval
1
-0
/
+2
2018-05-10
sbitmap: fix missed wakeups caused by sbitmap_queue_get_shallow()
Omar Sandoval
1
-9
/
+40
2018-05-09
swiotlb: update comments to refer to physical instead of virtual addresses
Yisheng Xie
1
-3
/
+2
2018-05-09
swiotlb: remove the CONFIG_DMA_DIRECT_OPS ifdefs
Christoph Hellwig
1
-4
/
+0
2018-05-09
swiotlb: move the SWIOTLB config symbol to lib/Kconfig
Christoph Hellwig
1
-0
/
+5
2018-05-09
arch: define the ARCH_DMA_ADDR_T_64BIT config symbol in lib/Kconfig
Christoph Hellwig
1
-0
/
+3
2018-05-09
dma-mapping: move the NEED_DMA_MAP_STATE config symbol to lib/Kconfig
Christoph Hellwig
2
-0
/
+4
2018-05-09
scatterlist: move the NEED_SG_DMA_LENGTH config symbol to lib/Kconfig
Christoph Hellwig
1
-0
/
+3
2018-05-09
iommu-helper: move the IOMMU_HELPER config symbol to lib/
Christoph Hellwig
1
-0
/
+3
2018-05-09
iommu-helper: mark iommu_is_span_boundary as inline
Christoph Hellwig
1
-11
/
+1
2018-05-09
iommu-helper: unexport iommu_area_alloc
Christoph Hellwig
1
-2
/
+0
2018-05-09
iommu-common: move to arch/sparc
Christoph Hellwig
2
-268
/
+1
2018-05-08
dma-debug: remove CONFIG_HAVE_DMA_API_DEBUG
Christoph Hellwig
1
-1
/
+0
2018-05-08
dma-debug: unexport dma_debug_resize_entries and debug_dma_dump_mappings
Christoph Hellwig
1
-2
/
+0
2018-05-08
dma-debug: simplify counting of preallocated requests
Christoph Hellwig
1
-16
/
+4
2018-05-08
dma-debug: move initialization to common code
Christoph Hellwig
1
-7
/
+14
2018-05-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-212
/
+358
2018-05-07
PCI: remove PCI_DMA_BUS_IS_PHYS
Christoph Hellwig
1
-1
/
+0
2018-05-07
dma-direct: try reallocation with GFP_DMA32 if possible
Takashi Iwai
1
-0
/
+7
2018-05-07
swiotlb: remove an unecessary NULL check
Dan Carpenter
1
-1
/
+1
2018-05-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-22
/
+17
2018-05-04
bpf: migrate ebpf ld_abs/ld_ind tests to test_verifier
Daniel Borkmann
1
-212
/
+358
2018-05-02
iov_iter: fix memory leak in pipe_get_pages_alloc()
Ilya Dryomov
1
-1
/
+1
2018-05-02
iov_iter: fix return type of __pipe_get_pages()
Ilya Dryomov
1
-1
/
+1
2018-05-02
swiotlb: fix inversed DMA_ATTR_NO_WARN test
Michel Dänzer
1
-1
/
+1
2018-05-01
netns: restrict uevents
Christian Brauner
1
-42
/
+95
2018-05-01
uevent: add alloc_uevent_skb() helper
Christian Brauner
1
-13
/
+34
2018-05-01
Merge tag 'errseq-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jla...
Linus Torvalds
1
-14
/
+9
2018-04-27
Merge tag 'driver-core-4.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+5
2018-04-27
errseq: Always report a writeback error once
Matthew Wilcox
1
-14
/
+9
2018-04-25
rslib: Allocate decoder buffers to avoid VLAs
Thomas Gleixner
2
-8
/
+43
2018-04-25
rslib: Split rs control struct
Thomas Gleixner
3
-58
/
+79
2018-04-25
rslib: Simplify error path
Thomas Gleixner
1
-11
/
+6
2018-04-25
rslib: Remove GPL boilerplate
Thomas Gleixner
1
-4
/
+0
2018-04-25
rslib: Add SPDX identifiers
Thomas Gleixner
3
-0
/
+3
2018-04-25
rslib: Cleanup top level comments
Thomas Gleixner
3
-29
/
+5
2018-04-25
rslib: Cleanup whitespace damage
Thomas Gleixner
1
-6
/
+6
2018-04-25
rslib: Add GFP aware init function
Thomas Gleixner
1
-20
/
+23
2018-04-24
rhashtable: improve rhashtable_walk stability when stop/start used.
NeilBrown
1
-3
/
+41
2018-04-24
rhashtable: reset iter when rhashtable_walk_start sees new table
NeilBrown
1
-0
/
+2
2018-04-24
rhashtable: Revise incorrect comment on r{hl, hash}table_walk_enter()
NeilBrown
1
-2
/
+3
2018-04-23
lib: Rename compiler intrinsic selects to GENERIC_LIB_*
Matt Redfearn
2
-12
/
+12
2018-04-23
Add notrace to lib/ucmpdi2.c
Palmer Dabbelt
1
-1
/
+1
2018-04-23
dma-direct: don't retry allocation for no-op GFP_DMA
Takashi Iwai
1
-1
/
+2
2018-04-23
kobject: don't use WARN for registration failures
Dmitry Vyukov
1
-6
/
+5
2018-04-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
1
-17
/
+23
2018-04-18
vsprintf: Tweak pF/pf comment
Sergey Senozhatsky
1
-8
/
+4
[prev]
[next]