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
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-09-10
bpf: Add hardware timestamp field to __sk_buff
Vadim Fedorenko
1
-0
/
+2
2021-09-10
tools include UAPI: Update linux/mount.h copy
Arnaldo Carvalho de Melo
1
-1
/
+2
2021-09-10
perf beauty: Cover more flags in the move_mount syscall argument beautifier
Arnaldo Carvalho de Melo
1
-1
/
+1
2021-09-10
tools headers UAPI: Sync linux/prctl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-5
/
+7
2021-09-10
tools include UAPI: Sync sound/asound.h copy with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-09-10
tools headers UAPI: Sync linux/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-4
/
+7
2021-09-10
tools headers UAPI: Sync x86's asm/kvm.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+1
2021-09-10
perf report: Add support to print a textual representation of IBS raw sample data
Kim Phillips
4
-1
/
+303
2021-09-10
perf report: Add tools/arch/x86/include/asm/amd-ibs.h
Kim Phillips
2
-0
/
+133
2021-09-10
selftests: xsk: Add tests for 2K frame size
Magnus Karlsson
2
-0
/
+25
2021-09-10
selftests: xsk: Add tests for invalid xsk descriptors
Magnus Karlsson
2
-18
/
+132
2021-09-10
selftests: xsk: Eliminate test specific if-statement in test runner
Magnus Karlsson
1
-4
/
+12
2021-09-10
selftests: xsk: Add test for unaligned mode
Magnus Karlsson
2
-23
/
+108
2021-09-10
selftests: xsk: Introduce replacing the default packet stream
Magnus Karlsson
2
-18
/
+48
2021-09-10
selftests: xsk: Allow for invalid packets
Magnus Karlsson
2
-6
/
+11
2021-09-10
selftests: xsk: Eliminate MAX_SOCKS define
Magnus Karlsson
2
-10
/
+9
2021-09-10
selftests: xsx: Make pthreads local scope
Magnus Karlsson
2
-2
/
+1
2021-09-10
selftests: xsk: Make xdp_flags and bind_flags local
Magnus Karlsson
2
-32
/
+31
2021-09-10
selftests: xsk: Specify number of sockets to create
Magnus Karlsson
2
-34
/
+27
2021-09-10
selftests: xsk: Replace second_step global variable
Magnus Karlsson
2
-45
/
+36
2021-09-10
selftests: xsk: Introduce rx_on and tx_on in ifobject
Magnus Karlsson
2
-28
/
+16
2021-09-10
selftests: xsk: Add use_poll to ifobject
Magnus Karlsson
2
-1
/
+5
2021-09-10
selftests: xsx: Introduce test name in test spec
Magnus Karlsson
2
-20
/
+31
2021-09-10
selftests: xsk: Make frame_size configurable
Magnus Karlsson
2
-5
/
+7
2021-09-10
selftests: xsk: Move rxqsize into xsk_socket_info
Magnus Karlsson
2
-7
/
+4
2021-09-10
selftests: xsk: Move num_frames and frame_headroom to xsk_umem_info
Magnus Karlsson
2
-12
/
+12
2021-09-10
selftests: xsk: Introduce test specifications
Magnus Karlsson
2
-84
/
+126
2021-09-10
selftests: xsk: Introduce type for thread function
Magnus Karlsson
2
-14
/
+15
2021-09-10
selftests: xsk: Simplify xsk and umem arrays
Magnus Karlsson
2
-49
/
+34
2021-09-10
perf env: Add perf_env__cpuid, perf_env__{nr_}pmu_mappings
Kim Phillips
2
-0
/
+83
2021-09-10
perf symbol: Look for ImageBase in PE file to compute .text offset
Remi Bernon
1
-4
/
+16
2021-09-10
perf scripts python: Fix passing arguments to stackcollapse report
Michael Petlan
1
-1
/
+1
2021-09-10
perf test: Fix bpf test sample mismatch reporting
Michael Petlan
1
-1
/
+1
2021-09-10
tools headers UAPI: Sync files changed by new process_mrelease syscall and the removal of some compat entry points
Arnaldo Carvalho de Melo
5
-18
/
+27
2021-09-10
perf beauty: Update copy of linux/socket.h with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+8
2021-09-09
libbpf: Add LIBBPF_DEPRECATED_SINCE macro for scheduling API deprecations
Quentin Monnet
6
-11
/
+48
2021-09-09
Merge tag 'trace-v5.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
4
-6
/
+8
2021-09-08
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
17
-21
/
+131
2021-09-08
selftests/ftrace: Exclude "(fault)" in testing add/remove eprobe events
Steven Rostedt (VMware)
1
-1
/
+1
2021-09-08
tools/bootconfig: Show whole test command for each test case
Masami Hiramatsu
1
-2
/
+2
2021-09-08
bootconfig: Fix missing return check of xbc_node_compose_key function
Julio Faracco
1
-1
/
+3
2021-09-08
tools/bootconfig: Fix tracing_on option checking in ftrace2bconf.sh
Masami Hiramatsu
1
-2
/
+2
2021-09-08
selftests/memfd: remove unused variable
Greg Thelen
1
-1
/
+1
2021-09-08
tools: rename bitmap_alloc() to bitmap_zalloc()
Andy Shevchenko
13
-20
/
+20
2021-09-08
mm/damon: add user space selftests
SeongJae Park
3
-0
/
+110
2021-09-07
libbpf: Fix build with latest gcc/binutils with LTO
Andrii Nakryiko
2
-8
/
+21
2021-09-07
Merge tag 'pci-v5.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
1
-1
/
+1
2021-09-07
selftests/bpf: Add checks for X__elf_bytes() skeleton helper
Matt Smith
1
-0
/
+6
2021-09-07
bpftool: Provide a helper method for accessing skeleton's embedded ELF data
Matt Smith
1
-12
/
+19
2021-09-07
libbpf: Change bpf_object_skeleton data field to const pointer
Matt Smith
1
-1
/
+1
[prev]
[next]