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-04-02
objtool: Cache instruction relocs
Peter Zijlstra
2
-6
/
+23
2021-04-02
objtool: Keep track of retpoline call sites
Peter Zijlstra
5
-6
/
+34
2021-04-02
objtool: Add elf_create_undef_symbol()
Peter Zijlstra
2
-0
/
+61
2021-04-02
objtool: Extract elf_symbol_add()
Peter Zijlstra
1
-25
/
+31
2021-04-02
objtool: Extract elf_strtab_concat()
Peter Zijlstra
1
-22
/
+38
2021-04-02
objtool: Create reloc sections implicitly
Peter Zijlstra
4
-10
/
+8
2021-04-02
objtool: Add elf_create_reloc() helper
Peter Zijlstra
4
-119
/
+85
2021-04-02
objtool: Rework the elf_rebuild_reloc_section() logic
Peter Zijlstra
4
-16
/
+14
2021-04-02
objtool: Fix static_call list generation
Peter Zijlstra
1
-5
/
+12
2021-04-02
objtool: Handle per arch retpoline naming
Peter Zijlstra
3
-2
/
+14
2021-04-02
objtool: Correctly handle retpoline thunk calls
Peter Zijlstra
1
-0
/
+12
2021-04-02
x86/retpoline: Simplify retpolines
Peter Zijlstra
1
-2
/
+1
2021-04-02
x86/alternatives: Optimize optimize_nops()
Peter Zijlstra
1
-1
/
+1
2021-04-02
Merge branch 'x86/cpu' into WIP.x86/core, to merge the NOP changes & resolve a semantic conflict
Ingo Molnar
3
-5
/
+90
2021-04-02
Merge tag 'v5.12-rc5' into WIP.x86/core, to pick up recent NOP related changes
Ingo Molnar
40
-101
/
+1021
2021-04-01
libbpf: Only create rx and tx XDP rings when necessary
Ciara Loftus
1
-2
/
+11
2021-04-01
libbpf: Restore umem state after socket create failure
Ciara Loftus
1
-18
/
+23
2021-04-01
libbpf: Ensure umem pointer is non-NULL before dereferencing
Ciara Loftus
1
-0
/
+3
2021-04-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
3
-7
/
+17
2021-04-01
selftests/bpf: Add a test case for loading BPF_SK_SKB_VERDICT
Cong Wang
2
-0
/
+58
2021-04-01
selftests/bpf: Add a test case for udp sockmap
Cong Wang
2
-0
/
+158
2021-04-01
sock_map: Introduce BPF_SK_SKB_VERDICT
Cong Wang
3
-0
/
+3
2021-04-01
idr test suite: Improve reporting from idr_find_test_1
Matthew Wilcox (Oracle)
1
-1
/
+10
2021-04-01
idr test suite: Create anchor before launching throbber
Matthew Wilcox (Oracle)
1
-2
/
+2
2021-04-01
idr test suite: Take RCU read lock in idr_find_test_1
Matthew Wilcox (Oracle)
1
-0
/
+4
2021-04-01
radix tree test suite: Register the main thread with the RCU library
Matthew Wilcox (Oracle)
3
-0
/
+6
2021-04-01
selftests: kvm: Check that TSC page value is small after KVM_SET_CLOCK(0)
Vitaly Kuznetsov
1
-2
/
+11
2021-03-31
selftests/net: so_txtime multi-host support
Carlos Llamas
2
-85
/
+259
2021-03-31
selftests: ethtool: add a netdevsim FEC test
Jakub Kicinski
2
-1
/
+114
2021-03-31
tools/resolve_btfids: Fix warnings
Stanislav Fomichev
1
-6
/
+5
2021-03-31
Merge 'x86/alternatives'
Borislav Petkov
1
-0
/
+18
2021-03-31
x86: Add insn_decode_kernel()
Peter Zijlstra
1
-0
/
+2
2021-03-31
perf annotate: Add --demangle and --demangle-kernel
Martin Liška
2
-0
/
+11
2021-03-30
selftests/bpf: Add an option for a debug shell in vmtest.sh
KP Singh
1
-11
/
+28
2021-03-30
selftests: mptcp: remove id 0 address testcases
Geliang Tang
1
-2
/
+33
2021-03-30
selftests: mptcp: add addr argument for del_addr
Geliang Tang
1
-3
/
+31
2021-03-30
selftests: mptcp: avoid calling pm_nl_ctl with bad IDs
Matthieu Baerts
1
-3
/
+3
2021-03-30
tc-testing: add simple action change test
Vlad Buslov
1
-0
/
+24
2021-03-30
selftests: net: add UDP GRO forwarding self-tests
Paolo Abeni
2
-0
/
+252
2021-03-30
radix tree test suite: Fix compilation
Matthew Wilcox (Oracle)
1
-0
/
+0
2021-03-30
selftests: kvm: make hardware_disable_test less verbose
Vitaly Kuznetsov
1
-5
/
+5
2021-03-30
tools/kvm_stat: Add restart delay
Stefan Raspl
1
-0
/
+1
2021-03-30
selftests: xsk: Remove unused defines
Björn Töpel
2
-6
/
+3
2021-03-30
selftests: xsk: Remove mutex and condition variable
Björn Töpel
2
-30
/
+6
2021-03-30
selftests: xsk: Remove thread attribute
Björn Töpel
2
-9
/
+2
2021-03-30
selftests: xsk: Implement bpf_link test
Maciej Fijalkowski
3
-50
/
+139
2021-03-30
selftests: xsk: Remove sync_mutex_tx and atomic var
Maciej Fijalkowski
2
-26
/
+7
2021-03-30
selftests: xsk: Refactor teardown/bidi test cases and testapp_validate
Maciej Fijalkowski
2
-53
/
+78
2021-03-30
selftests: xsk: Remove Tx synchronization resources
Maciej Fijalkowski
2
-10
/
+7
2021-03-30
selftests: xsk: Split worker thread
Maciej Fijalkowski
1
-79
/
+77
[prev]
[next]