Age | Commit message (Expand) | Author | Files | Lines |
2015-06-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 14 | -76/+94 |
2015-06-02 | Merge tag 'wireless-drivers-for-davem-2015-06-01' of git://git.kernel.org/pub... | David S. Miller | 5 | -27/+20 |
2015-06-01 | bnx2x: Move statistics implementation into semaphores | Yuval Mintz | 3 | -11/+20 |
2015-06-01 | xen: netback: read hotplug script once at start of day. | Ian Campbell | 1 | -14/+19 |
2015-06-01 | xen: netback: fix printf format string warning | Ian Campbell | 1 | -1/+1 |
2015-06-01 | sfc: free multiple Rx buffers when required | Daniel Pieczko | 1 | -17/+25 |
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 | bna: fix soft lock-up during firmware initialization failure | Ivan Vecera | 1 | -2/+2 |
2015-05-31 | bna: remove unreasonable iocpf timer start | Ivan Vecera | 1 | -4/+0 |
2015-05-31 | bna: fix firmware loading on big-endian machines | Ivan Vecera | 1 | -0/+7 |
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 | Merge tag 'iwlwifi-for-kalle-2015-05-28' of https://git.kernel.org/pub/scm/li... | Kalle Valo | 4 | -20/+15 |
2015-05-28 | brcmfmac: avoid null pointer access when brcmf_msgbuf_get_pktid() fails | Arend van Spriel | 1 | -7/+5 |
2015-05-28 | iwlwifi: nvm: fix otp parsing in 8000 hw family | Liad Kaufman | 1 | -1/+1 |
2015-05-28 | iwlwifi: pcie: fix tracking of cmd_in_flight | Ilan Peer | 3 | -19/+14 |
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 |