Age | Commit message (Expand) | Author | Files | Lines |
2015-06-03 | Merge branch 'locking/core' into x86/core, to prepare for dependent patch | Ingo Molnar | 4 | -9/+102 |
2015-06-03 | Merge branches 'x86/mm', 'x86/build', 'x86/apic' and 'x86/platform' into x86/... | Ingo Molnar | 39 | -1480/+1660 |
2015-05-27 | x86/mm/pat: Wrap pat_enabled into a function API | Luis R. Rodriguez | 1 | -1/+1 |
2015-05-27 | x86/mm/mtrr: Generalize runtime disabling of MTRRs | Luis R. Rodriguez | 3 | -10/+35 |
2015-05-27 | x86/mm/mtrr: Avoid #ifdeffery with phys_wc_to_mtrr_index() | Luis R. Rodriguez | 1 | -3/+3 |
2015-05-27 | x86/mm/mtrr, pat: Document Write Combining MTRR type effects on PAT / non-PAT... | Luis R. Rodriguez | 1 | -0/+3 |
2015-05-27 | x86/mm/mtrr: Enhance MTRR checks in kernel mapping helpers | Toshi Kani | 1 | -10/+30 |
2015-05-27 | x86/mm/mtrr: Clean up mtrr_type_lookup() | Toshi Kani | 1 | -52/+86 |
2015-05-27 | x86/mm/mtrr: Use symbolic define as a retval for disabled MTRRs | Toshi Kani | 1 | -7/+7 |
2015-05-27 | x86/mm/mtrr: Fix MTRR state checks in mtrr_type_lookup() | Toshi Kani | 2 | -8/+10 |
2015-05-27 | x86/mm/mtrr: Fix MTRR lookup to handle an inclusive entry | Toshi Kani | 1 | -10/+18 |
2015-05-27 | Merge tag 'v4.1-rc5' into x86/mm, to refresh the tree before applying new cha... | Ingo Molnar | 2 | -4/+4 |
2015-05-20 | x86/fpu: Disable XSAVES* support for now | Ingo Molnar | 1 | -0/+15 |
2015-05-19 | x86/irq: Show statistics information for posted-interrupts | Feng Wu | 1 | -0/+12 |
2015-05-19 | x86/irq: Define a global vector for VT-d Posted-Interrupts | Feng Wu | 3 | -0/+30 |
2015-05-19 | x86/irq/msi: Implement irq_set_vcpu_affinity for remapped MSI irqs | Feng Wu | 1 | -0/+1 |
2015-05-19 | x86: Rename eisa_set_level_irq to elcr_set_level_irq | Paul Gortmaker | 1 | -1/+1 |
2015-05-18 | x86/smp/boot: Fix legacy SMP bootup slow-boot bug | Ingo Molnar | 1 | -1/+1 |
2015-05-18 | x86/mce: Fix MCE severity messages | Borislav Petkov | 1 | -2/+5 |
2015-05-17 | Merge branch 'x86/asm' into x86/apic, to resolve conflicts | Ingo Molnar | 5 | -12/+12 |
2015-05-17 | x86/asm/entry/64: Use shorter MOVs from segment registers | Denys Vlasenko | 1 | -4/+4 |
2015-05-17 | x86/asm/head*.S: Change global labels to local | Borislav Petkov | 2 | -4/+4 |
2015-05-17 | Merge branch 'linus' into x86/asm, to resolve conflicts | Ingo Molnar | 2 | -4/+4 |
2015-05-15 | x86: Consolidate irq entering inlines | Thomas Gleixner | 2 | -21/+8 |
2015-05-15 | x86: Use entering[_ack]_irq() instead of open coding it | Thomas Gleixner | 3 | -20/+8 |
2015-05-13 | x86, irq: Allocate CPU vectors from device local CPUs if possible | Jiang Liu | 1 | -9/+14 |
2015-05-13 | x86/hpet: Pass proper pointer to irq_alloc_info | Sergey Senozhatsky | 1 | -1/+1 |
2015-05-13 | Revert f5d6a52f5111 ("x86/smpboot: Skip delays during SMP initialization simi... | Ingo Molnar | 1 | -36/+22 |
2015-05-12 | x86/smp/boot: Remove 10ms delay from cpu_up() on modern processors | Len Brown | 1 | -0/+15 |
2015-05-12 | x86/smp/boot: Add cmdline "cpu_init_udelay=N" to specify cpu_up() delay | Len Brown | 1 | -1/+22 |
2015-05-11 | Merge branch 'x86/asm' into x86/apic, to resolve a conflict | Ingo Molnar | 27 | -211/+183 |
2015-05-11 | perf/x86/rapl: Enable Broadwell-U RAPL support | Stephane Eranian | 1 | -0/+1 |
2015-05-11 | x86/mm/mtrr: Remove incorrect address check in __mtrr_type_lookup() | Toshi Kani | 1 | -1/+1 |
2015-05-11 | x86/alternatives: Switch AMD F15h and later to the P6 NOPs | Borislav Petkov | 1 | -0/+9 |
2015-05-11 | locking/pvqspinlock: Rename QUEUED_SPINLOCK to QUEUED_SPINLOCKS | Ingo Molnar | 3 | -11/+11 |
2015-05-10 | x86/asm/entry/irq: Clean up IRQn_VECTOR macros | Brian Gerst | 4 | -9/+9 |
2015-05-10 | x86/asm/entry: Remove SYSCALL_VECTOR | Brian Gerst | 1 | -2/+2 |
2015-05-10 | x86/irq: Merge irq_regs & irq_stat | Brian Gerst | 3 | -12/+6 |
2015-05-08 | x86/entry: Define 'cpu_current_top_of_stack' for 64-bit code | Denys Vlasenko | 1 | -1/+1 |
2015-05-08 | x86/entry: Remove unused 'kernel_stack' per-cpu variable | Denys Vlasenko | 4 | -13/+1 |
2015-05-08 | x86/entry: Stop using PER_CPU_VAR(kernel_stack) | Denys Vlasenko | 1 | -1/+1 |
2015-05-08 | Merge branch 'linus' into x86/asm, before applying dependent patch | Ingo Molnar | 38 | -419/+4921 |
2015-05-08 | locking/pvqspinlock, x86: Enable PV qspinlock for KVM | Waiman Long | 1 | -0/+43 |
2015-05-08 | locking/pvqspinlock, x86: Implement the paravirt qspinlock call patching | Peter Zijlstra (Intel) | 3 | -9/+59 |
2015-05-08 | perf/x86/intel: Fix SLM cache event list | Kan Liang | 1 | -4/+3 |
2015-05-08 | x86/asm/entry/64: Clean up usage of TEST insns | Denys Vlasenko | 1 | -6/+5 |
2015-05-08 | x86/asm/entry/64: Tidy up JZ insns after TESTs | Denys Vlasenko | 1 | -4/+4 |
2015-05-06 | Merge tag 'for-linus-4.1b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+2 |
2015-05-06 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -6/+8 |
2015-05-06 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2 | -28/+50 |