Age | Commit message (Expand) | Author | Files | Lines |
2010-03-02 | oprofile: convert oprofile from timer_hook to hrtimer | Martin Schwidefsky | 3 | -14/+79 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh... | Linus Torvalds | 8 | -142/+332 |
2010-02-12 | regulator/lp3971: vol_map out of bounds in lp3971_{ldo,dcdc}_set_voltage() | Roel Kluin | 1 | -2/+2 |
2010-02-12 | regulator: Fix display of null constraints for regulators | Mark Brown | 1 | -1/+1 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp | Linus Torvalds | 1 | -7/+8 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 1 | -0/+3 |
2010-02-12 | Merge git://git.infradead.org/users/cbou/battery-2.6.33 | Linus Torvalds | 1 | -2/+8 |
2010-02-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6 | Linus Torvalds | 5 | -44/+20 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 1 | -1/+8 |
2010-02-12 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 41 | -227/+384 |
2010-02-12 | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as... | Linus Torvalds | 5 | -22/+10 |
2010-02-12 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol... | Linus Torvalds | 1 | -3/+1 |
2010-02-12 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+4 |
2010-02-12 | edac: mpc85xx fix build regression by removing unused debug code | Peter Tyser | 1 | -4/+0 |
2010-02-12 | edac: mpc85xx fix bad page calculation | Peter Tyser | 1 | -2/+2 |
2010-02-12 | mmc_test: block addressed cards | Johan Kristell | 1 | -3/+6 |
2010-02-12 | tpm_infineon: fix suspend/resume handler for pnp_driver | Marcel Selhorst | 1 | -22/+57 |
2010-02-11 | amd64_edac: Do not falsely trigger kerneloops | Borislav Petkov | 1 | -7/+8 |
2010-02-11 | vgaarb: fix incorrect dereference of userspace pointer. | Andy Getzendanner | 1 | -1/+1 |
2010-02-11 | Merge branch 'drm-radeon-linus' of ../drm-next | Dave Airlie | 9 | -41/+89 |
2010-02-11 | drm/radeon/kms: retry auxch on 0x20 timeout value. | Dave Airlie | 1 | -3/+7 |
2010-02-11 | drm/radeon: Skip dma copy test in benchmark if card doesn't have dma engine. | Pauli Nieminen | 1 | -22/+33 |
2010-02-11 | Merge remote branch 'nouveau/for-airlied' of nouveau-2.6 | Dave Airlie | 25 | -143/+265 |
2010-02-11 | drm/vmwgfx: Fix a circular locking dependency bug. | Thomas Hellstrom | 3 | -19/+14 |
2010-02-11 | drm/vmwgfx: Drop scanout flag compat and add execbuf ioctl parameter members.... | Jakob Bornecrantz | 2 | -19/+4 |
2010-02-11 | drm/vmwgfx: Report propper framebuffer_{max|min}_{width|height} | Jakob Bornecrantz | 1 | -4/+4 |
2010-02-11 | drm/vmwgfx: Update the user-space interface. | Thomas Hellstrom | 3 | -5/+12 |
2010-02-11 | drm/i915: hold ref on flip object until it completes | Jesse Barnes | 1 | -1/+3 |
2010-02-11 | drm/i915: Fix crash while aborting hibernation | Rafael J. Wysocki | 1 | -67/+101 |
2010-02-11 | drm/radeon/kms: fix screen clearing before fbcon. | Dave Airlie | 1 | -1/+1 |
2010-02-11 | nouveau: fix state detection with switchable graphics | Matthew Garrett | 1 | -6/+6 |
2010-02-11 | drm/nouveau: move dereferences after null checks | Marcin Slusarz | 4 | -11/+17 |
2010-02-11 | drm/i915: Correctly return -ENOMEM on allocation failure in cmdbuf ioctls. | Owain Ainsworth | 2 | -2/+6 |
2010-02-11 | drm/i915: fix pipe source image setting in flip command | Zhenyu Wang | 1 | -2/+4 |
2010-02-11 | drm/i915: fix flip done interrupt on Ironlake | Zhenyu Wang | 1 | -8/+8 |
2010-02-11 | drm/i915: untangle page flip completion | Jesse Barnes | 1 | -7/+9 |
2010-02-11 | drm/i915: handle FBC and self-refresh better | Jesse Barnes | 2 | -0/+3 |
2010-02-11 | drm/i915: Increase fb alignment to 64k | Chris Wilson | 1 | -1/+1 |
2010-02-11 | drm/i915: Update write_domains on active list after flush. | Daniel Vetter | 2 | -4/+30 |
2010-02-11 | drm/i915: Rework DPLL calculation parameters for Ironlake | Zhenyu Wang | 1 | -50/+167 |
2010-02-10 | RDMA/cm: Revert association of an RDMA device when binding to loopback | Sean Hefty | 1 | -3/+1 |
2010-02-10 | drivers/dma: Correct NULL test | Julia Lawall | 1 | -2/+0 |
2010-02-10 | async-tx: fix buffer submission error handling in ipu_idma.c | Guennadi Liakhovetski | 1 | -18/+7 |
2010-02-10 | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+6 |
2010-02-10 | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 1 | -1/+3 |
2010-02-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 7 | -32/+30 |
2010-02-10 | Merge branch 'for-linus' of git://neil.brown.name/md | Linus Torvalds | 2 | -15/+13 |
2010-02-10 | md: fix some lockdep issues between md and sysfs. | NeilBrown | 2 | -11/+6 |
2010-02-10 | drm/nv50: make the pgraph irq handler loop like the pre-nv50 version | Maarten Maathuis | 1 | -64/+77 |
2010-02-10 | drm/nv50: delete ramfc object after disabling fifo, not before | Maarten Maathuis | 1 | -3/+6 |