summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-01-142-21/+1
|\
| * debugfs: convert gid= argument from decimal, not octalDave Reisner2013-01-111-1/+1
| * Remove __dev* markings from init.hGreg Kroah-Hartman2013-01-101-20/+0
* | Merge tag 'char-misc-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-01-141-3/+3
|\ \
| * | mei: fix mismatch in mutex unlock-lock in mei_amthif_read()Alexey Khoroshilov2013-01-071-3/+3
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-01-1421-63/+149
|\ \ \
| * | | udldrmfb: udl_get_edid: drop unneeded i--Hans de Goede2013-01-141-1/+0
| * | | udldrmfb: udl_get_edid: usb_control_msg buffer must not be on the stackHans de Goede2013-01-141-1/+7
| * | | udldrmfb: Fix EDID not working with monitors with EDID extension blocksHans de Goede2013-01-141-0/+8
| * | | Merge branch 'drm-fixes-3.8' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-01-143-9/+20
| |\ \ \
| | * | | radeon/kms: fix dma relocation checkingJerome Glisse2013-01-101-3/+3
| | * | | radeon/kms: force rn50 chip to always report connected on analog outputJerome Glisse2013-01-101-0/+8
| | * | | drm/radeon: fix error path in kpage allocationIlija Hadzic2013-01-101-2/+2
| | * | | drm/radeon: fix a bogus kfreeIlija Hadzic2013-01-101-2/+4
| | * | | drm/radeon: fix NULL pointer dereference in UMS modeIlija Hadzic2013-01-101-2/+3
| * | | | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2013-01-1417-52/+114
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | drm/nvc0/fb: fix crash when different mutex is used to protect same listAleksi Torhamo2013-01-131-3/+3
| | * | | drm/nouveau/clock: fix support for more than 2 monitors on nve0Aleksi Torhamo2013-01-132-0/+4
| | * | | drm/nv50/disp: fix selection of bios script for analog outputsMarcin Slusarz2013-01-131-20/+26
| | * | | drm/nv17-50: restore fence buffer on resumeMarcin Slusarz2013-01-133-0/+10
| | * | | drm/nouveau: fix blank LVDS screen regression on pre-nv50 cardsMarcin Slusarz2013-01-131-1/+1
| | * | | drm/nouveau: fix nouveau_client allocation failure pathMarcin Slusarz2013-01-133-4/+10
| | * | | drm/nouveau: don't return freed object from nouveau_handle_createMarcin Slusarz2013-01-131-1/+4
| | * | | drm/nouveau/vm: fix memory corruption when pgt allocation failsMarcin Slusarz2013-01-131-1/+3
| | * | | drm/nouveau: add locking around instobj list operationsMarcin Slusarz2013-01-131-8/+27
| | * | | drm/nouveau: do not forcibly power on lvds panelsBen Skeggs2013-01-132-13/+26
| | * | | drm/nouveau/devinit: ensure legacy vga control is enabled during postBen Skeggs2013-01-131-1/+0
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-01-1456-199/+6654
|\ \ \ \ \
| * | | | | be2net: fix unconditionally returning IRQ_HANDLED in INTxSathya Perla2013-01-122-9/+21
| * | | | | tuntap: fix leaking reference countJason Wang2013-01-111-3/+9
| * | | | | tuntap: forbid calling TUNSETIFF when detachedJason Wang2013-01-111-2/+3
| * | | | | tuntap: switch to use rtnl_dereference()Jason Wang2013-01-111-17/+10
| * | | | | net, wireless: overwrite default_ethtool_opsStanislaw Gruszka2013-01-113-2/+12
| * | | | | qlge: remove NETIF_F_TSO6 flagAmerigo Wang2013-01-111-1/+1
| * | | | | tcp: accept RST without ACK flagEric Dumazet2013-01-101-2/+2
| * | | | | net: ethernet: xilinx: Do not use NO_IRQ in axienetMichal Simek2013-01-101-1/+1
| * | | | | net: ethernet: xilinx: Do not use axienet on PPCMichal Simek2013-01-101-1/+1
| * | | | | bnx2x: Allow management traffic after boot from SANBarak Witkowski2013-01-101-8/+52
| * | | | | bnx2x: Fix fastpath structures when memory allocation failsYuval Mintz2013-01-101-2/+28
| * | | | | bfin_mac: Restore hardware time-stamping dependency on BF518Lars-Peter Clausen2013-01-101-0/+1
| * | | | | tun: avoid owner checks on IFF_ATTACH_QUEUEMichael S. Tsirkin2013-01-101-2/+0
| * | | | | bnx2x: move debugging code before the returnDan Carpenter2013-01-101-1/+1
| * | | | | tuntap: refuse to re-attach to different tun_structStefan Hajnoczi2013-01-101-0/+2
| * | | | | ipv6: use addrconf_get_prefix_route for prefix route lookup [v2]Romain Kuntz2013-01-101-14/+11
| * | | | | ipv6: fix the noflags test in addrconf_get_prefix_routeRomain Kuntz2013-01-101-1/+1
| * | | | | tcp: fix splice() and tcp collapsing interactionEric Dumazet2013-01-101-3/+10
| * | | | | tcp: splice: fix an infinite loop in tcp_read_sock()Eric Dumazet2013-01-101-1/+1
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-01-0939-130/+6488
| |\ \ \ \ \
| | * | | | | b43: Fix firmware loading when driver is built into the kernelLarry Finger2013-01-073-16/+48
| | * | | | | drivers/net/wireless/iwlegacy: use strlcpy instead of strncpyChen Gang2013-01-071-1/+1
OpenPOWER on IntegriCloud