summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-01reiserfs: make commit_wq use the default concurrency levelTejun Heo1-1/+1
2011-02-01ocfs2: use system_wq instead of ocfs2_quota_wqTejun Heo3-33/+4
2011-02-01ext4: convert to alloc_workqueue()Tejun Heo1-1/+6
2011-02-01scsi/scsi_tgt_lib: scsi_tgtd isn't used in memory reclaim pathTejun Heo1-1/+1
2011-02-01scsi/be2iscsi,qla2xxx: convert to alloc_workqueue()Tejun Heo2-2/+2
2011-02-01misc/iwmc3200top: use system_wq instead of dedicated workqueuesTejun Heo2-12/+6
2011-02-01i2o: use alloc_workqueue() instead of create_workqueue()Tejun Heo1-1/+2
2011-02-01acpi: kacpi*_wq don't need WQ_MEM_RECLAIMTejun Heo1-3/+3
2011-01-26fs/aio: aio_wq isn't used in memory reclaim pathTejun Heo1-2/+2
2011-01-26input/tps6507x-ts: use system_wq instead of dedicated workqueueTejun Heo1-8/+4
2011-01-26cpufreq: use system_wq instead of dedicated workqueuesTejun Heo2-36/+6
2011-01-26wireless/ipw2x00: use system_wq instead of dedicated workqueuesTejun Heo4-151/+118
2011-01-26arm/omap: use system_wq in mailboxTejun Heo1-8/+2
2011-01-25workqueue: use WQ_MEM_RECLAIM instead of WQ_RESCUERTejun Heo3-3/+3
2011-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds3-3/+43
2011-01-25Merge branch 'for-38-rc3' of git://codeaurora.org/quic/kernel/davidb/linux-msmLinus Torvalds1-30/+22
2011-01-25Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds24-95/+203
2011-01-25Merge branch 'drm-intel-fixes-2' of ssh://master.kernel.org/pub/scm/linux/ker...Dave Airlie38-108/+350
2011-01-25drm/radeon/kms: add new radeon_info ioctl query for clock crystal freqAlex Deucher3-1/+6
2011-01-25fix a shutdown regression in intel_idleShaohua Li1-6/+2
2011-01-25Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds15-51/+184
2011-01-25Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds28-121/+164
2011-01-25Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds5-44/+46
2011-01-25Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-25/+53
2011-01-25Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds7-44/+11
2011-01-24drm/i915: Prevent uninitialised reads during error state captureChris Wilson1-0/+2
2011-01-24drm/i915: Use consistent mappings for OpRegion between ACPI and i915Michael Karcher1-1/+2
2011-01-24Merge remote branch 'linus/master' into drm-intel-fixesChris Wilson1096-8120/+11942
2011-01-24drm/i915: Handle the no-interrupts case for UMS by pollingChris Wilson1-2/+2
2011-01-24drm/i915: Disable high-precision vblank timestamping for UMSChris Wilson1-0/+3
2011-01-24drm/i915: Increase the amount of defense before computing vblank timestampsChris Wilson1-7/+18
2011-01-24drm/i915,agp/intel: Do not clear stolen entriesChris Wilson4-14/+24
2011-01-24sched: Fix poor interactivity on UP systems due to group scheduler nice tune bugYong Zhang1-25/+53
2011-01-24Merge branch 'BUG_ON' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/...Linus Torvalds4-9/+32
2011-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds6-15/+94
2011-01-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds10-14/+40
2011-01-24Make CIFS mount work in a container.Rob Landley2-2/+43
2011-01-24Remove MAYBE_BUILD_BUG_ONRusty Russell4-4/+6
2011-01-24BUILD_BUG_ON: make it handle more casesRusty Russell1-6/+27
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell2-2/+2
2011-01-24param: add null statement to compiled-in module paramsLinus Walleij1-2/+4
2011-01-24module: fix linker error for MODULE_VERSION when !MODULE and CONFIG_SYSFS=nRusty Russell1-1/+1
2011-01-24module: show version information for built-in modules in sysfsDmitry Torokhov3-11/+88
2011-01-24CIFS: Remove pointless variable assignment in cifs_dfs_do_automount()Jesper Juhl1-1/+0
2011-01-24drm/radeon/kms: simplify atom adjust pll setupAlex Deucher1-17/+5
2011-01-24drm/radeon/kms: match r6xx/r7xx/evergreen asic_reset with previous asicsAlex Deucher2-0/+6
2011-01-24drm/radeon/kms: make the mac rv630 quirk genericAlex Deucher1-9/+5
2011-01-24drm/radeon/kms: fix a spelling error in an error messageAlex Deucher1-1/+1
2011-01-24drm/radeon/kms: Initialize pageflip spinlocks.Michel Dänzer1-0/+3
2011-01-24selinux: return -ENOMEM when memory allocation failsDavidlohr Bueso2-3/+3