summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-2/+2
|\
| * sched/preempt: Fix cond_resched_lock() and cond_resched_softirq()Konstantin Khlebnikov2015-08-031-2/+2
* | Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-312-5/+6
|\ \
| * | x86/mce: Clear Local MCE opt-in before kexecAshok Raj2015-08-131-0/+4
| * | x86/mce: Remove unused function declarationsAshok Raj2015-08-131-4/+0
| * | x86/mce: Kill drain_mcelog_buffer()Borislav Petkov2015-08-131-1/+1
| * | x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong2015-08-131-1/+1
| * | x86/mce: Reuse one of the u16 padding fields in 'struct mce'Borislav Petkov2015-08-131-1/+2
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-08-313-0/+22
|\ \ \
| * \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2015-08-311-8/+4
| |\ \ \
| * \ \ \ Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar2015-08-205-43/+56
| |\ \ \ \
| * | | | | x86: Add new MSRs and MSR bits used for Intel Skylake PMU supportAndi Kleen2015-08-042-0/+13
| * | | | | perf/x86: Add a native_perf_sched_clock_from_tsc()Andi Kleen2015-08-041-0/+1
| * | | | | perf/x86/intel/pt: Add new timing packet enablesAlexander Shishkin2015-08-041-0/+8
* | | | | | Merge branch 'mm-kasan-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-311-0/+3
|\ \ \ \ \ \
| * | | | | | x86/kasan: Define KASAN_SHADOW_OFFSET per architectureAndrey Ryabinin2015-08-221-0/+3
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'core-types-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-08-311-5/+8
|\ \ \ \ \ \
| * | | | | | x86/hweight: Force inlining of __arch_hweight{32,64}()Denys Vlasenko2015-08-051-5/+8
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-311-2/+0
|\ \ \ \ \ \
| * | | | | | PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2015-07-301-2/+0
* | | | | | | Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-312-0/+7
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-093-22/+50
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | Drivers: hv: vmbus: Implement a clocksource based on the TSC pageK. Y. Srinivasan2015-08-051-0/+2
| * | | | | | | mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev2015-08-041-0/+1
| * | | | | | | Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov2015-08-041-0/+2
| * | | | | | | Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov2015-08-041-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge tag 'kvm-4.3-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-08-313-31/+61
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | x86/kvm: Rename VMX's segment access rights definesAndy Lutomirski2015-08-151-23/+23
| * | | | | | KVM: MMU: introduce the framework to check zero bits on sptesXiao Guangrong2015-08-051-0/+8
| * | | | | | KVM: MMU: introduce rsvd_bits_validateXiao Guangrong2015-08-051-2/+6
| * | | | | | KVM: move code related to KVM_SET_BOOT_CPU_ID to x86Paolo Bonzini2015-07-291-0/+3
| * | | | | | kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu2015-07-232-0/+3
| * | | | | | kvm/x86: added hyper-v crash msrs into kvm hyperv contextAndrey Smetanin2015-07-231-0/+4
| * | | | | | kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c fileAndrey Smetanin2015-07-231-6/+14
| |/ / / / /
* | | | | | Revert "sched/x86_64: Don't save flags on context switch"Andy Lutomirski2015-08-181-8/+4
| |_|_|/ / |/| | | |
* | | | | Revert x86 sigcontext cleanupsLinus Torvalds2015-08-132-21/+6
| |/ / / |/| | |
* | | | x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-313-22/+50
|/ / /
* | | KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-231-2/+2
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-182-37/+45
|\ \ \
| * | | x86/fpu, sched: Dynamically allocate 'struct fpu'Dave Hansen2015-07-182-37/+45
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-181-1/+1
|\ \ \ \
| * | | | x86, perf: Fix static_key bug in load_mm_cr4()Peter Zijlstra2015-07-101-1/+1
| | |_|/ | |/| |
* | | | mm: clean up per architecture MM hook header filesLaurent Dufour2015-07-172-15/+1
| |/ / |/| |
* | | Merge tag 'platform-drivers-x86-v4.2-3' of git://git.infradead.org/users/dvha...Linus Torvalds2015-07-161-27/+0
|\ \ \
| * | | intel_pmc_ipc: Update kerneldoc formattingqipeng.zha2015-07-091-27/+0
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-07-152-0/+4
|\ \ \ | |_|/ |/| |
| * | KVM: count number of assigned devicesPaolo Bonzini2015-07-101-0/+2
| * | x86: hyperv: add CPUID bit for crash handlersPaolo Bonzini2015-07-101-0/+2
| |/
* | x86/espfix: Add 'cpu' parameter to init_espfix_ap()Zhu Guihua2015-07-061-1/+1
* | x86/kasan: Fix KASAN shadow region page tablesAlexander Popov2015-07-061-6/+2
|/
OpenPOWER on IntegriCloud