summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] mark struct file_operations const 6Arjan van de Ven2007-02-1245-91/+91
* [PATCH] mark struct file_operations const 5Arjan van de Ven2007-02-1245-89/+89
* [PATCH] mark struct file_operations const 4Arjan van de Ven2007-02-1267-78/+78
* [PATCH] mark struct file_operations const 3Arjan van de Ven2007-02-1258-83/+83
* [PATCH] mark struct file_operations const 2Arjan van de Ven2007-02-1259-94/+94
* [PATCH] mark struct file_operations const 1Arjan van de Ven2007-02-129-13/+13
* [PATCH] ps3: ps3av/fb defconfig updatesGeert Uytterhoeven2007-02-121-1/+28
* [PATCH] ps3: cleanup ps3fb before clearing HPTEGeert Uytterhoeven2007-02-122-1/+7
* [PATCH] ps3: disable display flipping during mode changesGeert Uytterhoeven2007-02-122-1/+14
* [PATCH] ps3: Virtual Frame Buffer DriverGeert Uytterhoeven2007-02-125-0/+1295
* [PATCH] ps3: Preallocate bootmem memory for ps3fbGeert Uytterhoeven2007-02-122-0/+51
* [PATCH] fb_videomode_to_var: reset virtual screen parametersGeert Uytterhoeven2007-02-121-2/+6
* [PATCH] fbdev modedb: make more pointer parameters constGeert Uytterhoeven2007-02-129-49/+52
* [PATCH] fbdev modedb: allow refresh rates for named video modesGeert Uytterhoeven2007-02-121-4/+2Star
* [PATCH] ps3: AV Settings DriverGeert Uytterhoeven2007-02-125-0/+2741
* [PATCH] ps3: add shutdown to virtual uart port driver frameworkGeert Uytterhoeven2007-02-122-0/+18
* [PATCH] change nvidiafb_remove to __devexitPrarit Bhargava2007-02-121-2/+2
* [PATCH] Video: fb, kzalloc changesJiri Slaby2007-02-127-20/+9Star
* [PATCH] Video: fb, add true ref_count atomicityJiri Slaby2007-02-127-35/+62
* [PATCH] remove the broken FB_S3TRIO driverAdrian Bunk2007-02-124-876/+0Star
* [PATCH] matroxfb: Use kzallocJean Delvare2007-02-122-5/+2Star
* [PATCH] drivers/video/sis: Convert to generic booleanRichard Knutsson2007-02-1210-432/+420Star
* [PATCH] pm3fb: kill pci_find_device usageAlan2007-02-121-18/+11Star
* [PATCH] Correct apparent typo CONFIG_ATY_CT in ATY videoRobert P. J. Day2007-02-121-1/+1
* [PATCH] Recognize video=gx1fb:... optionAlexey Dobriyan2007-02-121-1/+28
* [PATCH] proper prototype for tosh_smm()Adrian Bunk2007-02-122-1/+2
* [PATCH] cyber2010 framebuffer on ARM Netwinder fixWoody Suwalski2007-02-121-7/+12
* [PATCH] remove bogus con_is_present() prototypesAdrian Bunk2007-02-122-3/+0Star
* [PATCH] tgafb: Fix the PCI ID tableMaciej W. Rozycki2007-02-121-2/+3
* [PATCH] tgafb: sync-on-green support fixesMaciej W. Rozycki2007-02-121-3/+5
* [PATCH] tgafb: module support fixesMaciej W. Rozycki2007-02-121-11/+7Star
* [PATCH] tgafb: fix the mode register settingMaciej W. Rozycki2007-02-121-3/+3
* [PATCH] tgafb: support the DirectColor visualMaciej W. Rozycki2007-02-121-35/+48
* [PATCH] tgafb: fix copying overlapping areasMaciej W. Rozycki2007-02-121-2/+2
* [PATCH] tgafb: switch to framebuffer_alloc()Maciej W. Rozycki2007-02-121-33/+28Star
* [PATCH] remove broken video driversAdrian Bunk2007-02-129-8147/+3Star
* [PATCH] fbdev driver for S3 Trio/VirgeOndrej Zajicek2007-02-127-0/+2042
* [PATCH] KVM: Host suspend/resume supportAvi Kivity2007-02-121-1/+40
* [PATCH] KVM: cpu hotplug supportAvi Kivity2007-02-124-1/+77
* [PATCH] KVM: VMX: add vcpu_clear()Avi Kivity2007-02-121-4/+11
* [PATCH] KVM: Add a global list of all virtual machinesAvi Kivity2007-02-122-1/+11
* [PATCH] hotplug: Allow modules to use the cpu hotplug notifiers even if !CONF...Avi Kivity2007-02-121-1/+11
* [PATCH] kvm: fix vcpu freeing bugIngo Molnar2007-02-121-1/+3
* [PATCH] kvm: Fix mismatch between 32-bit and 64-bit abiAvi Kivity2007-02-121-1/+2
* [PATCH] kvm: VMX: Reload ds and es even in 64-bit modeAvi Kivity2007-02-121-2/+0Star
* [PATCH] kvm: Two-way apic tpr synchronizationDor Laor2007-02-122-0/+5
* [PATCH] kvm: SVM: Hack initial cpu csbase to be consistent with intelAvi Kivity2007-02-121-1/+7
* [PATCH] kvm: Fix mmu going crazy of guest sets cr0.wp == 0Avi Kivity2007-02-121-1/+1
* [PATCH] kvm: vmx: handle triple faults by returning EXIT_REASON_SHUTDOWN to u...Avi Kivity2007-02-122-0/+7
* [PATCH] kvm: Fix gva_to_gpa()Avi Kivity2007-02-121-21/+7Star