Age | Commit message (Expand) | Author | Files | Lines |
2007-02-12 | ACPI: delete extra #defines in /drivers/acpi/ drivers | Len Brown | 23 | -36/+13 |
2007-02-12 | ACPI: fix acpi_driver.name usage | Len Brown | 17 | -17/+17 |
2007-02-12 | ACPI: clean up ACPI_MODULE_NAME() use | Len Brown | 32 | -39/+39 |
2007-02-12 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 3 | -4/+33 |
2007-02-12 | [PATCH] mark struct file_operations const 9 | Arjan van de Ven | 2 | -2/+2 |
2007-02-12 | [PATCH] mark struct file_operations const 6 | Arjan van de Ven | 30 | -36/+36 |
2007-02-12 | [PATCH] mark struct file_operations const 5 | Arjan van de Ven | 45 | -89/+89 |
2007-02-12 | [PATCH] mark struct file_operations const 4 | Arjan van de Ven | 67 | -78/+78 |
2007-02-12 | [PATCH] mark struct file_operations const 3 | Arjan van de Ven | 56 | -81/+81 |
2007-02-12 | [PATCH] ps3: disable display flipping during mode changes | Geert Uytterhoeven | 1 | -1/+4 |
2007-02-12 | [PATCH] ps3: Virtual Frame Buffer Driver | Geert Uytterhoeven | 3 | -0/+1250 |
2007-02-12 | [PATCH] fb_videomode_to_var: reset virtual screen parameters | Geert Uytterhoeven | 1 | -2/+6 |
2007-02-12 | [PATCH] fbdev modedb: make more pointer parameters const | Geert Uytterhoeven | 8 | -34/+36 |
2007-02-12 | [PATCH] fbdev modedb: allow refresh rates for named video modes | Geert Uytterhoeven | 1 | -4/+2 |
2007-02-12 | [PATCH] ps3: AV Settings Driver | Geert Uytterhoeven | 3 | -0/+1992 |
2007-02-12 | [PATCH] ps3: add shutdown to virtual uart port driver framework | Geert Uytterhoeven | 2 | -0/+18 |
2007-02-12 | [PATCH] change nvidiafb_remove to __devexit | Prarit Bhargava | 1 | -2/+2 |
2007-02-12 | [PATCH] Video: fb, kzalloc changes | Jiri Slaby | 7 | -20/+9 |
2007-02-12 | [PATCH] Video: fb, add true ref_count atomicity | Jiri Slaby | 6 | -34/+60 |
2007-02-12 | [PATCH] remove the broken FB_S3TRIO driver | Adrian Bunk | 3 | -797/+0 |
2007-02-12 | [PATCH] matroxfb: Use kzalloc | Jean Delvare | 2 | -5/+2 |
2007-02-12 | [PATCH] drivers/video/sis: Convert to generic boolean | Richard Knutsson | 10 | -432/+420 |
2007-02-12 | [PATCH] pm3fb: kill pci_find_device usage | Alan | 1 | -18/+11 |
2007-02-12 | [PATCH] Correct apparent typo CONFIG_ATY_CT in ATY video | Robert P. J. Day | 1 | -1/+1 |
2007-02-12 | [PATCH] Recognize video=gx1fb:... option | Alexey Dobriyan | 1 | -1/+28 |
2007-02-12 | [PATCH] proper prototype for tosh_smm() | Adrian Bunk | 1 | -1/+0 |
2007-02-12 | [PATCH] cyber2010 framebuffer on ARM Netwinder fix | Woody Suwalski | 1 | -7/+12 |
2007-02-12 | [PATCH] remove bogus con_is_present() prototypes | Adrian Bunk | 2 | -3/+0 |
2007-02-12 | [PATCH] tgafb: Fix the PCI ID table | Maciej W. Rozycki | 1 | -2/+3 |
2007-02-12 | [PATCH] tgafb: sync-on-green support fixes | Maciej W. Rozycki | 1 | -3/+5 |
2007-02-12 | [PATCH] tgafb: module support fixes | Maciej W. Rozycki | 1 | -11/+7 |
2007-02-12 | [PATCH] tgafb: fix the mode register setting | Maciej W. Rozycki | 1 | -3/+3 |
2007-02-12 | [PATCH] tgafb: support the DirectColor visual | Maciej W. Rozycki | 1 | -35/+48 |
2007-02-12 | [PATCH] tgafb: fix copying overlapping areas | Maciej W. Rozycki | 1 | -2/+2 |
2007-02-12 | [PATCH] tgafb: switch to framebuffer_alloc() | Maciej W. Rozycki | 1 | -33/+28 |
2007-02-12 | [PATCH] remove broken video drivers | Adrian Bunk | 9 | -8147/+3 |
2007-02-12 | [PATCH] fbdev driver for S3 Trio/Virge | Ondrej Zajicek | 4 | -0/+1833 |
2007-02-12 | [PATCH] KVM: Host suspend/resume support | Avi Kivity | 1 | -1/+40 |
2007-02-12 | [PATCH] KVM: cpu hotplug support | Avi Kivity | 4 | -1/+77 |
2007-02-12 | [PATCH] KVM: VMX: add vcpu_clear() | Avi Kivity | 1 | -4/+11 |
2007-02-12 | [PATCH] KVM: Add a global list of all virtual machines | Avi Kivity | 2 | -1/+11 |
2007-02-12 | [PATCH] kvm: fix vcpu freeing bug | Ingo Molnar | 1 | -1/+3 |
2007-02-12 | [PATCH] kvm: VMX: Reload ds and es even in 64-bit mode | Avi Kivity | 1 | -2/+0 |
2007-02-12 | [PATCH] kvm: Two-way apic tpr synchronization | Dor Laor | 1 | -0/+3 |
2007-02-12 | [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intel | Avi Kivity | 1 | -1/+7 |
2007-02-12 | [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0 | Avi Kivity | 1 | -1/+1 |
2007-02-12 | [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to u... | Avi Kivity | 2 | -0/+7 |
2007-02-12 | [PATCH] kvm: Fix gva_to_gpa() | Avi Kivity | 1 | -21/+7 |
2007-02-12 | [PATCH] kvm: Fix asm constraint for lldt instruction | S.Caglar Onur | 1 | -1/+1 |
2007-02-12 | [PATCH] kvm: optimize inline assembly | Ingo Molnar | 1 | -6/+6 |