summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2015-09-01Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+2
2015-09-01Merge branch 'x86-irq-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-4/+7
2015-09-01Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-15/+51
2015-09-01Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds7-14/+8
2015-09-01Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-37/+8
2015-09-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds27-605/+464
2015-08-31Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2015-08-31Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-143/+269
2015-08-31Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds18-103/+1009
2015-08-31Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+4
2015-08-31Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+2
2015-08-31Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+47
2015-08-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar5-10/+17
2015-08-28x86/mm/mtrr: Remove kernel internal MTRR interfaces: unexport mtrr_add() and ...Luis R. Rodriguez1-2/+0
2015-08-25Merge tag 'v4.2-rc8' into x86/mm, before applying new changesIngo Molnar109-7751/+5570
2015-08-25x86/mm: Make kernel/check.c explicitly non-modularPaul Gortmaker1-3/+2
2015-08-23x86/asm/msr: Make wrmsrl() a functionAndy Lutomirski1-3/+3
2015-08-22x86/apic: Fix fallout from x2apic cleanupThomas Gleixner1-7/+7
2015-08-22x86/asm/delay: Introduce an MWAITX-based delay with a configurable timerHuang Rui1-0/+4
2015-08-22x86/traps: Weaken context tracking entry assertionsAndy Lutomirski1-9/+9
2015-08-22x86/fpu/math-emu: Fix crash in fork()Ingo Molnar1-1/+1
2015-08-22x86/fpu/math-emu: Fix math-emu boot crashIngo Molnar1-1/+6
2015-08-21perf/x86/msr: Fix the MSR driver buildIngo Molnar1-1/+1
2015-08-20x86/idle: Restore trace_cpu_idle to mwait_idle() callsJisheng Zhang1-0/+2
2015-08-20Merge branch 'perf/urgent' into perf/core, to pick up fixes before adding mor...Ingo Molnar7-147/+171
2015-08-18x86/irq: Build correct vector mapping for multiple MSI interruptsJiang Liu1-1/+1
2015-08-18Merge branch 'x86/urgent' into x86/asm to fix up conflicts and to pick up fixesIngo Molnar4-29/+32
2015-08-17x86/smpboot: Remove APIC.wait_for_init_deassert and atomic init_deassertedLen Brown9-24/+3
2015-08-17x86/smpboot: Remove SIPI delays from cpu_up()Len Brown1-2/+4
2015-08-17x86/smpboot: Remove udelay(100) when polling cpu_callin_mapLen Brown1-1/+0
2015-08-17x86/smpboot: Remove udelay(100) when polling cpu_initialized_mapLen Brown1-2/+1
2015-08-17Merge tag 'v4.2-rc7' into x86/boot, to refresh the branch before merging new ...Ingo Molnar20-305/+373
2015-08-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+2
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-12/+19
2015-08-13Revert x86 sigcontext cleanupsLinus Torvalds1-15/+11
2015-08-13x86/mce: Add a wrapper around mce_log() for injectionBorislav Petkov2-0/+10
2015-08-13x86/mce: Rename rcu_dereference_check_mce() to mce_log_get_idx_check()Borislav Petkov1-4/+4
2015-08-13x86/mce: Reenable CMCI banks when swiching back to interrupt modeXie XiuQi1-18/+23
2015-08-13x86/mce: Clear Local MCE opt-in before kexecAshok Raj4-1/+52
2015-08-13x86/mce: Kill drain_mcelog_buffer()Borislav Petkov1-42/+2
2015-08-13x86/mce: Avoid potential deadlock due to printk() in MCE contextChen, Gong3-4/+2
2015-08-13x86/mce: Remove the MCE ring for Action Optional errorsChen, Gong1-75/+60
2015-08-13x86/mce: Don't use percpu workqueuesChen, Gong1-7/+7
2015-08-13x86/mce: Provide a lockless memory pool to save error recordsChen, Gong4-2/+119
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2-4/+4
2015-08-12perf/x86/intel/pt: Clean up files of Intel Processor TraceTakao Indoh2-32/+11
2015-08-12perf/x86: Fix MSR PMU driverPeter Zijlstra1-84/+84
2015-08-12Merge branch 'perf/urgent' into perf/core, to pick up fixes before applying n...Ingo Molnar2-12/+19
2015-08-12perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming1-5/+3
2015-08-12perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra1-7/+16