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
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-20
hw_breakpoint: Introduce "struct bp_cpuinfo"
Oleg Nesterov
1
-33
/
+36
2013-06-20
hw_breakpoint: Simplify *register_wide_hw_breakpoint()
Oleg Nesterov
1
-23
/
+11
2013-06-20
hw_breakpoint: Introduce cpumask_of_bp()
Oleg Nesterov
1
-26
/
+17
2013-06-20
hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths
Oleg Nesterov
1
-12
/
+8
2013-06-20
hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths
Oleg Nesterov
1
-24
/
+16
2013-06-20
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2
-7
/
+13
2013-06-20
hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()
Oleg Nesterov
1
-2
/
+2
2013-06-20
hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)
Oleg Nesterov
1
-1
/
+1
2013-06-20
kprobes: Fix arch_prepare_kprobe to handle copy insn failures
Masami Hiramatsu
1
-4
/
+10
2013-06-19
perf/x86/intel: Add mem-loads/stores support for Haswell
Andi Kleen
3
-7
/
+41
2013-06-19
perf/x86/intel: Support Haswell/v4 LBR format
Andi Kleen
3
-7
/
+61
2013-06-19
perf/x86/intel: Move NMI clearing to end of PMI handler
Andi Kleen
2
-8
/
+13
2013-06-19
perf/x86/intel: Add Haswell PEBS support
Andi Kleen
3
-2
/
+42
2013-06-19
perf/x86/intel: Add simple Haswell PMU support
Andi Kleen
3
-2
/
+91
2013-06-19
perf/x86/intel: Add Haswell PEBS record support
Andi Kleen
2
-22
/
+91
2013-06-19
perf/x86/intel: Fix sparse warning
Yan, Zheng
1
-1
/
+1
2013-06-19
perf/x86/amd: AMD IOMMU Performance Counter PERF uncore PMU implementation
Suravee Suthikulpanit
3
-0
/
+548
2013-06-19
perf/x86/amd: Add IOMMU Performance Counter resource management
Steven L Kinney
3
-12
/
+150
2013-06-19
perf/x86: Only print PMU state when also WARN()'ing
Dave Hansen
1
-2
/
+6
2013-06-19
perf/x86: Reduce stack usage of x86_schedule_events()
Andrew Hunter
4
-18
/
+26
2013-06-19
perf: Add const qualifier to perf_pmu_register's 'name' arg
Mischa Jonker
3
-4
/
+4
2013-06-19
perf: Fix hypervisor branch sampling permission check
Stephane Eranian
1
-2
/
+2
2013-06-19
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
5
-85
/
+187
2013-06-19
perf/x86: Fix broken PEBS-LL support on SNB-EP/IVB-EP
Stephane Eranian
1
-1
/
+1
2013-06-19
perf: Fix mmap() accounting hole
Peter Zijlstra
2
-72
/
+159
2013-05-31
Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...
Ingo Molnar
41
-778
/
+1270
2013-05-30
perf tools: Add missing liblk.a dependency for python/perf.so
Jiri Olsa
1
-1
/
+1
2013-05-30
perf tools: Remove '?=' Makefile STRIP assignment
Jiri Olsa
1
-1
/
+1
2013-05-30
perf tools: Replace multiple line assignment with multiple statements
Jiri Olsa
1
-24
/
+19
2013-05-30
perf tools: Replace tabs with spaces for all non-commands statements
Jiri Olsa
2
-238
/
+238
2013-05-30
perf tools: Add NO_BIONIC variable to confiure bionic setup
Jiri Olsa
2
-0
/
+6
2013-05-30
perf tools: Switch to full path C include directories
Jiri Olsa
2
-14
/
+39
2013-05-30
perf tools: Merge all *LDFLAGS* make variable into LDFLAGS
Jiri Olsa
2
-22
/
+25
2013-05-30
perf tools: Merge all *CFLAGS* make variable into CFLAGS
Jiri Olsa
3
-84
/
+89
2013-05-30
perf evlist: Reset SIGTERM handler in workload child process
David Ahern
1
-0
/
+2
2013-05-29
perf: Expand definition of sysfs format attribute
Michael Ellerman
1
-0
/
+6
2013-05-29
perf: Power7 Update testing ABI to list CPI-stack events
Sukadev Bhattiprolu
1
-5
/
+27
2013-05-29
perf: Power7: Make CPI stack events available in sysfs
Sukadev Bhattiprolu
1
-0
/
+73
2013-05-29
tools lib lk: Respect CROSS_COMPILE
Rabin Vincent
1
-0
/
+3
2013-05-29
perf tools: Remove cwdlen from struct perf_session
Jiri Olsa
1
-1
/
+0
2013-05-29
perf tools: Remove frozen from perf_header struct
Jiri Olsa
2
-3
/
+0
2013-05-29
perf tests: Fix exclude_guest|exclude_host checking for attr tests
Jiri Olsa
2
-4
/
+4
2013-05-29
perf tests: Fix attr test for record -d option
Jiri Olsa
1
-1
/
+4
2013-05-29
perf tools: Final touches for CHK config move
Jiri Olsa
1
-11
/
+0
2013-05-29
perf tools: Move paths config into config/Makefile
Jiri Olsa
2
-58
/
+52
2013-05-29
perf tools: Move libnuma check config into config/Makefile
Jiri Olsa
2
-8
/
+12
2013-05-29
perf tools: Move stdlib check config into config/Makefile
Jiri Olsa
2
-18
/
+18
2013-05-29
perf tools: Move libbfd check config into config/Makefile
Jiri Olsa
2
-37
/
+37
2013-05-29
perf tools: Move libpython check config into config/Makefile
Jiri Olsa
2
-65
/
+66
2013-05-29
perf tools: Move libperl check config into config/Makefile
Jiri Olsa
2
-17
/
+24
[next]