aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/linux-hdreg-h-cleanupLinus Torvalds2009-04-036-255/+117
|\
| * remove <linux/ata.h> include from <linux/hdreg.h>Bartlomiej Zolnierkiewicz2009-04-011-4/+0
| * include/linux/hdreg.h: remove unused definesBartlomiej Zolnierkiewicz2009-04-012-58/+2
| * isd200: use ATA_* defines instead of *_STAT and *_ERR onesBartlomiej Zolnierkiewicz2009-04-011-9/+9
| * include/linux/hdreg.h: cover WIN_* and friends with #ifndef/#endif __KERNEL__Bartlomiej Zolnierkiewicz2009-04-011-0/+2
| * aoe: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2009-04-011-11/+12
| * isd200: WIN_* -> ATA_CMD_*Bartlomiej Zolnierkiewicz2009-04-011-5/+5
| * include/linux/hdreg.h: cover struct hd_driveid with #ifndef/#endif __KERNEL__Bartlomiej Zolnierkiewicz2009-04-011-0/+2
| * xsysace: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-17/+13
| * ubd_kern: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-6/+6
| * isd200: make it 'struct hd_driveid'-freeBartlomiej Zolnierkiewicz2009-04-011-145/+66
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-04-0257-268/+337
|\ \
| * | Remove two unneeded exports and make two symbols static in fs/mpage.cDmitri Vorobiev2009-04-012-14/+9
| * | Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225Al Viro2009-04-014-13/+13
| * | Trim includes of fdtable.hAl Viro2009-03-313-4/+0
| * | Don't crap into descriptor table in binfmt_somAl Viro2009-03-311-7/+0
| * | Trim includes in binfmt_elfAl Viro2009-03-311-7/+0
| * | Don't mess with descriptor table in load_elf_binary()Al Viro2009-03-311-13/+2
| * | Get rid of indirect include of fs_struct.hAl Viro2009-03-3119-2/+20
| * | New helper - current_umask()Al Viro2009-03-3126-31/+39
| * | check_unsafe_exec() doesn't care about signal handlers sharingAl Viro2009-03-311-5/+2
| * | New locking/refcounting for fs_structAl Viro2009-03-317-44/+121
| * | Take fs_struct handling to new file (fs/fs_struct.c)Al Viro2009-03-319-138/+155
| * | Get rid of bumping fs_struct refcount in pivot_root(2)Al Viro2009-03-311-9/+17
| * | Kill unsharing fs_struct in __set_personality()Al Viro2009-03-311-22/+0
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-04-0221-139/+332
|\ \ \
| * | | drm/radeon: load the right microcode on rs780Alex Deucher2009-04-031-4/+4
| * | | Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linusDave Airlie2009-04-0316-123/+292
| |\ \ \
| | * | | drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT.Jesse Barnes2009-04-021-6/+1
| | * | | drm/i915: Add a spinlock to protect the active_listCarl Worth2009-04-014-4/+29
| | * | | drm/i915: Fix SDVO TV supportZhenyu Wang2009-04-012-52/+108
| | * | | drm/i915: Fix SDVO CREATE_PREFERRED_INPUT_TIMING commandZhenyu Wang2009-04-012-0/+6
| | * | | drm/i915: Fix error in SDVO DTD and modeline convertZhenyu Wang2009-04-011-21/+4
| | * | | drm/i915: Fix SDVO command debug functionZhenyu Wang2009-04-011-12/+13
| | * | | drm/i915: fix TV mode setting in property changeZhenyu Wang2009-04-011-2/+5
| | * | | drm/i915: only set TV mode when any property changedZhenyu Wang2009-04-011-7/+20
| | * | | drm/i915: clean up udelay usageArjan van de Ven2009-04-011-1/+1
| | * | | drm/i915: add VGA hotplug support for 945+Jesse Barnes2009-04-016-14/+77
| | * | | drm/i915: correctly set IGD device's gtt size for KMS.Shaohua Li2009-04-011-1/+1
| | * | | drm/i915: avoid hanging on to a stale pointer to raw_edid.Ma Ling2009-04-011-0/+1
| | * | | drm/i915: check for -EINVAL from vm_insert_pfnJesse Barnes2009-04-011-0/+1
| | * | | drm/i915: fix up tiling/fence reg setup on i8xx class hwDaniel Vetter2009-04-013-5/+27
| * | | | drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_configJesse Barnes2009-04-033-4/+3
| * | | | drm: fix EDID backward compat checkJesse Barnes2009-04-031-4/+2
| * | | | drm: sync the mode validation for INTERLACE/DBLSCANyakui_zhao2009-04-031-0/+28
| * | | | drm: fix typo in edid vendor parsing.Dave Airlie2009-04-031-1/+1
| * | | | DRM: drm_crtc_helper.h doesn't actually need i2c.hJean Delvare2009-04-031-1/+0
| * | | | drm: fix missing inline function on 32-bit powerpc.Dave Airlie2009-04-031-2/+2
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-04-0272-3040/+26689
|\ \ \ \ \
| * | | | | glge: remove unused #include <version.h>Huang Weiyi2009-04-021-1/+0