aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
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 changesIngo Molnar20-303/+371
2015-08-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-2/+2
2015-08-14Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus 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-12PKCS#7: Appropriately restrict authenticated attributes and content typeDavid Howells1-1/+3
2015-08-12Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo 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 new changesIngo 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
2015-08-10clockevents/drivers/i8253: Migrate to new 'set-state' interfaceViresh Kumar1-1/+1
2015-08-09Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman6-129/+157
2015-08-08x86/ldt: Correct LDT access in single stepping logicJuergen Gross1-2/+2
2015-08-05bus: subsys: update return type of ->remove_dev() to voidViresh Kumar1-3/+2
2015-08-06x86/irq: Store irq descriptor in vector arrayThomas Gleixner5-61/+49
2015-08-06x86/irq: Get rid of an indentation levelThomas Gleixner1-37/+35
2015-08-06x86/irq: Rename VECTOR_UNDEFINED to VECTOR_UNUSEDThomas Gleixner3-14/+13
2015-08-06x86/irq: Replace numeric constantThomas Gleixner1-2/+2
2015-08-06x86/irq: Protect smp_cleanup_moveThomas Gleixner1-4/+14
2015-08-06Merge branch 'linus' into x86/apicThomas Gleixner12-146/+183
2015-08-04mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev1-0/+1
2015-08-04Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov1-0/+22
2015-08-04Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov1-0/+24
2015-08-04perf/x86/intel/pebs: Robustify PEBS buffer drainPeter Zijlstra1-17/+17
2015-08-04perf/x86/intel/pebs: Fix event disable PEBS buffer drainLiang, Kan1-6/+7
2015-08-04perf/x86: Add an MSR PMU driverAndy Lutomirski2-0/+244
2015-08-04perf/x86/intel/uncore: Add Broadwell-DE uncore supportKan Liang3-0/+172
2015-08-04perf/x86/intel: Use 0x11 as extra reg test valueAndi Kleen1-1/+1
2015-08-04perf/x86: Make merge_attr() global to use from perf_event_intelAndi Kleen2-1/+4
2015-08-04perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack modeAndi Kleen1-3/+7
2015-08-04perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with call stackAndi Kleen1-2/+2
2015-08-04perf/x86/intel: Add Intel Skylake PMU supportAndi Kleen4-1/+279
2015-08-04perf/x86/intel/lbr: Optimize v4 LBR unfreezingAndi Kleen1-0/+7
2015-08-04perf/x86/intel: Move PMU ACK to after LBR readAndi Kleen1-1/+1
2015-08-04perf/x86/intel: Handle new arch perfmon v4 status bitsAndi Kleen1-6/+7
2015-08-04perf/x86/intel/lbr: Add support for LBRv5Andi Kleen2-1/+21
2015-08-04perf/x86/intel/lbr: Allow time stamp for free running PEBSv3Andi Kleen3-1/+16
2015-08-04perf/x86/intel: Add support for PEBSv3 profilingAndi Kleen1-3/+33
2015-08-04perf/x86: Add a native_perf_sched_clock_from_tsc()Andi Kleen1-0/+8