summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2010-02-0714-178/+123Star
|\
| * Take ima_file_free() to proper place.Al Viro2010-02-072-2/+1Star
| * ima: rename PATH_CHECK to FILE_CHECKMimi Zohar2010-02-075-14/+17
| * ima: rename ima_path_check to ima_file_checkMimi Zohar2010-02-074-8/+8
| * ima: initialize ima before inodes can be allocatedEric Paris2010-02-074-9/+4Star
| * fix ima breakageMimi Zohar2010-02-074-152/+97Star
| * Take ima_path_check() in nfsd past dentry_open() in nfsd_open()Al Viro2010-02-071-1/+2
| * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sbJun'ichi Nomura2010-02-071-3/+4
| * befs: fix leakAl Viro2010-02-071-0/+1
* | Fix race in tty_fasync() properlyLinus Torvalds2010-02-072-5/+5
|/
* Linux 2.6.33-rc7Linus Torvalds2010-02-061-1/+1
* Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2010-02-063-27/+26Star
|\
| * hwmon: (w83781d) Request I/O ports individually for probingJean Delvare2010-02-051-13/+13
| * hwmon: (lm78) Request I/O ports individually for probingJean Delvare2010-02-051-13/+12Star
| * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNTRay Copeland2010-02-051-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds2010-02-067-19/+91
|\ \
| * | drm/i915: Fix leak of relocs along do_execbuffer error pathChris Wilson2010-02-041-2/+5
| * | drm/i915: slow acpi_lid_open() causes flickering - V2Thomas Meyer2010-02-041-1/+8
| * | drm/i915: Disable SR when more than one pipe is enabledDavid John2010-02-041-0/+12
| * | drm/i915: page flip support for IronlakeJesse Barnes2010-01-301-3/+14
| * | drm/i915: Fix the incorrect DMI string for Samsung SX20S laptopZhao Yakui2010-01-301-1/+1
| * | drm/i915: Add support for SDVO composite TVZhao Yakui2010-01-291-0/+8
| * | drm/i915: don't trigger ironlake vblank interrupt at irq installLi Peng2010-01-291-3/+2Star
| * | drm/i915: handle non-flip pending case when unpinning the scanout bufferJesse Barnes2010-01-261-2/+18
| * | drm/i915: Fix the device info of PineviewLi Peng2010-01-251-1/+1
| * | drm/i915: enable vblank interrupt on ironlakeLi Peng2010-01-252-11/+20
| * | drm/i915: Prevent use of uninitialized pointers along error path.Chris Wilson2010-01-251-0/+4
| * | drm/i915: disable hotplug detect before Ironlake CRT detectZhenyu Wang2010-01-251-0/+3
* | | Fix potential crash with sys_move_pagesLinus Torvalds2010-02-061-0/+3
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-02-056-44/+51
|\ \ \
| * \ \ Merge remote branch 'alsa/fixes' into for-linusTakashi Iwai2010-02-054-41/+32Star
| |\ \ \
| | * | | ALSA: ice1724 - aureon - fix wm8770 volume offsetJaroslav Kysela2010-02-051-5/+7
| | * | | ALSA: ctxfi - fix PTP address initializationJaroslav Kysela2010-02-043-36/+25Star
| * | | | Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-02-051-0/+1
| |\ \ \ \
| | * | | | ASoC: pandora: Add APLL supply to fix audio outputGrazvydas Ignotas2010-02-051-0/+1
| * | | | | Merge branch 'fix/hda' into for-linusTakashi Iwai2010-02-051-3/+18
| |\ \ \ \ \
| | * | | | | ALSA: cosmetic: make hda intel interrupt name consistent with othersMaxim Levitsky2010-02-051-1/+1
| | * | | | | ALSA: hda - Delay switching to polling mode if an interrupt was missingMaxim Levitsky2010-02-051-2/+17
* | | | | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2010-02-054-3/+21
|\ \ \ \ \ \ \
| * | | | | | | [libata] Call flush_dcache_page after PIO data transfers in libata-sff.cCatalin Marinas2010-02-041-0/+3
| * | | | | | | ahci: add Acer G725 to broken suspend listTejun Heo2010-02-041-0/+15
| * | | | | | | libata: fix ata_id_logical_per_physical_sectorsChristoph Hellwig2010-02-041-2/+2
| * | | | | | | libata-scsi passthru: fix bug which truncated LBA48 return valuesDouglas Gilbert2010-02-041-1/+1
* | | | | | | | CS5536: apply pci quirk for BIOS SMBUS bugAndres Salomon2010-02-051-0/+17
* | | | | | | | percpu: add __percpu for sparseStephen Rothwell2010-02-051-0/+2
* | | | | | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-02-0517-61/+114
|\ \ \ \ \ \ \ \
| * | | | | | | | drm/radeon/kms: fix r300 vram width calculationsDave Airlie2010-02-051-4/+7
| * | | | | | | | drm/radeon/kms: rs400/480 MC setup is different than r300.Dave Airlie2010-02-051-5/+21
| * | | | | | | | drm/radeon/kms: make initial state of load detect property correct.Dave Airlie2010-02-051-1/+1
| * | | | | | | | drm/radeon/kms: disable HDMI audio for now on rv710/rv730Dave Airlie2010-02-051-1/+1