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
2022-03-15
objtool: Find unused ENDBR instructions
Peter Zijlstra
3
-2
/
+69
2022-03-15
objtool: Validate IBT assumptions
Peter Zijlstra
4
-5
/
+215
2022-03-15
objtool: Add IBT/ENDBR decoding
Peter Zijlstra
2
-5
/
+30
2022-03-15
objtool: Read the NOENDBR annotation
Peter Zijlstra
2
-3
/
+37
2022-03-15
x86,objtool: Move the ASM_REACHABLE annotation to objtool.h
Peter Zijlstra
1
-0
/
+16
2022-03-15
objtool: Rework ASM_REACHABLE
Peter Zijlstra
1
-13
/
+20
2022-03-15
x86: Mark __invalid_creds() __noreturn
Peter Zijlstra
1
-0
/
+1
2022-03-15
exit: Mark do_group_exit() __noreturn
Peter Zijlstra
1
-0
/
+1
2022-03-15
x86: Mark stop_this_cpu() __noreturn
Peter Zijlstra
1
-0
/
+1
2022-03-15
objtool: Ignore extra-symbol code
Peter Zijlstra
3
-0
/
+104
2022-03-15
objtool: Rename --duplicate to --lto
Peter Zijlstra
3
-4
/
+9
2022-03-15
x86/ibt: Add ANNOTATE_NOENDBR
Peter Zijlstra
1
-0
/
+16
2022-03-15
objtool: Have WARN_FUNC fall back to sym+off
Peter Zijlstra
1
-0
/
+2
2022-03-15
objtool: Default ignore INT3 for unreachable
Peter Zijlstra
1
-7
/
+5
2022-03-15
objtool: Add --dry-run
Peter Zijlstra
3
-2
/
+6
2022-03-15
Merge branch 'arm64/for-next/linkage'
Peter Zijlstra
3
-27
/
+41
2022-03-15
tools/objtool: Check for use of the ENQCMD instruction in the kernel
Fenghua Yu
1
-1
/
+10
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
38
-105
/
+470
2022-03-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
1
-3
/
+2
2022-03-14
Merge remote-tracking branch 'torvalds/master' into perf/core
Arnaldo Carvalho de Melo
42
-111
/
+476
2022-03-14
Merge branch 'for-next/linkage' into for-next/core
Will Deacon
3
-27
/
+41
2022-03-14
KVM: s390: selftests: Add error memop tests
Janis Schoetterl-Glausch
1
-13
/
+124
2022-03-14
KVM: s390: selftests: Add more copy memop tests
Janis Schoetterl-Glausch
1
-13
/
+230
2022-03-14
KVM: s390: selftests: Add named stages for memop test
Janis Schoetterl-Glausch
1
-11
/
+33
2022-03-14
KVM: s390: selftests: Add macro as abstraction for MEM_OP
Janis Schoetterl-Glausch
1
-75
/
+197
2022-03-14
KVM: s390: selftests: Split memop tests
Janis Schoetterl-Glausch
1
-55
/
+82
2022-03-14
selftests: tc-testing: Increase timeout in tdc config file
Victor Nogueira
1
-1
/
+1
2022-03-12
perf parse: Fix event parser error for hybrid systems
Zhengjun Xing
1
-2
/
+4
2022-03-12
perf tools: Set build-id using build-id header on new mmap records
James Clark
3
-3
/
+19
2022-03-12
tools compiler.h: Remove duplicate #ifndef noinline block
Rasmus Villemoes
1
-4
/
+0
2022-03-12
perf bench: Fix NULL check against wrong variable
Weiguo Li
1
-1
/
+1
2022-03-12
perf parse-events: Fix NULL check against wrong variable
Weiguo Li
1
-1
/
+1
2022-03-12
tools headers cpufeatures: Sync with the kernel sources
Arnaldo Carvalho de Melo
1
-1
/
+1
2022-03-12
tools kvm headers arm64: Update KVM headers from the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+5
2022-03-11
nvdimm/region: Delete nd_blk_region infrastructure
Dan Williams
1
-63
/
+4
2022-03-11
ACPI: NFIT: Remove block aperture support
Dan Williams
1
-23
/
+0
2022-03-11
nvdimm/blk: Delete the block-aperture window driver
Dan Williams
2
-5
/
+0
2022-03-11
selftests/bpf: Fix a clang compilation error for send_signal.c
Yonghong Song
1
-1
/
+1
2022-03-11
selftests/bpf: Add a test for maximum packet size in xdp_do_redirect
Toke Høiland-Jørgensen
1
-0
/
+24
2022-03-10
selftests/bpf: Check that bpf_kernel_read_file() denies reading IMA policy
Roberto Sassu
2
-0
/
+35
2022-03-10
selftests/bpf: Add test for bpf_lsm_kernel_read_file()
Roberto Sassu
3
-1
/
+49
2022-03-10
selftests/bpf: Check if the digest is refreshed after a file write
Roberto Sassu
3
-4
/
+103
2022-03-10
selftests/bpf: Add test for bpf_ima_file_hash()
Roberto Sassu
2
-6
/
+47
2022-03-10
selftests/bpf: Move sample generation code to ima_test_common()
Roberto Sassu
1
-3
/
+8
2022-03-10
bpf-lsm: Introduce new helper bpf_ima_file_hash()
Roberto Sassu
1
-0
/
+11
2022-03-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
7
-13
/
+44
2022-03-10
Merge tag 'net-5.17-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
1
-4
/
+17
2022-03-11
bpftool: Ensure bytes_memlock json output is correct
Chris J Arges
2
-2
/
+2
2022-03-10
bpf: Fix comment for helper bpf_current_task_under_cgroup()
Hengqi Chen
1
-2
/
+2
2022-03-10
bpf: selftests: Update tests after s/delivery_time/tstamp/ change in bpf.h
Martin KaFai Lau
1
-19
/
+19
[prev]
[next]