summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-03-259-36/+22
|\
| * NFS: don't try to decode GETATTR if DELEGRETURN returned errorJeff Layton2010-03-221-0/+2
| * sunrpc: handle allocation errors from __rpc_lookup_create()Dan Carpenter2010-03-221-0/+2
| * SUNRPC: Fix the return value of rpc_run_bc_task()Trond Myklebust2010-03-221-0/+1
| * SUNRPC: Fix a use after free bug with the NFSv4.1 backchannelTrond Myklebust2010-03-224-32/+13
| * SUNRPC: Fix a potential memory leak in auth_gssTrond Myklebust2010-03-211-3/+2
| * NFS: Prevent another deadlock in nfs_release_page()Trond Myklebust2010-03-191-1/+2
* | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-03-252-7/+37
|\ \
| * | libata-sff: fix spurious IRQ handlingTejun Heo2010-03-231-7/+36
| * | pata_via: Add VIA VX900 supportJosephChan@via.com.tw2010-03-231-0/+1
* | | Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-03-2513-30/+69
|\ \ \
| * | | sh: Silence unintialized variable warnings in dwarf unwinder.Paul Mundt2010-03-231-2/+2
| * | | sh: Tidy up a couple of section mismatches.Paul Mundt2010-03-232-2/+2
| * | | sh: Fix build after dynamic PMB reworkMatt Fleming2010-03-231-0/+2
| * | | sh: Replace unsafe manipulation of MMUCRMatt Fleming2010-03-232-7/+16
| * | | sh: Flush ITLB too in PTEAEX's flush_tlb_page()Matt Fleming2010-03-232-0/+4
| * | | sh64: Remove long unused mid_sched macroAndreas Bombe2010-03-231-7/+0
| * | | SH: remove superfluous warning from the serial driverGuennadi Liakhovetski2010-03-231-4/+0
| * | | SH: fix SCIFA SCASCR register bit definitionsGuennadi Liakhovetski2010-03-231-1/+5
| * | | serial: sh-sci: fix SH-Mobile SH breakageMagnus Damm2010-03-231-7/+22
| * | | sh: Add watch-dog register address for SH7722/SH7723/SH7724Kuninori Morimoto2010-03-231-0/+6
| * | | sh: ms7724: Add tiny-document for soundKuninori Morimoto2010-03-231-0/+8
| * | | sh: mach-ecovec24: Add i2c_put_adapter on sh_eth_initKuninori Morimoto2010-03-231-0/+2
| |/ /
* | | fscache: add missing unlockDan Carpenter2010-03-251-0/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2010-03-256-7/+17
|\ \ \
| * | | regulator: fix dangling pointersWolfram Sang2010-03-223-3/+4
| * | | lp3971: Fix BUCK_VOL_CHANGE_SHIFT logicAxel Lin2010-03-221-1/+1
| * | | lp3971: Fix setting val for LDO2 and LDO4Axel Lin2010-03-221-1/+2
| * | | regulator: Get rid of lockdep warningAmeya Palande2010-03-221-0/+1
| * | | regulator: handle kcalloc() failureDan Carpenter2010-03-221-0/+5
| * | | Regulators: max8925-regulator - clean up driver data after removalDmitry Torokhov2010-03-221-2/+4
* | | | do_sync_read/write() should set kiocb.ki_nbytes to be consistentDavid Howells2010-03-251-0/+2
* | | | FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells2010-03-251-1/+1
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-03-2511-105/+121
|\ \ \ \
| * | | | drm/i915: Stop trying to use ACPI lid status to determine LVDS connection.Eric Anholt2010-03-231-51/+1
| * | | | drm/intel: fix up set_tiling for untiled->tiled transitionDaniel Vetter2010-03-191-2/+5
| * | | | drm/i915: Set up the documented clock gating on Sandybridge and Ironlake.Eric Anholt2010-03-192-0/+22
| * | | | agp/intel: Don't do the chipset flush on Sandybridge.Eric Anholt2010-03-191-2/+7
| * | | | agp/intel: Respect the GTT size on Sandybridge for scratch page setup.Eric Anholt2010-03-191-1/+24
| * | | | drm/i915: fix small leak on overlay error pathDan Carpenter2010-03-171-4/+9
| * | | | drm/i915: Avoid NULL deref in get_pages() unwind after error.Chris Wilson2010-03-171-9/+12
| * | | | drm/i915: Fix check with IS_GEN6Zhenyu Wang2010-03-172-4/+4
| * | | | drivers/gpu/drm/i915/intel_bios.c: fix continuation line formatsJoe Perches2010-03-171-2/+3
| * | | | drm/i915: Enable VS timer dispatch.Eric Anholt2010-03-172-0/+9
| * | | | drm/i915: Rename FBC_C3_IDLE to FBC_CTL_C3_IDLE to match other registersPriit Laes2010-03-172-2/+2
| * | | | drm/i915: remove an unnecessary wait_request()Owain G. Ainsworth2010-03-171-5/+0
| * | | | drm/i915: Don't bother with the BKL for GEM ioctls.Eric Anholt2010-03-171-23/+23
* | | | | Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2010-03-253-8/+64
|\ \ \ \ \
| * | | | | i2c-scmi: Provide module aliases for automatic loadingDarrick J. Wong2010-03-241-0/+1
| * | | | | i2c-scmi: Support IBM SMBus CMI devicesCrane Cai2010-03-241-8/+23