summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | kgdb: 1000 loops for the single step test in kgdbtsJason Wessel2008-05-051-2/+13
| * | | | kgdb: trivial sparse fixes in kgdb test-suiteHarvey Harrison2008-05-051-30/+30
| * | | | kgdb: minor documentation fixesgrzegorz.chwesewicz@chilan.com2008-05-051-3/+5
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2008-05-057-7/+22
|\ \ \ \
| * | | | [ALSA] soc - fix S3C2410 i2s programming errorDavide Rizzo2008-05-051-0/+2
| * | | | [ALSA] soc - fix s3c2410 PCM breakageDavide Rizzo2008-05-051-1/+1
| * | | | [ALSA] ac97 - Add a workaround for broken quirk for VT1617A codecTakashi Iwai2008-05-051-1/+8
| * | | | [ALSA] Revert migration to alc_set_pin_output() in alc861_auto_set_output_and...Jacek Luczak2008-05-051-1/+4
| * | | | [ALSA] fm801 - Fix kconfig dependency mess of fm801-tea575xTakashi Iwai2008-05-051-4/+1
| * | | | [ALSA] hda - Support IDT 92HD206 codecTakashi Iwai2008-05-051-0/+2
| * | | | [ALSA] pcsp: Fix build with CONFIG_PM=nJohann Felix Soden2008-05-051-0/+4
| |/ / /
* | | | Removal of FUTEX_FDEric Sesterhenn2008-05-051-170/+6
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-inttypesLinus Torvalds2008-05-042-2/+6
|\ \ \
| * | | fix asm-mips/types.h syntax errorAdrian Bunk2008-05-041-2/+0
| * | | fix asm-alpha/types.h breakageAdrian Bunk2008-05-041-0/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/x86...Linus Torvalds2008-05-0414-45/+34
|\ \ \ \
| * | | | x86: fix setup printk format warningRandy Dunlap2008-05-041-1/+1
| * | | | x86: olpc build fixThomas Gleixner2008-05-041-0/+1
| * | | | x86: video/fbdev.c: add MODULE_LICENSEAdrian Bunk2008-05-041-1/+1
| * | | | x86: fix up bootparam.h for userspace inclusionRusty Russell2008-05-041-4/+4
| * | | | x86: relocs ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov2008-05-041-1/+1
| * | | | x86: vdso ELF handling - use SELFMAG instead of numeric constantCyrill Gorcunov2008-05-041-1/+1
| * | | | x86: remove dell reboot dmi quirk board name matchBen2008-05-041-1/+0
| * | | | x86: es7000 build fixIngo Molnar2008-05-041-2/+5
| * | | | x86: make additional_cpus staticAdrian Bunk2008-05-041-1/+1
| * | | | x86: make start_secondary() staticAdrian Bunk2008-05-041-1/+1
| * | | | kbuild, suspend, x86: fix rebuild of wakeup.binSam Ravnborg2008-05-042-3/+4
| * | | | uml: fix gcc problemIngo Molnar2008-05-041-1/+4
| * | | | x86: undo visws/numaq build changesThomas Gleixner2008-05-042-28/+10
| |/ / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesLinus Torvalds2008-05-044-37/+31
|\ \ \ \
| * | | | kconfig-language.txt: remove bogus hintAdrian Bunk2008-05-041-24/+0
| * | | | kconfig: fix MAC OS X warnings in menuconfigSam Ravnborg2008-05-042-4/+5
| * | | | modpost: i2c aliases need no trailing wildcardJean Delvare2008-05-041-9/+26
| |/ / /
* | | | task_nommu: fix compile failing bug because of spilt file.hBryan Wu2008-05-041-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-05-041-6/+6
|\ \ \ \
| * | | | ide: IDE_HFLAG_SERIALIZE_DMA bugfixBartlomiej Zolnierkiewicz2008-05-041-6/+6
| |/ / /
* | | | Merge branch 'kvm-updates-2.6.26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-05-0415-79/+542
|\ \ \ \
| * | | | x86: KVM geust: make setup_secondary_clock definition dependent on local apicGlauber Costa2008-05-041-0/+4
| * | | | KVM: MMU: Allow more than PAGES_PER_HPAGE write protections per large pageAvi Kivity2008-05-041-1/+0
| * | | | KVM: avoid fx_init() schedule in atomicAndrea Arcangeli2008-05-042-2/+11
| * | | | KVM: Avoid spurious execeptions after setting registersJan Kiszka2008-05-041-0/+2
| * | | | KVM: PIT: support mode 4Marcelo Tosatti2008-05-041-0/+2
| * | | | KVM: x86 emulator: disable writeback on lmswAvi Kivity2008-05-041-0/+1
| * | | | KVM: ppc: deliver INTERRUPT_FP_UNAVAIL to the guestChristian Ehrhardt2008-05-041-0/+5
| * | | | KVM: ppc: Handle guest idle by emulating MSR[WE] writesHollis Blanchard2008-05-044-3/+24
| * | | | KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus2008-05-041-2/+2
| * | | | KVM: VMX: Enable EPT feature for KVMSheng Yang2008-05-044-10/+234
| * | | | KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang2008-05-044-3/+84
| * | | | KVM: Export necessary function for EPTSheng Yang2008-05-041-0/+1
| * | | | KVM: MMU: Remove #ifdef CONFIG_X86_64 to support 4 level EPTSheng Yang2008-05-041-4/+0
OpenPOWER on IntegriCloud