summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | dma-mapping: always build the direct mapping codeChristoph Hellwig2018-12-132-9/+1
| * | | | | | | | | dma-mapping: move dma_cache_sync out of lineChristoph Hellwig2018-12-131-0/+11
| * | | | | | | | | dma-mapping: move various slow path functions out of lineChristoph Hellwig2018-12-131-2/+138
| * | | | | | | | | dma-mapping: move dma_get_required_mask to kernel/dmaChristoph Hellwig2018-12-131-1/+33
| * | | | | | | | | dma-mapping: simplify the dma_sync_single_range_for_{cpu,device} implementationChristoph Hellwig2018-12-131-42/+0
| * | | | | | | | | dma-mapping: remove a pointless memset in dma_atomic_pool_initChristoph Hellwig2018-12-131-1/+0
| * | | | | | | | | dma-debug: Batch dma_debug_entry allocationRobin Murphy2018-12-111-29/+21
| * | | | | | | | | dma/debug: Remove dma_debug_resize_entries()Robin Murphy2018-12-111-46/+0
| * | | | | | | | | dma-debug: Make leak-like behaviour apparentRobin Murphy2018-12-111-0/+13
| * | | | | | | | | dma-debug: Dynamically expand the dma_debug_entry poolRobin Murphy2018-12-111-38/+41
| * | | | | | | | | dma-debug: Use pr_fmt()Robin Murphy2018-12-111-36/+38
| * | | | | | | | | dma-debug: Expose nr_total_entries in debugfsRobin Murphy2018-12-111-0/+7
| * | | | | | | | | dma-direct: remove the mapping_error dma_map_ops methodChristoph Hellwig2018-12-062-13/+6
| * | | | | | | | | dma-mapping: fix lack of DMA address assignment in generic remap allocatorMarek Szyprowski2018-12-051-1/+7
| * | | | | | | | | dma-remap: support DMA_ATTR_NO_KERNEL_MAPPINGChristoph Hellwig2018-12-011-2/+9
| * | | | | | | | | dma-mapping: support highmem in the generic remap allocatorChristoph Hellwig2018-12-011-7/+7
| * | | | | | | | | dma-mapping: move the arm64 noncoherent alloc/free support to common codeChristoph Hellwig2018-12-012-1/+162
| * | | | | | | | | dma-mapping: move the remap helpers to a separate fileChristoph Hellwig2018-12-014-85/+93
| * | | | | | | | | dma-direct: reject highmem pages from dma_alloc_from_contiguousChristoph Hellwig2018-12-011-0/+12
| * | | | | | | | | dma-direct: provide page based alloc/free helpersChristoph Hellwig2018-12-011-10/+22
* | | | | | | | | | Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds2018-12-282-11/+41
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge tag 'v4.20-rc6' into for-4.21/blockJens Axboe2018-12-094-15/+174
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | blkcg: remove additional reference to the cssDennis Zhou2018-12-071-9/+39
| * | | | | | | | | | | blkcg: remove bio->bi_css and instead use bio->bi_blkgDennis Zhou2018-12-071-2/+2
| * | | | | | | | | | | Merge tag 'v4.20-rc5' into for-4.21/blockJens Axboe2018-12-0420-75/+218
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|/ / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge tag 'v4.20-rc3' into for-4.21/blockJens Axboe2018-11-1812-100/+136
| |\ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'irq/for-block' of git://git.kernel.org/pub/scm/linux/kernel/git...Jens Axboe2018-11-071-48/+100
| |\ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds2018-12-288-268/+347
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | timekeeping: remove timespec_add/timespec_delArnd Bergmann2018-12-181-36/+0
| * | | | | | | | | | | | | timekeeping: remove unused {read,update}_persistent_clockArnd Bergmann2018-12-182-19/+3
| * | | | | | | | | | | | | y2038: signal: Add compat_sys_rt_sigtimedwait_time64Arnd Bergmann2018-12-181-0/+32
| * | | | | | | | | | | | | y2038: signal: Add sys_rt_sigtimedwait_time32Arnd Bergmann2018-12-181-0/+33
| * | | | | | | | | | | | | y2038: socket: Add compat_sys_recvmmsg_time64Arnd Bergmann2018-12-181-0/+2
| * | | | | | | | | | | | | y2038: futex: Add support for __kernel_timespecArnd Bergmann2018-12-071-10/+12
| * | | | | | | | | | | | | y2038: futex: Move compat implementation into futex.cArnd Bergmann2018-12-073-208/+192
| * | | | | | | | | | | | | signal: Add restore_user_sigmask()Deepa Dinamani2018-12-061-0/+33
| * | | | | | | | | | | | | signal: Add set_user_sigmask()Deepa Dinamani2018-12-061-0/+45
| | |_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Fix failure path in alloc_pid()Matthew Wilcox2018-12-281-2/+4
| |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | padata: clean an indentation issue, remove extraneous spaceColin Ian King2018-11-161-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-12-2712-248/+1817
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-212-10/+64
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-12-209-102/+804
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | bpf/cpumap: make sure frame_size for build_skb is aligned if headroom isn'tJesper Dangaard Brouer2018-12-201-1/+1
| | * | | | | | | | | | | | | bpf: verifier: reorder stack size check with dead code sanitizationJakub Kicinski2018-12-201-2/+3
| | * | | | | | | | | | | | | bpf: verifier: teach the verifier to reason about the BPF_JSET instructionJakub Kicinski2018-12-201-0/+20
| | * | | | | | | | | | | | | bpf: Ensure line_info.insn_off cannot point to insn with zero codeMartin KaFai Lau2018-12-191-0/+8
| | * | | | | | | | | | | | | bpf: log struct/union attribute for forward typeYonghong Song2018-12-191-1/+7
| | * | | | | | | | | | | | | bpf: correct slot_type marking logic to allow more stack slot sharingJiong Wang2018-12-181-0/+5
| | * | | | | | | | | | | | | bpf: support raw tracepoints in modulesMatt Mullins2018-12-183-5/+110
OpenPOWER on IntegriCloud