summaryrefslogtreecommitdiffstats
path: root/Documentation
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge branch 'topic/sc6000' into for-linusTakashi Iwai2009-06-101-1/+3
| |\ \ \ \ \ \ \ \
| | * | | | | | | | ALSA: sc6000: enable joystick portKrzysztof Helt2009-05-041-1/+3
| * | | | | | | | | Merge branch 'topic/oxygen' into for-linusTakashi Iwai2009-06-101-1/+2
| |\ \ \ \ \ \ \ \ \
| | * | | | | | | | | sound: virtuoso: add Xonar Essence ST supportClemens Ladisch2009-05-251-1/+2
| * | | | | | | | | | Merge branch 'topic/maya44' into for-linusTakashi Iwai2009-06-102-1/+165
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | ALSA: ice1724 - Add ESI Maya44 supportTakashi Iwai2009-05-062-1/+165
| * | | | | | | | | | | Merge branch 'topic/lx6464es' into for-linusTakashi Iwai2009-06-101-0/+7
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ALSA: Add missing description of lx6464es to ALSA-Configuration.txtTakashi Iwai2009-04-141-0/+7
| | | |_|/ / / / / / / / | | |/| | | | | | | | |
| * | | | | | | | | | | Merge branch 'topic/hda' into for-linusTakashi Iwai2009-06-101-3/+15
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | ALSA: hda - Add 7.1 support for MSI GX620David Heidelberger2009-06-081-1/+2
| | * | | | | | | | | | | ALSA: support Sony Vaio TTGuido Günther2009-06-051-0/+1
| | * | | | | | | | | | | ALSA: hda - Acer Aspire 8930G supportHector Martin2009-06-021-0/+1
| | * | | | | | | | | | | Merge branch 'fix/hda' into topic/hdaTakashi Iwai2009-05-261-0/+1
| | |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | ALSA: hda - Improved MacBook 3,1 supportTorben Schulz2009-05-181-0/+1
| | * | | | | | | | | | | | ALSA: hda - Add support of Samsung NC10 mini notebookChris Pockelé2009-05-121-0/+1
| | * | | | | | | | | | | | ALSA: hda - Add missing models for Realtek codecsTakashi Iwai2009-05-111-2/+8
| | * | | | | | | | | | | | ALSA: hda - Addition for HP dv4-1222nr laptop supportJames Gardiner2009-05-041-0/+1
| * | | | | | | | | | | | | Merge branch 'topic/ctxfi' into for-linusTakashi Iwai2009-06-101-0/+19
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ALSA: SB X-Fi driver mergeWai Yew CHAY2009-05-141-0/+19
| * | | | | | | | | | | | | | Merge branch 'topic/asoc' into for-linusTakashi Iwai2009-06-101-0/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | Merge branch 'topic/drvdata-fix' into topic/asocTakashi Iwai2009-05-1210-22/+471
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Merge branch 'fix/asoc' into topic/asocTakashi Iwai2009-05-0440-3577/+1357
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | ASoC: Add power supply widget to DAPMMark Brown2009-04-221-0/+1
| | | |_|_|_|/ / / / / / / / / | | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds2009-06-123-637/+375
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | lguest: add support for indirect ring entriesMark McLoughlin2009-06-121-12/+29
| * | | | | | | | | | | | | | | lguest: suppress notifications in example LauncherRusty Russell2009-06-121-0/+15
| * | | | | | | | | | | | | | | lguest: try to batch interrupts on network receiveRusty Russell2009-06-121-1/+16
| * | | | | | | | | | | | | | | lguest: avoid sending interrupts to Guest when no activity occurs.Rusty Russell2009-06-121-0/+9
| * | | | | | | | | | | | | | | lguest: implement deferred interrupts in example LauncherRusty Russell2009-06-121-19/+22
| * | | | | | | | | | | | | | | lguest: have example Launcher service all devices in separate threadsRusty Russell2009-06-121-574/+259
| * | | | | | | | | | | | | | | lguest: PAE supportMatias Zabaljauregui2009-06-121-1/+0
| * | | | | | | | | | | | | | | lguest: fix writev returning short on console outputRusty Russell2009-06-121-1/+6
| * | | | | | | | | | | | | | | lguest: clean up length-used value in example launcherRusty Russell2009-06-121-7/+4
| * | | | | | | | | | | | | | | lguest: clean up example launcher compile flags.Rusty Russell2009-06-121-2/+1
| * | | | | | | | | | | | | | | lguest: remove invalid interrupt forcing logic.Rusty Russell2009-06-121-7/+1
| * | | | | | | | | | | | | | | lguest: get more serious about wmb() in example Launcher codeRusty Russell2009-06-121-3/+4
| * | | | | | | | | | | | | | | lguest: cleanup passing of /dev/lguest fd around example launcher.Rusty Russell2009-06-121-55/+47
| * | | | | | | | | | | | | | | lguest: be paranoid about guest playing with device descriptors.Rusty Russell2009-06-121-10/+17
| | |_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Linus Torvalds2009-06-122-5/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ide: preserve Host Protected Area by default (v2)Bartlomiej Zolnierkiewicz2009-06-072-5/+4
* | | | | | | | | | | | | | | Merge branch 'for-linus' of git://linux-arm.org/linux-2.6Linus Torvalds2009-06-112-0/+146
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | kmemleak: Add documentation on the memory leak detectorCatalin Marinas2009-06-112-0/+146
* | | | | | | | | | | | | | | | Merge branch 'for-2.6.31' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2009-06-113-1/+93
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | Removed reference to non-existing file Documentation/PCI/PCI-DMA-mapping.txtvibi sreenivasan2009-06-021-1/+1
| * | | | | | | | | | | | | | | | cciss: add cciss driver sysfs entriesAndrew Patterson2009-06-021-0/+33
| * | | | | | | | | | | | | | | | block: Export I/O topology for block devices and partitionsMartin K. Petersen2009-05-221-0/+59
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmwLinus Torvalds2009-06-112-9/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | GFS2: Update docsSteven Whitehouse2009-05-192-9/+12
* | | | | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2009-06-113-2/+35
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | Merge branch 'next' into for-linusJames Morris2009-06-113-2/+35
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
OpenPOWER on IntegriCloud