summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/cpu
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with call stackAndi Kleen2015-08-041-2/+2
| * | | | | perf/x86/intel: Add Intel Skylake PMU supportAndi Kleen2015-08-044-1/+279
| * | | | | perf/x86/intel/lbr: Optimize v4 LBR unfreezingAndi Kleen2015-08-041-0/+7
| * | | | | perf/x86/intel: Move PMU ACK to after LBR readAndi Kleen2015-08-041-1/+1
| * | | | | perf/x86/intel: Handle new arch perfmon v4 status bitsAndi Kleen2015-08-041-6/+7
| * | | | | perf/x86/intel/lbr: Add support for LBRv5Andi Kleen2015-08-042-1/+21
| * | | | | perf/x86/intel/lbr: Allow time stamp for free running PEBSv3Andi Kleen2015-08-043-1/+16
| * | | | | perf/x86/intel: Add support for PEBSv3 profilingAndi Kleen2015-08-041-3/+33
| * | | | | perf/x86/intel/pt: Add new timing packet enablesAlexander Shishkin2015-08-042-1/+73
| * | | | | perf/x86/intel/pt: Do not force sync packets on every schedule-inAlexander Shishkin2015-08-041-2/+5
| * | | | | perf/x86/intel: Fix SLM MSR_OFFCORE_RSP1 valid_maskKan Liang2015-08-041-6/+10
| * | | | | perf/x86/intel/lbr: Kill off intel_pmu_needs_lbr_smpl for goodAlexander Shishkin2015-08-041-14/+0
| * | | | | perf/x86/intel/bts: Drop redundant declarationsAlexander Shishkin2015-08-041-3/+0
| * | | | | perf/x86/intel/uncore: Use Sandy Bridge client PMU on Haswell/BroadwellAndi Kleen2015-08-041-0/+5
| * | | | | perf/x86/intel/uncore: Add support for ARB uncore PMU on Sandy/IvyBridgeAndi Kleen2015-08-041-2/+21
| * | | | | perf/x86/intel/uncore: Remove use of macro DEFINE_PCI_DEVICE_TABLE()Vaishali Thakkar2015-08-041-1/+1
| * | | | | perf/x86/intel/rapl: Add support for Knights Landing (KNL)Dasaratharaman Chandramouli2015-08-041-0/+20
* | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-08-311-3/+3
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-08-121-3/+3
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-221-3/+3
| | | |_|_|/ | | |/| | |
* | | | | | Merge tag 'driver-core-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-08-311-3/+2
|\ \ \ \ \ \
| * | | | | | bus: subsys: update return type of ->remove_dev() to voidViresh Kumar2015-08-051-3/+2
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'char-misc-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-08-311-0/+47
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | Merge 4.2-rc6 into char-misc-nextGreg Kroah-Hartman2015-08-092-6/+10
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | mshyperv: fix recognition of Hyper-V guest crash MSR'sDenis V. Lunev2015-08-041-0/+1
| * | | | | Drivers: hv: vmbus: add special crash handlerVitaly Kuznetsov2015-08-041-0/+22
| * | | | | Drivers: hv: vmbus: add special kexec handlerVitaly Kuznetsov2015-08-041-0/+24
| | |/ / / | |/| | |
* | | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-08-142-12/+19
|\ \ \ \ \ | |_|/ / / |/| | | / | | |_|/ | |/| |
| * | | perf/x86/intel/cqm: Do not access cpu_data() from CPU_UP_PREPARE handlerMatt Fleming2015-08-121-5/+3
| * | | perf/x86/intel: Fix memory leak on hot-plug allocation failPeter Zijlstra2015-08-121-7/+16
| |/ /
* / / x86/ldt: Make modify_ldt synchronousAndy Lutomirski2015-07-312-6/+10
|/ /
* / perf/x86/intel/cqm: Return cached counter value from IRQ contextMatt Fleming2015-07-261-0/+8
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-07-041-1/+1
|\
| * x86/fpu: Fix FPU related boot regression when CPUID masking BIOS feature is e...Ingo Molnar2015-06-301-1/+1
* | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-07-041-23/+13
|\ \
| * | perf/x86: Fix 'active_events' imbalancePeter Zijlstra2015-06-301-23/+13
| |/
* | Merge tag 'module_init-alternate_initcall-v4.1-rc8' of git://git.kernel.org/p...Linus Torvalds2015-07-022-4/+2
|\ \ | |/ |/|
| * x86: perf_event_intel_pt.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
| * x86: perf_event_intel_bts.c: use arch_initcall to hook in enablingPaul Gortmaker2015-06-161-2/+1
* | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-06-222-6/+4
|\ \
| * \ Merge branch 'linus' into timers/coreThomas Gleixner2015-05-195-34/+59
| |\ \
| * | | x86: perf: uncore: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
| * | | x86: perf: Use hrtimer_start()Thomas Gleixner2015-04-221-3/+2
* | | | Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-2211-138/+395
|\ \ \ \
| * \ \ \ Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-4/+4
| |\ \ \ \
| | * | | | x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-081-1/+1
| | * | | | x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-081-2/+2
| | * | | | x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-081-1/+1
| * | | | | Merge branch 'x86/ras' into x86/core, to fix conflictsIngo Molnar2015-06-073-32/+203
| |\ \ \ \ \
| | * | | | | x86/mce: Handle Local MCE eventsAshok Raj2015-06-072-6/+27