index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
/
intel
/
uncore.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-17
perf/x86: fix sysfs type mismatches
Sami Tolvanen
1
-2
/
+2
2020-09-29
perf/x86/intel/uncore: Split the Ice Lake and Tiger Lake MSR uncore support
Kan Liang
1
-2
/
+2
2020-09-24
perf/x86/intel/uncore: Generic support for the PCI sub driver
Kan Liang
1
-0
/
+81
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_pmu_unregister()
Kan Liang
1
-10
/
+25
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_pmu_register()
Kan Liang
1
-31
/
+51
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_find_dev_pmu()
Kan Liang
1
-15
/
+33
2020-09-24
perf/x86/intel/uncore: Factor out uncore_pci_get_dev_die_info()
Kan Liang
1
-8
/
+23
2020-06-15
perf/x86/intel/uncore: Wrap the max dies calculation into an accessor
Roman Sudarikov
1
-6
/
+7
2020-06-15
perf/x86/intel/uncore: Expose an Uncore unit to PMON mapping
Roman Sudarikov
1
-0
/
+8
2020-06-15
perf/x86/intel/uncore: Validate MMIO address before accessing
Kan Liang
1
-0
/
+3
2020-06-15
perf/x86/intel/uncore: Add Comet Lake support
Kan Liang
1
-0
/
+2
2020-04-08
perf/x86/intel/uncore: Add Ice Lake server uncore support
Kan Liang
1
-0
/
+8
2020-03-25
Merge branch 'x86/cpu' into perf/core, to resolve conflict
Ingo Molnar
1
-36
/
+31
2020-03-24
x86/perf/events: Convert to new CPU match macros
Thomas Gleixner
1
-34
/
+29
2020-02-11
perf/x86: Add Intel Tiger Lake uncore support
Kan Liang
1
-0
/
+12
2019-10-28
perf/x86/uncore: Fix event group support
Kan Liang
1
-6
/
+38
2019-08-28
x86/intel: Aggregate microserver naming
Peter Zijlstra
1
-2
/
+2
2019-08-28
x86/intel: Aggregate big core graphics naming
Peter Zijlstra
1
-2
/
+2
2019-08-28
x86/intel: Aggregate big core mobile naming
Peter Zijlstra
1
-4
/
+4
2019-08-28
x86/intel: Aggregate big core client naming
Peter Zijlstra
1
-6
/
+6
2019-06-17
perf/x86/intel/uncore: Add IMC uncore support for Snow Ridge
Kan Liang
1
-1
/
+2
2019-06-17
perf/x86/intel/uncore: Clean up client IMC
Kan Liang
1
-0
/
+15
2019-06-17
perf/x86/intel/uncore: Support MMIO type uncore blocks
Kan Liang
1
-7
/
+44
2019-06-17
perf/x86/intel/uncore: Factor out box ref/unref functions
Kan Liang
1
-18
/
+36
2019-06-17
perf/x86/intel/uncore: Add uncore support for Snow Ridge server
Kan Liang
1
-0
/
+6
2019-06-17
perf/x86/intel: Add Icelake desktop CPUID
Kan Liang
1
-0
/
+1
2019-06-17
Merge branch 'x86/cpu' into perf/core, to pick up dependent changes
Ingo Molnar
1
-0
/
+1
2019-06-14
perf/x86: Add Intel Ice Lake NNPI uncore support
Rajneesh Bhardwaj
1
-0
/
+1
2019-06-03
Merge branch 'x86/topology' into perf/core, to prepare for new patches
Ingo Molnar
1
-39
/
+41
2019-05-23
perf/x86/intel/uncore: Cosmetic renames in response to multi-die/pkg support
Kan Liang
1
-37
/
+37
2019-05-23
perf/x86/intel/uncore: Support multi-die/package
Kan Liang
1
-9
/
+11
2019-05-21
treewide: Add SPDX license identifier for more missed files
Thomas Gleixner
1
-0
/
+1
2019-04-16
perf/x86/intel/uncore: Add Intel Icelake uncore support
Kan Liang
1
-0
/
+6
2019-03-09
perf/x86/intel/uncore: Fix client IMC events return huge result
Kan Liang
1
-0
/
+1
2019-01-21
perf/core, arch/x86: Strengthen exclusion checks with PERF_PMU_CAP_NO_EXCLUDE
Andrew Murray
1
-8
/
+1
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-12
Convert intel uncore to struct_size
Matthew Wilcox
1
-9
/
+10
2018-05-31
perf/x86/intel/uncore: Expose uncore_pmu_event*() functions
Kan Liang
1
-4
/
+4
2018-05-31
perf/x86/intel/uncore: Add infrastructure for free running counters
Kan Liang
1
-4
/
+64
2018-05-31
perf/x86/intel/uncore: Correct fixed counter index check in generic code
Kan Liang
1
-1
/
+1
2018-03-16
perf: Fix sibling iteration
Peter Zijlstra
1
-1
/
+1
2018-03-12
perf/core: Remove perf_event::group_entry
Peter Zijlstra
1
-1
/
+1
2017-11-17
perf/x86/intel/uncore: Cache logical pkg id in uncore driver
Andi Kleen
1
-2
/
+2
2017-10-10
perf/x86/intel/uncore: Fix memory leaks on allocation failures
Colin Ian King
1
-2
/
+10
2017-08-18
x86: Constify attribute_group structures
Arvind Yadav
1
-1
/
+1
2017-06-29
perf/x86/intel/uncore: Fix wrong box pointer check
Kan Liang
1
-1
/
+1
2017-02-11
perf/x86/intel: Add Kaby Lake support
Srinivas Pandruvada
1
-0
/
+2
2017-02-01
perf/x86/intel/uncore: Make package handling more robust
Thomas Gleixner
1
-105
/
+91
2017-02-01
perf/x86/intel/uncore: Clean up hotplug conversion fallout
Thomas Gleixner
1
-40
/
+4
2017-01-05
perf/x86: Set pmu->module in Intel PMU modules
David Carrillo-Cisneros
1
-0
/
+1
[next]