summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | x86/apic: Make arch_init_msi/htirq_domain __initDou Liyang2017-06-222-2/+2
| * | | | | | | x86/apic: Make init_legacy_irqs() __initDou Liyang2017-06-221-2/+2
| * | | | | | | x86/ioapic: Remove unused IO_APIC_irq_trigger() functionMatthias Kaehlcke2017-05-261-22/+0
| |/ / / / / /
* | | | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-07-032-146/+62
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-2013-39/+95
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | x86/tsc: Fold set_cyc2ns_scale() into callerArnd Bergmann2017-05-231-10/+4
| * | | | | | | x86/smp: Adjust system_state checkThomas Gleixner2017-05-231-1/+1
| * | | | | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-05-231-0/+1
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| * | | | | | | sched/clock: Remove unused argument to sched_clock_idle_wakeup_event()Peter Zijlstra2017-05-151-1/+1
| * | | | | | | x86/tsc, sched/clock, clocksource: Use clocksource watchdog to provide stable...Peter Zijlstra2017-05-151-0/+10
| * | | | | | | x86/tsc: Feed refined TSC calibration into sched_clock()Peter Zijlstra2017-05-151-0/+5
| * | | | | | | x86/tsc: Fix sched_clock() syncPeter Zijlstra2017-05-151-5/+11
| * | | | | | | x86/tsc: Remodel cyc2ns to use seqcount_latch()Peter Zijlstra2017-05-151-137/+36
| * | | | | | | x86/tsc: Provide 'tsc=unstable' boot parameterPeter Zijlstra2017-05-151-0/+2
* | | | | | | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-07-034-1/+13
|\ \ \ \ \ \ \ \