index
:
kernel/linux.git
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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-11-19
perf tools: Fix to put new map after inserting to map_groups in dso__load_sym
Masami Hiramatsu
1
-0
/
+2
2015-11-19
perf tools: Make perf_exec_path() always return malloc'd string
Masami Hiramatsu
3
-14
/
+18
2015-11-19
perf machine: Fix to destroy kernel maps when machine exits
Masami Hiramatsu
1
-0
/
+1
2015-11-19
perf machine: Fix machine__destroy_kernel_maps to drop vmlinux_maps references
Masami Hiramatsu
1
-0
/
+1
2015-11-19
perf machine: Fix machine__findnew_module_map to put registered map
Masami Hiramatsu
1
-0
/
+2
2015-11-19
perf probe: Fix to free temporal Dwarf_Frame
Masami Hiramatsu
1
-3
/
+6
2015-11-19
perf test: Mute test cases error messages if verbose == 0
Wang Nan
1
-0
/
+12
2015-11-19
perf test: Print result for each BPF subtest
Wang Nan
3
-10
/
+35
2015-11-19
perf test: Print result for each LLVM subtest
Wang Nan
3
-50
/
+115
2015-11-19
perf tests: Pass the subtest index to each test routine
Arnaldo Carvalho de Melo
42
-88
/
+89
2015-11-18
perf bpf: Use same BPF program if arguments are identical
Wang Nan
1
-7
/
+131
2015-11-18
perf test: Fix 'perf test BPF' when it fails to find a suitable vmlinux
Wang Nan
1
-3
/
+4
2015-11-18
perf test: Test the BPF prologue adding infrastructure
Wang Nan
6
-1
/
+84
2015-11-18
perf bpf: Generate prologue for BPF programs
Wang Nan
1
-1
/
+119
2015-11-18
perf bpf: Add prologue for BPF programs for fetching arguments
He Kuang
5
-0
/
+496
2015-11-18
perf bpf: Allow BPF program config probing options
Wang Nan
2
-4
/
+56
2015-11-18
perf bpf: Allow attaching BPF programs to modules symbols
Wang Nan
1
-0
/
+16
2015-11-18
perf bpf: Allow BPF program attach to uprobe events
Wang Nan
2
-6
/
+115
2015-11-18
perf bpf: Compile dwarf-regs.c if CONFIG_BPF_PROLOGUE is on
Wang Nan
1
-0
/
+1
2015-11-18
perf bpf: Add BPF_PROLOGUE config options for further patches
Wang Nan
1
-0
/
+12
2015-11-18
bpf tools: Load a program with different instances using preprocessor
Wang Nan
2
-9
/
+201
2015-11-18
tools: Clone the kernel's strtobool function
Wang Nan
2
-0
/
+45
2015-11-18
tools: Adopt memdup() from tools/perf, moving it to tools/lib/string.c
Arnaldo Carvalho de Melo
6
-19
/
+36
2015-11-18
tools: Fix selftests_install Makefile rule
Kevin Hilman
1
-1
/
+1
2015-11-18
perf test: Fix build of BPF and LLVM on older glibc libraries
Arnaldo Carvalho de Melo
2
-11
/
+11
2015-11-18
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
6
-7
/
+38
2015-11-13
perf probe: Clear probe_trace_event when add_probe_trace_event() fails
Wang Nan
1
-6
/
+14
2015-11-13
perf probe: Fix memory leaking on failure by clearing all probe_trace_events
Masami Hiramatsu
1
-1
/
+3
2015-11-13
perf inject: Also re-pipe lost_samples event
Adrian Hunter
1
-0
/
+1
2015-11-13
perf buildid-list: Requires ordered events
Adrian Hunter
1
-0
/
+1
2015-11-13
perf symbols: Fix dso lookup by long name and missing buildids
Adrian Hunter
3
-0
/
+19
2015-11-13
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
5
-28
/
+31
2015-11-13
perf symbols: Allow forcing reading of non-root owned files by root
Arnaldo Carvalho de Melo
3
-5
/
+6
2015-11-13
perf hists browser: The dso can be obtained from popup_action->ms.map->dso
Arnaldo Carvalho de Melo
1
-6
/
+0
2015-11-13
perf hists browser: Fix 'd' hotkey action to filter by DSO
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-11-13
perf symbols: Rebuild rbtree when adjusting symbols for kcore
Adrian Hunter
1
-16
/
+14
2015-11-13
tools: Add a "make all" rule
Kamal Mostafa
1
-0
/
+9
2015-11-12
tools: Actually install tmon in the install rule
Kamal Mostafa
1
-1
/
+1
2015-11-12
perf/x86/intel/rapl: Remove the unused RAPL_EVENT_DESC() macro
Huang Rui
1
-6
/
+0
2015-11-12
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
5
-4
/
+14
2015-11-12
tools include: Add compiler.h to list.h
Arnaldo Carvalho de Melo
1
-0
/
+1
2015-11-12
perf probe: Verify parameters in two functions
Wang Nan
1
-0
/
+6
2015-11-12
perf session: Add missing newlines to some pr_err() calls
Arnaldo Carvalho de Melo
1
-4
/
+4
2015-11-12
perf annotate: Support full source file paths for srcline fix
Michael Petlan
1
-0
/
+1
2015-11-12
perf test: Add llvm-src-base.c and llvm-src-kbuild.c to .gitignore
Yunlong Song
1
-0
/
+2
2015-11-09
perf: Fix inherited events vs. tracepoint filters
Peter Zijlstra
1
-0
/
+4
2015-11-09
perf: Disable IRQs across RCU RS CS that acquires scheduler lock
Paul E. McKenney
1
-8
/
+9
2015-11-08
Merge tag 'perf-core-for-mingo-2' of git://git.kernel.org/pub/scm/linux/kerne...
Ingo Molnar
31
-274
/
+920
2015-11-06
perf test: Do not be case sensitive when searching for matching tests
Arnaldo Carvalho de Melo
1
-1
/
+1
2015-11-06
perf test: Add 'perf test BPF'
Wang Nan
6
-1
/
+248
[next]