index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
events
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-15
x86/events/intel/ds: Fix bts_interrupt_threshold alignment
Hugh Dickins
1
-3
/
+5
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-2
/
+2
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
1
-1
/
+1
2018-06-13
Convert intel uncore to struct_size
Matthew Wilcox
1
-9
/
+10
2018-06-05
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2018-06-05
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-1
/
+1
2018-06-05
Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-19
/
+2
2018-05-31
perf/x86/intel/uncore: Clean up client IMC uncore
Kan Liang
1
-112
/
+20
2018-05-31
perf/x86/intel/uncore: Expose uncore_pmu_event*() functions
Kan Liang
2
-4
/
+8
2018-05-31
perf/x86/intel/uncore: Support IIO free-running counters on SKX
Kan Liang
1
-0
/
+82
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: Add new data structures for free running counters
Kan Liang
1
-1
/
+122
2018-05-31
perf/x86/intel/uncore: Correct fixed counter index check in generic code
Kan Liang
1
-1
/
+1
2018-05-31
perf/x86/intel/uncore: Correct fixed counter index check for NHM
Kan Liang
1
-1
/
+1
2018-05-31
perf/x86/intel/uncore: Introduce customized event_read() for client IMC uncore
Kan Liang
1
-2
/
+31
2018-05-25
perf/core: Fix bad use of igrab()
Song Liu
1
-2
/
+2
2018-05-19
Merge branches 'x86/urgent' and 'core/urgent' into x86/boot, to pick up fixes...
Ingo Molnar
2
-3
/
+43
2018-05-13
x86: Remove pr_fmt duplicate logging prefixes
Joe Perches
1
-1
/
+1
2018-05-06
perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
Suravee Suthikulpanit
1
-19
/
+2
2018-05-05
perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
Peter Zijlstra
1
-0
/
+2
2018-05-05
perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
Peter Zijlstra
1
-3
/
+6
2018-05-05
perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
Peter Zijlstra
1
-0
/
+3
2018-05-05
perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
Peter Zijlstra
1
-1
/
+4
2018-05-02
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
2
-3
/
+43
2018-04-25
perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
Kan Liang
1
-3
/
+6
2018-04-20
perf/x86/intel/uncore: Fix SBOX support for Broadwell CPUs
Oskar Senft
1
-1
/
+17
2018-04-20
perf/x86/intel/uncore: Revert "Remove SBOX support for Broadwell server"
Stephane Eranian
1
-0
/
+21
2018-04-19
compat: Move compat_timespec/ timeval to compat_time.h
Deepa Dinamani
1
-1
/
+1
2018-04-05
perf/x86/intel: Move regs->flags EXACT bit init
Stephane Eranian
1
-10
/
+24
2018-04-03
Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+2
2018-03-31
perf/x86/intel: Enable C-state residency events for Cannon Lake
Harry Pan
1
-13
/
+31
2018-03-31
perf/x86/intel: Add Cannon Lake support for RAPL profiling
Harry Pan
1
-0
/
+2
2018-03-29
perf/x86/pt, coresight: Clean up address filter structure
Alexander Shishkin
1
-3
/
+10
2018-03-29
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
1
-8
/
+17
2018-03-27
perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs
Stephane Eranian
1
-8
/
+17
2018-03-27
perf/x86: Update rdpmc_always_available static key to the modern API
Davidlohr Bueso
1
-3
/
+3
2018-03-24
Merge branch 'perf/urgent' into perf/core, to pick up fixes
Ingo Molnar
5
-28
/
+32
2018-03-23
x86/tsc: Get rid of rdtscll()
Thomas Gleixner
1
-1
/
+2
2018-03-20
perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake se...
Kan Liang
1
-14
/
+17
2018-03-20
perf/x86/intel: Rename confusing 'freerunning PEBS' API and implementation to...
Kan Liang
4
-13
/
+13
2018-03-20
perf/x86/intel/uncore: Add missing filter constraint for SKX CHA event
Stephane Eranian
1
-0
/
+1
2018-03-20
perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
Dan Carpenter
1
-1
/
+1
2018-03-20
perf/x86/intel: Disable userspace RDPMC usage for large PEBS
Kan Liang
1
-1
/
+2
2018-03-16
perf: Fix sibling iteration
Peter Zijlstra
2
-2
/
+2
2018-03-12
perf/core: Remove perf_event::group_entry
Peter Zijlstra
2
-2
/
+2
2018-03-09
perf/x86/intel: Disable userspace RDPMC usage for large PEBS
Kan Liang
1
-1
/
+2
2018-03-09
perf/x86/intel: Fix PMU read for auto-reload
Kan Liang
1
-0
/
+9
2018-03-09
perf/x86/intel/ds: Introduce ->read() function for auto-reload events and flu...
Kan Liang
2
-0
/
+11
2018-03-09
perf/x86: Introduce a ->read() callback in 'struct x86_pmu'
Kan Liang
2
-0
/
+3
2018-03-09
perf/x86/intel: Fix event update for auto-reload
Kan Liang
2
-13
/
+94
[next]