summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2010-10-19x86, mm: Hold mm->page_table_lock while doing vmalloc_syncJeremy Fitzhardinge
2010-10-19x86, mm: Fix bogus whitespace in sync_global_pgds()Jeremy Fitzhardinge
2010-10-07x86-32: Fix sparse warning for the __PHYSICAL_MASK calculationNamhyung Kim
2010-10-05x86, mm: Add RESERVE_BRK_ARRAY() helperJeremy Fitzhardinge
2010-09-17mm, x86: Saving vmcore with non-lazy freeing of vmasCliff Wickman
2010-09-09x86, kdump: Change copy_oldmem_page() to use cached addressingCliff Wickman
2010-09-03x86, mm: fix uninitialized addr in kernel_physical_mapping_init()Wu Fengguang
2010-08-30x86, kmemcheck: Remove double testJulia Lawall
2010-08-26x86, mm: Make spurious_fault check explicitly check the PRESENT bitShaohua Li
2010-08-26x86-64, mem: Update all PGDs for direct mapping and vmemmap mapping changesHaicheng Li
2010-08-26x86, mm: Separate x86_64 vmalloc_sync_all() into separate functionsHaicheng Li
2010-08-23x86, mm: Avoid unnecessary TLB flushShaohua Li
2010-08-22Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2010-08-21Replace Configure with Enable in description of MAXSMPSamuel Thibault
2010-08-20Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2010-08-20x86, apic: Fix apic=debug boot crashDaniel Kiper
2010-08-19x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issuesBorislav Petkov
2010-08-19Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-19kprobes/x86: Fix the return address of multiple kretprobesKUMANO Syuhei
2010-08-18x86-32: Fix dummy trampoline-related inline stubsH. Peter Anvin
2010-08-18x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel
2010-08-18x86, cpu: Fix regression in AMD errata checking codeHans Rosenfeld
2010-08-18perf, x86: Fix Intel-nhm PMU programming errata workaroundZhang, Yanmin
2010-08-17Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds
2010-08-17Make do_execve() take a const filename pointerDavid Howells
2010-08-17KVM: PIT: free irq source id in handling error pathXiao Guangrong
2010-08-16kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.cNamhyung Kim
2010-08-15Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2010-08-15KVM: destroy workqueue on kvm_create_pit() failuresXiaotian Feng
2010-08-15KVM: fix poison overwritten caused by using wrong xstate sizeXiaotian Feng
2010-08-15Merge branch 'linus' into releaseLen Brown
2010-08-14defconfig reductionSam Ravnborg
2010-08-14archs: replace unifdef-y with header-ySam Ravnborg
2010-08-13Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-08-13Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds
2010-08-13Mark arguments to certain syscalls as being constDavid Howells
2010-08-13Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-08-13Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2010-08-13Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2010-08-13x86: don't send SIGBUS for kernel page faultsLinus Torvalds
2010-08-13[CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim
2010-08-12Merge branch 'linus' into perf/urgentIngo Molnar
2010-08-12x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakageCliff Wickman
2010-08-12Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds
2010-08-12x86/hpet: Use the FSEC_PER_SEC constant for femto-second periodsChris Wilson
2010-08-12[CPUFREQ] add missing __percpu markup in pcc-cpufreq.cNamhyung Kim
2010-08-12Merge branch 'stable/xen-swiotlb-0.8.6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2010-08-12x86, asm: Use a lower case name for the end macro in atomic64_386_32.SLuca Barbieri
2010-08-11x86, asm: Refactor atomic64_386_32.S to support old binutils and be cleanerLuca Barbieri
2010-08-11dma-mapping: remove dma_is_consistent APIFUJITA Tomonori