summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2354-5050/+1843
|\
| *---. Merge branches 'x86/apic', 'x86/asm', 'x86/mm' and 'x86/platform' into x86/co...Ingo Molnar2015-06-2234-3768/+568
| |\ \ \
| | | | * x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang2015-06-181-2/+6
| | | * | x86/mm: Decouple <linux/vmalloc.h> from <asm/io.h>Stephen Rothwell2015-06-032-0/+2
| | * | | x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2015-06-081-1/+1
| | * | | Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-0815-3622/+39
| | |\ \ \
| | | * | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-082-4/+3
| | | * | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-2/+2
| | | * | | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-083-3/+3
| | | * | | x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-047-539/+0
| | | * | | x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-033-2692/+1
| | | * | | x86/asm/entry/64: Fold identical code pathsJan Beulich2015-06-021-8/+2
| | | * | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-022-500/+156
| | | * | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-243-25/+30
| | * | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-077-44/+218
| | |\ \ \ \
| | | * | | | x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27
| | | * | | | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-072-0/+46
| | | * | | | x86/mce: Fix monarch timeout setting through the mce= cmdline optionXie XiuQi2015-05-271-4/+1
| | | * | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/...Ingo Molnar2015-05-116-34/+144
| | | |\ \ \ \
| | | | * | | | x86/mce/amd: Zap changelogBorislav Petkov2015-05-071-10/+2
| | | | * | | | x86/traps: Remove superfluous weak definitions and dead codeBorislav Petkov2015-05-071-17/+0
| | | | * | | | x86/mce/amd: Rename setup_APIC_mceAravind Gopalakrishnan2015-05-071-2/+2
| | | | * | | | x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-075-0/+113
| | | | * | | | x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-061-2/+8
| | | | * | | | x86/mce/amd: Collect valid address before logging an errorAravind Gopalakrishnan2015-05-061-1/+4
| | | | * | | | x86/mce/amd: Factor out logging mechanismAravind Gopalakrishnan2015-05-061-10/+23
| | | | | |_|/ | | | | |/| |
| | * | | | | x86: Kill CONFIG_X86_HTBorislav Petkov2015-06-073-9/+9
| | * | | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-034-9/+102
| | |\ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | | \ \ \ \ \
| | *-----. \ \ \ \ \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-0339-1480/+1660
| | |\ \ \ \ \ \ \ \ \ | | | | | |_|_|/ / / / | | | | |/| | | / / / | | | | | | | |/ / / | | | | | | |/| | / | | | | |_|_|_|_|/ | | | |/| | | | |
| | | * | | | | | x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-271-1/+1
| | | * | | | | | x86/mm/mtrr: Generalize runtime disabling of MTRRsLuis R. Rodriguez2015-05-273-10/+35
| | | * | | | | | x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index()Luis R. Rodriguez2015-05-271-3/+3
| | | * | | | | | x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...Luis R. Rodriguez2015-05-271-0/+3
| | | * | | | | | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-271-10/+30
| | | * | | | | | x86/mm/mtrr: Clean up mtrr_type_lookup()Toshi Kani2015-05-271-52/+86
| | | * | | | | | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRsToshi Kani2015-05-271-7/+7
| | | * | | | | | x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-272-8/+10
| | | * | | | | | x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani2015-05-271-10/+18
| | | * | | | | | Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar2015-05-272-4/+4
| | | |\ \ \ \ \ \
| | | * | | | | | | x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()Toshi Kani2015-05-111-1/+1
| | | | |/ / / / / | | | |/| | | | |
| * | | | | | | | x86/hpet: Use proper hpet device number for MSI allocationThomas Gleixner2015-06-211-5/+6
| * | | | | | | | x86/hpet: Check for irq==0 when allocating hpet MSI interruptsJiang Liu2015-06-201-1/+1
| | |_|_|/ / / / | |/| | | | | |
| * | | | | | | x86/irq: Show statistics information for posted-interruptsFeng Wu2015-05-191-0/+12
| * | | | | | | x86/irq: Define a global vector for VT-d Posted-InterruptsFeng Wu2015-05-193-0/+30
| * | | | | | | x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqsFeng Wu2015-05-191-0/+1
| * | | | | | | x86: Rename eisa_set_level_irq to elcr_set_level_irqPaul Gortmaker2015-05-191-1/+1
| * | | | | | | x86/smp/boot: Fix legacy SMP bootup slow-boot bugIngo Molnar2015-05-181-1/+1
| * | | | | | | Merge branch 'x86/asm' into x86/apic, to resolve conflictsIngo Molnar2015-05-175-12/+12
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | x86/asm/entry/64: Use shorter MOVs from segment registersDenys Vlasenko2015-05-171-4/+4
| | * | | | | | x86/asm/head*.S: Change global labels to localBorislav Petkov2015-05-172-4/+4