[PATCH 3/9] viafb: VIA Frame Buffer Device Driver
> + /* Indentify GFX Chip Name */ + pdev = + (struct pci_dev *)pci_get_device(PCI_VIA_VENDOR_ID, + UNICHROME_CLE266_DID, NULL); + if (pdev != NULL) + chip_info.gfx_chip_name = UNICHROME_CLE266; + + pdev = + (struct pci_dev *)pci_get_device(PCI_VIA_VENDOR_ID, + UNICH... 7 May 2008 11:47
[PATCH 6/9] viafb: VIA Frame Buffer Device Driver
> +void delays(int count); +void i2cWriteSdaScl(u8 sda, u8 scl); +void i2cWriteScl(u8 scl); +void i2cReadSdaScl(u8 *pSda, u8 *pScl); Style is good, code looks clean One big thing that needs fixing here is the function names. If the driver gets linked into the kernel then the symbols become global - and ... 7 May 2008 11:47
[PATCH 1/9] viafb: VIA Frame Buffer Device Driver
On Wed, 7 May 2008 18:55:30 +0800 JosephChan(a)via.com.tw wrote: Signed-off-by: Joseph Chan <josephchan(a)via.com.tw> diff -Nur a/Documentation/fb/viafb.txt b/Documentation/fb/viafb.txt --- a/Documentation/fb/viafb.txt 1969-12-31 19:00:00.000000000 -0500 +++ b/Documentation/fb/viafb.txt 2008-05-06 06:4... 7 May 2008 11:47
Introduce new LSM hooks.
Hello. Chris Wright wrote: * Toshiharu Harada (haradats(a)nttdata.co.jp) wrote: This patch allows LSM to check permission using "struct vfsmount" without passing "struct vfsmount" to VFS helper functions. This is simply duplicating many of the existing checks. I don't see how this is an improv... 7 May 2008 11:47
libata updates - (improve post-reset device ready test) regression
> Tejun Heo (12): libata: improve post-reset device ready test This commit (78ab88f04f44bed566d51dce0c7cbfeff6449a06) causes a long boot delay with my onboard Promise controller. It seems like libata probes for a nonexisting PATA drive... ACPI: PCI Interrupt 0000:00:08.0[A] -> GSI 18 (level, low) -... 7 May 2008 10:58
[PATCH 09 of 11] mm_lock-rwsem
# HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115508 -7200 # Node ID 94eaa1515369e8ef183e2457f6f25a7f36473d70 # Parent 6b384bb988786aa78ef07440180e4b2948c4c6a2 mm_lock-rwsem Convert mm_lock to use semaphores after i_mmap_lock and anon_vma_lock conversion. Signed-off-by: Andr... 7 May 2008 10:58
[PATCH 11 of 11] mmap sems
# HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115798 -7200 # Node ID eb924315351f6b056428e35c983ad28040420fea # Parent 5b2eb7d28a4517daf91b08b4dcfbb58fd2b42d0b mmap sems This patch adds a lock ordering rule to avoid a potential deadlock when multiple mmap_sems need to be locked... 7 May 2008 10:58
[PATCH 10 of 11] export zap_page_range for XPMEM
# HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115797 -7200 # Node ID 5b2eb7d28a4517daf91b08b4dcfbb58fd2b42d0b # Parent 94eaa1515369e8ef183e2457f6f25a7f36473d70 export zap_page_range for XPMEM XPMEM would have used sys_madvise() except that madvise_dontneed() returns an -EINVAL ... 7 May 2008 10:58
[PATCH 05 of 11] unmap vmas tlb flushing
# HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115131 -7200 # Node ID 20bc6a66a86ef6bd60919cc77ff51d4af741b057 # Parent 34f6a4bf67ce66714ba2d5c13a5fed241d34fb09 unmap vmas tlb flushing Move the tlb flushing inside of unmap vmas. This saves us from passing a pointer to the TLB st... 7 May 2008 10:58
[PATCH 04 of 11] free-pgtables
# HG changeset patch # User Andrea Arcangeli <andrea(a)qumranet.com> # Date 1210115130 -7200 # Node ID 34f6a4bf67ce66714ba2d5c13a5fed241d34fb09 # Parent d60d200565abde6a8ed45271e53cde9c5c75b426 free-pgtables Move the tlb flushing into free_pgtables. The conversion of the locks taken for reverse map scanning wou... 7 May 2008 10:58