aboutsummaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Expand)AuthorFilesLines
2023-11-03Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-0/+12
2023-11-03Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-0/+12
2023-11-03Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 2-11/+29
2023-11-02Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 5-25/+49
2023-11-01Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-11-01Merge tag 'docs-6.7' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2023-11-01Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-11-01module: Make is_valid_name() return boolGravatar Tiezhu Yang 1-2/+2
2023-11-01scripts/gdb/vmalloc: disable on no-MMUGravatar Ben Wolsieffer 2-2/+7
2023-11-01scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=nGravatar Clément Léger 1-4/+5
2023-11-01scripts/gdb: add lx_current support for riscvGravatar Deepak Gupta 1-0/+15
2023-10-31Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-16/+58
2023-10-30Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-3/+8
2023-10-30Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...Gravatar Linus Torvalds 1-9/+0
2023-10-30Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-3/+21
2023-10-30Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-16/+20
2023-10-30Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-1/+3
2023-10-30Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Gravatar Linus Torvalds 1-0/+1
2023-10-30scripts/kernel-doc: Fix the regex for matching -Werror flagGravatar Yujie Liu 1-1/+1
2023-10-27cdx: add sysfs for subsystem, class and revisionGravatar Abhijit Gangurde 2-0/+12
2023-10-25hexagon: Remove unusable symbols from the ptrace.h uapiGravatar Thomas Huth 1-1/+0
2023-10-23scripts/faddr2line: Skip over mapping symbols in output from readelfGravatar Will Deacon 1-0/+5
2023-10-23scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1Gravatar Will Deacon 1-2/+15
2023-10-23scripts/faddr2line: Don't filter out non-function symbols from readelfGravatar Will Deacon 1-1/+1
2023-10-22scripts/kernel-doc: match -Werror flag strictlyGravatar Yujie Liu 1-1/+1
2023-10-21staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLEGravatar Umang Jain 2-0/+12
2023-10-20x86/retpoline: Make sure there are no unconverted return thunks due to KCSANGravatar Josh Poimboeuf 1-0/+1
2023-10-20x86/srso: Fix unret validation dependenciesGravatar Josh Poimboeuf 1-1/+2
2023-10-18scripts/show_delta: add __main__ judgement before main codeGravatar Hu Haowen 1-1/+2
2023-10-18get_maintainer: add --keywords-in-file optionGravatar Joe Perches 1-18/+20
2023-10-15rust: upgrade to Rust 1.73.0Gravatar Miguel Ojeda 1-1/+1
2023-10-12run-clang-tools: Add pass through checks and and header-filter argumentsGravatar Ian Rogers 1-7/+25
2023-10-12gen_compile_commands: Sort output compile commands by file nameGravatar Ian Rogers 1-1/+1
2023-10-12gen_compile_commands: Allow the line prefix to still be cmd_Gravatar Ian Rogers 1-3/+3
2023-10-12const_structs.checkpatch: add xattr_handlerGravatar Thomas Weißschuh 1-0/+1
2023-10-09locking/atomic: Add generic support for sync_try_cmpxchg() and its fallbackGravatar Uros Bizjak 2-16/+20
2023-10-08randstruct: Fix gcc-plugin performance mode to stay in groupGravatar Kees Cook 1-3/+8
2023-10-05rust: upgrade to Rust 1.72.1Gravatar Miguel Ojeda 1-1/+1
2023-10-01kbuild: remove stale code for 'source' symlink in packaging scriptsGravatar Masahiro Yamada 2-4/+0
2023-10-01modpost: Don't let "driver"s reference .exit.*Gravatar Uwe Kleine-König 1-2/+13
2023-10-01modpost: add missing else to the "of" checkGravatar Mauricio Faria de Oliveira 1-1/+1
2023-09-25rust: workqueue: add helper for defining work_struct fieldsGravatar Alice Ryhl 1-1/+1
2023-09-25kbuild: Use CRC32 and a 1MiB dictionary for XZ compressed modulesGravatar Martin Nybo Andersen 1-1/+1
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Gravatar Linus Torvalds 1-21/+2
2023-09-20dt: dt-extract-compatibles: Add flag for driver matching compatiblesGravatar Nícolas F. R. A. Prado 1-9/+48
2023-09-20dt: dt-extract-compatibles: Handle cfile arguments in generator functionGravatar Nícolas F. R. A. Prado 1-8/+11
2023-09-20locking/atomic: scripts: fix fallback ifdefferyGravatar Mark Rutland 1-1/+1
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Gravatar Andrew Morton 1-21/+2