summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* swiotlb: don't dip into swiotlb pool for coherent allocationsChristoph Hellwig2018-10-191-103/+2
* swiotlb: refactor swiotlb_map_pageChristoph Hellwig2018-10-191-37/+30
* swiotlb: use swiotlb_map_page in swiotlb_map_sg_attrsChristoph Hellwig2018-10-191-22/+12
* swiotlb: merge swiotlb_unmap_page and unmap_singleChristoph Hellwig2018-10-191-11/+4
* swiotlb: remove the overflow bufferChristoph Hellwig2018-10-192-58/+3
* swiotlb: do not panic on mapping failuresChristoph Hellwig2018-10-191-32/+1
* swiotlb: mark is_swiotlb_buffer staticChristoph Hellwig2018-10-191-1/+1
* swiotlb: remove a pointless commentChristoph Hellwig2018-10-191-6/+0
* dma-direct: respect DMA_ATTR_NO_WARNChristoph Hellwig2018-10-091-0/+3
* dma-direct: document the zone selection logicChristoph Hellwig2018-10-091-1/+8
* dma-debug: Check for drivers mapping invalid addresses in dma_map_single()Stephen Boyd2018-10-081-0/+16
* dma-direct: fix return value of dma_direct_supportedAlexander Duyck2018-10-051-3/+1
* dma-direct: always allow dma mask <= physiscal memory sizeChristoph Hellwig2018-10-011-12/+16
* dma-direct: implement complete bus_dma_mask handlingChristoph Hellwig2018-10-011-10/+11
* dma-direct: refine dma_direct_alloc zone selectionChristoph Hellwig2018-10-011-10/+21
* dma-direct: add an explicit dma_direct_get_required_maskChristoph Hellwig2018-10-011-3/+19
* dma-mapping: support non-coherent devices in dma_common_get_sgtableChristoph Hellwig2018-09-201-7/+16
* dma-mapping: consolidate the dma mmap implementationsChristoph Hellwig2018-09-203-26/+27
* dma-mapping: merge direct and noncoherent opsChristoph Hellwig2018-09-204-120/+117
* dma-mapping: move the dma_coherent flag to struct deviceChristoph Hellwig2018-09-201-0/+3
* dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declarationChristoph Hellwig2018-09-201-0/+3
* dma-mapping: fix panic caused by passing empty cma command line argumentHe Zhe2018-09-201-1/+5
* dma-mapping: remove dma_deconfigureChristoph Hellwig2018-09-081-6/+0
* dma-mapping: remove dma_configureChristoph Hellwig2018-09-081-10/+0
* Merge tag 'trace-v4.19-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-09-061-2/+2
|\
| * printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)2018-09-061-2/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-09-041-2/+1
|\ \
| * | mm: respect arch_dup_mmap() return valueNadav Amit2018-09-041-2/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-09-041-28/+36
|\ \ \ | |/ / |/| |
| * | bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULPJohn Fastabend2018-09-021-1/+11
| * | bpf: sockmap, decrement copied count correctly in redirect error caseJohn Fastabend2018-08-281-23/+22
| * | bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsgDaniel Borkmann2018-08-271-3/+2
| * | bpf, sockmap: fix potential use after free in bpf_tcp_closeDaniel Borkmann2018-08-271-1/+1
* | | Merge tag 'dma-mapping-4.19-2' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2018-09-021-2/+2
|\ \ \ | |_|/ |/| |
| * | kernel/dma/direct: take DMA offset into account in dma_direct_supportedChristoph Hellwig2018-09-011-2/+2
* | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2018-09-021-22/+4
|\ \ \
| * | | cpu/hotplug: Remove skip_onerr field from cpuhp_step structureMukesh Ojha2018-08-311-22/+4
| |/ /
* | | Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-09-024-5/+4
|\ \ \ | |_|/ |/| |
| * | notifier: Remove notifier header file wherever not usedMukesh Ojha2018-08-301-1/+0
| * | watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-08-303-4/+4
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-272-12/+22
|\ \ | |/ |/|
| * bpf: use per htab salt for bucket hashDaniel Borkmann2018-08-231-10/+13
| * bpf: sockmap: write_space events need to be passed to TCP handlerJohn Fastabend2018-08-221-0/+3
| * bpf, sockmap: fix sock hash count in alloc_sock_hash_elemDaniel Borkmann2018-08-221-1/+3
| * bpf, sockmap: fix sock_hash_alloc and reject zero-sized keysDaniel Borkmann2018-08-221-1/+3
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-08-261-14/+37
|\ \
| * \ Merge tag 'perf-core-for-mingo-4.19-20180815' of git://git.kernel.org/pub/scm...Ingo Molnar2018-08-181-14/+37
| |\ \
| | * | kallsyms, x86: Export addresses of PTI entry trampolinesAlexander Shishkin2018-08-141-1/+27
| | * | kallsyms: Simplify update_iter_mod()Adrian Hunter2018-08-141-14/+11
* | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2018-08-261-0/+2
|\ \ \ \