summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | x86/mtrr: Remove get_online_cpus() from mtrr_save_state()Sebastian Andrzej Siewior2017-05-261-2/+0
* | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-035-24/+85
|\ \ \ \ \
| * | | | | x86/tsc: Call check_system_tsc_reliable() before unsynchronized_tsc()Zhenzhong Duan2017-06-221-2/+2
| * | | | | x86/hpet: Do not use smp_processor_id() in preemptible codeBorislav Petkov2017-06-201-1/+1
| * | | | | x86/time: Make setup_default_timer_irq() staticDou Liyang2017-06-131-1/+1
| * | | | | x86/tsc: Remove the TSC_ADJUST clampPeter Zijlstra2017-06-041-20/+1
| * | | | | x86/apic: Add TSC_DEADLINE quirk due to errataPeter Zijlstra2017-06-041-0/+79
| * | | | | x86/apic: Change the lapic name in deadline modePeter Zijlstra2017-06-041-0/+1
* | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-0314-166/+168
|\ \ \ \ \ \
| * | | | | | x86/apic: Mark single target interruptsThomas Gleixner2017-06-221-0/+7
| * | | | | | x86/apic: Implement effective irq mask updateThomas Gleixner2017-06-222-0/+7
| * | | | | | x86/apic: Add irq_data argument to apic->cpu_mask_to_apicid()Thomas Gleixner2017-06-224-15/+27
| * | | | | | x86/apic: Move cpumask and to core codeThomas Gleixner2017-06-2210-32/+22
| * | | | | | x86/apic: Move online masking to core codeThomas Gleixner2017-06-223-35/+22
| * | | | | | x86/uv: Use default_cpu_mask_to_apicid_and()Thomas Gleixner2017-06-221-15/+4
| * | | | | | x86/apic: Move flat_cpu_mask_to_apicid_and() into C sourceThomas Gleixner2017-06-221-0/+16
| * | | | | | x86/irq: Use irq_migrate_all_off_this_cpu()Thomas Gleixner2017-06-221-87/+2
| * | | | | | x86/irq: Restructure fixup_irqs()Thomas Gleixner2017-06-221-26/+20
| * | | | | | x86/irq: Cleanup pending irq move in fixup_irqs()Thomas Gleixner2017-06-221-4/+21
| * | | | | | x86/msi: Create named irq domainsThomas Gleixner2017-06-221-9/+33
| * | | | | | x86/msi: Remove unused remap irq domain interfaceThomas Gleixner2017-06-221-6/+0
| * | | | | | x86/msi: Provide new iommu irqdomain interfaceThomas Gleixner2017-06-221-0/+15
| * | | | | | x86/htirq: Create named domainThomas Gleixner2017-06-221-5/+16
| * | | | | | x86/ioapic: Create named irq domainThomas Gleixner2017-06-221-2/+20
| * | | | | | x86/vector: Create named irq domainThomas Gleixner2017-06-221-2/+7
| * | | | | | x86/apic: Add name to irq chipThomas Gleixner2017-06-221-0/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-07-0311-150/+198
|\ \ \ \ \ \
| * | | | | | x86/ftrace: Exclude functions in head64.c from function-tracingKirill A. Shutemov2017-06-291-0/+1
| * | | | | | x86/mm: Remove reset_lazy_tlbstate()Andy Lutomirski2017-06-221-1/+0
| * | | | | | Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar2017-06-223-4/+4
| |\| | | | |
| * | | | | | x86/boot/64: Put __startup_64() into .head.textKirill A. Shutemov2017-06-201-2/+4
| * | | | | | x86/boot/64: Add support of additional page table level during early bootKirill A. Shutemov2017-06-132-12/+62
| * | | | | | x86/boot/64: Rename init_level4_pgt and early_level4_pgtKirill A. Shutemov2017-06-134-19/+18
| * | | | | | x86/boot/64: Rewrite startup_64() in CKirill A. Shutemov2017-06-132-93/+87
| * | | | | | x86/mm: Split read_cr3() into read_cr3_pa() and __read_cr3()Andy Lutomirski2017-06-134-4/+5
| * | | | | | Merge branch 'sched/urgent' into x86/mm, to pick up dependent fixIngo Molnar2017-06-132-0/+4
| |\ \ \ \ \ \
| * | | | | | | x86/ldt: Rename ldt_struct::size to ::nr_entriesBorislav Petkov2017-06-083-26/+27
| * | | | | | | x86/mm: Rework lazy TLB to track the actual loaded mmAndy Lutomirski2017-06-051-3/+4
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-07-033-6/+34
|\ \ \ \ \ \ \
| * | | | | | | x86/microcode: Make a couple of symbols staticColin Ian King2017-06-262-2/+2
| * | | | | | | x86/microcode/intel: Save pointer to ucode patch for early AP loadingBorislav Petkov2017-06-201-4/+21
| * | | | | | | x86/microcode: Look for the initrd at the correct address on 32-bitBorislav Petkov2017-06-201-0/+11
| | |_|/ / / / | |/| | | | |
* | | | | | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-031-1/+17
|\ \ \ \ \ \ \
| * | | | | | | x86/hyperv: Read TSC frequency from a synthetic MSRVitaly Kuznetsov2017-06-221-0/+15
| * | | | | | | x86/hyperv: Check frequency MSRs presence according to the specificationVitaly Kuznetsov2017-06-221-1/+2
| |/ / / / / /
* | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-07-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/nmi: Fix timeout test in test_nmi_ipi()Dan Carpenter2017-06-201-1/+1
| |/ / / / / /
* | | | | | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-1/+1
|\ \ \ \ \ \ \
| * | | | | | | x86/debug: Extend the lower bound of crash kernel low reservationsJiri Bohac2017-06-221-1/+1
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-034-26/+4
|\ \ \ \ \ \ \