Age | Commit message (Expand) | Author | Files | Lines |
2014-01-19 | drm/nouveau/mxm: fix null deref on load | Ilia Mirkin | 1 | -2/+2 |
2014-01-19 | Merge tag 'acpi-3.13-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+0 |
2014-01-18 | Revert "ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs" | Rafael J. Wysocki | 2 | -2/+0 |
2014-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 8 | -24/+43 |
2014-01-16 | e1000e: Fix compilation warning when !CONFIG_PM_SLEEP | Mika Westerberg | 1 | -6/+2 |
2014-01-16 | Merge branches 'sched-urgent-for-linus' and 'timers-urgent-for-linus' of git:... | Linus Torvalds | 1 | -8/+13 |
2014-01-16 | Merge tag 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
2014-01-15 | be2net: add dma_mapping_error() check for dma_map_page() | Ivan Vecera | 1 | -2/+9 |
2014-01-15 | bnx2x: Don't release PCI bars on shutdown | Yuval Mintz | 1 | -14/+15 |
2014-01-15 | net,via-rhine: Fix tx_timeout handling | Richard Weinberger | 1 | -0/+1 |
2014-01-15 | Merge tag 'md/3.13-fixes' of git://neil.brown.name/md | Linus Torvalds | 5 | -14/+29 |
2014-01-15 | Merge branch 'clockevents/3.13-fixes' of git://git.linaro.org/people/daniel.l... | Ingo Molnar | 1 | -8/+13 |
2014-01-15 | Merge branch 'drm-nouveau-next' of git://git.freedesktop.org/git/nouveau/linu... | Dave Airlie | 6 | -10/+17 |
2014-01-15 | drm/nouveau: fix null ptr dereferences on some boards | Ben Skeggs | 6 | -10/+17 |
2014-01-14 | qlge: Fix vlan netdev features. | Jitendra Kalsaria | 1 | -0/+2 |
2014-01-14 | dm9601: add USB IDs for new dm96xx variants | Peter Korsgaard | 1 | -0/+12 |
2014-01-14 | hwmon: (coretemp) Fix truncated name of alarm attributes | Jean Delvare | 1 | -1/+1 |
2014-01-13 | net: usbnet: fix SG initialisation | Bjørn Mork | 1 | -1/+1 |
2014-01-14 | md: fix problem when adding device to read-only array with bitmap. | NeilBrown | 2 | -3/+18 |
2014-01-14 | md/raid10: fix bug when raid10 recovery fails to recover a block. | NeilBrown | 1 | -4/+4 |
2014-01-14 | md/raid5: fix a recently broken BUG_ON(). | NeilBrown | 1 | -1/+2 |
2014-01-14 | md/raid1: fix request counting bug in new 'barrier' code. | NeilBrown | 1 | -2/+1 |
2014-01-14 | md/raid10: fix two bugs in handling of known-bad-blocks. | NeilBrown | 1 | -2/+2 |
2014-01-14 | md/raid5: Fix possible confusion when multiple write errors occur. | NeilBrown | 1 | -2/+2 |
2014-01-14 | Revert "drm: copy mode type in drm_mode_connector_list_update()" | Dave Airlie | 1 | -1/+1 |
2014-01-14 | Merge tag 'drm-intel-fixes-2014-01-13' of git://people.freedesktop.org/~danve... | Dave Airlie | 3 | -3/+11 |
2014-01-13 | cxgb4: silence shift wrapping static checker warning | Dan Carpenter | 1 | -1/+1 |
2014-01-12 | block: null_blk: fix queue leak inside removing device | Ming Lei | 1 | -8/+2 |
2014-01-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 21 | -84/+128 |
2014-01-11 | Merge branch 'leds-fixes-for-3.13' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2 | -16/+8 |
2014-01-11 | Merge tag 'pm+acpi-3.13-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -16/+42 |
2014-01-11 | Merge tag 'mfd-fixes-3.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+8 |
2014-01-10 | leds: lp5521/5523: Remove duplicate mutex | Milo Kim | 2 | -16/+8 |
2014-01-10 | drm/i915/bdw: make sure south port interrupts are enabled properly v2 | Jesse Barnes | 1 | -0/+2 |
2014-01-10 | qlcnic: Fix ethtool statistics length calculation | Shahed Shaikh | 1 | -18/+21 |
2014-01-10 | qlcnic: Fix bug in TX statistics | Manish Chopra | 3 | -1/+5 |
2014-01-10 | net: core: explicitly select a txq before doing l2 forwarding | Jason Wang | 15 | -39/+42 |
2014-01-10 | macvlan: forbid L2 fowarding offload for macvtap | Jason Wang | 1 | -1/+4 |
2014-01-10 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 2 | -3/+9 |
2014-01-10 | bnx2x: fix DMA unmapping of TSO split BDs | Michal Schmidt | 1 | -4/+9 |
2014-01-10 | Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette... | Linus Torvalds | 4 | -12/+16 |
2014-01-10 | drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init() | Ville Syrjälä | 1 | -2/+2 |
2014-01-09 | bnx2x: prevent WARN during driver unload | Yuval Mintz | 2 | -18/+38 |
2014-01-10 | Merge branch 'pm-cpuidle' | Rafael J. Wysocki | 1 | -6/+8 |
2014-01-10 | intel_idle: close avn_cstates array with correct marker | Jiang Liu | 1 | -1/+3 |
2014-01-09 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 2 | -3/+9 |
2014-01-09 | Revert "intel_idle: mark states tables with __initdata tag" | Jiang Liu | 1 | -5/+5 |
2014-01-09 | Merge branch 'for-3.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -0/+7 |
2014-01-08 | clk: clk-divider: fix divisor > 255 bug | James Hogan | 1 | -1/+1 |
2014-01-08 | drm/i915: fix DDI PLLs HW state readout code | Paulo Zanoni | 1 | -1/+7 |