summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into queueMarcelo Tosatti2012-04-19431-3055/+4025
|\
| * Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-04-1916-24/+56
| |\
| | * nouveau: Set special lane map for the right chipsetHenrik Rydberg2012-04-191-1/+1
| | * drm/radeon: fix load detect on rn50 with hardcoded EDIDs.Dave Airlie2012-04-191-1/+1
| | * drm: Releasing FBs before releasing GEM objects during drm_releasePrathyush2012-04-191-3/+3
| | * drm/nouveau/pm: don't read/write beyond end of stack bufferJim Meyering2012-04-191-0/+1
| | * drivers: gpu: drm: gma500: mdfld_dsi_output.h: Remove not unneeded include of...Marcos Paulo de Souza2012-04-191-1/+0
| | * radeon: fix r600/agp when vram is after AGP (v3)Jerome Glisse2012-04-192-4/+4
| | * drm: fix page_flip error handlingJoonyoung Shim2012-04-191-4/+6
| | * Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-04-195-5/+26
| | |\
| | | * drm/i915: Do not set "Enable Panel Fitter" on SNB pageflipsChris Wilson2012-04-181-1/+7
| | | * drm/i915: Hold mode_config lock whilst changing mode for lastclose()Chris Wilson2012-04-161-0/+4
| | | * drm/i915: don't clobber the special upscaling lvds timingsDaniel Vetter2012-04-164-4/+15
| | * | drm/radeon/kms: fix the regression of DVI connector checkTakashi Iwai2012-04-191-1/+1
| | * | drm/usb: fix module license on drm/usb layer.Dave Airlie2012-04-191-1/+5
| | * | drm/radeon/si: add missing radeon_bo_unreserve in si_rlc_init() v2Alex Deucher2012-04-161-3/+2
| | * | drm/radeon: disable MSI on RV515Dave Airlie2012-04-161-0/+6
| | |/
| * | Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2012-04-195-21/+43
| |\ \
| | * | KVM: lock slots_lock around device assignmentAlex Williamson2012-04-191-8/+15
| | * | KVM: VMX: Fix kvm_set_shared_msr() called in preemptible contextAvi Kivity2012-04-181-1/+4
| | * | KVM: unmap pages from the iommu when slots are removedAlex Williamson2012-04-113-3/+15
| | * | KVM: PMU emulation: GLOBAL_CTRL MSR should be enabled on resetGleb Natapov2012-04-101-9/+9
| * | | memcg: fix Bad page state after replace_page_cacheHugh Dickins2012-04-181-0/+1
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-04-181-0/+1
| |\ \ \
| | * | | security: fix compile error in commoncap.cJonghwan Choi2012-04-191-0/+1
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2012-04-184-28/+129
| |\ \ \ \
| | * | | | fuse: use flexible array in fuse.hMiklos Szeredi2012-04-121-1/+1
| | * | | | fuse: allow nanosecond granularityMiklos Szeredi2012-04-111-0/+1
| | * | | | fuse: O_DIRECT support for filesAnand Avati2012-03-052-20/+112
| | * | | | fuse: fix nlink after unlinkMiklos Szeredi2012-03-051-7/+15
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2012-04-1813-74/+125
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | [S390] Fix compile error in swab.hMartin Schwidefsky2012-04-111-1/+1
| | * | | | [S390] Fix stfle() lowcore protection problemMichael Holzheu2012-04-112-3/+2
| | * | | | [S390] cpum_cf: get rid of compile warningsHeiko Carstens2012-04-111-2/+2
| | * | | | [S390] irq: simple coding style changeHeiko Carstens2012-04-111-3/+6
| | * | | | [S390] update default configurationMichael Holzheu2012-04-111-19/+18
| | * | | | [S390] fix tlb flushing for page table pagesMartin Schwidefsky2012-04-114-28/+61
| | * | | | [S390] kernel: Use local_irq_save() for memcpy_real()Michael Holzheu2012-04-111-9/+18
| | * | | | [S390] s390/char/vmur.c: fix memory leakDennis Chen2012-04-111-1/+1
| | * | | | [S390] drivers/s390/block/dasd_eckd.c: add missing dasd_sfree_requestJulia Lawall2012-04-111-8/+16
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-04-184-27/+41
| |\ \ \ \ \
| | * | | | | fcaps: clear the same personality flags as suid when fcaps are usedEric Paris2012-04-181-0/+5
| | * | | | | mpi: Avoid using freed pointer in mpi_lshift_limbs()Jesper Juhl2012-04-181-2/+3
| | * | | | | Smack: move label list initializationCasey Schaufler2012-04-182-25/+33
| * | | | | | xz: Enable BCJ filters on SPARC and 32-bit x86Lasse Collin2012-04-181-2/+2
| * | | | | | Merge tag 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2012-04-186-6/+10
| |\ \ \ \ \ \
| | * | | | | | libata: forbid port runtime pm by default, fixing regressionLin Ming2012-04-181-0/+1
| | * | | | | | libata: make ata_print_id atomicDan Williams2012-04-123-5/+5
| | * | | | | | sata_mv: silence an uninitialized variable warningDan Carpenter2012-04-121-1/+2
| | * | | | | | ata_piix: IDE-mode SATA patch for Intel DH89xxCC DeviceIDsSeth Heasley2012-04-121-0/+2
OpenPOWER on IntegriCloud