aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAge
* x86: fix compile error due to X86_TRAP_NMI use in asm filesLinus Torvalds2014-03-07
* x86: Ignore NMIs that come in during early bootH. Peter Anvin2014-03-07
* Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-03-04
|\
| * x86/efi: Quirk out SGI UVBorislav Petkov2014-03-04
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-03-02
|\ \
| * | perf/x86: Fix event schedulingPeter Zijlstra2014-02-27
* | | x86, kaslr: export offset in VMCOREINFO ELF notesEugene Surovegin2014-02-25
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-02-23
|\ \
| * | x86: tsc: Add missing Baytrail frequency to the tableMika Westerberg2014-02-19
| * | x86, tsc: Fallback to normal calibration if fast MSR calibration failsThomas Gleixner2014-02-19
* | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-02-22
|\ \ \
| * | | perf/x86/uncore: Fix IVT/SNB-EP uncore CBOX NID filter tableStephane Eranian2014-02-21
| * | | perf/x86: Correctly use FEATURE_PDCMPeter Zijlstra2014-02-21
| * | | perf, nmi: Fix unknown NMI warningMarkus Metzger2014-02-21
| * | | perf/x86: Fix Userspace RDPMC switchPeter Zijlstra2014-02-09
| * | | perf/x86/intel/p6: Add userspace RDPMC quirk for PProPeter Zijlstra2014-02-09
* | | | Merge branch 'fixes-for-v3.14' of git://git.linaro.org/people/mszyprowski/lin...Linus Torvalds2014-02-20
|\ \ \ \ | |_|/ / |/| | |
| * | | x86: dma-mapping: fix GFP_ATOMIC macro usageMarek Szyprowski2014-02-11
| | |/ | |/|
* | | Merge tag 'trace-fixes-v3.14-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-02-15
|\ \ \
| * | | ftrace/x86: Use breakpoints for converting function graph callerSteven Rostedt (Red Hat)2014-02-11
| |/ /
* | | x86, smap: Don't enable SMAP if CONFIG_X86_SMAP is disabledH. Peter Anvin2014-02-13
* | | x86: Use preempt_disable_notrace() in cycles_2_ns()Steven Rostedt2014-02-09
|/ /
* | Merge tag 'efi-urgent' into x86/urgentH. Peter Anvin2014-02-07
|\ \
| * \ Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-01-31
| |\ \
| | * | x86/uv/nmi: Fix Sparse warningsMike Travis2014-01-25
| | |/
| * | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-31
| |\ \
| | * | x86, kvm: correctly access the KVM_CPUID_FEATURES leaf at 0x40000101Paolo Bonzini2014-01-29
| | * | x86, kvm: cache the base of the KVM cpuid leavesPaolo Bonzini2014-01-29
| * | | Merge branch 'x86-asmlinkage-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-01-30
| |\ \ \
| | * | | x86, asmlinkage, xen, kvm: Make {xen,kvm}_lock_spinning global and visibleAndi Kleen2014-01-30
| | * | | x86, asmlinkage, paravirt: Make paravirt thunks globalAndi Kleen2014-01-30
| * | | | x86: revert wrong memblock current limit settingYinghai Lu2014-01-28
| * | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-01-25
| |\ \ \ \
| | * | | | sched/x86/tsc: Initialize multiplier to 0Peter Zijlstra2014-01-23
| | | |_|/ | | |/| |
| * | | | Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-01-24
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | Merge branch 'acpica'Rafael J. Wysocki2014-01-12
| | |\ \ \
| | | * | | ACPICA: Cleanup the option of forcing the use of the RSDT.Lv Zheng2014-01-08
| | * | | | Merge branch 'acpi-cleanup'Rafael J. Wysocki2014-01-12
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | ACPI: Clean up inclusions of ACPI header filesLv Zheng2013-12-06
| * | | | | Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-01-22
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'pci/yijing-dev_is_pci' into nextBjorn Helgaas2013-12-13
| | |\ \ \ \ \
| | | * | | | | x86/PCI: Use dev_is_pci() to identify PCI devicesYijing Wang2013-12-09
| | | | |/ / / | | | |/| | |
| | * / | | | PCI: Drop "irq" param from *_restore_msi_irqs()DuanZhenzhong2013-12-13
| | |/ / / /
| * | | | | x86/mm: memblock: switch to use NUMA_NO_NODEGrygorii Strashko2014-01-21
| * | | | | x86: memblock: set current limit to max low memory addressSantosh Shilimkar2014-01-21
| * | | | | Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-01-20
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | Merge 3.13-rc5 into staging-nextGreg Kroah-Hartman2013-12-24
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'driver-core-linus' into driver-core-nextTejun Heo2013-12-10
| | |\ \ \ \ \
| | * | | | | | microcode: Use request_firmware_direct()Takashi Iwai2013-12-08
| | | |_|/ / / | | |/| | | |
* | | | | | | x86, microcode, AMD: Unify valid container checksBorislav Petkov2014-02-06