summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-12-3013-44/+207
|\
| * Merge branch 'resume-sci-force-bootparam' into releaseLen Brown2009-12-304-13/+24
| |\
| | * ACPI: introduce kernel parameter acpi_sleep=sci_force_enableZhang Rui2009-12-304-13/+24
| * | Merge branch 'video-error-case' into releaseLen Brown2009-12-301-1/+3
| |\ \
| | * | ACPI video: correct error-handling codeZhang Rui2009-12-301-1/+3
| | |/
| * | Merge branch 'bugzilla-13671' into releaseLen Brown2009-12-301-0/+4
| |\ \
| | * | ACPI video: no warning message if "acpi_backlight=vendor" is usedZhang Rui2009-12-301-0/+4
| | |/
| * | Merge branch 'thinkpad' into releaseLen Brown2009-12-303-22/+123
| |\ \
| | * | thinkpad-acpi: improve Kconfig help textHenrique de Moraes Holschuh2009-12-261-0/+5
| | * | thinkpad-acpi: update volume subdriver documentationHenrique de Moraes Holschuh2009-12-261-8/+50
| | * | thinkpad-acpi: make volume subdriver optionalHenrique de Moraes Holschuh2009-12-262-0/+49
| | * | thinkpad-acpi: don't fail to load the entire module due to ALSA problemsHenrique de Moraes Holschuh2009-12-261-13/+18
| | * | thinkpad-acpi: don't take the first ALSA slot by defaultHenrique de Moraes Holschuh2009-12-261-1/+1
| | |/
| * | Merge branch 'wmi' into releaseLen Brown2009-12-304-14/+58
| |\ \
| | * | ACPI: WMI: Survive BIOS with duplicate GUIDsCarlos Corbacho2009-12-301-0/+30
| | * | dell-wmi - fix condition to abort driver loadingDmitry Torokhov2009-12-301-1/+1
| | * | wmi: check find_guid() return value to prevent oopsPaul Rolland2009-12-301-4/+2
| | * | dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return valueLen Brown2009-12-303-3/+18
| | * | ACPI: hp-wmi, msi-wmi: clarify that wmi_install_notify_handler() returns an a...Len Brown2009-12-302-2/+2
| | * | dell-wmi: sys_init_module: 'dell_wmi'->init suspiciously returned 21, it shouldLen Brown2009-12-301-4/+5
| | |/
| * | ACPI: fix ACPI=n allmodconfig buildIngo Molnar2009-12-301-2/+2
| |/
* | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-12-3012-159/+341
|\ \
| * \ Merge branch 'ioat' into fixesDan Williams2009-12-22802-6209/+13460
| |\ \
| | * | ioat2,3: put channel hardware in known state at initDan Williams2009-12-196-32/+114
| | * | async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams2009-12-171-0/+7
| | * | ioat3: fix p-disabled q-continuationDan Williams2009-12-171-2/+4
| * | | drivers/dma: Correct use after freeJulia Lawall2009-12-221-1/+1
| * | | drivers/dma: drop unnecesary memsetJulia Lawall2009-12-221-2/+0
| * | | sh: fix DMA driver's descriptor chaining and cookie assignmentGuennadi Liakhovetski2009-12-172-120/+213
| * | | dma: at_hdmac: correct incompatible type for argument 1 of 'spin_lock_bh'Nicolas Ferre2009-12-161-2/+2
* | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...Linus Torvalds2009-12-3015-94/+189
|\ \ \ \
| * | | | ext4: Patch up how we claim metadata blocks for quota purposesTheodore Ts'o2009-12-301-73/+84
| * | | | ext4: Ensure zeroout blocks have no dirty metadataAneesh Kumar K.V2009-12-291-0/+20
| * | | | ext4: return correct wbc.nr_to_write in ext4_da_writepagesRichard Kennedy2009-12-251-2/+1
| * | | | ext4: Update documentation to correct the inode_readahead_blks option nameFang Wenqi2009-12-241-1/+1
| * | | | jbd2: don't use __GFP_NOFAIL in journal_init_common()Andrew Morton2009-12-231-1/+1
| * | | | ext4: flush delalloc blocks when space is lowEric Sandeen2009-12-231-2/+9
| * | | | fs-writeback: Add helper function to start writeback if idleEric Sandeen2009-12-232-0/+18
| * | | | ext4: Eliminate potential double free on error pathJulia Lawall2009-12-231-0/+2
| * | | | ext4: fix unsigned long long printk warning in super.cAndrew Morton2009-12-231-2/+2
| * | | | ext4, jbd2: Add barriers for file systems with exernal journalsTheodore Ts'o2009-12-234-10/+41
| * | | | ext4: replace BUG() with return -EIO in ext4_ext_get_blocksSurbhi Palande2009-12-141-1/+7
| * | | | ext4: add module aliases for ext2 and ext3Theodore Ts'o2009-12-211-0/+2
| * | | | ext4: Don't ask about supporting ext2/3 in ext4 if ext4 is not configuredDavid Howells2009-12-211-0/+1
| * | | | ext4: remove unused #include <linux/version.h>Huang Weiyi2009-12-142-2/+0
| | |_|/ | |/| |
* | | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2009-12-301-2/+2
|\ \ \ \
| * | | | SLAB: Fix lockdep annotation breakagePekka Enberg2009-12-281-2/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-12-3021-38/+135
|\ \ \ \
| * | | | PCI/cardbus: Add a fixup hook and fix powerpcBenjamin Herrenschmidt2009-12-164-1/+22
| * | | | PCI: change PCI nomenclature in drivers/pci/ (non-comment changes)Stefan Assmann2009-12-164-6/+6
OpenPOWER on IntegriCloud