summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'topic/slab/earlyboot' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-1116-130/+145
|\
| * vgacon: use slab allocator instead of the bootmem allocatorPekka Enberg2009-06-111-3/+2
| * irq: use kcalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-1/+1
| * sched: use slab in cpupri_init()Pekka Enberg2009-06-112-4/+6
| * sched: use alloc_cpumask_var() instead of alloc_bootmem_cpumask_var()Pekka Enberg2009-06-111-4/+4
| * memcg: don't use bootmem allocator in setup codeYinghai Lu2009-06-111-4/+8
| * irq/cpumask: make memoryless node zero happyYinghai Lu2009-06-112-6/+9
| * x86: remove some alloc_bootmem_cpumask_var callingYinghai Lu2009-06-115-29/+12
| * vt: use kzalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-6/+2
| * sched: use kzalloc() instead of the bootmem allocatorPekka Enberg2009-06-111-12/+8
| * init: introduce mm_init()Pekka Enberg2009-06-111-6/+11
| * vmalloc: use kzalloc() instead of alloc_bootmem()Pekka Enberg2009-06-112-3/+2
| * slab: setup allocators earlier in the boot sequencePekka Enberg2009-06-113-61/+77
| * bootmem: fix slab fallback on numaPekka Enberg2009-06-111-0/+9
| * bootmem: use slab if bootmem is no longer availablePekka Enberg2009-06-111-0/+3
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha...Linus Torvalds2009-06-112-1/+4
|\ \
| * | jfs: Add missing mutex_unlock call to error pathDave Kleikamp2009-05-231-0/+1
| * | missing unlock in jfs_quota_write()Dan Carpenter2009-04-071-1/+3
* | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-111-5/+4
|\ \ \
| * | | x86: memtest: use pointers of equal type for comparisonThomas Gleixner2009-06-111-5/+4
| | |/ | |/|
* | | slow_work_thread() should do the exclusive waitOleg Nesterov2009-06-111-2/+2
* | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2009-06-118-93/+181
|\ \ \
| * | | [libata] ata_piix: Enable parallel scanArjan van de Ven2009-06-101-0/+1
| * | | sata_nv: use hardreset only for post-boot probingTejun Heo2009-06-101-50/+81
| * | | [libata] ahci: Restore SB600 SATA controller 64 bit DMAShane Huang2009-06-102-2/+51
| * | | ata_piix: Remove stale commentAlan Cox2009-06-101-4/+2
| * | | ata_piix: Turn on hotplugging support for older chipsAlan Cox2009-06-101-2/+2
| * | | ahci: misc cleanups for EM stuffTejun Heo2009-06-101-8/+10
| * | | [libata] get rid of ATA_MAX_QUEUE loop in ata_qc_complete_multiple() v2Jens Axboe2009-06-101-6/+5
| * | | sata_sil: enable 32-bit PIORobert Hancock2009-06-101-1/+1
| * | | sata_sx4: speed up ECC initializationAlexander Beregalov2009-06-101-4/+7
| * | | libata-sff: avoid byte swapping in ata_sff_data_xfer()Sergei Shtylyov2009-06-101-7/+13
| * | | [libata] ahci: use less error-prone array initializersJeff Garzik2009-06-101-9/+8
* | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-11158-2760/+3790
|\ \ \ \
| * | | | block: add request clone interface (v2)Kiyoshi Ueda2009-06-112-0/+105
| * | | | floppy: fix hibernationOndrej Zary2009-06-101-1/+26
| * | | | ramdisk: remove long-deprecated "ramdisk=" boot-time parameterRobert P. J. Day2009-06-101-6/+1
| * | | | fs/bio.c: add missing __user annotationMichal Simek2009-06-101-1/+1
| * | | | block: prevent possible io_context->refcount overflowNikanth Karthikesan2009-06-103-10/+10
| * | | | Add serial number support for virtio_blk, V4ajohn cooper2009-06-092-3/+38
| * | | | block: Add missing bounce_pfn stacking and fix commentsMartin K. Petersen2009-06-091-2/+3
| * | | | Revert "block: Fix bounce limit setting in DM"Jens Axboe2009-06-093-19/+1
| * | | | cciss: decode unit attention in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-7/+16
| * | | | cciss: Remove no longer needed sendcmd reject processing codescameron@beardog.cca.cpqcorp.net2009-06-092-104/+3
| * | | | cciss: change SCSI error handling routines to work with interrupts enabled.scameron@beardog.cca.cpqcorp.net2009-06-092-15/+12
| * | | | cciss: separate error processing and command retrying code in sendcmd_withirq...scameron@beardog.cca.cpqcorp.net2009-06-092-32/+46
| * | | | cciss: factor out fix target status processing code from sendcmd functionsscameron@beardog.cca.cpqcorp.net2009-06-091-22/+34
| * | | | cciss: simplify interface of sendcmd() and sendcmd_withirq()scameron@beardog.cca.cpqcorp.net2009-06-093-84/+59
| * | | | cciss: factor out core of sendcmd_withirq() for use by SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-87/+96
| * | | | cciss: Use schedule_timeout_uninterruptible in SCSI error handling codescameron@beardog.cca.cpqcorp.net2009-06-091-1/+1
OpenPOWER on IntegriCloud