index
:
Linux Stable
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
events
/
hw_breakpoint.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf/hw_breakpoint: Fix arch_hw_breakpoint use-before-initialization
Mark-PK Tsai
2019-10-17
1
-2
/
+2
*
perf/hw_breakpoint: Enable breakpoint in modify_user_hw_breakpoint
Jiri Olsa
2018-08-30
1
-4
/
+2
*
perf/hw_breakpoint: Remove superfluous bp->attr.disabled = 0
Jiri Olsa
2018-08-30
1
-3
/
+2
*
perf/hw_breakpoint: Modify breakpoint even if the new attr has disabled set
Jiri Olsa
2018-08-30
1
-4
/
+6
*
perf/hw_breakpoint: Clean up and consolidate modify_user_hw_breakpoint_check()
Frederic Weisbecker
2018-06-26
1
-19
/
+25
*
perf/hw_breakpoint: Pass new breakpoint type to modify_breakpoint_slot()
Frederic Weisbecker
2018-06-26
1
-5
/
+5
*
perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()
Frederic Weisbecker
2018-06-26
1
-17
/
+0
*
perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...
Frederic Weisbecker
2018-06-26
1
-1
/
+1
*
perf/hw_breakpoint: Split attribute parse and commit
Frederic Weisbecker
2018-06-26
1
-16
/
+41
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2018-03-29
1
-13
/
+6
|
\
|
*
perf/hwbp: Simplify the perf-hwbp code, fix documentation
Linus Torvalds
2018-03-28
1
-23
/
+7
*
|
perf/core: Implement fast breakpoint modification via _IOC_MODIFY_ATTRIBUTES
Milind Chabbi
2018-03-13
1
-1
/
+1
*
|
hw_breakpoint: Add perf_event_attr fields check in __modify_user_hw_breakpoint()
Jiri Olsa
2018-03-13
1
-2
/
+7
*
|
hw_breakpoint: Factor out __modify_user_hw_breakpoint() function
Jiri Olsa
2018-03-13
1
-17
/
+29
*
|
hw_breakpoint: Add modify_bp_slot() function
Jiri Olsa
2018-03-13
1
-7
/
+39
*
|
hw_breakpoint: Pass bp_type argument to __reserve_bp_slot|__release_bp_slot()
Jiri Olsa
2018-03-13
1
-10
/
+10
*
|
hw_breakpoint: Pass bp_type directly as find_slot_idx() argument
Jiri Olsa
2018-03-13
1
-5
/
+5
|
/
*
perf: Collapse and fix event_function_call() users
Peter Zijlstra
2016-01-21
1
-1
/
+1
*
perf: Remove type specific target pointers
Peter Zijlstra
2015-03-23
1
-4
/
+4
*
perf: Fix and clean up initialization of pmu::event_idx
Peter Zijlstra
2014-10-28
1
-7
/
+0
*
hw_breakpoint: Introduce "struct bp_cpuinfo"
Oleg Nesterov
2013-06-20
1
-33
/
+36
*
hw_breakpoint: Simplify *register_wide_hw_breakpoint()
Oleg Nesterov
2013-06-20
1
-23
/
+11
*
hw_breakpoint: Introduce cpumask_of_bp()
Oleg Nesterov
2013-06-20
1
-26
/
+17
*
hw_breakpoint: Simplify the "weight" usage in toggle_bp_slot() paths
Oleg Nesterov
2013-06-20
1
-12
/
+8
*
hw_breakpoint: Simplify list/idx mess in toggle_bp_slot() paths
Oleg Nesterov
2013-06-20
1
-24
/
+16
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2013-06-20
1
-3
/
+3
|
\
|
*
hw_breakpoint: Use cpu_possible_mask in {reserve,release}_bp_slot()
Oleg Nesterov
2013-06-20
1
-2
/
+2
|
*
hw_breakpoint: Fix cpu check in task_bp_pinned(cpu)
Oleg Nesterov
2013-06-20
1
-1
/
+1
*
|
perf: Fix hw breakpoints overflow period sampling
Jiri Olsa
2013-05-28
1
-0
/
+5
|
/
*
perf/hwbp: Fix cleanup in case of kzalloc failure
Daniel Baluta
2013-02-14
1
-1
/
+1
*
perf, powerpc: Fix hw breakpoints returning -ENOSPC
Michael Neuling
2012-10-30
1
-5
/
+7
*
perf/hwpb: Invoke __perf_event_disable() if interrupts are already disabled
K.Prasad
2012-09-04
1
-1
/
+10
*
perf: Disable PERF_SAMPLE_BRANCH_* when not supported
Stephane Eranian
2012-03-05
1
-0
/
+6
*
Merge branch 'perf/urgent' into perf/core
Ingo Molnar
2012-03-05
1
-2
/
+2
|
\
|
*
perf/hwbp: Fix a possible memory leak
Namhyung Kim
2012-02-28
1
-2
/
+2
*
|
perf, arch: Rework perf_event_index()
Peter Zijlstra
2011-12-21
1
-0
/
+7
|
/
*
perf: Add context field to perf_event
Avi Kivity
2011-07-01
1
-3
/
+7
*
hw breakpoints: Move to kernel/events/
Borislav Petkov
2011-05-03
1
-0
/
+659