index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-03
Merge branch 'x86/topology' into perf/core, to prepare for new patches
Ingo Molnar
5
-57
/
+65
2019-06-03
perf/x86: Use update attribute groups for default attributes
Jiri Olsa
3
-41
/
+5
2019-06-03
perf/x86/intel: Use update attributes for skylake format
Jiri Olsa
1
-5
/
+10
2019-06-03
perf/x86: Use update attribute groups for extra format
Jiri Olsa
1
-5
/
+13
2019-06-03
perf/x86: Use update attribute groups for caps
Jiri Olsa
3
-14
/
+20
2019-06-03
perf/x86: Add is_visible attribute_group callback for base events
Jiri Olsa
1
-38
/
+15
2019-06-03
perf/x86: Use the new pmu::update_attrs attribute group
Jiri Olsa
3
-46
/
+52
2019-06-03
perf/x86: Get rid of x86_pmu::event_attrs
Jiri Olsa
2
-4
/
+0
2019-06-03
perf/x86/intel/uncore: Add new IMC PCI IDs for KabyLake, AmberLake and WhiskeyLake CPUs
Gayatri Kammela
1
-0
/
+43
2019-06-03
perf/x86/intel/uncore: Add tabs to Uncore IMC PCI IDs
Gayatri Kammela
1
-21
/
+21
2019-06-02
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-14
/
+14
2019-05-23
perf/x86/intel/rapl: Cosmetic rename internal variables in response to multi-die/pkg support
Kan Liang
1
-7
/
+7
2019-05-23
perf/x86/intel/uncore: Cosmetic renames in response to multi-die/pkg support
Kan Liang
3
-41
/
+41
2019-05-23
perf/x86/intel/cstate: Support multi-die/package
Kan Liang
1
-4
/
+10
2019-05-23
perf/x86/intel/rapl: Support multi-die/package
Kan Liang
1
-5
/
+5
2019-05-23
perf/x86/intel/uncore: Support multi-die/package
Kan Liang
1
-9
/
+11
2019-05-21
treewide: Add SPDX license identifier - Makefile/Kconfig
Thomas Gleixner
1
-0
/
+1
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
2
-0
/
+2
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2
-0
/
+2
2019-05-21
perf/x86/intel/ds: Fix EVENT vs. UEVENT PEBS constraints
Stephane Eranian
1
-14
/
+14
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+5
2019-05-16
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-4
/
+4
2019-05-14
treewide: replace #include <asm/sizes.h> with #include <linux/sizes.h>
Masahiro Yamada
1
-1
/
+1
2019-05-14
perf/x86/intel: Allow PEBS multi-entry in watermark mode
Stephane Eranian
1
-1
/
+1
2019-05-10
perf/x86/intel: Fix INTEL_FLAGS_EVENT_CONSTRAINT* masking
Stephane Eranian
1
-2
/
+2
2019-05-08
perf/x86/amd/iommu: Make the 'amd_iommu_attr_groups' symbol static
Wang Hai
1
-1
/
+1
2019-05-06
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
11
-132
/
+1000
2019-05-05
perf/x86/intel: Fix race in intel_pmu_disable_event()
Jiri Olsa
1
-3
/
+7
2019-05-03
perf/x86/intel/pt: Remove software double buffering PMU capability
Alexander Shishkin
1
-2
/
+1
2019-05-02
perf/x86/amd: Update generic hardware cache events for Family 17h
Kim Phillips
1
-3
/
+108
2019-04-30
KVM: x86: Inject PMI for KVM guest
Luwei Kang
1
-1
/
+5
2019-04-29
x86/paravirt: Standardize 'insn_buff' variable names
Ingo Molnar
1
-4
/
+4
2019-04-29
perf/x86: Make perf callchains work without CONFIG_FRAME_POINTER
Kairui Song
1
-4
/
+17
2019-04-25
perf/x86/intel: Update KBL Package C-state events to also include PC8/PC9/PC10 counters
Harry Pan
1
-5
/
+5
2019-04-18
perf/x86/amd: Add event map for AMD Family 17h
Kim Phillips
1
-9
/
+26
2019-04-16
perf/x86/intel: Add Tremont core PMU support
Kan Liang
1
-0
/
+91
2019-04-16
perf/x86/intel/uncore: Add Intel Icelake uncore support
Kan Liang
3
-0
/
+98
2019-04-16
perf/x86/msr: Add Icelake support
Kan Liang
1
-0
/
+1
2019-04-16
perf/x86/intel/rapl: Add Icelake support
Kan Liang
1
-0
/
+2
2019-04-16
perf/x86/intel/cstate: Add Icelake support
Kan Liang
1
-0
/
+2
2019-04-16
perf/x86/intel: Add Icelake support
Kan Liang
3
-2
/
+136
2019-04-16
perf/x86: Support constraint ranges
Peter Zijlstra
3
-8
/
+39
2019-04-16
perf/x86/lbr: Avoid reading the LBRs when adaptive PEBS handles them
Andi Kleen
2
-1
/
+13
2019-04-16
perf/x86/intel: Support adaptive PEBS v4
Kan Liang
4
-26
/
+394
2019-04-16
perf/x86/intel/ds: Extract code of event update in short period
Kan Liang
1
-13
/
+20
2019-04-16
perf/x86/intel: Extract memory code PEBS parser for reuse
Andi Kleen
1
-29
/
+34
2019-04-16
perf/x86: Support outputting XMM registers
Kan Liang
3
-2
/
+38
2019-04-16
perf/x86/intel: Force resched when TFA sysctl is modified
Stephane Eranian
3
-2
/
+53
2019-04-16
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
2
-20
/
+20
2019-04-16
perf/x86: Fix incorrect PEBS_REGS
Kan Liang
2
-20
/
+20
[prev]
[next]