First  |  Prev |  Next  |  Last
Pages: 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480
[PATCH 6/7] x86, xsave: disable xsave in i387 emulation mode
xsave is broken for (!HAVE_HWFP). This is the case if config MATH_EMULATION is enabled, 'no387' kernel parameter is set and xsave exists. xsave will not work because x86/math-emu and xsave share the same memory. As this case can be treated as corner case we simply disable xsave then. Signed-off-by: Robert Richte... 21 Jul 2010 13:34
[PATCH 7/7] x86: removing boot_cpu_id variable
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 However, there are some remaining occurrences of boot_cpu_id that are never touched in the kernel and thus its value is always 0. This patch removes b... 21 Jul 2010 13:34
[PATCH 3/7] x86, xsave: check cpuid level for XSTATE_CPUID (0x0d)
The patch introduces the XSTATE_CPUID macro and adds a check that tests if XSTATE_CPUID exists. Signed-off-by: Robert Richter <robert.richter(a)amd.com> --- arch/x86/include/asm/xsave.h | 2 ++ arch/x86/kernel/xsave.c | 11 ++++++++--- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/a... 21 Jul 2010 13:34
JBD2: Allow feature checks before journal recovery
> Before we start accessing a huge (> 16 TiB) OCFS2 volume, we need to confirm that its journal supports 64-bit offsets. So we need to check the journal's feature bits before recovering the journal. This is not possible with JBD2 at present, because the journal superblock (where the feature bits reside... 21 Jul 2010 14:43
ext4: Don't send extra barrier during fsync if there are no dirty pages.
Hi, On Wed, Jun 30, 2010 at 09:21:04AM -0400, Ric Wheeler wrote: The problem with not issuing a cache flush when you have dirty meta data or data is that it does not have any tie to the state of the volatile write cache of the target storage device. We track whether or not there is an... 4 Aug 2010 14:42
[PATCH] Fix ttm_page_alloc.c build breakage
The commit 1e8655f87333def92bb8215b423adc65403b08a5 drm/ttm: Fix build on architectures without AGP looks at TTM_HAS_AGP before it has been set in ttm_bo_driver.h Move the conditional inclusion of <asm/agp.h> *after* we have included ttm_bo_driver.h Signed-of-by: Tony Luck <tony.luck(a)intel.com> --... 21 Jul 2010 13:34
[git pull] ia64 changes
This commit hit Linus upstream today and broke the ia64 build: commit 1e8655f87333def92bb8215b423adc65403b08a5 Author: Ben Hutchings <ben(a)decadent.org.uk> Date: Sun Jul 18 21:51:42 2010 +0100 drm/ttm: Fix build on architectures without AGP Make inclusion of <asm/agp.h> conditional on TTM_HAS_AG... 21 Jul 2010 13:34
sysfs: add entry to indicate network interfaces with random MAC address
| From: Andy Gospodarek <andy(a)greyhouse.net> | Date: Wednesday, July 21, 2010 08:07 am | | Agreed. The subtle difference between a locally assigned address that | is persistent and one that is random would be helpful. And just to point out that this case _does_ exist: the igb/igbvf drivers use random_ether... 23 Jul 2010 13:38
cifs: use workqueue instead of slow-work
On Tue, Jul 20, 2010 at 3:34 PM, Tejun Heo <tj(a)kernel.org> wrote: Workqueue can now handle high concurrency. �Use system_nrt_wq instead of slow-work. * Updated is_valid_oplock_break() to not call cifs_oplock_break_put() �as advised by Steve French. �It might cause deadlock. �Instead, �reference is inc... 21 Jul 2010 12:27
edac/Kconfig: reenable edac_mpc85xx on MPC85xx
Hello, What about this patch. Is it ok? On Sat, Jul 17, 2010 at 3:11 AM, Dmitry Eremin-Solenikov <dbaryshkov(a)gmail.com> wrote: Somewhere after 2.6.32 MPC85xx got renamed to FSL_BOOKE (to include QorIQ family of chips). However drivers/edac/Kconfig wasn't updated to reflect this change. Fix it now. ... 21 Jul 2010 12:27
First  |  Prev |  Next  |  Last
Pages: 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480