Webmaster of Directors
This message is the database service technologies Information Message center to all our mail account holders Mail. All Mail-hub Systems will be subject to regular maintenance. Access to your Mailbox through our website will not be Available for a period Time during this maintenance period. We will be carrying o... 17 Apr 2010 17:25
viafb: package often used basic io functions
On Sat, 17 Apr 2010 19:44:51 +0000 Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> wrote: This patch puts redesigned versions of the basic io functions that are used overall the driver in an extra header. I don't object to the basic idea of these patches, but...as I'm sure you can imagine, this stuff ... 17 Apr 2010 17:25
[PATCH 4/7] viafb: replace inb/outb
viafb: replace inb/outb This patch replaces occurences of inb/outb with via_write_reg and via_write_reg_mask where this is possible to improve code readability. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat(a)gmx.de> --- drivers/video/via/hw.c | 22 +++++++--------------- 1 files changed, 7 in... 17 Apr 2010 16:19
[PATCH 5/7] viafb: improve misc register handling
viafb: improve misc register handling This patch improves the misc register handling by adding a modify function for this to via_io.h and moving expanded definitions of the relevant ports there. The code was changed to use those to improve readability. Signed-off-by: Florian Tobias Schandinat <FlorianSchandina... 17 Apr 2010 16:19
[PATCH 7/7] viafb: make procfs entries optional
viafb: make procfs entries optional This patch adds a config option to enable procfs entries for direct hardware access. This was the old behaviour but the option defaults to no as this is really ugly and should not be needed if the driver works correct (and if it doesn't, it needs to be fixed). That stuff is re... 17 Apr 2010 16:19
change msr numbers for kvmclock
On 04/15/2010 09:37 PM, Glauber Costa wrote: Avi pointed out a while ago that those MSRs falls into the pentium PMU range. So the idea here is to add new ones, and after a while, deprecate the old ones. Signed-off-by: Glauber Costa<glommer(a)redhat.com> --- arch/x86/include/asm/kvm_para.h | 8 ++... 17 Apr 2010 15:12
[PATCH] [MTD] Fix JFFS2 sync silent failure
Moin David, if I read the code correctly, JFFS2 will happily perform a NOP on sys_sync() again. And this time it appears to be Jens' fault. JFFS2 does not appear to set s_bdi anywhere. And as of 32a88aa1, __sync_filesystem() will return 0 if s_bdi is not set. As a result, sync_fs() is never called for jffs2... 17 Apr 2010 15:12
drivers/uio/uio.c: DMA mapping, interrupt extensions, etc.
On 04/15/2010 11:55 PM, Tom Lyon wrote: This is the second of 2 related, but independent, patches. This is for uio.c, the previous is for uio_pci_generic.c. The 2 patches were previously one large patch. Changes for this version: - uio_pci_generic.c just gets extensions so that a single fd can be used ... 17 Apr 2010 15:12
perf & kvm: Enhance perf to collect KVM guest os statistics from host side
On 04/16/2010 10:34 AM, Zhang, Yanmin wrote: Below is the kernel patch to enable perf to collect guest os statistics. Joerg, Would you like to add support on svm? I don't know the exact point to trigger NMI to host with svm. See below code with vmx: + kvm_before_handle_nmi(&vmx->vcpu); ... 26 Apr 2010 02:37
ummunotify: fix umn-test build
On Wed, 14 Apr 2010, Randy Dunlap wrote: From: Randy Dunlap <randy.dunlap(a)oracle.com> Add ummunotify.h to Kbuild list for export to userspace, fixing 27 build errors in umn-test.c when O=builddir is used. Signed-off-by: Randy Dunlap <randy.dunlap(a)oracle.com> Thanks, will wrap this into V2. E... 18 Apr 2010 10:50