summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich2010-10-196-78/+55
* x86: Remove pr_<level> uses of KERN_<level>Joe Perches2010-09-121-2/+2
* therm_throt.c: Trivial printk message fix for a unsuitable abbreviation of 't...Jin Dongming2010-09-051-1/+1
* x86: Use {push,pop}{l,q}_cfi in more placesJan Beulich2010-09-033-238/+141
* i386: Add unwind directives to syscall ptregs stubsJan Beulich2010-09-031-4/+12
* x86-64: Use symbolics instead of raw numbers in entry_64.SJan Beulich2010-09-031-16/+16
* x86-64: Adjust frame type at paranoid_exit:Jan Beulich2010-09-031-1/+1
* x86-64: Fix unwind annotations in syscall stubsJan Beulich2010-09-031-5/+4
* Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-251-0/+2
|\
| * perf, x86, Pentium4: Clear the P4_CCCR_FORCE_OVF flagLin Ming2010-08-251-0/+2
* | Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2010-08-253-0/+42
|\ \ | |/ |/|
| * x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha2010-08-203-0/+42
* | Merge branch 'for-upstream/pvhvm' of git://xenbits.xensource.com/people/ianc/...Linus Torvalds2010-08-231-6/+12
|\ \
| * | xen: pvhvm: rename xen_emul_unplug=ignore to =unnnecessaryIan Campbell2010-08-231-6/+7
| * | xen: pvhvm: allow user to request no emulated device unplugIan Campbell2010-08-231-0/+5
* | | Merge branch 'kvm-updates/2.6.36' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2010-08-223-3/+5
|\ \ \
| * | | KVM: PIT: free irq source id in handling error pathXiao Guangrong2010-08-171-0/+1
| * | | KVM: destroy workqueue on kvm_create_pit() failuresXiaotian Feng2010-08-151-1/+1
| * | | KVM: fix poison overwritten caused by using wrong xstate sizeXiaotian Feng2010-08-152-2/+3
* | | | Replace Configure with Enable in description of MAXSMPSamuel Thibault2010-08-211-2/+2
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-08-209-22/+72
|\ \ \ \
| * | | | x86, apic: Fix apic=debug boot crashDaniel Kiper2010-08-201-0/+2
| * | | | x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issuesBorislav Petkov2010-08-192-0/+24
| * | | | x86-32: Fix dummy trampoline-related inline stubsH. Peter Anvin2010-08-181-2/+2
| * | | | x86-32: Separate 1:1 pagetables from swapper_pg_dirJoerg Roedel2010-08-186-20/+44
| * | | | x86, cpu: Fix regression in AMD errata checking codeHans Rosenfeld2010-08-181-1/+1
| | |/ / | |/| |
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-192-21/+85
|\ \ \ \ | |_|_|/ |/| | |
| * | | kprobes/x86: Fix the return address of multiple kretprobesKUMANO Syuhei2010-08-191-3/+22
| * | | perf, x86: Fix Intel-nhm PMU programming errata workaroundZhang, Yanmin2010-08-181-18/+63
| |/ /
* | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe...Linus Torvalds2010-08-171-1/+1
|\ \ \
| * | | kgdb: add missing __percpu markup in arch/x86/kernel/kgdb.cNamhyung Kim2010-08-161-1/+1
| |/ /
* | | Make do_execve() take a const filename pointerDavid Howells2010-08-173-5/+9
|/ /
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2010-08-151-2/+2
|\ \
| * \ Merge branch 'linus' into releaseLen Brown2010-08-15202-3148/+6510
| |\ \
| * | | ACPI, APEI, Rename CPER and GHES severity constantsHuang Ying2010-08-081-2/+2
* | | | defconfig reductionSam Ravnborg2010-08-142-4447/+4
* | | | archs: replace unifdef-y with header-ySam Ravnborg2010-08-141-15/+14
| |/ / |/| |
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-134-12/+27
|\ \ \
| * | | x86, UV: Make kdump avoid stack dumps - fix !CONFIG_KEXEC breakageCliff Wickman2010-08-121-0/+5
| * | | x86, UV: Initialize BAU hub mapCliff Wickman2010-08-011-12/+14
| * | | x86, UV: Make kdump avoid stack dumpsCliff Wickman2010-07-213-0/+8
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds2010-08-131-1/+1
|\ \ \ \
| * | | | [CPUFREQ] acpi-cpufreq: add missing __percpu markupNamhyung Kim2010-08-131-1/+1
* | | | | Mark arguments to certain syscalls as being constDavid Howells2010-08-135-17/+17
* | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-08-132-3/+7
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into perf/urgentIngo Molnar2010-08-12169-2458/+5204
| |\ \ \ \ \ | | |/ / / /
| * | | | | perf, x86: P4 PMU -- update nmi irq statistics and unmask lvt entry properlyCyrill Gorcunov2010-08-081-3/+6
| * | | | | oprofile: add support for Intel processor model 30Josh Hunt2010-08-051-0/+1
* | | | | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-08-132-299/+608
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | x86, UV: Initialize BAU MMRs only on hubs with cpusCliff Wickman2010-07-171-6/+10
OpenPOWER on IntegriCloud