index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
arm: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
3
-35
/
+18
*
dma-direct: remove the mapping_error dma_map_ops method
Christoph Hellwig
2018-12-06
4
-17
/
+6
*
dma-mapping: provide a generic DMA_MAPPING_ERROR
Christoph Hellwig
2018-12-06
1
-0
/
+5
*
dma-mapping: fix lack of DMA address assignment in generic remap allocator
Marek Szyprowski
2018-12-05
1
-1
/
+7
*
csky: use the generic remapping dma alloc implementation
Christoph Hellwig
2018-12-01
2
-141
/
+3
*
csky: don't use GFP_DMA in atomic_pool_init
Christoph Hellwig
2018-12-01
1
-1
/
+1
*
csky: don't select DMA_NONCOHERENT_OPS
Christoph Hellwig
2018-12-01
1
-1
/
+0
*
dma-remap: support DMA_ATTR_NO_KERNEL_MAPPING
Christoph Hellwig
2018-12-01
1
-2
/
+9
*
dma-mapping: support highmem in the generic remap allocator
Christoph Hellwig
2018-12-01
1
-7
/
+7
*
dma-mapping: move the arm64 noncoherent alloc/free support to common code
Christoph Hellwig
2018-12-01
6
-176
/
+180
*
dma-mapping: move the remap helpers to a separate file
Christoph Hellwig
2018-12-01
8
-85
/
+97
*
dma-direct: reject highmem pages from dma_alloc_from_contiguous
Christoph Hellwig
2018-12-01
1
-0
/
+12
*
dma-direct: provide page based alloc/free helpers
Christoph Hellwig
2018-12-01
2
-10
/
+25
*
dma-mapping: fix return type of dma_set_max_seg_size()
Niklas Söderlund
2018-11-27
1
-2
/
+1
*
ia64: export node_distance function
Matias Bjørling
2018-11-27
3
-4
/
+12
*
Merge tag 'hwmon-for-v4.20-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2018-11-26
4
-11
/
+5
|
\
|
*
hwmon: (w83795) temp4_type has writable permission
Huacai Chen
2018-11-18
1
-1
/
+1
|
*
hwmon: (mlxreg-fan) Fix macros for tacho fault reading
Vadim Pasternak
2018-11-16
1
-1
/
+1
|
*
hwmon: (ina2xx) Fix current value calculation
Nicolin Chen
2018-11-14
1
-1
/
+1
|
*
hwmon: (raspberrypi) Fix initial notify
Stefan Wahren
2018-11-13
1
-6
/
+0
|
*
hwmon (ina2xx) Fix NULL id pointer in probe()
Nicolin Chen
2018-11-13
1
-2
/
+2
*
|
Linux 4.20-rc4
v4.20-rc4
Linus Torvalds
2018-11-25
1
-2
/
+2
*
|
Merge tag 'dma-mapping-4.20-3' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
2018-11-25
2
-2
/
+3
|
\
\
|
*
|
swiotlb: Skip cache maintenance on map error
Robin Murphy
2018-11-21
1
-1
/
+2
|
*
|
dma-direct: Make DIRECT_MAPPING_ERROR viable for SWIOTLB
Robin Murphy
2018-11-21
1
-1
/
+1
*
|
|
Merge tag 'nfs-for-4.20-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2018-11-25
7
-37
/
+66
|
\
\
\
|
*
|
|
flexfiles: use per-mirror specified stateid for IO
Tigran Mkrtchyan
2018-11-22
3
-12
/
+32
|
*
|
|
NFSv4.2 copy do not allocate memory under the lock
Olga Kornievskaia
2018-11-22
2
-20
/
+21
|
*
|
|
NFSv4: Fix a NFSv4 state manager deadlock
Trond Myklebust
2018-11-20
2
-5
/
+13
*
|
|
|
MAINTAINERS: change Sparse's maintainer
Luc Van Oostenryck
2018-11-25
2
-2
/
+5
*
|
|
|
Merge tag 'xarray-4.20-rc4' of git://git.infradead.org/users/willy/linux-dax
Linus Torvalds
2018-11-25
6
-185
/
+387
|
\
\
\
\
|
*
|
|
|
XArray tests: Add missing locking
Matthew Wilcox
2018-11-19
1
-0
/
+10
|
*
|
|
|
dax: Avoid losing wakeup in dax_lock_mapping_entry
Matthew Wilcox
2018-11-19
1
-0
/
+1
|
*
|
|
|
dax: Fix huge page faults
Matthew Wilcox
2018-11-17
1
-8
/
+4
|
*
|
|
|
dax: Fix dax_unlock_mapping_entry for PMD pages
Matthew Wilcox
2018-11-17
1
-9
/
+8
|
*
|
|
|
dax: Reinstate RCU protection of inode
Matthew Wilcox
2018-11-16
1
-3
/
+19
|
*
|
|
|
dax: Make sure the unlocking entry isn't locked
Matthew Wilcox
2018-11-16
1
-0
/
+1
|
*
|
|
|
dax: Remove optimisation from dax_lock_mapping_entry
Matthew Wilcox
2018-11-16
1
-5
/
+2
|
*
|
|
|
XArray tests: Correct some 64-bit assumptions
Matthew Wilcox
2018-11-16
1
-2
/
+2
|
*
|
|
|
XArray: Correct xa_store_range
Matthew Wilcox
2018-11-16
1
-2
/
+3
|
*
|
|
|
XArray: Fix Documentation
Matthew Wilcox
2018-11-05
3
-8
/
+12
|
*
|
|
|
XArray: Handle NULL pointers differently for allocation
Matthew Wilcox
2018-11-05
2
-12
/
+29
|
*
|
|
|
XArray: Unify xa_store and __xa_store
Matthew Wilcox
2018-11-05
1
-33
/
+25
|
*
|
|
|
XArray: Add xa_store_bh() and xa_store_irq()
Matthew Wilcox
2018-11-05
2
-1
/
+56
|
*
|
|
|
XArray: Turn xa_erase into an exported function
Matthew Wilcox
2018-11-05
2
-17
/
+25
|
*
|
|
|
XArray: Unify xa_cmpxchg and __xa_cmpxchg
Matthew Wilcox
2018-11-05
2
-85
/
+69
|
*
|
|
|
XArray: Regularise xa_reserve
Matthew Wilcox
2018-11-05
4
-12
/
+105
|
*
|
|
|
nilfs2: Use xa_erase_irq
Matthew Wilcox
2018-11-05
1
-3
/
+1
|
*
|
|
|
XArray: Export __xa_foo to non-GPL modules
Matthew Wilcox
2018-11-05
1
-3
/
+3
|
*
|
|
|
XArray: Fix xa_for_each with a single element at 0
Matthew Wilcox
2018-11-05
2
-1
/
+31
[next]