index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-17
tools build: Fix quiet cmd indentation
Kees Cook
2
-26
/
+26
2021-05-16
Merge tag 'x86_urgent_for_v5.13_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-3
/
+3
2021-05-15
Merge tag 'objtool-urgent-2021-05-15' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+3
2021-05-15
Merge tag 'libnvdimm-fixes-5.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
Linus Torvalds
2
-18
/
+26
2021-05-14
libbpf: Reject static entry-point BPF programs
Andrii Nakryiko
1
-0
/
+5
2021-05-14
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux
Linus Torvalds
1
-0
/
+1
2021-05-14
objtool: Reflow handle_jump_alt()
Peter Zijlstra
1
-11
/
+11
2021-05-14
x86/asm: Make <asm/asm.h> valid on cross-builds as well
Ingo Molnar
1
-0
/
+4
2021-05-13
libbpf: Reject static maps
Andrii Nakryiko
1
-5
/
+19
2021-05-13
selftests/bpf: Validate skeleton gen handles skipped fields
Andrii Nakryiko
4
-5
/
+5
2021-05-12
ACPI: NFIT: Fix support for variable 'SPA' structure size
Dan Williams
1
-17
/
+25
2021-05-12
tools/testing/nvdimm: Make symbol '__nfit_test_ioremap' static
Zou Wei
1
-1
/
+1
2021-05-12
objtool/x86: Fix elf_add_alternative() endianness
Vasily Gorbik
1
-1
/
+2
2021-05-12
objtool: Fix elf_create_undef_symbol() endianness
Vasily Gorbik
1
-0
/
+1
2021-05-12
rcu: Fix various typos in comments
Ingo Molnar
1
-1
/
+1
2021-05-12
perf cs-etm: Set time on synthesised samples to preserve ordering
James Clark
1
-2
/
+13
2021-05-12
perf cs-etm: Refactor timestamp variable names
James Clark
3
-33
/
+31
2021-05-12
selftests: futex: Expand timeout test
André Almeida
1
-16
/
+110
2021-05-12
selftests: futex: Correctly include headers dirs
André Almeida
1
-1
/
+2
2021-05-12
perf x86 kvm-stat: Support to analyze kvm MSR
Lei Zhao
1
-0
/
+46
2021-05-12
perf stat: Use aggregated counts directly
Namhyung Kim
2
-16
/
+4
2021-05-12
perf record: Set timestamp boundary for AUX area events
Adrian Hunter
1
-4
/
+23
2021-05-12
perf intel-pt: Parse VM Time Correlation options and set up decoding
Adrian Hunter
2
-4
/
+202
2021-05-12
perf intel-pt: Add VM Time Correlation to decoder
Adrian Hunter
3
-0
/
+696
2021-05-12
perf intel-pt: Better 7-byte timestamp wraparound logic
Adrian Hunter
1
-3
/
+9
2021-05-12
perf intel-pt: Pass the first timestamp to the decoder
Adrian Hunter
3
-0
/
+31
2021-05-12
perf intel-pt: Add a tree for VMCS information
Adrian Hunter
3
-0
/
+79
2021-05-12
perf intel-pt: Let overlap detection handle VM timestamps
Adrian Hunter
3
-6
/
+19
2021-05-12
perf auxtrace: Allow buffers to be mapped read / write
Adrian Hunter
2
-3
/
+8
2021-05-12
perf inject: Add --vm-time-correlation option
Adrian Hunter
3
-0
/
+60
2021-05-12
perf inject: Add facility to do in place update
Adrian Hunter
5
-6
/
+35
2021-05-12
perf intel-pt: Support Z itrace option for timeless decoding
Adrian Hunter
2
-1
/
+6
2021-05-12
perf intel-pt: Move synth_opts initialization earlier
Adrian Hunter
1
-15
/
+14
2021-05-12
perf auxtrace: Add Z itrace option for timeless decoding
Adrian Hunter
3
-0
/
+6
2021-05-12
objtool: Provide stats for jump_labels
Peter Zijlstra
2
-2
/
+23
2021-05-12
objtool: Rewrite jump_label instructions
Peter Zijlstra
1
-0
/
+14
2021-05-12
objtool: Decode jump_entry::key addend
Peter Zijlstra
3
-0
/
+16
2021-05-12
objtool: Rewrite hashtable sizing
Peter Zijlstra
2
-47
/
+83
2021-05-12
kselftest: Add test for core sched prctl interface
Chris Hyser
4
-0
/
+354
2021-05-12
sched: prctl() core-scheduling interface
Chris Hyser
1
-0
/
+8
2021-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
9
-266
/
+625
2021-05-11
libbpf: Treat STV_INTERNAL same as STV_HIDDEN for functions
Andrii Nakryiko
1
-5
/
+6
2021-05-11
libbpf: Fix ELF symbol visibility update logic
Andrii Nakryiko
1
-1
/
+1
2021-05-11
bpftool: Stop emitting static variables in BPF skeleton
Andrii Nakryiko
1
-0
/
+4
2021-05-11
selftests/bpf: Stop using static variables for passing data to/from user-space
Andrii Nakryiko
19
-40
/
+33
2021-05-11
libbpf: Add per-file linker opts
Andrii Nakryiko
3
-6
/
+22
2021-05-11
bpftool: Strip const/volatile/restrict modifiers from .bss and .data vars
Andrii Nakryiko
1
-0
/
+2
2021-05-11
selftests/bpf: Rewrite test_tc_redirect.sh as prog_tests/tc_redirect.c
Jussi Maki
7
-266
/
+617
2021-05-11
libbpf: Provide GELF_ST_VISIBILITY() define for older libelf
Arnaldo Carvalho de Melo
1
-0
/
+5
2021-05-10
tools/memory-model: Fix smp_mb__after_spinlock() spelling
Björn Töpel
1
-1
/
+1
[prev]
[next]