Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | swiotlb: refactor coherent buffer allocation | Christoph Hellwig | 2018-01-15 | 1 | -57/+65 | |
| * | | | | | | | | | | | | swiotlb: refactor coherent buffer freeing | Christoph Hellwig | 2018-01-15 | 1 | -14/+21 | |
| * | | | | | | | | | | | | swiotlb: wire up ->dma_supported in swiotlb_dma_ops | Christoph Hellwig | 2018-01-15 | 1 | -0/+1 | |
| * | | | | | | | | | | | | swiotlb: add common swiotlb_map_ops | Christoph Hellwig | 2018-01-15 | 1 | -0/+43 | |
| * | | | | | | | | | | | | swiotlb: rename swiotlb_free to swiotlb_exit | Christoph Hellwig | 2018-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | swiotlb: suppress warning when __GFP_NOWARN is set | Christian König | 2018-01-15 | 1 | -6/+9 | |
| * | | | | | | | | | | | | dma-direct: reject too small dma masks | Christoph Hellwig | 2018-01-15 | 1 | -0/+19 | |
| * | | | | | | | | | | | | dma-direct: make dma_direct_{alloc,free} available to other implementations | Christoph Hellwig | 2018-01-15 | 1 | -3/+3 | |
| * | | | | | | | | | | | | dma-direct: retry allocations using GFP_DMA for small masks | Christoph Hellwig | 2018-01-15 | 1 | -1/+24 | |
| * | | | | | | | | | | | | dma-direct: add support for allocation from ZONE_DMA and ZONE_DMA32 | Christoph Hellwig | 2018-01-15 | 1 | -0/+14 | |
| * | | | | | | | | | | | | dma-direct: use node local allocations for coherent memory | Christoph Hellwig | 2018-01-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | dma-direct: add support for CMA allocation | Christoph Hellwig | 2018-01-15 | 1 | -6/+18 | |
| * | | | | | | | | | | | | dma-direct: add dma address sanity checks | Christoph Hellwig | 2018-01-15 | 1 | -1/+30 | |
| * | | | | | | | | | | | | dma-direct: use phys_to_dma | Christoph Hellwig | 2018-01-15 | 1 | -11/+7 | |
| * | | | | | | | | | | | | dma-direct: rename dma_noop to dma_direct | Christoph Hellwig | 2018-01-15 | 3 | -22/+17 | |
| * | | | | | | | | | | | | dma-mapping: move swiotlb arch helpers to a new header | Christoph Hellwig | 2018-01-10 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2018-01-31 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Fix misannotated out-of-line _copy_to_user() | Christophe Leroy | 2017-12-11 | 1 | -1/+1 | |
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2018-01-30 | 2 | -29/+16 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2018-01-03 | 2 | -29/+16 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | lib/assoc_array: Remove smp_read_barrier_depends() | Paul E. McKenney | 2017-12-04 | 1 | -25/+12 | |
| | * | | | | | | | | | | | percpu: READ_ONCE() now implies smp_read_barrier_depends() | Paul E. McKenney | 2017-12-04 | 1 | -4/+4 | |
| | |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2018-01-30 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Kconfig: Make STRICT_DEVMEM default-y on x86 and arm64 | Kees Cook | 2017-12-11 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-block | Linus Torvalds | 2018-01-29 | 3 | -1/+132 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | lib/scatterlist: Fix chaining support in sgl_alloc_order() | Bart Van Assche | 2018-01-19 | 1 | -5/+27 | |
| * | | | | | | | | | | | | lib/scatterlist: Introduce sgl_alloc() and sgl_free() | Bart Van Assche | 2018-01-06 | 2 | -0/+109 | |
| * | | | | | | | | | | | | blk-mq: improve heavily contended tag case | Jens Axboe | 2017-12-22 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge tag 'mfd-next-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/le... | Linus Torvalds | 2018-01-29 | 1 | -1/+57 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | lib/crc-ccitt: Add CCITT-FALSE CRC16 variant | Andrew Morton | 2018-01-08 | 1 | -1/+57 | |
| | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-01-10 | 1 | -4/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | bpf: introduce BPF_JIT_ALWAYS_ON config | Alexei Starovoitov | 2018-01-09 | 1 | -4/+7 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2018-01-05 | 1 | -1/+17 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / |/| | | | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | | | ||||||
| * | | | | | | | | lib/mpi: Fix umul_ppmm() for MIPS64r6 | James Hogan | 2017-12-22 | 1 | -1/+17 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-12-31 | 1 | -3/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | timerqueue: Document return values of timerqueue_add/del() | Thomas Gleixner | 2017-12-29 | 1 | -3/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge tag 'driver-core-4.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2017-12-31 | 1 | -4/+12 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | ||||||
| * | | | | | | | kobject: fix suppressing modalias in uevents delivered over netlink | Dmitry Torokhov | 2017-12-21 | 1 | -4/+12 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2017-12-18 | 1 | -0/+43 | |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | ||||||
| * | | | | | | bpf: add test case for ld_abs and helper changing pkt data | Daniel Borkmann | 2017-12-15 | 1 | -0/+43 | |
| | |_|_|/ / | |/| | | | | ||||||
* | | | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2017-12-15 | 1 | -33/+0 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | locking/lockdep: Remove the cross-release locking checks | Ingo Molnar | 2017-12-12 | 1 | -33/+0 | |
| | |/ / / / | |/| | | | | ||||||
* | | | | | | lib/rbtree,drm/mm: add rbtree_replace_node_cached() | Chris Wilson | 2017-12-14 | 1 | -0/+10 | |
|/ / / / / | ||||||
* | | | | | Merge tag 'keys-fixes-20171208' of git://git.kernel.org/pub/scm/linux/kernel/... | James Morris | 2017-12-09 | 2 | -27/+38 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | 509: fix printing uninitialized stack memory when OID is empty | Eric Biggers | 2017-12-08 | 1 | -2/+6 | |
| * | | | | X.509: fix buffer overflow detection in sprint_oid() | Eric Biggers | 2017-12-08 | 1 | -4/+4 | |
| * | | | | ASN.1: check for error from ASN1_OP_END__ACT actions | Eric Biggers | 2017-12-08 | 1 | -0/+2 | |
| * | | | | ASN.1: fix out-of-bounds read when parsing indefinite length item | Eric Biggers | 2017-12-08 | 1 | -21/+26 | |
| | |/ / | |/| | | ||||||
* | | | | netlink: Relax attr validation for fixed length types | David Ahern | 2017-12-07 | 1 | -6/+16 | |
|/ / / | ||||||
* | | | Merge tag 'riscv-for-linus-4.15-rc2_cleanups' of git://git.kernel.org/pub/scm... | Linus Torvalds | 2017-12-01 | 6 | -6/+6 | |
|\ \ \ |