| Commit message (Expand) | Author | Age | Files | Lines |
* | ipmi: Cleanup error return | Corey Minyard | 2014-01-26 | 1 | -15/+29 |
* | ipmi: fix timeout calculation when bmc is disconnected | Xie XiuQi | 2014-01-26 | 1 | -1/+1 |
* | ipmi: use USEC_PER_SEC instead of 1000000 for more meaningful | Xie XiuQi | 2014-01-26 | 3 | -7/+7 |
* | ipmi: remove deprecated IRQF_DISABLED | Michael Opdenacker | 2014-01-26 | 1 | -2/+2 |
* | drm/nouveau/mxm: fix null deref on load | Ilia Mirkin | 2014-01-20 | 1 | -2/+2 |
* | Merge tag 'acpi-3.13-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-01-20 | 2 | -2/+0 |
|\ |
|
| * | Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs" | Rafael J. Wysocki | 2014-01-18 | 2 | -2/+0 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-01-18 | 8 | -24/+43 |
|\ \ |
|
| * | | e1000e: Fix compilation warning when !CONFIG_PM_SLEEP | Mika Westerberg | 2014-01-17 | 1 | -6/+2 |
| * | | be2net: add dma_mapping_error() check for dma_map_page() | Ivan Vecera | 2014-01-16 | 1 | -2/+9 |
| * | | bnx2x: Don't release PCI bars on shutdown | Yuval Mintz | 2014-01-16 | 1 | -14/+15 |
| * | | net,via-rhine: Fix tx_timeout handling | Richard Weinberger | 2014-01-16 | 1 | -0/+1 |
| * | | qlge: Fix vlan netdev features. | Jitendra Kalsaria | 2014-01-15 | 1 | -0/+2 |
| * | | dm9601: add USB IDs for new dm96xx variants | Peter Korsgaard | 2014-01-15 | 1 | -0/+12 |
| * | | net: usbnet: fix SG initialisation | Bjørn Mork | 2014-01-14 | 1 | -1/+1 |
| * | | cxgb4: silence shift wrapping static checker warning | Dan Carpenter | 2014-01-13 | 1 | -1/+1 |
| | | | |
| \ \ | |
*-. \ \ | Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:... | Linus Torvalds | 2014-01-16 | 1 | -8/+13 |
|\ \ \ \
| | |/ /
| |/| | |
|
| | * | | Merge branch 'clockevents/3.13-fixes' of git://git.linaro.org/people/daniel.l... | Ingo Molnar | 2014-01-15 | 1 | -8/+13 |
| | |\ \
| | | |/
| | |/| |
|
| | | * | clocksource: cadence_ttc: Fix mutex taken inside interrupt context | Soren Brinkmann | 2013-12-30 | 1 | -8/+13 |
* | | | | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2014-01-16 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | hwmon: (coretemp) Fix truncated name of alarm attributes | Jean Delvare | 2014-01-14 | 1 | -1/+1 |
* | | | | | Merge tag 'md/3.13-fixes' of git://neil.brown.name/md | Linus Torvalds | 2014-01-15 | 5 | -14/+29 |
|\ \ \ \ \ |
|
| * | | | | | md: fix problem when adding device to read-only array with bitmap. | NeilBrown | 2014-01-14 | 2 | -3/+18 |
| * | | | | | md/raid10: fix bug when raid10 recovery fails to recover a block. | NeilBrown | 2014-01-14 | 1 | -4/+4 |
| * | | | | | md/raid5: fix a recently broken BUG_ON(). | NeilBrown | 2014-01-14 | 1 | -1/+2 |
| * | | | | | md/raid1: fix request counting bug in new 'barrier' code. | NeilBrown | 2014-01-14 | 1 | -2/+1 |
| * | | | | | md/raid10: fix two bugs in handling of known-bad-blocks. | NeilBrown | 2014-01-14 | 1 | -2/+2 |
| * | | | | | md/raid5: Fix possible confusion when multiple write errors occur. | NeilBrown | 2014-01-14 | 1 | -2/+2 |
* | | | | | | Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu... | Dave Airlie | 2014-01-15 | 6 | -10/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | drm/nouveau: fix null ptr dereferences on some boards | Ben Skeggs | 2014-01-15 | 6 | -10/+17 |
* | | | | | | | Revert "drm: copy mode type in drm_mode_connector_list_update()" | Dave Airlie | 2014-01-14 | 1 | -1/+1 |
* | | | | | | | Merge tag 'drm-intel-fixes-2014-01-13' of git://people.freedesktop.org/~danve... | Dave Airlie | 2014-01-14 | 3 | -3/+11 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| * | | | | | | drm/i915/bdw: make sure south port interrupts are enabled properly v2 | Jesse Barnes | 2014-01-10 | 1 | -0/+2 |
| * | | | | | | drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init() | Ville Syrjälä | 2014-01-10 | 1 | -2/+2 |
| * | | | | | | drm/i915: fix DDI PLLs HW state readout code | Paulo Zanoni | 2014-01-08 | 1 | -1/+7 |
* | | | | | | | block: null_blk: fix queue leak inside removing device | Ming Lei | 2014-01-12 | 1 | -8/+2 |
| |_|_|_|/ /
|/| | | | | |
|
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2014-01-11 | 21 | -84/+128 |
|\ \ \ \ \ \ |
|
| * | | | | | | qlcnic: Fix ethtool statistics length calculation | Shahed Shaikh | 2014-01-10 | 1 | -18/+21 |
| * | | | | | | qlcnic: Fix bug in TX statistics | Manish Chopra | 2014-01-10 | 3 | -1/+5 |
| * | | | | | | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 2014-01-10 | 15 | -39/+42 |
| * | | | | | | macvlan: forbid L2 fowarding offload for macvtap | Jason Wang | 2014-01-10 | 1 | -1/+4 |
| * | | | | | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2014-01-10 | 2 | -3/+9 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2014-01-09 | 2 | -3/+9 |
| | |\ \ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlw... | John W. Linville | 2014-01-06 | 1 | -2/+8 |
| | | |\ \ \ \ \ \ |
|
| | | | * | | | | | | iwlwifi: add new devices for 7265 series | Oren Givon | 2013-12-31 | 1 | -2/+8 |
| | | * | | | | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber... | John W. Linville | 2014-01-06 | 1 | -1/+1 |
| | | |\ \ \ \ \ \ \ |
|
| | | | * | | | | | | | mac80211_hwsim: Fix NULL pointer dereference | Javier Lopez | 2013-12-16 | 1 | -1/+1 |
| * | | | | | | | | | | bnx2x: fix DMA unmapping of TSO split BDs | Michal Schmidt | 2014-01-10 | 1 | -4/+9 |
| * | | | | | | | | | | bnx2x: prevent WARN during driver unload | Yuval Mintz | 2014-01-10 | 2 | -18/+38 |
| |/ / / / / / / / / |
|
* | | | | | | | | | | Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-01-11 | 2 | -16/+8 |
|\ \ \ \ \ \ \ \ \ \ |
|