summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/ / / / / /
* | | | | | | Merge branch 'x86-efi-kexec-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-01-203-2/+346
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v3.13-rc7' into x86/efi-kexec to resolve conflictsIngo Molnar2014-01-053-4/+25
| |\ \ \ \ \ \ \ | | |/ / / / / /
| * | | | | | | x86: ksysfs.c build fixDave Young2014-01-031-0/+1
| * | | | | | | x86: Reserve setup_data ranges late after parsing memmap cmdlineDave Young2013-12-291-2/+2
| * | | | | | | x86: Export x86 boot_params to sysfsDave Young2013-12-292-0/+340
| * | | | | | | x86/efi: Pass necessary EFI data for kexec via setup_dataDave Young2013-12-291-0/+3
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-202-3/+30
|\ \ \ \ \ \ \
| * | | | | | | x86, cpu: Detect more TLB configurationKirill A. Shutemov2014-01-032-3/+30
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-2024-43/+12
|\ \ \ \ \ \ \
OpenPOWER on IntegriCloud