summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-02-041-0/+127
|\
| * [ARM] 4660/3: at91: allow selecting UART for early kernel messagesGuennadi Liakhovetski2008-02-041-0/+127
* | Merge branch 'slub-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2008-02-041-6/+9
|\ \
| * | Explain kmem_cache_cpu fieldsChristoph Lameter2008-02-041-5/+5
| * | SLUB: rename defrag to remote_node_defrag_ratioChristoph Lameter2008-02-041-1/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-02-049-96/+180
|\ \ \
| * | | virtio: balloon driverRusty Russell2008-02-041-0/+18
| * | | virtio: Use PCI revision field to indicate virtio PCI ABI versionAnthony Liguori2008-02-041-0/+2
| * | | virtio: PCI deviceAnthony Liguori2008-02-041-0/+55
| * | | virtio: reset functionRusty Russell2008-02-042-5/+4
| * | | virtio: Tweak virtio_net definesRusty Russell2008-02-041-8/+4
| * | | virtio: Net header needs hdr_lenRusty Russell2008-02-041-5/+6
| * | | virtio: remove unused id field from struct virtio_blk_outhdrRusty Russell2008-02-041-2/+0
| * | | virtio: clarify NO_NOTIFY flag usageRusty Russell2008-02-041-2/+6
| * | | virtio: Fix vring_init/vring_size to take unsigned longAnthony Liguori2008-02-041-2/+2
| * | | virtio: configuration change callbackRusty Russell2008-02-041-0/+3
| * | | virtio: explicit enable_cb/disable_cb rather than callback return.Rusty Russell2008-02-043-7/+8
| * | | virtio: simplify config mechanism.Rusty Russell2008-02-044-67/+73
| * | | virtio: Implement skb_partial_csum_set, for setting partial csums on untruste...Rusty Russell2008-02-041-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2008-02-0418-20/+19
|\ \ \
| * | | include/linux/: Spelling fixesJoe Perches2008-02-0310-11/+11
| * | | time: delete comments that refer to noexistent symbolsLi Zefan2008-02-031-1/+0
| * | | radix_tree.h trivial comment correctionTim Pepper2008-02-031-1/+1
| * | | Spelling fixes: lenght->lengthPaulius Zaleckas2008-02-034-4/+4
| * | | Fix a small number of "memeber" typoes.Robert P. J. Day2008-02-031-1/+1
| * | | linux/dma-mapping.h: rename macro to prevent multiple inclusionRobert P. J. Day2008-02-031-2/+2
| |/ /
* | | Merge branch 'locks' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2008-02-041-0/+1
|\ \ \
| * | | pid-namespaces-vs-locks-interactionVitaliy Gusev2008-02-031-0/+1
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuildLinus Torvalds2008-02-041-3/+0
|\ \ \
| * | | Remove __INIT_REFOK and __INITDATA_REFOKRalf Baechle2008-02-031-3/+0
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-02-043-3/+10
|\ \ \
| * \ \ Merge branch 'fixes' of master.kernel.org:/pub/scm/linux/kernel/git/linville/...David S. Miller2008-02-031-0/+6
| |\ \ \
| | * | | iwlwifi: Fix MIMO PS modeTomas Winkler2008-02-011-0/+6
| * | | | [DCCP]: Reorganize struct dccp_sock to save 8 bytesArnaldo Carvalho de Melo2008-02-031-1/+1
| * | | | PHYLIB: Locking fixes for PHY I/O potentially sleepingNate Case2008-02-031-2/+3
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2008-02-041-0/+6
|\ \ \ \
| * | | | PM: Export device_pm_schedule_removalRafael J. Wysocki2008-02-021-0/+6
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-043-57/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | Revert "PCI: PCIE ASPM support"Greg Kroah-Hartman2008-02-023-57/+0
| |/ /
* | | ide: move check_dma_crc() to ide-dma.cBartlomiej Zolnierkiewicz2008-02-021-0/+2
* | | ide: remove ide_ata66_check()Bartlomiej Zolnierkiewicz2008-02-021-1/+0
* | | ide: remove set_transfer()Bartlomiej Zolnierkiewicz2008-02-021-1/+0
* | | ide: remove SATA_*_REG macrosBartlomiej Zolnierkiewicz2008-02-021-6/+0
* | | ide: remove ->nice0 and ->nice2 fields from ide_drive_tBartlomiej Zolnierkiewicz2008-02-022-3/+3
* | | ide: convert ->straight8 field in ide_hwif_t to bit flagBartlomiej Zolnierkiewicz2008-02-021-1/+1
* | | ide: remove unused ->auto_poll field from ide_hwif_tBartlomiej Zolnierkiewicz2008-02-021-1/+0
* | | ide: move create_proc_ide_drives() call to ide_device_add_all()Bartlomiej Zolnierkiewicz2008-02-021-0/+2
* | | ide: factor out devices setup from ide_acpi_init()Bartlomiej Zolnierkiewicz2008-02-021-0/+2
* | | ide: add ->port_init_devs method to ide_hwif_tBartlomiej Zolnierkiewicz2008-02-021-0/+2
* | | ide: add IDE_HFLAG_NO_{IO32_BIT,UNMASK_IRQS} host flagsBartlomiej Zolnierkiewicz2008-02-021-5/+8
OpenPOWER on IntegriCloud