summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | x86/asm/entry/64: Use negative immediates for stack adjustmentsJan Beulich2015-06-021-2/+2
| | | * | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotationsIngo Molnar2015-06-0227-1101/+350
| | | * | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlersAndy Lutomirski2015-05-244-27/+42
| | * | | | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headersBorislav Petkov2015-06-074-4/+3
| | * | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-0716-52/+271
| | |\ \ \ \
| | | * | | | x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27
| | | * | | | x86/mce: Add infrastructure to support Local MCEAshok Raj2015-06-074-0/+54
| | | * | | | x86/mce: Add Local MCE definitionsAshok Raj2015-06-072-0/+7
| | | * | | | 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-1113-42/+182
| | | |\ \ \ \
| | | | * | | | 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/irq: Cleanup ordering of vector numbersAravind Gopalakrishnan2015-05-071-5/+5
| | | | * | | | x86/mce/amd: Introduce deferred error interrupt handlerAravind Gopalakrishnan2015-05-0712-1/+133
| | | | * | | | x86/mce: Add support for deferred errors on AMDAravind Gopalakrishnan2015-05-062-4/+21
| | | | * | | | 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-075-16/+12
| | * | | | | | x86/kconfig: Reorganize arch feature Kconfig select'sIngo Molnar2015-06-031-105/+105
| | * | | | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patchIngo Molnar2015-06-0360-96/+1397
| | |\ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-----. \ \ \ \ \ \ Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/...Ingo Molnar2015-06-03122-3155/+3621
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | / | | | | | | | |_|_|_|/ | | | | | | |/| | | |
| | | | | | * | | | | x86/platform/atom/punit: Add Punit device state debug driverSrinivas Pandruvada2015-05-074-0/+196
| | | | | | * | | | | x86/platform/uv: Make SGI UV dependent on CONFIG_PCIIngo Molnar2015-05-061-0/+1
| | | | * | | | | | | x86/kconfig: Fix the CONFIG_NR_CPUS descriptionKirill A. Shutemov2015-05-081-1/+1
| | | | * | | | | | | x86/kconfig: Bump default NR_CPUS from 8 to 64 for 64-bit configurationKirill A. Shutemov2015-05-081-1/+2
| | | * | | | | | | | x86/mm: Mark arch_ioremap_p{m,u}d_supported() __initJan Beulich2015-05-281-2/+2
| | | * | | | | | | | x86/mm/pat: Export pat_enabled()Luis R. Rodriguez2015-05-271-0/+1
| | | * | | | | | | | x86/mm/pat: Wrap pat_enabled into a function APILuis R. Rodriguez2015-05-277-32/+24
| | | * | | | | | | | 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-275-21/+14
| | | * | | | | | | | x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT...Luis R. Rodriguez2015-05-273-4/+52
| | | * | | | | | | | x86/mm/pat: Convert to pr_*() usageLuis R. Rodriguez2015-05-273-26/+26
| | | * | | | | | | | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpersToshi Kani2015-05-274-28/+58
| | | * | | | | | | | 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-274-19/+47
| | | * | | | | | | | x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup()Toshi Kani2015-05-273-8/+14
| | | * | | | | | | | x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entryToshi Kani2015-05-271-10/+18
| | | * | | | | | | | x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAPToshi Kani2015-05-271-1/+1
| | | * | | | | | | | Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha...Ingo Molnar2015-05-27495-4452/+4894
| | | |\ \ \ \ \ \ \ \
| | | * | | | | | | | | x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys()Dexuan Cui2015-05-111-2/+0
| | | * | | | | | | | | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-)Luis R. Rodriguez2015-05-114-1/+47
| | | * | | | | | | | | x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup()Toshi Kani2015-05-111-1/+1
| | | * | | | | | | | | x86/mm: Add kerneldoc comments for pcommit_sfence()Ross Zwisler2015-05-111-0/+38
| | | * | | | | | | | | x86/mm: Do not flush last cacheline twice in clflush_cache_range()Ross Zwisler2015-05-111-7/+6
| | | | |_|_|_|_|/ / / | | | |/| | | | | | |
| * | | | | | | | | | 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
| * | | | | | | | | | genirq: Prevent crash in irq_move_irq()Jiang Liu2015-06-161-1/+8
| * | | | | | | | | | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomainJiang Liu2015-06-162-2/+9
| * | | | | | | | | | iommu, x86: Properly handle posted interrupts for IOMMU hotplugFeng Wu2015-06-121-0/+3
OpenPOWER on IntegriCloud