summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2026-08-12objtool/klp: Fix vmlinux .klp.symid link error for .exitcall.exit symbolsPuranjay Mohan1-0/+1
2026-08-11objtool/klp: Fix line numbers in Module.symvers parse errorsJosh Poimboeuf1-1/+3
2026-08-11objtool/klp: Fix relocations for EXPORT_SYMBOL_FOR_MODULES() symbolsJosh Poimboeuf1-5/+23
2026-08-11objtool/klp: Allow new references to module exportsJoe Lawrence1-2/+33
2026-08-11objtool/klp: Don't match local symbols against exportsJosh Poimboeuf1-0/+3
2026-08-11objtool/klp: Fix cross-module klp relocation section namingJosh Poimboeuf3-28/+52
2026-08-11objtool/klp: Explicitly disallow patching or referencing init code/dataJosh Poimboeuf1-0/+10
2026-08-11objtool/klp: Ignore replacement offset of empty x86 alternativesJosh Poimboeuf3-1/+39
2026-08-11objtool/klp: Fix size of empty special section entriesJosh Poimboeuf1-2/+11
2026-08-11objtool/klp: Fix vmlinux .klp.symid link error for .no_trim_symbol symbolsJosh Poimboeuf1-0/+1
2026-08-11objtool/headers: Sync tools/include/linux/objtool_types.h with include/linux/...Ingo Molnar1-2/+2
2026-08-03objtool/klp: Fix symbol resolution for duplicate data symbolsJosh Poimboeuf4-62/+423
2026-08-03objtool/klp: Add .klp.symid for sympos disambiguationJosh Poimboeuf6-0/+148
2026-08-03objtool/klp: Fix false module dependencies caused by dead relocsJosh Poimboeuf3-4/+27
2026-08-03objtool/klp: Normalize Module.symvers paths to module namesJoe Lawrence1-15/+34
2026-08-03objtool/klp: Fix module name normalization for paths with dotsJosh Poimboeuf1-4/+6
2026-07-31Merge tag 'trace-tools-v7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2026-07-31Merge tag 'mm-hotfixes-stable-2026-07-30-19-30' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+2
2026-07-30Merge tag 'net-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds5-23/+230
2026-07-28selftests/mm: fix potential wild pointer access of getline due to missing initChris Gellermann1-1/+1
2026-07-28selftests/clone3: fix wild pointer access of getline due to missing initChris Gellermann1-1/+1
2026-07-28Merge tag 'hardening-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+3
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...Linus Torvalds2-4/+56
2026-07-26Merge tag 'vfs-7.2-rc5.fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-0/+358
2026-07-26Merge tag 'char-misc-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-07-26Merge tag 'trace-v7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2026-07-25Merge tag 'rust-fixes-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+1
2026-07-25Merge tag 'perf-tools-fixes-for-v7.2-1-2026-07-25' of git://git.kernel.org/pu...Linus Torvalds13-56/+104
2026-07-24Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds1-0/+10
2026-07-24Merge tag 'nf-26-07-23' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski1-2/+12
2026-07-24selftests/xsk: account reclaimed invalid Tx descriptorsMaciej Fijalkowski1-12/+14
2026-07-24selftests/xsk: fix too-many-frags multi-buffer Tx testMaciej Fijalkowski1-9/+15
2026-07-24selftests/net/af_unix: test listen() rejects wrong socket statesJohn Ericson3-0/+189
2026-07-24selftests/ftrace: Reset triggers at top level before instance loopMasami Hiramatsu (Google)1-0/+1
2026-07-23selftests/bpf: Test passing scalar NULL to nonnull global subprogAmery Hung1-0/+10
2026-07-23Merge tag 'net-7.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds19-11/+345
2026-07-23selftests: mptcp: userspace_pm: fix undefined variable portGeliang Tang1-1/+1
2026-07-23Merge tag 'ovpn-net-20260720' of https://github.com/OpenVPN/ovpn-net-nextJakub Kicinski1-1/+3
2026-07-23selftests/net: packetdrill: cover RST validation in SYN-RECEIVEDYuxiang Yang1-0/+61
2026-07-22selftests: netfilter: nft_flowtable.sh: fix offload counter verification for ...Lorenzo Bianconi1-2/+12
2026-07-22selftests: net: bridge: test ranges with PVID VLANNikolay Aleksandrov1-0/+23
2026-07-22selftests/pidfd: check PIDFD_THREAD survives open_by_handle_at()Christian Brauner1-0/+1
2026-07-21tools headers: Sync KVM headers with the kernel sourcesArnaldo Carvalho de Melo4-27/+40
2026-07-21tools headers: Sync UAPI linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+10
2026-07-21perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo1-1/+1
2026-07-21tools headers: Sync UAPI drm/drm.h with kernel sourcesArnaldo Carvalho de Melo1-19/+8
2026-07-21tools arch x86: Sync the msr-index.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+11
2026-07-21tools headers x86 cpufeatures: Sync with the kernel sourcesArnaldo Carvalho de Melo1-0/+3
2026-07-21tools headers: Sync linux/gfp_types.h with the kernel sourcesArnaldo Carvalho de Melo1-8/+8
2026-07-21tools headers UAPI: Sync linux/rtnetlink.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+1