summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2013-02-20Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-3/+4
2013-02-20xen: Send spinlock IPI to all waitersStefan Bader1-1/+0
2013-02-20xen: introduce xen_remap, use it instead of ioremapStefano Stabellini1-0/+2
2013-02-20xen/smp: Move the common CPU init code a bit to prep for PVH patch.Konrad Rzeszutek Wilk1-19/+23
2013-02-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-5/+6
2013-02-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds15-180/+398
2013-02-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+0
2013-02-19x86, kvm: Add MSR_AMD64_BU_CFG2 to the list of ignored MSRsBorislav Petkov1-7/+9
2013-02-19x86, cpu, amd: Fix WC+ workaround for older virtual hostsBorislav Petkov1-5/+7
2013-02-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net into netDavid S. Miller6-100/+108
2013-02-19x86: pvclock kvm: align allocation size to page sizeMarcelo Tosatti1-5/+6
2013-02-19Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki10-169/+65
2013-02-18x86/memtest: Shorten time for testsAlexander Holler1-8/+2
2013-02-18Merge branch 'misc' into releaseLen Brown6-129/+14
2013-02-18Merge branches 'idle-remove-statedata', 'pm_idle' and 'idle-hsw-turbostat' in...Len Brown5-43/+52
2013-02-18x86 idle: rename global pm_idle to static x86_idleLen Brown1-16/+12
2013-02-18APM idle: register apm_cpu_idle via cpuidleLen Brown3-26/+35
2013-02-16perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin4-20/+164
2013-02-16Merge tag 'stable/for-linus-3.8-rc7-tag-two' of git://git.kernel.org/pub/scm/...Linus Torvalds4-63/+32
2013-02-15Merge branch 'x86/mm2' into x86/mmH. Peter Anvin45-886/+1241
2013-02-15Merge branch 'pm-assorted'Rafael J. Wysocki1-6/+0
2013-02-15Merge branch 'acpi-cleanup'Rafael J. Wysocki1-1/+1
2013-02-15timers/x86/hpet: Use HPET_COUNTER to specify the hpet counter in vread_hpet()Satoru Takeuchi1-1/+1
2013-02-15Revert "xen PVonHVM: use E820_Reserved area for shared_info"Konrad Rzeszutek Wilk3-55/+24
2013-02-15Revert "xen/PVonHVM: fix compile warning in init_hvm_pv_info"Konrad Rzeszutek Wilk1-1/+1
2013-02-15lguest: select CONFIG_TTY to build properly.Randy Dunlap1-0/+1
2013-02-15x86, mm: Move reserving low memory later in initializationH. Peter Anvin1-4/+9
2013-02-15x86: ptrace.c only needs export.h and not the full module.hPaul Gortmaker1-1/+1
2013-02-14x86: convert to ksignalAl Viro3-85/+74
2013-02-14burying unused conditionalsAl Viro3-7/+0
2013-02-14x86, efi: remove duplicate code in setup_arch() by using, efi_is_native()Satoru Takeuchi3-8/+9
2013-02-14KVM: nVMX: Remove redundant get_vmcs12 from nested_vmx_exit_handled_msrJan Kiszka1-1/+1
2013-02-14efi: Clear EFI_RUNTIME_SERVICES rather than EFI_BOOT by "noefi" boot parameterSatoru Takeuchi1-1/+1
2013-02-14tools/power turbostat: display SMI count by defaultLen Brown1-0/+1
2013-02-14x86/xen: don't assume %ds is usable in xen_iret for 32-bit PVOPS.Jan Beulich1-7/+7
2013-02-13x86 emulator: fix parity calculation for AAD instructionGleb Natapov1-8/+5
2013-02-13x86/mm: Check if PUD is large when validating a kernel addressMel Gorman2-0/+8
2013-02-13X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan5-4/+64
2013-02-13X86: Add a check to catch Xen emulation of Hyper-VK. Y. Srinivasan1-0/+7
2013-02-13x86: Hyper-V: register clocksource only if its advertisedOlaf Hering1-1/+2
2013-02-13x86, head_32: Give the 6 label a real nameBorislav Petkov1-6/+6
2013-02-13x86, head_32: Remove second CPUID detection from default_entryBorislav Petkov1-13/+4
2013-02-13x86: Detect CPUID support early at bootBorislav Petkov1-25/+25
2013-02-13x86, head_32: Remove i386 piecesBorislav Petkov1-17/+5
2013-02-13Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin26-132/+275
2013-02-13x86, doc: Clarify the use of asm("%edx") in uaccess.hH. Peter Anvin1-1/+8
2013-02-13tracing/syscalls: Allow archs to ignore tracing compat syscallsSteven Rostedt2-1/+24
2013-02-13x86, mm: Redesign get_user with a __builtin_choose_expr hackH. Peter Anvin1-43/+14
2013-02-12x86: Be consistent with data size in getuser.SH. Peter Anvin1-5/+5
2013-02-12x86, mm: Use a bitfield to mask nuisance get_user() warningsH. Peter Anvin1-11/+9