summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)Author
2014-01-31Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2014-01-31Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-30Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2014-01-29x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen
2014-01-29x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen
2014-01-29x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini
2014-01-29x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini
2014-01-27x86: revert wrong memblock current limit settingYinghai Lu
2014-01-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-25x86/uv/nmi: Fix Sparse warningsMike Travis
2014-01-24Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2014-01-23sched/x86/tsc: Initialize multiplier to 0Peter Zijlstra
2014-01-22Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2014-01-21x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko
2014-01-21x86: memblock: set current limit to max low memory addressSantosh Shilimkar
2014-01-20Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-20Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds
2014-01-20Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-01-20Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-20Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-20Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-20Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-20Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-01-20Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-01-20Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2014-01-20Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-01-20Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2014-01-20Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2014-01-20Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2014-01-16x86, tsc, apic: Unbreak static (MSR) calibration when CONFIG_X86_LOCAL_APIC=nH. Peter Anvin
2014-01-16Merge branch 'perf/urgent' into perf/coreIngo Molnar
2014-01-16perf/x86/amd/ibs: Fix waking up from S3 for AMD family 10hRobert Richter
2014-01-15x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCsBin Gao
2014-01-15x86: Add check for number of available vectors before CPU downPrarit Bhargava
2014-01-15x86, apic: Make disabled_cpu_apicid static read_mostly, fix typosH. Peter Anvin
2014-01-15x86, apic, kexec: Add disable_cpu_apicid kernel parameterHATAYAMA Daisuke
2014-01-15x86, cpu, amd: Fix a shadowed variable situationBorislav Petkov
2014-01-14x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov
2014-01-14x86/apic: Read Error Status Register correctlyRichard Weinberger
2014-01-13x86, microcode: Move to a proper locationBorislav Petkov
2014-01-13x86, microcode, AMD: Fix early ucode loadingBorislav Petkov
2014-01-13x86, microcode: Share native MSR accessing variantsBorislav Petkov
2014-01-13x86, ramdisk: Export relocated ramdisk VABorislav Petkov
2014-01-13Merge branch 'x86/idle' into sched/coreIngo Molnar
2014-01-13sched/clock, x86: Avoid a runtime condition in native_sched_clock()Peter Zijlstra
2014-01-13sched/clock, x86: Use a static_key for sched_clock_stablePeter Zijlstra
2014-01-13sched/clock, x86: Rewrite cyc2ns() to avoid the need to disable IRQsPeter Zijlstra
2014-01-13x86/irq: Fix kbuild warning in smp_irq_move_cleanup_interrupt()Prarit Bhargava
2014-01-13sched/clock, x86: Move some cyc2ns() code aroundPeter Zijlstra
2014-01-12Merge branch 'acpica'Rafael J. Wysocki