summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2007-10-23[AVR32] Implement more at32_add_device_foo() functionsHaavard Skinnemoen
2007-10-23[AVR32] Fix a couple of sparse warningsHaavard Skinnemoen
2007-10-23[AVR32] Wire up AT73C213 sound driver on ATSTK1000 boardHans-Christian Egtvedt
2007-10-23[AVR32] Platform code for pata_at32Kristoffer Nyborg Gregertsen
2007-10-23intel-iommu: fix sg_page()FUJITA Tomonori
2007-10-23parisc: fix sg_page() falloutFUJITA Tomonori
2007-10-23ide: build fixFUJITA Tomonori
2007-10-23net: fix xfrm build - missing scatterlist.h includeHeiko Carstens
2007-10-23[BLOCK] blk_rq_map_sg: force clear termination bitJens Axboe
2007-10-23[BLOCK] Don't clear sg_dma_len/addr() in blk_rq_map_sg()Jens Axboe
2007-10-23s390 zfcp: sg fixupsJens Axboe
2007-10-23powerpc: Fix fallout from sg_page() changesOlof Johansson
2007-10-23IB/ehca: Fix sg_page() falloutOlof Johansson
2007-10-23arm: build fixFUJITA Tomonori
2007-10-23[ALSA] version 1.0.15Jaroslav Kysela
2007-10-23[ALSA] hda-codec - Fix possible array overflowTakashi Iwai
2007-10-23[ALSA] sound/core/control.c: hard-irq-safe -> hard-irq-unsafe lock warningBorislav Petkov
2007-10-23[ALSA] usb-audio: Another USB mic quirk for Logitech Communicator webcamDawid Wrobel
2007-10-23[ALSA] hda-codec - Fix build without CONFIG_SND_HDA_GENERICTakashi Iwai
2007-10-23[ALSA] hda-codec - Fix Conexant 5045 volumesTakashi Iwai
2007-10-23[ALSA] hda-codec - Fix conflict of Master volume in STAC92xx codecTakashi Iwai
2007-10-23[ALSA] snd-bt87x: Make the load_all option work correctlyTrent Piepho
2007-10-23[ALSA] protect Dreamcast PCM driver (AICA) from G2 bus effectsAdrian McMenamin
2007-10-23[ALSA] bt87x - Fix section mismatchTakashi Iwai
2007-10-23[ALSA] hda-codec - Fix AD1986A Lenovo auto-muteTakashi Iwai
2007-10-23[ALSA] This simplifies and fixes waiting loops of the mce_down()Krzysztof Helt
2007-10-23Use "struct boot_params" in example launcherRusty Russell
2007-10-23Loading bzImage directly.Rusty Russell
2007-10-23Revert lguest magic and use hook in head.SRusty Russell
2007-10-23Update lguest documentation to reflect the new virtual block device name.Chris Malley
2007-10-23generalize lgread_u32/lgwrite_u32.Rusty Russell
2007-10-23Example launcher handle guests not being ready for inputRusty Russell
2007-10-23Update example launcher for virtioRusty Russell
2007-10-23Lguest support for VirtioRusty Russell
2007-10-23Remove old lguest I/O infrrasructure.Rusty Russell
2007-10-23Remove old lguest bus and drivers.Rusty Russell
2007-10-23Virtio helper routines for a descriptor ringbuffer implementationRusty Russell
2007-10-23Module autoprobing support for virtio drivers.Rusty Russell
2007-10-23Virtio console driverRusty Russell
2007-10-23Block driver using virtio.Rusty Russell
2007-10-23Net driver using virtioRusty Russell
2007-10-23Virtio interfaceRusty Russell
2007-10-23Boot with virtual == physical to get closer to native Linux.Rusty Russell
2007-10-23Allow guest to specify syscall vector to use.Rusty Russell
2007-10-23Rename "cr3" to "gpgdir" to avoid x86-specific naming.Rusty Russell
2007-10-23Pagetables to use normal kernel typesMatias Zabaljauregui
2007-10-23lguest.h declares a struct timespec, make it include linux/time.hJes Sorensen
2007-10-23Move register setup into i386_core.cJes Sorensen
2007-10-23Change example launcher to use unsigned long not u32Jes Sorensen
2007-10-23Make hypercalls arch-independent.Jes Sorensen