First  |  Prev |  Next  |  Last
Pages: 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503
x86, xsave: reduce cpu_has_xsave checks
On Tue, 2010-07-20 at 11:50 -0700, Robert Richter wrote: This moves the cpu_has_xsave check at the beginning of xsave_init(). All other checks may removed then. Signed-off-by: Robert Richter <robert.richter(a)amd.com> Acked-by: Suresh Siddha <suresh.b.siddha(a)intel.com> --- arch/x86/kernel/xsave.c... 20 Jul 2010 19:05
x86, xsave: make init_xstate_buf static
On Tue, 2010-07-20 at 11:50 -0700, Robert Richter wrote: The pointer is only used in xsave.c. Making it static. Signed-off-by: Robert Richter <robert.richter(a)amd.com> Acked-by: Suresh Siddha <suresh.b.siddha(a)intel.com> -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the b... 20 Jul 2010 19:05
swiotlb detection should be memory hotplug aware ?
Hi, Reviving a 4 month old thread. I am still waiting for any clues on this question below. 2. Instead of checking the max_pfn value in pci_swiotlb_detect, check for max_hotpluggable_pfn (or some such) value. Though I don't see such a value readily available. I could parse the SRAT and get hotplug ... 28 Jul 2010 10:45
[git pull v3] documentation: fix almost duplicate filenames (io/IO-mapping.txt)
OK, I'll try this one more time... Please pull from git://git.kernel.org/pub/scm/linux/kernel/git/rdunlap/linux-docs/ #linuxdocs for one changeset: commit 9fe41e4197f351bc78547ab2d8808e1aca30d87c Author: Randy Dunlap <randy.dunlap(a)oracle.com> Date: Mon Jul 19 22:20:27 2010 +0000 documentation: f... 20 Jul 2010 19:05
mm: iommu: An API to unify IOMMU, CPU and device memory management
Russell- If a driver wants to allow a device to access memory (and cache coherency is off/not present for device addesses), the driver needs to remap that memory as non-cacheable. Suppose there exists a chunk of physically-contiguous memory (say, memory reserved for device use) that happened to be already mapped... 21 Jul 2010 14:43
x86, xsave: 32/64 bit boot cpu check unification in initialization
On Tue, 2010-07-20 at 11:50 -0700, Robert Richter wrote: Boot cpu id is always 0, thus simplifying and unifying boot cpu check. boot_cpu_id is there for historical reasons and was renamed to boot_cpu_physical_apicid in patch: c70dcb7 x86: change boot_cpu_id to boot_cpu_physical_apicid Howeve... 20 Jul 2010 17:58
x86, xsave: moving boot cpu initialization to xsave_init()
On Tue, 2010-07-20 at 11:50 -0700, Robert Richter wrote: This patch moves boot cpu initialization to xsave_init(). Now all cpus are initialized in one single function. Signed-off-by: Robert Richter <robert.richter(a)amd.com> --- arch/x86/kernel/cpu/common.c | 6 ------ arch/x86/kernel/i387.c ... 20 Jul 2010 17:58
x86, xsave: do not include asm/i387.h in asm/xsave.h
On Tue, 2010-07-20 at 11:50 -0700, Robert Richter wrote: There are no dependencies to asm/i387.h. Instead, if including only xsave.h the following error occurs: .../arch/x86/include/asm/i387.h:110: error: 'XSTATE_FP' undeclared (first use in this function) .../arch/x86/include/asm/i387.h:110: error: (... 20 Jul 2010 17:58
usb/host: Remove dead CONFIG_ARCH_KARO
On 07/20/2010 07:08 PM, Christian Dietrich wrote: CONFIG_ARCH_KARO doesn't exist in Kconfig and is never defined anywhere else, therefore removing all references for it from the source code. Signed-off-by: Christian Dietrich <qy03fugy(a)stud.informatik.uni-erlangen.de> Unless someone has a reason why ... 20 Jul 2010 17:58
[PATCH 16/16] blkfront: Klog the unclean release path
From: Daniel Stodden <daniel.stodden(a)citrix.com> Signed-off-by: Daniel Stodden <daniel.stodden(a)citrix.com> Signed-off-by: Jeremy Fitzhardinge <jeremy.fitzhardinge(a)citrix.com> --- drivers/block/xen-blkfront.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/drivers/block/xen-blkfro... 20 Jul 2010 16:52
First  |  Prev |  Next  |  Last
Pages: 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503