Age | Commit message (Expand) | Author | Files | Lines |
2015-06-05 | iommu: Call remove_device call-back after driver release | Joerg Roedel | 1 | -1/+1 |
2015-06-05 | iommu: Clean up after a failed bus initialization | Joerg Roedel | 1 | -9/+26 |
2015-06-05 | iommu: Propagate error in add_iommu_group | Joerg Roedel | 1 | -3/+1 |
2015-06-05 | iommu: Add a few printk messages to group handling code | Joerg Roedel | 1 | -0/+9 |
2015-06-05 | iommu: Remove function name from pr_fmt() | Joerg Roedel | 1 | -1/+1 |
2015-05-31 | Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/ralf... | Linus Torvalds | 2 | -10/+11 |
2015-05-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending | Linus Torvalds | 20 | -254/+166 |
2015-05-31 | Merge tag 'hwmon-for-linus-v4.1-rc6' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 4 | -1/+14 |
2015-05-31 | iser-target: Fix error path in isert_create_pi_ctx() | Roland Dreier | 1 | -3/+3 |
2015-05-31 | target: Use a PASSTHROUGH flag instead of transport_types | Andy Grover | 10 | -18/+15 |
2015-05-31 | target: Move passthrough CDB parsing into a common function | Andy Grover | 3 | -94/+76 |
2015-05-31 | target/user: Only support full command pass-through | Andy Grover | 1 | -50/+74 |
2015-05-31 | target/pscsi: Don't leak scsi_host if hba is VIRTUAL_HOST | Andy Grover | 2 | -0/+4 |
2015-05-31 | target: Fix se_tpg_tfo->tf_subsys regression + remove tf_subsystem | Christoph Hellwig | 6 | -61/+31 |
2015-05-30 | hwmon: (nct6683) Add missing sysfs attribute initialization | Guenter Roeck | 1 | -0/+2 |
2015-05-30 | hwmon: (nct6775) Add missing sysfs attribute initialization | Guenter Roeck | 1 | -0/+2 |
2015-05-30 | Merge tag 'dm-4.1-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/d... | Linus Torvalds | 3 | -24/+36 |
2015-05-29 | hwmon: (tmp401) Do not auto-detect chip on I2C address 0x37 | Guenter Roeck | 1 | -1/+1 |
2015-05-29 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 3 | -13/+9 |
2015-05-29 | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 21 | -152/+42 |
2015-05-29 | dm: fix casting bug in dm_merge_bvec() | Joe Thornber | 1 | -5/+12 |
2015-05-29 | dm: fix reload failure of 0 path multipath mapping on blk-mq devices | Junichi Nomura | 1 | -7/+9 |
2015-05-29 | Merge tag 'md/4.1-rc5-fixes' of git://neil.brown.name/md | Linus Torvalds | 3 | -67/+98 |
2015-05-29 | dm: fix false warning in free_rq_clone() for unmapped requests | Mike Snitzer | 1 | -5/+3 |
2015-05-29 | Merge branch 'linux-4.1' of git://anongit.freedesktop.org/git/nouveau/linux-2... | Dave Airlie | 6 | -6/+11 |
2015-05-29 | drm/nouveau/gr/gm204: remove a stray printk | Ben Skeggs | 1 | -1/+0 |
2015-05-29 | drm/nouveau/devinit/gm100-: force devinit table execution on boards without P... | Ben Skeggs | 4 | -3/+6 |
2015-05-29 | drm/nouveau/devinit/gf100: make the force-post condition more obvious | Ben Skeggs | 1 | -1/+4 |
2015-05-29 | drm/nouveau/gr/gf100-: fix wrong constant definition | Lars Seipel | 1 | -1/+1 |
2015-05-28 | Merge tag 'platform-drivers-x86-v4.1-3' of git://git.infradead.org/users/dvha... | Linus Torvalds | 1 | -18/+19 |
2015-05-28 | drm/radeon: partially revert "fix VM_CONTEXT*_PAGE_TABLE_END_ADDR handling" | Christian König | 6 | -6/+6 |
2015-05-28 | md: fix race when unfreezing sync_action | NeilBrown | 1 | -6/+8 |
2015-05-28 | md/raid5: break stripe-batches when the array has failed. | NeilBrown | 1 | -0/+1 |
2015-05-28 | md/raid5: call break_stripe_batch_list from handle_stripe_clean_event | NeilBrown | 1 | -57/+4 |
2015-05-28 | md/raid5: be more selective about distributing flags across batch. | NeilBrown | 2 | -12/+45 |
2015-05-28 | md/raid5: add handle_flags arg to break_stripe_batch_list. | NeilBrown | 1 | -4/+8 |
2015-05-28 | md/raid5: duplicate some more handle_stripe_clean_event code in break_stripe_... | NeilBrown | 1 | -3/+16 |
2015-05-28 | md/raid5: remove condition test from check_break_stripe_batch_list. | NeilBrown | 1 | -8/+4 |
2015-05-28 | md/raid5: Ensure a batch member is not handled prematurely. | NeilBrown | 1 | -1/+5 |
2015-05-28 | cpumask_set_cpu_local_first => cpumask_local_spread, lament | Rusty Russell | 3 | -13/+9 |
2015-05-28 | md/raid5: close race between STRIPE_BIT_DELAY and batching. | NeilBrown | 2 | -3/+25 |
2015-05-28 | md/raid5: ensure whole batch is delayed for all required bitmap updates. | NeilBrown | 1 | -0/+9 |
2015-05-28 | Merge tag 'topic/drm-fixes-2015-05-27' of git://anongit.freedesktop.org/drm-i... | Dave Airlie | 1 | -0/+3 |
2015-05-28 | dm: requeue from blk-mq dm_mq_queue_rq() using BLK_MQ_RQ_QUEUE_BUSY | Mike Snitzer | 1 | -4/+6 |
2015-05-28 | dm mpath: fix leak of dm_mpath_io structure in blk-mq .queue_rq error path | Mike Snitzer | 1 | -1/+3 |
2015-05-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 23 | -97/+215 |
2015-05-27 | xen-netfront: properly destroy queues when removing device | David Vrabel | 1 | -13/+2 |
2015-05-27 | drm/radeon/audio: make sure connector is valid in hotplug case | Alex Deucher | 1 | -2/+3 |
2015-05-27 | mlx4_core: Fix fallback from MSI-X to INTx | Benjamin Poirier | 1 | -2/+7 |
2015-05-27 | lguest: fix out-by-one error in address checking. | Rusty Russell | 1 | -1/+1 |