summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* module: initialize module dynamic debug laterYehuda Sadeh2010-07-043-11/+18
* Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfsLinus Torvalds2010-07-0417-388/+172
|\
| * xfs: remove block number from inode lookup codeDave Chinner2010-06-2415-59/+26
| * xfs: rename XFS_IGET_BULKSTAT to XFS_IGET_UNTRUSTEDDave Chinner2010-06-245-12/+14
| * xfs: validate untrusted inode numbers during lookupDave Chinner2010-06-241-43/+78
| * xfs: always use iget in bulkstatChristoph Hellwig2010-06-236-282/+59
| * xfs: prevent swapext from operating on write-only filesDan Rosenberg2010-06-241-1/+4
* | Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2010-07-041-1/+3
|\ \
| * | of/dma: fix build breakage in ppc4xx adma driverDan Williams2010-07-021-1/+3
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2010-07-042-14/+48
|\ \ \
| * | | MAINTAINERS: Add an entry for i7core_edacMauro Carvalho Chehab2010-07-021-1/+8
| * | | i7core_edac: Avoid doing multiple probes for the same cardMauro Carvalho Chehab2010-07-021-5/+12
| * | | i7core_edac: Properly discover the first QPI deviceMauro Carvalho Chehab2010-07-021-8/+28
| | |/ | |/|
* | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2010-07-043-119/+134
|\ \ \ | |_|/ |/| |
| * | Merge branch 'setlocalversion-speedup' into kbuild/rc-fixesMichal Marek2010-07-023-119/+134
| |\ \
| | * | kbuild: Propagate LOCALVERSION= down to scripts/setlocalversionMichal Marek2010-06-301-3/+1
| | * | kbuild: Clean up and speed up the localversion logicMichal Marek2010-06-183-119/+136
* | | | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-07-025-13/+25
|\ \ \ \
| * | | | sched: Cure nr_iowait_cpu() usersPeter Zijlstra2010-07-014-13/+13
| * | | | init: Fix commentPeter Zijlstra2010-06-301-1/+1
| * | | | init, sched: Fix race between init and kthreaddPeter Zijlstra2010-06-281-0/+12
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2010-07-021-12/+12
|\ \ \ \ \
| * | | | | amd64_edac: Fix syndrome calculation on K8Borislav Petkov2010-07-021-12/+12
| | |_|_|/ | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-07-0112-64/+140
|\ \ \ \ \
| * | | | | drm/i915: fix page flip finish vs. prepare on plane BJesse Barnes2010-07-011-1/+1
| * | | | | drm/i915: change default panel fitting mode to preserve aspect ratioJesse Barnes2010-07-011-2/+2
| * | | | | drm/i915: fix uninitialized variable warning in i915_setup_compression()Prarit Bhargava2010-07-011-1/+1
| * | | | | drm/i915: take struct_mutex in i915_dma_cleanup()Dan Carpenter2010-07-011-0/+2
| * | | | | drm/i915: Fix CRT hotplug regression in 2.6.35-rc1Andy Lutomirski2010-07-013-8/+11
| * | | | | i915: fix ironlake edp panel setup (v4)Dave Airlie2010-07-011-3/+24
| * | | | | drm/i915: don't access FW_BLC_SELF on 965GJesse Barnes2010-07-012-4/+6
| * | | | | drm/i915: Account for space on the ring buffer consumed whilst wrapping.Chris Wilson2010-07-011-0/+1
| * | | | | drm/i915: gen3 page flipping fixesJesse Barnes2010-06-186-9/+46
| * | | | | drm/i915: don't queue flips during a flip pending eventJesse Barnes2010-06-181-0/+11
| * | | | | drm/i915: Fix incorrect intel_ring_begin size in BSD ringbuffer.Zou Nan hai2010-06-142-5/+6
| * | | | | drm/i915: Turn on 945 self-refresh only if single CRTC is activeLi Peng2010-06-141-5/+7
| * | | | | drm/i915/gen4: Fix interrupt setup orderingAdam Jackson2010-06-041-27/+23
| * | | | | drm/i915: Use RSEN instead of HTPLG for tfp410 monitor detection.Dave Müller2010-06-041-1/+1
| * | | | | drm/i915: Move non-phys cursors into the GTTChris Wilson2010-06-021-0/+9
| * | | | | Revert "drm/i915: Don't enable pipe/plane/VCO early (wait for DPMS on)."Carl Worth2010-06-021-0/+5
* | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-07-014-8/+38
|\ \ \ \ \ \
| * | | | | | ata_generic: implement ATA_GEN_* flags and force enable DMA on MBP 7,1Tejun Heo2010-07-011-7/+19
| * | | | | | ahci,ata_generic: let ata_generic handle new MBP w/ MCP89Tejun Heo2010-07-013-0/+17
| * | | | | | libahci: Fix bug in storing EM messagesHarry Zhang2010-07-011-2/+3
* | | | | | | correct console log level when ERST ACPI table is not foundDaniel J Blueman2010-07-011-1/+1
* | | | | | | drm/i915: fix hibernation since i915 self-reclaim fixesLinus Torvalds2010-07-011-1/+1
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds2010-07-011-0/+5
|\ \ \ \ \ \ \
| * | | | | | | watchdog: docs: add an entry for imx2_wdtFabio Estevam2010-07-011-0/+5
* | | | | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-0126-121/+257
|\ \ \ \ \ \ \ \
| * | | | | | | | drm/radeon/kms: remove rv100 bios connector quirkAlex Deucher2010-07-011-9/+0
OpenPOWER on IntegriCloud