summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-06-03Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar4-9/+102
2015-06-03Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar39-1480/+1660
2015-05-27x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez1-1/+1
2015-05-27x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez3-10/+35
2015-05-27x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez1-3/+3
2015-05-27x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...Luis R. Rodriguez1-0/+3
2015-05-27x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani1-10/+30
2015-05-27x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani1-52/+86
2015-05-27x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani1-7/+7
2015-05-27x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2-8/+10
2015-05-27x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani1-10/+18
2015-05-27Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar2-4/+4
2015-05-20x86/fpu: Disable XSAVES* support for nowIngo Molnar1-0/+15
2015-05-19x86/irq: Show statistics information for posted-interruptsFeng Wu1-0/+12
2015-05-19x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu3-0/+30
2015-05-19x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqsFeng Wu1-0/+1
2015-05-19x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker1-1/+1
2015-05-18x86/smp/boot: Fix legacy SMP bootup slow-boot bugIngo Molnar1-1/+1
2015-05-18x86/mce: Fix MCE severity messagesBorislav Petkov1-2/+5
2015-05-17Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar5-12/+12
2015-05-17x86/asm/entry/64: Use shorter MOVs from segment registersDenys Vlasenko1-4/+4
2015-05-17x86/asm/head*.S: Change global labels to localBorislav Petkov2-4/+4
2015-05-17Merge branch 'linus' into x86/asm, to resolve conflictsIngo Molnar2-4/+4
2015-05-15x86: Consolidate irq entering inlinesThomas Gleixner2-21/+8
2015-05-15x86: Use entering[_ack]_irq() instead of open coding itThomas Gleixner3-20/+8
2015-05-13x86, irq: Allocate CPU vectors from device local CPUs if possibleJiang Liu1-9/+14
2015-05-13x86/hpet: Pass proper pointer to irq_alloc_infoSergey Senozhatsky1-1/+1
2015-05-13Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization simi...Ingo Molnar1-36/+22
2015-05-12x86/smp/boot: Remove 10ms delay from cpu_up() on modern processorsLen Brown1-0/+15
2015-05-12x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delayLen Brown1-1/+22
2015-05-11Merge branch 'x86/asm' into x86/apic, to resolve a conflictIngo Molnar27-211/+183
2015-05-11perf/x86/rapl: Enable Broadwell-U RAPL supportStephane Eranian1-0/+1
2015-05-11x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()Toshi Kani1-1/+1
2015-05-11x86/alternatives: Switch AMD F15h and later to the P6 NOPsBorislav Petkov1-0/+9
2015-05-11locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKSIngo Molnar3-11/+11
2015-05-10x86/asm/entry/irq: Clean up IRQn_VECTOR macrosBrian Gerst4-9/+9
2015-05-10x86/asm/entry: Remove SYSCALL_VECTORBrian Gerst1-2/+2
2015-05-10x86/irq: Merge irq_regs & irq_statBrian Gerst3-12/+6
2015-05-08x86/entry: Define 'cpu_current_top_of_stack' for 64-bit codeDenys Vlasenko1-1/+1
2015-05-08x86/entry: Remove unused 'kernel_stack' per-cpu variableDenys Vlasenko4-13/+1
2015-05-08x86/entry: Stop using PER_CPU_VAR(kernel_stack)Denys Vlasenko1-1/+1
2015-05-08Merge branch 'linus' into x86/asm, before applying dependent patchIngo Molnar38-419/+4921
2015-05-08locking/pvqspinlock, x86: Enable PV qspinlock for KVMWaiman Long1-0/+43
2015-05-08locking/pvqspinlock, x86: Implement the paravirt qspinlock call patchingPeter Zijlstra (Intel)3-9/+59
2015-05-08perf/x86/intel: Fix SLM cache event listKan Liang1-4/+3
2015-05-08x86/asm/entry/64: Clean up usage of TEST insnsDenys Vlasenko1-6/+5
2015-05-08x86/asm/entry/64: Tidy up JZ insns after TESTsDenys Vlasenko1-4/+4
2015-05-06Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+2
2015-05-06Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-6/+8
2015-05-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-28/+50