Age | Commit message (Expand) | Author | Files | Lines |
2016-08-03 | IB/hfi1: Rename TID mmu_rb_* functions | Dean Luick | 1 | -12/+12 |
2016-08-03 | IB/hfi1: Remove unneeded empty check in hfi1_mmu_rb_unregister() | Dean Luick | 1 | -9/+6 |
2016-08-03 | IB/hfi1: Restructure hfi1_file_open | Ira Weiny | 1 | -4/+10 |
2016-08-03 | IB/hfi1: Make iovec loop index easy to understand | Dean Luick | 1 | -3/+3 |
2016-08-03 | IB/hfi1: Use "false" not 0 | Ira Weiny | 1 | -1/+1 |
2016-08-03 | IB/hfi1: Remove unused sub-context parameter | Ira Weiny | 1 | -5/+4 |
2016-08-03 | IB/hfi1: Consolidate __mmu_rb_remove and hfi1_mmu_rb_remove | Ira Weiny | 1 | -17/+9 |
2016-08-03 | IB/hfi1: Always expect ops functions | Dean Luick | 1 | -14/+6 |
2016-08-03 | IB/hfi1: Add parameter names to callback declarations | Ira Weiny | 1 | -5/+6 |
2016-08-03 | IB/hfi1: Add parameter names to function declarations | Ira Weiny | 1 | -3/+5 |
2016-08-03 | IB/hfi1: Remove unused function hfi1_mmu_rb_search | Dean Luick | 2 | -19/+0 |
2016-08-03 | IB/hfi1: Remove unused uctxt->subpid and uctxt->pid | Dean Luick | 2 | -7/+0 |
2016-08-03 | IB/hfi1: Fix minor format error | Ira Weiny | 1 | -1/+2 |
2016-08-03 | IB/hfi1: Expand reported serial number | Ira Weiny | 1 | -1/+7 |
2016-08-03 | IB/hfi1: Allow for non-double word multiple message sizes for user SDMA | Ira Weiny | 1 | -9/+22 |
2016-08-03 | IB/rdmavt: Eliminate redundant opcode test in mr ref clear | Ira Weiny | 1 | -2/+1 |
2016-08-03 | IB/hfi1: Handle kzalloc failure in init_pervl_scs | Ira Weiny | 1 | -3/+16 |
2016-08-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 38 | -469/+3166 |
2016-08-03 | Merge tag 'ceph-for-4.8-rc1' of git://github.com/ceph/ceph-client | Linus Torvalds | 1 | -7/+8 |
2016-08-03 | w1:omap_hdq: fix regression | H. Nikolaus Schaller | 1 | -2/+0 |
2016-08-03 | w1: add helper macro module_w1_family | Andrew F. Davis | 11 | -131/+22 |
2016-08-03 | w1: remove need for ida and use PLATFORM_DEVID_AUTO | Andrew F. Davis | 3 | -66/+13 |
2016-08-03 | rapidio/switches: add driver for IDT gen3 switches | Alexandre Bounine | 3 | -0/+389 |
2016-08-03 | rapidio: modify for rev.3 specification changes | Alexandre Bounine | 6 | -149/+113 |
2016-08-03 | rapidio: change inbound window size type to u64 | Alexandre Bounine | 1 | -5/+9 |
2016-08-03 | rapidio/idt_gen2: fix locking warning | Alexandre Bounine | 1 | -4/+3 |
2016-08-03 | rapidio: fix error handling in mbox request/release functions | Alexandre Bounine | 1 | -12/+42 |
2016-08-03 | rapidio/tsi721_dma: advance queue processing from transfer submit call | Alexandre Bounine | 1 | -0/+1 |
2016-08-03 | rapidio/tsi721: add messaging mbox selector parameter | Alexandre Bounine | 1 | -0/+15 |
2016-08-03 | rapidio/tsi721: add PCIe MRRS override parameter | Alexandre Bounine | 1 | -1/+15 |
2016-08-03 | rapidio/tsi721_dma: add channel mask and queue size parameters | Alexandre Bounine | 2 | -10/+18 |
2016-08-03 | rapidio: fix return value description for dma_prep functions | Alexandre Bounine | 1 | -2/+6 |
2016-08-03 | rapidio: remove unnecessary 0x prefixes before %pa extension uses | Joe Perches | 2 | -6/+6 |
2016-08-03 | rapidio: add RapidIO channelized messaging driver | Alexandre Bounine | 3 | -0/+2376 |
2016-08-03 | firmware: support loading into a pre-allocated buffer | Stephen Boyd | 1 | -26/+99 |
2016-08-03 | firmware: provide infrastructure to make fw caching optional | Vikram Mulukutla | 1 | -2/+5 |
2016-08-03 | firmware: consolidate kmap/read/write logic | Stephen Boyd | 1 | -31/+26 |
2016-08-03 | fbdev/bfin_adv7393fb: move DRIVER_NAME before its first use | Borislav Petkov | 2 | -2/+2 |
2016-08-03 | dynamic_debug: only add header when used | Luis de Bethencourt | 2 | -1/+1 |
2016-08-03 | Merge tag 'drm-psr-fixes-for-v4.8' of git://people.freedesktop.org/~airlied/l... | Linus Torvalds | 4 | -4/+55 |
2016-08-03 | treewide: replace obsolete _refok by __ref | Fabian Frederick | 5 | -9/+8 |
2016-08-03 | memstick: don't allocate unused major for ms_block | NeilBrown | 1 | -15/+2 |
2016-08-03 | Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 62 | -621/+2435 |
2016-08-03 | drm/i915: Check PSR setup time vs. vblank length | Ville Syrjälä | 3 | -4/+23 |
2016-08-03 | drm/dp: Add drm_dp_psr_setup_time() | Ville Syrjälä | 1 | -0/+32 |
2016-08-03 | Merge tag 'for-linus-20160801' of git://git.infradead.org/linux-mtd | Linus Torvalds | 33 | -248/+5544 |
2016-08-02 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -9/+26 |
2016-08-02 | IB/qib, IB/hfi1: Fix grh creation in ud loopback | Dasaratharaman Chandramouli | 2 | -4/+12 |
2016-08-02 | IB/hfi1: Use hdr2sc function to calculate 5-bit SC | Dasaratharaman Chandramouli | 3 | -14/+4 |
2016-08-02 | IB/hfi1: Cleanup UD packet handler. | Dasaratharaman Chandramouli | 1 | -30/+21 |