index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-06
perf tests: Fix a typo
Leo Yan
1
-1
/
+1
2019-11-06
perf tools: Avoid a malloc() for array events
Ian Rogers
1
-5
/
+3
2019-11-06
perf tools: Move ALLOC_LIST into a function
Ian Rogers
1
-22
/
+43
2019-11-06
perf evsel: Avoid close(-1)
Andi Kleen
2
-2
/
+4
2019-11-06
perf evsel: Always preserve errno while cleaning up perf_event_open failures
Andi Kleen
1
-2
/
+4
2019-11-06
perf cs-etm: Fix definition of macro TO_CS_QUEUE_NR
Leo Yan
1
-2
/
+2
2019-11-06
perf llvm: Make .o saving a debug message, not an info one
Arnaldo Carvalho de Melo
1
-3
/
+2
2019-11-06
perf record: Put a copy of kcore into the perf.data directory
Adrian Hunter
8
-0
/
+147
2019-11-06
perf data: Support single perf.data file directory
Adrian Hunter
4
-2
/
+43
2019-11-06
perf session: Fix indent in perf_session__new()"
Jiri Olsa
1
-2
/
+2
2019-11-06
perf data: Rename directory "header" file to "data"
Adrian Hunter
2
-2
/
+2
2019-11-06
perf data: Move perf_dir_version into data.h
Adrian Hunter
2
-4
/
+4
2019-11-06
perf data: Correctly identify directory data files
Adrian Hunter
1
-1
/
+1
2019-11-06
selftests: bpf: log direct file writes
Jakub Kicinski
1
-6
/
+14
2019-11-06
mm/gup_benchmark: fix MAP_HUGETLB case
John Hubbard
1
-1
/
+1
2019-11-05
tc-testing: added tests with cookie for mpls TC action
Roman Mashak
1
-0
/
+145
2019-11-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
2
-3
/
+11
2019-11-05
cpupower: ToDo: Update ToDo with ideas for per_cpu_schedule handling
Janakarajan Natarajan
1
-0
/
+14
2019-11-05
cpupower: mperf_monitor: Update cpupower to use the RDPRU instruction
Janakarajan Natarajan
3
-0
/
+25
2019-11-05
cpupower: mperf_monitor: Introduce per_cpu_schedule flag
Janakarajan Natarajan
2
-10
/
+33
2019-11-05
cpupower: Move needs_root variable into a sub-struct
Janakarajan Natarajan
8
-8
/
+10
2019-11-05
Merge tag 'gpio-v5.4-4' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-1
/
+5
2019-11-05
perf tools: Fix time sorting
Jiri Olsa
1
-1
/
+1
2019-11-05
perf tools: Remove unused trace_find_next_event()
Steven Rostedt (VMware)
2
-33
/
+0
2019-11-05
perf scripting engines: Iterate on tep event arrays directly
Steven Rostedt (VMware)
2
-4
/
+13
2019-11-05
selftests/powerpc: Skip tm-signal-sigreturn-nt if TM not available
Michael Ellerman
1
-0
/
+4
2019-11-04
cpupower : Handle set and info subcommands correctly
Abhishek Goel
2
-0
/
+18
2019-11-04
bpf: re-fix skip write only files in debugfs
Daniel Borkmann
1
-1
/
+4
2019-11-04
selftests/bpf: Add field size relocation tests
Andrii Nakryiko
5
-5
/
+122
2019-11-04
selftest/bpf: Add relocatable bitfield reading tests
Andrii Nakryiko
9
-2
/
+294
2019-11-04
libbpf: Add support for field size relocations
Andrii Nakryiko
2
-8
/
+39
2019-11-04
libbpf: Add support for relocatable bitfields
Andrii Nakryiko
3
-60
/
+227
2019-11-04
selftests/bpf: Remove too strict field offset relo test cases
Andrii Nakryiko
9
-90
/
+4
2019-11-04
selftests/livepatch: Test interaction with ftrace_enabled
Joe Lawrence
3
-2
/
+80
2019-11-04
selftests/livepatch: Make dynamic debug setup and restore generic
Joe Lawrence
4
-12
/
+16
2019-11-03
Merge tag 'usb-5.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-2
/
+4
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
21
-223
/
+1010
2019-11-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
25
-50
/
+125
2019-11-02
bpf, testing: Add selftest to read/write sockaddr from user space
Daniel Borkmann
2
-0
/
+104
2019-11-02
bpf, testing: Convert prog tests to probe_read_{user, kernel}{, _str} helper
Daniel Borkmann
4
-52
/
+57
2019-11-02
bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers
Daniel Borkmann
1
-40
/
+82
2019-11-02
selftests: Add tests for automatic map pinning
Toke Høiland-Jørgensen
3
-0
/
+257
2019-11-02
libbpf: Add auto-pinning of maps when loading BPF objects
Toke Høiland-Jørgensen
3
-9
/
+156
2019-11-02
libbpf: Move directory creation into _pin() functions
Toke Høiland-Jørgensen
1
-27
/
+34
2019-11-02
libbpf: Store map pin path and status in struct bpf_map
Toke Høiland-Jørgensen
3
-41
/
+134
2019-11-02
libbpf: Fix error handling in bpf_map__reuse_fd()
Toke Høiland-Jørgensen
1
-4
/
+10
2019-11-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
5
-2
/
+29
2019-11-01
selftests: bpf: Skip write only files in debugfs
Jakub Kicinski
1
-0
/
+5
2019-11-01
selftests: net: reuseport_dualstack: fix uninitalized parameter
Wei Wang
1
-1
/
+2
2019-11-01
tc-testing: added tests with cookie for conntrack TC action
Roman Mashak
1
-0
/
+72
[prev]
[next]