Age | Commit message (Expand) | Author | Files | Lines |
2019-04-02 | misc: fastrpc: add checked value for dma_set_mask | Bo YU | 1 | -1/+6 |
2019-03-24 | habanalabs: remove low credit limit of DMA #0 | Oded Gabbay | 1 | -5/+4 |
2019-03-03 | habanalabs: cast to expected type | Oded Gabbay | 1 | -1/+1 |
2019-03-03 | habanalabs: prevent host crash during suspend/resume | Oded Gabbay | 2 | -66/+43 |
2019-03-03 | habanalabs: perform accounting for active CS | Oded Gabbay | 4 | -7/+18 |
2019-03-14 | habanalabs: fix mapping with page size bigger than 4KB | Omer Shpigelman | 1 | -2/+4 |
2019-03-13 | habanalabs: complete user context cleanup before hard reset | Omer Shpigelman | 1 | -1/+23 |
2019-03-07 | habanalabs: fix bug when mapping very large memory area | Omer Shpigelman | 1 | -4/+5 |
2019-03-05 | habanalabs: fix MMU number of pages calculation | Omer Shpigelman | 3 | -21/+23 |
2019-03-09 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma | Linus Torvalds | 1 | -26/+12 |
2019-03-09 | Merge tag 'pci-v5.1-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2 | -1/+1 |
2019-03-08 | Merge branch 'i2c/for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Linus Torvalds | 1 | -89/+80 |
2019-03-07 | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 3 | -11/+33 |
2019-03-06 | Merge tag 'char-misc-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 166 | -273/+53862 |
2019-03-06 | Merge branch 'remotes/lorenzo/pci/endpoint' | Bjorn Helgaas | 1 | -0/+1 |
2019-03-05 | mm: replace all open encodings for NUMA_NO_NODE | Anshuman Khandual | 1 | -1/+2 |
2019-03-05 | vmw_balloon: mark inflated pages PG_offline | David Hildenbrand | 1 | -0/+32 |
2019-03-02 | habanalabs: adjust Kconfig to fix build errors | Oded Gabbay | 1 | -1/+2 |
2019-03-02 | habanalabs: use %px instead of %p in error print | Oded Gabbay | 1 | -1/+1 |
2019-03-01 | habanalabs: use do_div for 64-bit divisions | Oded Gabbay | 1 | -6/+6 |
2019-02-28 | habanalabs: fix little-endian<->cpu conversion warnings | Oded Gabbay | 6 | -53/+70 |
2019-02-28 | habanalabs: use NULL to initialize array of pointers | Oded Gabbay | 1 | -1/+1 |
2019-02-28 | habanalabs: fix little-endian<->cpu conversion warnings | Tomer Tayar | 1 | -98/+125 |
2019-02-28 | habanalabs: soft-reset device if context-switch fails | Oded Gabbay | 2 | -8/+10 |
2019-02-28 | habanalabs: print pointer using %p | Oded Gabbay | 1 | -3/+2 |
2019-02-28 | habanalabs: fix memory leak with CBs with unaligned size | Oded Gabbay | 1 | -3/+6 |
2019-02-28 | habanalabs: return correct error code on MMU mapping failure | Omer Shpigelman | 1 | -2/+2 |
2019-02-28 | habanalabs: extend QMAN0 job timeout | Omer Shpigelman | 1 | -3/+9 |
2019-02-28 | habanalabs: set DMA0 completion to SOB 1007 | Oded Gabbay | 2 | -7/+8 |
2019-02-28 | habanalabs: fix validation of WREG32 to DMA completion | Oded Gabbay | 1 | -1/+1 |
2019-02-28 | habanalabs: fix mmu cache registers init | Oded Gabbay | 1 | -2/+3 |
2019-02-28 | habanalabs: disable CPU access on timeouts | Oded Gabbay | 6 | -7/+18 |
2019-02-28 | habanalabs: add MMU DRAM default page mapping | Omer Shpigelman | 6 | -168/+361 |
2019-02-28 | habanalabs: Dissociate RAZWI info from event types | Tomer Tayar | 1 | -100/+127 |
2019-02-28 | Merge tag 'topic/mei-hdcp-2019-02-26' of git://anongit.freedesktop.org/drm/dr... | Greg Kroah-Hartman | 6 | -0/+1261 |
2019-02-27 | misc/habanalabs: adjust Kconfig to fix build errors | Randy Dunlap | 1 | -0/+1 |
2019-02-27 | misc: hpilo: Do not claim unsupported hardware | Matt Hsiao | 1 | -0/+2 |
2019-02-27 | misc: hpilo: Exclude unsupported device via blacklist | Matt Hsiao | 1 | -3/+9 |
2019-02-27 | misc: mic/scif: mark expected switch fall-through | Gustavo A. R. Silva | 1 | -1/+1 |
2019-02-27 | habanalabs: make functions static or declare them | Oded Gabbay | 6 | -45/+54 |
2019-02-27 | habanalabs: allow memory allocations larger than 4GB | Oded Gabbay | 2 | -7/+5 |
2019-02-26 | mic: vop: Allow building on more systems | Vincent Whitchurch | 1 | -2/+1 |
2019-02-26 | mic: Rename ioremap pointer to remap | Vincent Whitchurch | 7 | -27/+26 |
2019-02-26 | mic: vop: Cast pointers to unsigned long | Vincent Whitchurch | 2 | -6/+12 |
2019-02-26 | VMCI: Support upto 64-bit PPNs | Vishnu DASA | 6 | -47/+72 |
2019-02-26 | misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260 | RickyWu | 5 | -112/+165 |
2019-02-26 | habanalabs: use u64 when comparing variables' sum to u32_max | Oded Gabbay | 2 | -3/+5 |
2019-02-26 | mei: bus: move hw module get/put to probe/release | Alexander Usyskin | 1 | -11/+10 |
2019-02-26 | habanalabs: return error when failing to read/write i2c | Oded Gabbay | 1 | -2/+2 |
2019-02-25 | misc/mei/hdcp: Component framework for I915 Interface | Ramalingam C | 1 | -3/+83 |