summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* workqueue: add system_freezeable_wqTejun Heo2011-02-092-1/+9
* rds/ib: use system_wq instead of rds_ib_fmr_wqTejun Heo2011-02-013-34/+4
* net/9p: replace p9_poll_task with a workTejun Heo2011-02-011-24/+8
* net/9p: use system_wq instead of p9_mux_wqTejun Heo2011-02-011-15/+5
* xfs: convert to alloc_workqueue()Tejun Heo2011-02-012-3/+4
* reiserfs: make commit_wq use the default concurrency levelTejun Heo2011-02-011-1/+1
* ocfs2: use system_wq instead of ocfs2_quota_wqTejun Heo2011-02-013-33/+4
* ext4: convert to alloc_workqueue()Tejun Heo2011-02-011-1/+6
* scsi/scsi_tgt_lib: scsi_tgtd isn't used in memory reclaim pathTejun Heo2011-02-011-1/+1
* scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()Tejun Heo2011-02-012-2/+2
* misc/iwmc3200top: use system_wq instead of dedicated workqueuesTejun Heo2011-02-012-12/+6
* i2o: use alloc_workqueue() instead of create_workqueue()Tejun Heo2011-02-011-1/+2
* acpi: kacpi*_wq don't need WQ_MEM_RECLAIMTejun Heo2011-02-011-3/+3
* fs/aio: aio_wq isn't used in memory reclaim pathTejun Heo2011-01-261-2/+2
* input/tps6507x-ts: use system_wq instead of dedicated workqueueTejun Heo2011-01-261-8/+4
* cpufreq: use system_wq instead of dedicated workqueuesTejun Heo2011-01-262-36/+6
* wireless/ipw2x00: use system_wq instead of dedicated workqueuesTejun Heo2011-01-264-151/+118
* arm/omap: use system_wq in mailboxTejun Heo2011-01-261-8/+2
* workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo2011-01-253-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds2011-01-253-3/+43
|\
| * Make CIFS mount work in a container.Rob Landley2011-01-242-2/+43
| * CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()Jesper Juhl2011-01-241-1/+0
* | Merge branch 'for-38-rc3' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds2011-01-251-30/+22
|\ \
| * | drivers: mmc: msm: remove clock disable in probeDaniel Walker2011-01-211-3/+0
| * | mmc: msm: fix dma usage not to use internal APIsDaniel Walker2011-01-211-27/+22
* | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2011-01-2524-95/+203
|\ \ \
| * \ \ Merge branch 'drm-intel-fixes-2' of ssh://master.kernel.org/pub/scm/linux/ker...Dave Airlie2011-01-2538-108/+350
| |\ \ \
| | * | | drm/i915: Prevent uninitialised reads during error state captureChris Wilson2011-01-241-0/+2
| | * | | drm/i915: Use consistent mappings for OpRegion between ACPI and i915Michael Karcher2011-01-241-1/+2
| | * | | Merge remote branch 'linus/master' into drm-intel-fixesChris Wilson2011-01-241096-8120/+11942
| | |\ \ \
| | * | | | drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson2011-01-241-2/+2
| | * | | | drm/i915: Disable high-precision vblank timestamping for UMSChris Wilson2011-01-241-0/+3
| | * | | | drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson2011-01-241-7/+18
| | * | | | drm/i915,agp/intel: Do not clear stolen entriesChris Wilson2011-01-244-14/+24
| | * | | | drm/i915: Recognise non-VGA display devicesChris Wilson2011-01-233-4/+10
| | * | | | drm/i915: Fix use of invalid array size for ring->sync_seqnoChris Wilson2011-01-232-2/+2
| | * | | | drm/i915/ringbuffer: Fix use of stale HEAD position whilst polling for spaceChris Wilson2011-01-202-17/+24
| | * | | | drm/i915: Don't kick-off hangcheck after a DRI interruptChris Wilson2011-01-201-1/+5
| | * | | | drm/i915: Add dependency on CONFIG_TMPFSChris Wilson2011-01-201-0/+3
| | * | | | drm/i915: Initialise ring vfuncs for old DRI pathsChris Wilson2011-01-203-18/+52
| | * | | | drm/i915: make the blitter report buffer modifications to the FBC unitJesse Barnes2011-01-182-0/+25
| | * | | | drm/i915: set more FBC chicken bitsJesse Barnes2011-01-182-1/+5
| * | | | | drm/radeon/kms: add new radeon_info ioctl query for clock crystal freqAlex Deucher2011-01-253-1/+6
| * | | | | drm/radeon/kms: simplify atom adjust pll setupAlex Deucher2011-01-241-17/+5
| * | | | | drm/radeon/kms: match r6xx/r7xx/evergreen asic_reset with previous asicsAlex Deucher2011-01-242-0/+6
| * | | | | drm/radeon/kms: make the mac rv630 quirk genericAlex Deucher2011-01-241-9/+5
| * | | | | drm/radeon/kms: fix a spelling error in an error messageAlex Deucher2011-01-241-1/+1
| * | | | | drm/radeon/kms: Initialize pageflip spinlocks.Michel Dänzer2011-01-241-0/+3
| | |_|_|/ | |/| | |
* | | | | fix a shutdown regression in intel_idleShaohua Li2011-01-251-6/+2
* | | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-2515-51/+184
|\ \ \ \ \
OpenPOWER on IntegriCloud