Age | Commit message (Expand) | Author | Files | Lines |
2007-10-13 | ide-pmac: remove pmac_ide_{m,u}dma_enable() (take 2) | Bartlomiej Zolnierkiewicz | 1 | -98/+4 |
2007-10-13 | ide-pmac: remove control register messing from pmac_ide_dma_check() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-13 | ide-pmac: fix set_timings_mdma() | Bartlomiej Zolnierkiewicz | 1 | -28/+12 |
2007-10-13 | ide-pmac: pmac_ide_tune_chipset() fixes | Bartlomiej Zolnierkiewicz | 1 | -11/+16 |
2007-10-13 | ide-pmac: don't check kauai_lookup_timing() return value | Bartlomiej Zolnierkiewicz | 1 | -12/+1 |
2007-10-13 | ide: unexport ide_acpi_set_state | Adrian Bunk | 1 | -1/+0 |
2007-10-13 | ide_platform: set hwif->chipset | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2007-10-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 4422 | -98387/+314955 |
2007-10-13 | Merge Linux 2.6.23 | David Woodhouse | 1054 | -21076/+60736 |
2007-10-13 | [MTD] [NAND] Blackfin on-chip NAND Flash Controller driver | Bryan Wu | 5 | -0/+856 |
2007-10-13 | [MTD] [NOR] fix ctrl-alt-del can't reboot for intel flash bug | Kevin Hao | 2 | -3/+7 |
2007-10-13 | [MTD] [NAND] Fix compiler warning in Alauda driver | akpm@linux-foundation.org | 1 | -1/+1 |
2007-10-13 | [JFFS2] Remove stray debugging printk | David Woodhouse | 1 | -3/+1 |
2007-10-13 | [JFFS2] Handle dirents on the flash with embedded zero bytes in names. | David Woodhouse | 3 | -9/+35 |
2007-10-13 | [JFFS2] Check for creation of dirents with embedded zero bytes in name. | David Woodhouse | 1 | -1/+12 |
2007-10-13 | [JFFS2] Don't count all 'very dirty' blocks except in debug mode | David Woodhouse | 1 | -1/+3 |
2007-10-13 | [JFFS2] Check whether garbage-collection actually obsoleted its victim. | David Woodhouse | 1 | -2/+12 |
2007-10-13 | [JFFS2] Relax threshold for triggering GC due to dirty blocks. | David Woodhouse | 1 | -1/+1 |
2007-10-13 | [MTD] [OneNAND] Fix typo related with recent commit | Kyungmin Park | 1 | -1/+1 |
2007-10-13 | KVM: Replace enum by #define | Avi Kivity | 1 | -19/+15 |
2007-10-13 | KVM: Skip pio instruction when it is emulated, not executed | Avi Kivity | 1 | -2/+5 |
2007-10-13 | KVM: x86 emulator: popf | Nitin A Kamble | 1 | -1/+4 |
2007-10-13 | KVM: x86 emulator: fix src, dst value initialization | Nitin A Kamble | 1 | -0/+2 |
2007-10-13 | KVM: x86 emulator: jmp abs | Nitin A Kamble | 1 | -0/+6 |
2007-10-13 | KVM: x86 emulator: lea | Nitin A Kamble | 1 | -1/+4 |
2007-10-13 | KVM: X86 emulator: jump conditional short | Nitin A Kamble | 1 | -2/+13 |
2007-10-13 | KVM: x86 emulator: imlpement jump conditional relative | Nitin A Kamble | 1 | -1/+60 |
2007-10-13 | KVM: x86 emulator: sort opcodes into ascending order | Nitin A Kamble | 1 | -50/+49 |
2007-10-13 | KVM: Improve emulation failure reporting | Avi Kivity | 4 | -10/+11 |
2007-10-13 | KVM: x86 emulator: pushf | Nitin A Kamble | 1 | -2/+9 |
2007-10-13 | KVM: x86 emulator: call near | Nitin A Kamble | 1 | -1/+21 |
2007-10-13 | KVM: x86 emulator: push imm8 | Nitin A Kamble | 1 | -3/+14 |
2007-10-13 | KVM: VMX: Fix exit qualification width on i386 | He, Qing | 1 | -6/+6 |
2007-10-13 | KVM: Move main vcpu loop into subarch independent code | Avi Kivity | 4 | -217/+187 |
2007-10-13 | KVM: VMX: Move vm entry failure handling to the exit handler | Avi Kivity | 1 | -9/+10 |
2007-10-13 | KVM: MMU: Don't do GFP_NOWAIT allocations | Avi Kivity | 1 | -24/+10 |
2007-10-13 | KVM: Rename kvm_arch_ops to kvm_x86_ops | Christian Ehrhardt | 7 | -96/+96 |
2007-10-13 | KVM: Simplify memory allocation | Laurent Vivier | 2 | -37/+3 |
2007-10-13 | KVM: Hoist SVM's get_cs_db_l_bits into core code. | Rusty Russell | 3 | -9/+12 |
2007-10-13 | KVM: Keep control regs in sync | Rusty Russell | 1 | -4/+4 |
2007-10-13 | KVM: Clean up unloved invlpg emulation | Rusty Russell | 3 | -17/+3 |
2007-10-13 | KVM: Remove the unused invlpg member of struct kvm_arch_ops. | Rusty Russell | 2 | -7/+0 |
2007-10-13 | KVM: Set the ET flag in CR0 after initializing FX | Amit Shah | 1 | -0/+1 |
2007-10-13 | KVM: enable in-kernel APIC INIT/SIPI handling | He, Qing | 5 | -16/+85 |
2007-10-13 | KVM: round robin for APIC lowest priority delivery mode | He, Qing | 2 | -5/+29 |
2007-10-13 | KVM: deliver PIC interrupt only to vcpu0 | Qing He | 3 | -5/+28 |
2007-10-13 | KVM: disable tpr/cr8 sync when in-kernel APIC is used | He, Qing | 1 | -1/+2 |
2007-10-13 | KVM: Migrate lapic hrtimer when vcpu moves to another cpu | Eddie Dong | 4 | -1/+19 |
2007-10-13 | KVM: Keep track of missed timer irq injections | Eddie Dong | 6 | -25/+69 |
2007-10-13 | KVM: VMX: Use shadow TPR/cr8 for 64-bits guests | Yang, Sheng | 4 | -4/+81 |