summaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2010-09-23x86, olpc: Rework BIOS signature checkDaniel Drake
2010-09-23x86, olpc: Only enable PCI configuration type override on XO-1Daniel Drake
2010-09-23x86, vm86: Fix preemption bug for int1 debug and int3 breakpoint handlers.Bart Oldeman
2010-09-23x86/amd-iommu: Fix rounding-bug in __unmap_singleJoerg Roedel
2010-09-23x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel
2010-09-23x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel
2010-09-22jump label/x86/sparc64: Remove !CC_OPTIMIZE_FOR_SIZE config conditionsSteven Rostedt
2010-09-22tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt
2010-09-22tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge
2010-09-22x86, cleanups: Use clear_page/copy_page rather than memset/memcpyJan Beulich
2010-09-22jump label: Remove duplicate structure for x86Steven Rostedt
2010-09-22jump label: x86 supportJason Baron
2010-09-22jump label: Add jump_label_text_reserved() to reserve jump pointsJason Baron
2010-09-22jump label: Base patch for jump labelJason Baron
2010-09-22Merge branch 'linus' into perf/coreIngo Molnar
2010-09-21Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-09-21x86, setup: Fix earlyprintk=serial,0x3f8,115200Yinghai Lu
2010-09-21x86, setup: Fix earlyprintk=serial,ttyS0,115200Yinghai Lu
2010-09-21Merge commit 'v2.6.36-rc5' into perf/coreIngo Molnar
2010-09-21oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa
2010-09-21lguest: update comments to reflect LHCALL_LOAD_GDT_ENTRY.Rusty Russell
2010-09-20x86, cpu: Re-run get_cpu_cap() after adjusting the CPUID levelH. Peter Anvin
2010-09-20x86, hotplug: In the MWAIT case of play_dead, CLFLUSH the cache lineH. Peter Anvin
2010-09-20jump label: Make text_poke_early() globally visibleJason Baron
2010-09-20jump label: Make dynamic no-op selection available outside of ftraceJason Baron
2010-09-20x86, k8: Rename k8.[ch] to amd_nb.[ch] and CONFIG_K8_NB to CONFIG_AMD_NBAndreas Herrmann
2010-09-19kbuild: migrate all arch to the kconfig mainmenu upgradeArnaud Lacombe
2010-09-18x86: Hpet: Avoid the comparator readback penaltyThomas Gleixner
2010-09-17x86, hotplug: Move WBINVD back outside the play_dead loopH. Peter Anvin
2010-09-17x86, hotplug: Use mwait to offline a processor, fix the legacy caseH. Peter Anvin
2010-09-17x86, mwait: Move mwait constants to a common header fileH. Peter Anvin
2010-09-17x86, k8-gart: Decouple handling of garts and northbridgesAndreas Herrmann
2010-09-17x86, cacheinfo: Fix dependency of AMD L3 CIDAndreas Herrmann
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
2010-09-16Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-09-17x86: Fix instruction breakpoint encodingFrederic Weisbecker
2010-09-16oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons
2010-09-15x86, x2apic: Simplify apic init in SMP and UP buildsSuresh Siddha
2010-09-15x86, intr-remap: Remove IRTE setup duplicate codeSuresh Siddha
2010-09-15x86, intr-remap: Set redirection hint in the IRTESuresh Siddha
2010-09-15x86: HPET force enable for CX700 / VIA Epia LTUdo van den Heuvel
2010-09-15kprobes: Remove __dummy_bufNamhyung Kim
2010-09-15kprobes: Make functions staticNamhyung Kim
2010-09-15Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar
2010-09-14x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath
2010-09-14x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin
2010-09-14compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2010-09-15x86: hpet: Work around hardware stupidityThomas Gleixner
2010-09-13x86, build: Disable -fPIE when compiling with CONFIG_CC_STACKPROTECTOR=ybasile@opensource.dyc.edu
2010-09-13x86, cpufeature: Suppress compiler warning with gcc 3.xTetsuo Handa