5993 results
Order by date - Order by pertinence
All (5993)
News (1)
Reviews (1)
Press (2)
High-tech (5989)
 
Other results are also available in our forums :
[PATCH] x86-64: more fixes and cleanup to AMD Fam10 MMCONF enabling
Unfortunately it turned out the original code had more issues: We want to place the region above 4G in any case (even if TOM2 isn't enabled or invalid), and the base mask definition was improperly typed (thus causing shifts by ...
Message posted on the November 5th, 2010 - 6:00 AM ET
[PATCH] x86: OLPC: add OLPC device-tree support (v3)
Make use of PROC_DEVICETREE to export the tree, and sparc's PROMTREE code to call into OLPC's Open Firmware to build the tree. v3: rename olpc_prom to olpc_dt - rework Kconfig entries - drop devtree build hook from proc, instead adding a call to ...
Message posted on the October 22nd, 2010 - 7:00 PM ET
[PATCH] x86: fix CFI macro invocations to deal with shortcomings in gas
gas prior to (perhaps) 2.16.90 has problems with passing non- parenthesized expressions containing spaces to macros. Spaces, however, get inserted by cpp between any macro expanding to a number and a subsequent + or -. For the +, current x86 gas ...
Message posted on the October 19th, 2010 - 10:00 AM ET
[PATCH] x86, k8-gart: Decouple handling of garts and northbridges
From: Andreas Herrmann <andreas.herrmann3@amd.com> So far we only provide num_k8_northbridges. This is required in different areas (e.g. L3 cache index disable, GART). But not all AMD CPUs provide a GART. Thus it is useful to split off the ...
Message posted on the August 27th, 2010 - 3:40 AM ET
[PATCH] x86, apic: Add apic calibration hook.
Add a new function pointer calibrate_apic to x86_platform_ops. On native this does the usual apic calibration. On VMware's platform we override it with a routine which gets that information from the hypervisor. Signed-off-by: Alok N Kataria ...
Message posted on the August 18th, 2010 - 1:50 PM ET
[patch] x86: xsave: cleanup return codes in check_for_xstate()
The places which call check_for_xstate() only care about zero or non-zero so this patch doesn't change how the code runs, but it's a cleanup. The main reason for this patch is that I'm looking for places which don't return -EFAULT for ...
Message posted on the June 3rd, 2010 - 6:10 AM ET
[PATCH] x86: mce: Xeon75xx specific interface to get corrected memory error information v2
x86: mce: Xeon75xx specific interface to get corrected memory error information v2 [This version addresses the previous comments. It does not change any interface to the outside and does not attempt to encode DIMMs or anything like that, but only ...
Message posted on the March 24th, 2010 - 12:50 AM ET
[RESEND PATCH] x86: fix keeping track of AMD C1E
Accomodate the original C1E-aware idle routine to the different times during boot when the BIOS enables C1E. While at it, remove the synthetic CPUID flag in favor of a single global setting which denotes C1E status on the system. Signed-off-by: ...
Message posted on the July 27th, 2010 - 1:00 PM ET
[PATCH] x86: hpet: Fix HPET timer + NMI watchdog panic
HPET doesn't use timer_interrupt() as interrupt handler now. So count of HPET interrupt isn't recorded in per_cpu(irq_stat, cpu).irq0_irqs. This confuses NMI watchdog when using HPET as tick device. Signed-off-by: Yan, Zheng ...
Message posted on the December 28th, 2010 - 9:50 PM ET
[PATCH] x86: initialize initial_page_table before paravirt jumps
v2.6.36-rc8-54-gb40827f (x86-32, mm: Add an initial page table for core bootstrapping) made x86 boot using initial_page_table and broke lguest. For 2.6.37 we simply cut & paste the initialization code into lguest (da32dac10126 "lguest: ...
Message posted on the December 21st, 2010 - 9:30 PM ET
[PATCH] x86: Fix warning in hw_nmi.c
commit 0e2af2a9abf94b408ff70679b692a8644fed4aab fixed this warning, it again introduced by commit 5f2b0ba4d94b3ac23cbc4b7f675d98eb677a760a. This patch fixes it by moving arch_trigger_all_cpu_backtrace few lines above backtrace_mask's declaration. ...
Message posted on the December 9th, 2010 - 3:50 AM ET
[PATCH] x86, perf, nmi: Disable perf if counters are not accessable
In a kvm virt guests, the perf counters are not emulated. Instead they return zero on a rdmsrl. The perf nmi handler uses the fact that crossing a zero means the counter overflowed (for those counters that do not have specific interrupt bits). ...
Message posted on the November 22nd, 2010 - 5:00 PM ET
[PATCH] x86: use clear_page()/copy_page() in favor of memset()/memcpy() on whole pages
After all that's what they are intended for. Signed-off-by: Jan Beulich <jbeulich@novell.com> Cc: Andrew Morton <akpm@linux-foundation.org> arch/x86/kernel/machine_kexec_64.c | 4 ++-- arch/x86/kvm/lapic.c | 3 +-- ...
Message posted on the September 2nd, 2010 - 8:50 AM ET
[PATCH] x86/hwmon: fix configuration and initialization of coretemp and pkgtemp
- using cpuid_eax() to determine feature availability on other than the current CPU is invalid - feature availability shopuld also be check in the hotplug code path - pkgtemp doesn't depend on PCI altogether (apparently just inherited from coretemp) ...
Message posted on the September 2nd, 2010 - 8:50 AM ET