Age | Commit message (Expand) | Author | Files | Lines |
2022-09-28 | scripts: checkpatch: enable language-independent checks for Rust | Miguel Ojeda | 1 | -2/+2 |
2022-09-28 | scripts: checkpatch: diagnose uses of `%pA` in the C side as errors | Miguel Ojeda | 1 | -2/+6 |
2022-09-28 | kallsyms: increase maximum kernel symbol length to 512 | Miguel Ojeda | 1 | -2/+2 |
2022-09-28 | kallsyms: support "big" kernel symbols | Miguel Ojeda | 1 | -3/+26 |
2022-09-28 | kallsyms: add static relationship between `KSYM_NAME_LEN{,_BUFFER}` | Miguel Ojeda | 1 | -2/+12 |
2022-09-28 | kallsyms: avoid hardcoding buffer size | Boqun Feng | 1 | -2/+8 |
2022-09-28 | kallsyms: use `ARRAY_SIZE` instead of hardcoded size | Boqun Feng | 1 | -1/+1 |
2022-09-27 | dt: Add a check for undocumented compatible strings in kernel | Rob Herring | 1 | -0/+69 |
2022-09-27 | kbuild: take into account DT_SCHEMA_FILES changes while checking dtbs | Dmitry Baryshkov | 1 | -8/+6 |
2022-09-26 | cfi: Switch to -fsanitize=kcfi | Sami Tolvanen | 1 | -19/+4 |
2022-09-26 | scripts/kallsyms: Ignore __kcfi_typeid_ | Sami Tolvanen | 1 | -0/+1 |
2022-09-24 | Makefile.debug: re-enable debug info for .S files | Nick Desaulniers | 1 | -10/+11 |
2022-09-24 | Makefile.debug: set -g unconditional on CONFIG_DEBUG_INFO_SPLIT | Nick Desaulniers | 1 | -3/+1 |
2022-09-23 | Kconfig: remove unused function 'menu_get_root_menu' | Zeng Heng | 2 | -6/+0 |
2022-09-23 | scripts/clang-tools: remove unused module | yangxingwu | 1 | -1/+0 |
2022-09-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 3 | -31/+2 |
2022-09-20 | selinux: remove runtime disable message in the install_policy.sh script | Paul Moore | 1 | -2/+1 |
2022-09-20 | selinux: use "grep -E" instead of "egrep" | Greg Kroah-Hartman | 1 | -1/+1 |
2022-09-12 | checkpatch: handle FILE pointer type | Mickaël Salaün | 1 | -1/+5 |
2022-09-12 | checkpatch: add kmap and kmap_atomic to the deprecated list | Ira Weiny | 1 | -0/+2 |
2022-09-12 | scripts/decodecode: improve faulting line determination | Borislav Petkov | 1 | -15/+105 |
2022-09-11 | Merge tag 'kbuild-fixes-v6.0-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 3 | -31/+2 |
2022-09-09 | mksysmap: Fix the mismatch of 'L0' symbols in System.map | Youling Tang | 1 | -1/+1 |
2022-09-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+12 |
2022-09-07 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Paolo Abeni | 1 | -7/+71 |
2022-09-04 | Makefile.extrawarn: re-enable -Wformat for clang; take 2 | Nick Desaulniers | 1 | -0/+12 |
2022-08-29 | scripts/extract-ikconfig: add zstd compression support | Thitat Auareesuksakul | 1 | -0/+1 |
2022-08-29 | scripts: remove obsolete gcc-ld script | Lukas Bulwahn | 1 | -30/+0 |
2022-08-25 | bpf/scripts: Assert helper enum value is aligned with comment order | Eyal Birger | 1 | -5/+34 |
2022-08-23 | scripts/bpf: Set date attribute for bpf-helpers(7) man page | Quentin Monnet | 1 | -2/+18 |
2022-08-23 | scripts/bpf: Set version attribute for bpf-helpers(7) man page | Quentin Monnet | 1 | -1/+20 |
2022-08-21 | asm goto: eradicate CC_HAS_ASM_GOTO | Nick Desaulniers | 1 | -22/+0 |
2022-08-21 | Merge tag 'kbuild-fixes-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 4 | -5/+3 |
2022-08-20 | scripts/clang-tools: Remove DeprecatedOrUnsafeBufferHandling check | Guru Das Srinagesh | 1 | -0/+1 |
2022-08-20 | scripts/Makefile.extrawarn: Do not disable clang's -Wformat-zero-length | Nathan Chancellor | 1 | -1/+0 |
2022-08-20 | kbuild: dummy-tools: pretend we understand __LONG_DOUBLE_128__ | Jiri Slaby | 1 | -1/+1 |
2022-08-20 | modpost: fix module versioning when a symbol lacks valid CRC | Masahiro Yamada | 1 | -3/+1 |
2022-08-19 | Merge tag 'hardening-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -1/+1 |
2022-08-16 | gcc-plugins: Undefine LATENT_ENTROPY_PLUGIN when plugin disabled for a file | Andrew Donnellan | 1 | -1/+1 |
2022-08-13 | Merge tag 'riscv-for-linus-5.20-mw2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -0/+2 |
2022-08-11 | riscv/purgatory: Omit use of bin2c | Masahiro Yamada | 1 | -0/+2 |
2022-08-11 | Revert "Makefile.extrawarn: re-enable -Wformat for clang" | Linus Torvalds | 1 | -0/+1 |
2022-08-10 | Merge tag 'kbuild-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 16 | -303/+87 |
2022-08-09 | Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+2 |
2022-08-08 | Merge tag 'coccinelle-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 45 | -105/+99 |
2022-08-07 | update Coccinelle URL | Julia Lawall | 43 | -43/+43 |
2022-08-07 | coccinelle: free: add version constraint | Julia Lawall | 1 | -0/+1 |
2022-08-07 | Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 3 | -23/+31 |
2022-08-07 | Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+6 |
2022-08-07 | Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds | 1 | -0/+2 |