summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-311-1/+0
|\
| * x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-251-1/+0
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-311-0/+32
|\ \
| * | x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2014-01-291-0/+5
| * | x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2014-01-291-0/+27
* | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-302-5/+5
|\ \ \
| * | | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2014-01-291-1/+1
| * | | x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-291-4/+4
* | | | x86: revert wrong memblock current limit settingYinghai Lu2014-01-271-1/+1
* | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-251-1/+1
|\ \ \ \
| * | | | sched/x86/tsc: Initialize multiplier to 0Peter Zijlstra2014-01-231-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-243-8/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'acpica'Rafael J. Wysocki2014-01-121-2/+1
| |\ \ \
| | * | | ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-081-2/+1
| * | | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-122-6/+1
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-072-6/+1
* | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-222-5/+3
|\ \ \ \ \
| * \ \ \ \ Merge branch 'pci/yijing-dev_is_pci' into nextBjorn Helgaas2013-12-131-3/+1
| |\ \ \ \ \
| | * | | | | x86/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-091-3/+1
| | | |/ / / | | |/| | |
| * | | | | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-131-2/+2
| |/ / / /
* | | | | x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko2014-01-212-2/+2
* | | | | x86: memblock: set current limit to max low memory addressSantosh Shilimkar2014-01-211-1/+1
* | | | | Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-202-2/+2
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-241-3/+12
| |\ \ \ \
| * \ \ \ \ Merge branch 'driver-core-linus' into driver-core-nextTejun Heo2013-12-101-0/+11
| |\ \ \ \ \
| * | | | | | microcode: Use request_firmware_direct()Takashi Iwai2013-12-082-2/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'x86/mpx' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2014-01-201-0/+10
|\ \ \ \ \ \
| * | | | | | x86, xsave: Support eager-only xsave features, add MPX supportQiaowei Ren2013-12-061-0/+10
| |/ / / / /
* | | | | | Merge branch 'x86-kaslr-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-01-202-14/+26
|\ \ \ \ \ \
| * | | | | | x86, kaslr: Report kernel offset on panicKees Cook2013-10-131-0/+26
| * | | | | | x86, kaslr: Provide randomness functionsKees Cook2013-10-131-14/+0
* | | | | | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-01-203-0/+86
|\ \ \ \ \ \ \
| * | | | | | | x86: Add check for number of available vectors before CPU downPrarit Bhargava2014-01-152-0/+76
| * | | | | | | x86, cpu, amd: Add workaround for family 16h, erratum 793Borislav Petkov2014-01-141-0/+10
* | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-202-9/+17
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge tag 'ras_for_3.14_p2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Ingo Molnar2014-01-122-8/+14
| |\ \ \ \ \ \ \ \
| | * | | | | | | | x86, mce: Fix mce_start_timer semanticsBorislav Petkov2014-01-121-4/+4
| | * | | | | | | | ACPI, APEI, GHES: Do not report only correctable errors with SCIChen, Gong2013-12-211-4/+10
| * | | | | | | | | Merge tag 'v3.13-rc8' into x86/ras, to pick up fixes.Ingo Molnar2014-01-122-4/+14
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ / | | |/| | | | | | |
| * | | | | | | | | Merge tag 'ras_for_3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/...Ingo Molnar2013-12-161-1/+3
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | / / / | | |_|_|_|_|/ / / | |/| | | | | | |
| | * | | | | | | x86, mce: Call put_device on device_register failureLevente Kurusa2013-11-301-1/+3
| | | |_|_|/ / / | | |/| | | | |
* | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-204-1/+365
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, tsc, apic: Unbreak static (MSR) calibration when CONFIG_X86_LOCAL_APIC=nH. Peter Anvin2014-01-161-0/+2
| * | | | | | | | x86, tsc: Add static (MSR) TSC calibration on Intel Atom SoCsBin Gao2014-01-153-1/+136
| * | | | | | | | arch: x86: New MailBox support driver for Intel SOC'sDavid E. Box2014-01-082-0/+227
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-2011-113/+185
|\ \ \ \ \ \ \ \
| * | | | | | | | x86, microcode: Move to a proper locationBorislav Petkov2014-01-1310-9/+8
| * | | | | | | | x86, microcode, AMD: Fix early ucode loadingBorislav Petkov2014-01-132-85/+167
| * | | | | | | | x86, microcode: Share native MSR accessing variantsBorislav Petkov2014-01-131-10/+0
| * | | | | | | | x86, ramdisk: Export relocated ramdisk VABorislav Petkov2014-01-131-9/+10
| |/ / / / / / /
OpenPOWER on IntegriCloud