| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the slow work pool configurable | David Howells | 2009-04-03 | 3 | -2/+130 |
* | Make slow-work thread pool actually dynamic | David Howells | 2009-04-03 | 1 | -1/+137 |
* | Create a dynamically sized pool of threads for doing very slow work items | David Howells | 2009-04-03 | 4 | -0/+489 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2009-04-02 | 57 | -268/+337 |
|\ |
|
| * | Remove two unneeded exports and make two symbols static in fs/mpage.c | Dmitri Vorobiev | 2009-04-01 | 2 | -14/+9 |
| * | Cleanup after commit 585d3bc06f4ca57f975a5a1f698f65a45ea66225 | Al Viro | 2009-04-01 | 4 | -13/+13 |
| * | Trim includes of fdtable.h | Al Viro | 2009-03-31 | 3 | -4/+0 |
| * | Don't crap into descriptor table in binfmt_som | Al Viro | 2009-03-31 | 1 | -7/+0 |
| * | Trim includes in binfmt_elf | Al Viro | 2009-03-31 | 1 | -7/+0 |
| * | Don't mess with descriptor table in load_elf_binary() | Al Viro | 2009-03-31 | 1 | -13/+2 |
| * | Get rid of indirect include of fs_struct.h | Al Viro | 2009-03-31 | 19 | -2/+20 |
| * | New helper - current_umask() | Al Viro | 2009-03-31 | 26 | -31/+39 |
| * | check_unsafe_exec() doesn't care about signal handlers sharing | Al Viro | 2009-03-31 | 1 | -5/+2 |
| * | New locking/refcounting for fs_struct | Al Viro | 2009-03-31 | 7 | -44/+121 |
| * | Take fs_struct handling to new file (fs/fs_struct.c) | Al Viro | 2009-03-31 | 9 | -138/+155 |
| * | Get rid of bumping fs_struct refcount in pivot_root(2) | Al Viro | 2009-03-31 | 1 | -9/+17 |
| * | Kill unsharing fs_struct in __set_personality() | Al Viro | 2009-03-31 | 1 | -22/+0 |
* | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-04-02 | 21 | -139/+332 |
|\ \ |
|
| * | | drm/radeon: load the right microcode on rs780 | Alex Deucher | 2009-04-03 | 1 | -4/+4 |
| * | | Merge branch 'drm-intel-next' of ../anholt-2.6 into drm-linus | Dave Airlie | 2009-04-03 | 16 | -123/+292 |
| |\ \ |
|
| | * | | drm: Use pgprot_writecombine in GEM GTT mapping to get the right bits for !PAT. | Jesse Barnes | 2009-04-02 | 1 | -6/+1 |
| | * | | drm/i915: Add a spinlock to protect the active_list | Carl Worth | 2009-04-01 | 4 | -4/+29 |
| | * | | drm/i915: Fix SDVO TV support | Zhenyu Wang | 2009-04-01 | 2 | -52/+108 |
| | * | | drm/i915: Fix SDVO CREATE_PREFERRED_INPUT_TIMING command | Zhenyu Wang | 2009-04-01 | 2 | -0/+6 |
| | * | | drm/i915: Fix error in SDVO DTD and modeline convert | Zhenyu Wang | 2009-04-01 | 1 | -21/+4 |
| | * | | drm/i915: Fix SDVO command debug function | Zhenyu Wang | 2009-04-01 | 1 | -12/+13 |
| | * | | drm/i915: fix TV mode setting in property change | Zhenyu Wang | 2009-04-01 | 1 | -2/+5 |
| | * | | drm/i915: only set TV mode when any property changed | Zhenyu Wang | 2009-04-01 | 1 | -7/+20 |
| | * | | drm/i915: clean up udelay usage | Arjan van de Ven | 2009-04-01 | 1 | -1/+1 |
| | * | | drm/i915: add VGA hotplug support for 945+ | Jesse Barnes | 2009-04-01 | 6 | -14/+77 |
| | * | | drm/i915: correctly set IGD device's gtt size for KMS. | Shaohua Li | 2009-04-01 | 1 | -1/+1 |
| | * | | drm/i915: avoid hanging on to a stale pointer to raw_edid. | Ma Ling | 2009-04-01 | 1 | -0/+1 |
| | * | | drm/i915: check for -EINVAL from vm_insert_pfn | Jesse Barnes | 2009-04-01 | 1 | -0/+1 |
| | * | | drm/i915: fix up tiling/fence reg setup on i8xx class hw | Daniel Vetter | 2009-04-01 | 3 | -5/+27 |
| * | | | drm: remove unused "can_grow" parameter from drm_crtc_helper_initial_config | Jesse Barnes | 2009-04-03 | 3 | -4/+3 |
| * | | | drm: fix EDID backward compat check | Jesse Barnes | 2009-04-03 | 1 | -4/+2 |
| * | | | drm: sync the mode validation for INTERLACE/DBLSCAN | yakui_zhao | 2009-04-03 | 1 | -0/+28 |
| * | | | drm: fix typo in edid vendor parsing. | Dave Airlie | 2009-04-03 | 1 | -1/+1 |
| * | | | DRM: drm_crtc_helper.h doesn't actually need i2c.h | Jean Delvare | 2009-04-03 | 1 | -1/+0 |
| * | | | drm: fix missing inline function on 32-bit powerpc. | Dave Airlie | 2009-04-03 | 1 | -2/+2 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2009-04-02 | 72 | -3040/+26689 |
|\ \ \ \ |
|
| * | | | | glge: remove unused #include <version.h> | Huang Weiyi | 2009-04-02 | 1 | -1/+0 |
| * | | | | dnet: remove unused #include <version.h> | Huang Weiyi | 2009-04-02 | 1 | -1/+0 |
| * | | | | tcp: miscounts due to tcp_fragment pcount reset | Ilpo Järvinen | 2009-04-02 | 1 | -1/+6 |
| * | | | | tcp: add helper for counter tweaking due mid-wq change | Ilpo Järvinen | 2009-04-02 | 2 | -47/+34 |
| * | | | | hso: fix for the 'invalid frame length' messages | Jan Dumon | 2009-04-02 | 1 | -4/+6 |
| * | | | | hso: fix for crash when unplugging the device | Jan Dumon | 2009-04-02 | 1 | -8/+11 |
| * | | | | fsl_pq_mdio: Fix compile failure | Segher Boessenkool | 2009-04-02 | 1 | -0/+1 |
| * | | | | fsl_pq_mdio: Revive UCC MDIO support | Anton Vorontsov | 2009-04-02 | 1 | -1/+1 |
| * | | | | ucc_geth: Pass proper device to DMA routines, otherwise oops happens | Anton Vorontsov | 2009-04-02 | 2 | -11/+13 |