Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | | x86/asm/entry/64: Use negative immediates for stack adjustments | Jan Beulich | 2015-06-02 | 1 | -2/+2 | |
| | | * | | | x86/debug: Remove perpetually broken, unmaintainable dwarf annotations | Ingo Molnar | 2015-06-02 | 27 | -1101/+350 | |
| | | * | | | x86/asm/irq: Stop relying on magic JMP behavior for early_idt_handlers | Andy Lutomirski | 2015-05-24 | 4 | -27/+42 | |
| | * | | | | x86/uapi: Do not export <asm/msr-index.h> as part of the user API headers | Borislav Petkov | 2015-06-07 | 4 | -4/+3 | |
| | * | | | | Merge branch 'x86/ras' into x86/core, to fix conflicts | Ingo Molnar | 2015-06-07 | 16 | -52/+271 | |
| | |\ \ \ \ | ||||||
| | | * | | | | x86/mce: Handle Local MCE events | Ashok Raj | 2015-06-07 | 2 | -6/+27 | |
| | | * | | | | x86/mce: Add infrastructure to support Local MCE | Ashok Raj | 2015-06-07 | 4 | -0/+54 | |
| | | * | | | | x86/mce: Add Local MCE definitions | Ashok Raj | 2015-06-07 | 2 | -0/+7 | |
| | | * | | | | x86/mce: Fix monarch timeout setting through the mce= cmdline option | Xie XiuQi | 2015-05-27 | 1 | -4/+1 | |
| | | * | | | | Merge tag 'ras_for_4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/... | Ingo Molnar | 2015-05-11 | 13 | -42/+182 | |
| | | |\ \ \ \ | ||||||
| | | | * | | | | x86/mce/amd: Zap changelog | Borislav Petkov | 2015-05-07 | 1 | -10/+2 | |
| | | | * | | | | x86/traps: Remove superfluous weak definitions and dead code | Borislav Petkov | 2015-05-07 | 1 | -17/+0 | |
| | | | * | | | | x86/mce/amd: Rename setup_APIC_mce | Aravind Gopalakrishnan | 2015-05-07 | 1 | -2/+2 | |
| | | | * | | | | x86/irq: Cleanup ordering of vector numbers | Aravind Gopalakrishnan | 2015-05-07 | 1 | -5/+5 | |
| | | | * | | | | x86/mce/amd: Introduce deferred error interrupt handler | Aravind Gopalakrishnan | 2015-05-07 | 12 | -1/+133 | |
| | | | * | | | | x86/mce: Add support for deferred errors on AMD | Aravind Gopalakrishnan | 2015-05-06 | 2 | -4/+21 | |
| | | | * | | | | x86/mce/amd: Collect valid address before logging an error | Aravind Gopalakrishnan | 2015-05-06 | 1 | -1/+4 | |
| | | | * | | | | x86/mce/amd: Factor out logging mechanism | Aravind Gopalakrishnan | 2015-05-06 | 1 | -10/+23 | |
| | * | | | | | | x86: Kill CONFIG_X86_HT | Borislav Petkov | 2015-06-07 | 5 | -16/+12 | |
| | * | | | | | | x86/kconfig: Reorganize arch feature Kconfig select's | Ingo Molnar | 2015-06-03 | 1 | -105/+105 | |
| | * | | | | | | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 2015-06-03 | 60 | -96/+1397 | |
| | |\ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | | \ \ \ \ \ \ | ||||||
| | *-----. \ \ \ \ \ \ | Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/... | Ingo Molnar | 2015-06-03 | 122 | -3155/+3621 | |
| | |\ \ \ \ \ \ \ \ \ \ | | | | |_|_|_|_|_|_|/ / | | | |/| | | | | | | / | | | | | | | |_|_|_|/ | | | | | | |/| | | | | ||||||
| | | | | | * | | | | | x86/platform/atom/punit: Add Punit device state debug driver | Srinivas Pandruvada | 2015-05-07 | 4 | -0/+196 | |
| | | | | | * | | | | | x86/platform/uv: Make SGI UV dependent on CONFIG_PCI | Ingo Molnar | 2015-05-06 | 1 | -0/+1 | |
| | | | * | | | | | | | x86/kconfig: Fix the CONFIG_NR_CPUS description | Kirill A. Shutemov | 2015-05-08 | 1 | -1/+1 | |
| | | | * | | | | | | | x86/kconfig: Bump default NR_CPUS from 8 to 64 for 64-bit configuration | Kirill A. Shutemov | 2015-05-08 | 1 | -1/+2 | |
| | | * | | | | | | | | x86/mm: Mark arch_ioremap_p{m,u}d_supported() __init | Jan Beulich | 2015-05-28 | 1 | -2/+2 | |
| | | * | | | | | | | | x86/mm/pat: Export pat_enabled() | Luis R. Rodriguez | 2015-05-27 | 1 | -0/+1 | |
| | | * | | | | | | | | x86/mm/pat: Wrap pat_enabled into a function API | Luis R. Rodriguez | 2015-05-27 | 7 | -32/+24 | |
| | | * | | | | | | | | x86/mm/mtrr: Generalize runtime disabling of MTRRs | Luis R. Rodriguez | 2015-05-27 | 3 | -10/+35 | |
| | | * | | | | | | | | x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index() | Luis R. Rodriguez | 2015-05-27 | 5 | -21/+14 | |
| | | * | | | | | | | | x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT... | Luis R. Rodriguez | 2015-05-27 | 3 | -4/+52 | |
| | | * | | | | | | | | x86/mm/pat: Convert to pr_*() usage | Luis R. Rodriguez | 2015-05-27 | 3 | -26/+26 | |
| | | * | | | | | | | | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers | Toshi Kani | 2015-05-27 | 4 | -28/+58 | |
| | | * | | | | | | | | x86/mm/mtrr: Clean up mtrr_type_lookup() | Toshi Kani | 2015-05-27 | 1 | -52/+86 | |
| | | * | | | | | | | | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs | Toshi Kani | 2015-05-27 | 4 | -19/+47 | |
| | | * | | | | | | | | x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup() | Toshi Kani | 2015-05-27 | 3 | -8/+14 | |
| | | * | | | | | | | | x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry | Toshi Kani | 2015-05-27 | 1 | -10/+18 | |
| | | * | | | | | | | | x86/mm/kconfig: Simplify conditions for HAVE_ARCH_HUGE_VMAP | Toshi Kani | 2015-05-27 | 1 | -1/+1 | |
| | | * | | | | | | | | Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha... | Ingo Molnar | 2015-05-27 | 495 | -4452/+4894 | |
| | | |\ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | x86/mm/pageattr: Remove an unused variable in slow_virt_to_phys() | Dexuan Cui | 2015-05-11 | 1 | -2/+0 | |
| | | * | | | | | | | | | x86/mm: Add ioremap_uc() helper to map memory uncacheable (not UC-) | Luis R. Rodriguez | 2015-05-11 | 4 | -1/+47 | |
| | | * | | | | | | | | | x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup() | Toshi Kani | 2015-05-11 | 1 | -1/+1 | |
| | | * | | | | | | | | | x86/mm: Add kerneldoc comments for pcommit_sfence() | Ross Zwisler | 2015-05-11 | 1 | -0/+38 | |
| | | * | | | | | | | | | x86/mm: Do not flush last cacheline twice in clflush_cache_range() | Ross Zwisler | 2015-05-11 | 1 | -7/+6 | |
| | | | |_|_|_|_|/ / / | | | |/| | | | | | | | ||||||
| * | | | | | | | | | | x86/hpet: Use proper hpet device number for MSI allocation | Thomas Gleixner | 2015-06-21 | 1 | -5/+6 | |
| * | | | | | | | | | | x86/hpet: Check for irq==0 when allocating hpet MSI interrupts | Jiang Liu | 2015-06-20 | 1 | -1/+1 | |
| * | | | | | | | | | | genirq: Prevent crash in irq_move_irq() | Jiang Liu | 2015-06-16 | 1 | -1/+8 | |
| * | | | | | | | | | | genirq: Enhance irq_data_to_desc() to support hierarchy irqdomain | Jiang Liu | 2015-06-16 | 2 | -2/+9 | |
| * | | | | | | | | | | iommu, x86: Properly handle posted interrupts for IOMMU hotplug | Feng Wu | 2015-06-12 | 1 | -0/+3 |