summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ARM] 5417/1: Set the correct cacheid for ARMv6 CPUs with ARMv7 style MMUCatalin Marinas2009-03-031-6/+7
* [ARM] 5416/1: Use unused address in v6_early_abortSeth Forshee2009-03-031-1/+2
* [ARM] 5411/1: S3C64XX: Fix EINT unmaskMark Brown2009-02-241-1/+1
* [ARM] at91: fix for Atmel AT91 powersavingAndrei Birjukov2009-02-221-1/+0
* [ARM] RiscPC: Fix etherh oopsRussell King2009-02-222-6/+6
* Merge branch 'hibernate'Linus Torvalds2009-02-2110-34/+75
|\
| * PM: Fix suspend_console and resume_console to use only one semaphoreArve Hjønnevåg2009-02-211-6/+9
| * PM: Wait for console in resumeArve Hjønnevåg2009-02-211-0/+6
| * PM: Fix pm_notifiers during user mode hibernationAndrey Borzenkov2009-02-211-4/+4
| * swsusp: clean up shrink_all_zones()Johannes Weiner2009-02-211-12/+11
| * swsusp: dont fiddle with swappinessJohannes Weiner2009-02-211-4/+1
| * PM: fix build for CONFIG_PM unsetRafael J. Wysocki2009-02-212-1/+2
| * PM/hibernate: fix "swap breaks after hibernation failures"Alan Jenkins2009-02-211-2/+2
| * PM/resume: wait for device probing to finishArjan van de Ven2009-02-211-0/+11
| * Consolidate driver_probe_done() loops into one placeArjan van de Ven2009-02-214-6/+31
* | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-02-214-6/+6
|\ \
| * | x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin2009-02-203-4/+4
| * | MAINTAINERS: paravirt-ops maintainers updateZachary Amsden2009-02-201-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2009-02-2110-187/+458
|\ \ \
| * | | [CIFS] Fix multiuser mounts so server does not invalidate earlier security co...Steve French2009-02-215-7/+105
| * | | [CIFS] improve posix semantics of file createSteve French2009-02-212-103/+208
| * | | [CIFS] Fix oops in cifs_strfromUCS_le mounting to servers which do not specif...Steve French2009-02-212-3/+4
| * | | cifs: posix fill in inode needed by posix openJeff Layton2009-02-212-1/+3
| * | | cifs: properly handle case where CIFSGetSrvInodeNumber failsJeff Layton2009-02-213-15/+14
| * | | cifs: refactor new_inode() calls and inode initializationJeff Layton2009-02-213-66/+86
| * | | [CIFS] Prevent OOPs when mounting with remote prefixpath.Igor Mammedov2009-02-213-2/+48
| * | | Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French2009-02-03325-2240/+4611
| |\ \ \
| * | | | [CIFS] ipv6_addr_equal for address comparisonSteve French2009-01-301-3/+3
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-02-2018-173/+279
|\ \ \ \ \
| * | | | | drm/radeon: update sarea copies of last_ variables on resume.etienne2009-02-201-6/+15
| * | | | | drm/i915: Keep refs on the object over the lifetime of vmas for GTT mmap.Jesse Barnes2009-02-204-18/+57
| * | | | | drm/i915: take struct mutex around fb unrefJesse Barnes2009-02-201-0/+2
| * | | | | drm: Use spread spectrum when the bios tells us it's ok.Kristian Høgsberg2009-02-203-6/+24
| * | | | | drm: Collapse identical i8xx_clock() and i9xx_clock().Kristian Høgsberg2009-02-201-27/+6
| * | | | | drm: Bring PLL limits in sync with DDX values.Kristian Høgsberg2009-02-201-3/+3
| * | | | | drm: Add locking around cursor gem operations.Kristian Høgsberg2009-02-201-4/+5
| * | | | | drm: Propagate failure from setting crtc base.Chris Wilson2009-02-203-40/+69
| * | | | | drm: Check for a NULL encoder when reverting on error pathChris Wilson2009-02-201-1/+5
| * | | | | drm/i915: Cleanup the hws on ringbuffer constrution failure.Chris Wilson2009-02-201-14/+25
| * | | | | drm/i915: Don't add panel_fixed_mode to the probed modes list at LVDS init.Steve Aarnio2009-02-201-2/+0
| * | | | | drm: Release user fbs in drm_releaseKristian Høgsberg2009-02-203-3/+5
| * | | | | drm/i915: Unpin the fb on error during construction.Chris Wilson2009-02-201-3/+5
| * | | | | drm/i915: Unpin the hws if we fail to kmap.Chris Wilson2009-02-201-0/+1
| * | | | | drm/i915: Unpin the ringbuffer if we fail to ioremap it.Chris Wilson2009-02-201-0/+1
| * | | | | drm/i915: unpin for an invalid memory domain.Chris Wilson2009-02-201-0/+2
| * | | | | drm/i915: Release and unlock on mmap_gtt error path.Chris Wilson2009-02-201-1/+4
| * | | | | drm/i915: Set framebuffer alignment based upon the fence constraints.Chris Wilson2009-02-201-4/+2
| * | | | | drm: Do not leak a new reference for flink() on an existing nameChris Wilson2009-02-201-17/+16
| * | | | | drm/i915: Fix potential AB-BA deadlock in i915_gem_execbuffer()Roland Dreier2009-02-201-9/+12
| * | | | | drm/i915: refleak along pin() error path.Chris Wilson2009-02-201-0/+1