| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'master' into mm-hotfixes-stable | Andrew Morton | 2023-12-07 | 2 | -4/+2 |
|\ |
|
| * | Merge tag 'hardening-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-12-01 | 1 | -2/+1 |
| |\ |
|
| | * | gcc-plugins: randstruct: Update code comment in relayout_struct() | Gustavo A. R. Silva | 2023-11-28 | 1 | -2/+1 |
| * | | scripts/checkstack.pl: match all stack sizes for s390 | Heiko Carstens | 2023-11-22 | 1 | -2/+1 |
| |/ |
|
* | | scripts/gdb: fix lx-device-list-bus and lx-device-list-class | Florian Fainelli | 2023-12-07 | 1 | -8/+8 |
* | | scripts/gdb/tasks: fix lx-ps command error | Kuan-Ying Lee | 2023-12-07 | 1 | -11/+7 |
* | | checkstack: fix printed address | Heiko Carstens | 2023-12-07 | 1 | -6/+2 |
|/ |
|
* | Merge tag 'kbuild-fixes-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-11-19 | 3 | -12/+12 |
|\ |
|
| * | kconfig: fix memory leak from range properties | Masahiro Yamada | 2023-11-17 | 1 | -8/+6 |
| * | kbuild: Move the single quotes for image name | Simon Glass | 2023-11-17 | 1 | -2/+2 |
| * | modpost: fix section mismatch message for RELA | Masahiro Yamada | 2023-11-16 | 1 | -2/+4 |
* | | Merge tag 'hardening-v6.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2023-11-15 | 2 | -12/+2 |
|\ \
| |/
|/| |
|
| * | gcc-plugins: latent_entropy: Fix typo (args -> argc) in plugin description | Konstantin Runov | 2023-11-14 | 1 | -2/+2 |
| * | gcc-plugins: randstruct: Only warn about true flexible arrays | Kees Cook | 2023-11-08 | 1 | -10/+0 |
* | | Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 2023-11-04 | 16 | -219/+386 |
|\ \ |
|
| * | | kbuild: support 'userldlibs' syntax | Masahiro Yamada | 2023-11-01 | 1 | -3/+3 |
| * | | kbuild: dummy-tools: pretend we understand -fpatchable-function-entry | Jiri Slaby (SUSE) | 2023-11-01 | 1 | -0/+10 |
| * | | modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONS | Masahiro Yamada | 2023-10-28 | 1 | -6/+1 |
| * | | modpost: merge sectioncheck table entries regarding init/exit sections | Masahiro Yamada | 2023-10-28 | 1 | -15/+3 |
| * | | modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONS | Masahiro Yamada | 2023-10-28 | 1 | -1/+1 |
| * | | modpost: disallow the combination of EXPORT_SYMBOL and __meminit* | Masahiro Yamada | 2023-10-28 | 1 | -1/+1 |
| * | | modpost: remove EXIT_SECTIONS macro | Masahiro Yamada | 2023-10-28 | 1 | -5/+3 |
| * | | modpost: remove MEM_INIT_SECTIONS macro | Masahiro Yamada | 2023-10-28 | 1 | -2/+1 |
| * | | modpost: remove more symbol patterns from the section check whitelist | Masahiro Yamada | 2023-10-28 | 1 | -7/+1 |
| * | | modpost: disallow *driver to reference .meminit* sections | Masahiro Yamada | 2023-10-28 | 1 | -6/+0 |
| * | | linux/init: remove __memexit* annotations | Masahiro Yamada | 2023-10-28 | 1 | -12/+3 |
| * | | modpost: remove ALL_EXIT_DATA_SECTIONS macro | Masahiro Yamada | 2023-10-28 | 1 | -2/+0 |
| * | | kbuild: simplify cmd_ld_multi_m | Masahiro Yamada | 2023-10-28 | 1 | -1/+1 |
| * | | kbuild: avoid too many execution of scripts/pahole-flags.sh | Masahiro Yamada | 2023-10-28 | 2 | -30/+19 |
| * | | kbuild: remove ARCH_POSTLINK from module builds | Masahiro Yamada | 2023-10-28 | 1 | -4/+1 |
| * | | kbuild: unify vdso_install rules | Masahiro Yamada | 2023-10-28 | 1 | -0/+45 |
| * | | modpost: factor out the common boilerplate of section_rel(a) | Masahiro Yamada | 2023-10-18 | 1 | -24/+26 |
| * | | modpost: refactor check_sec_ref() | Masahiro Yamada | 2023-10-18 | 1 | -6/+7 |
| * | | modpost: define TO_NATIVE() using bswap_* functions | Masahiro Yamada | 2023-10-18 | 2 | -22/+16 |
| * | | modpost: fix ishtp MODULE_DEVICE_TABLE built on big-endian host | Masahiro Yamada | 2023-10-18 | 1 | -2/+2 |
| * | | modpost: fix tee MODULE_DEVICE_TABLE built on big-endian host | Masahiro Yamada | 2023-10-18 | 1 | -5/+5 |
| * | | kbuild: make binrpm-pkg always produce kernel-devel package | Masahiro Yamada | 2023-10-18 | 1 | -2/+0 |
| * | | rust: Respect HOSTCC when linking for host | Matthew Maurer | 2023-10-14 | 1 | -0/+2 |
| * | | kbuild: rpm-pkg: generate kernel.spec in rpmbuild/SPECS/ | Masahiro Yamada | 2023-10-03 | 3 | -5/+11 |
| * | | modpost: Optimize symbol search from linear to binary search | Jack Brennen | 2023-10-03 | 4 | -66/+232 |
* | | | Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2023-11-04 | 2 | -0/+12 |
|\ \ \ |
|
| * | | | staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE | Umang Jain | 2023-10-21 | 2 | -0/+12 |
* | | | | Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2023-11-04 | 2 | -0/+12 |
|\ \ \ \ |
|
| * | | | | cdx: add sysfs for subsystem, class and revision | Abhijit Gangurde | 2023-10-27 | 2 | -0/+12 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-11-03 | 2 | -11/+29 |
|\ \ \ \ |
|
| * | | | | run-clang-tools: Add pass through checks and and header-filter arguments | Ian Rogers | 2023-10-12 | 1 | -7/+25 |
| * | | | | gen_compile_commands: Sort output compile commands by file name | Ian Rogers | 2023-10-12 | 1 | -1/+1 |
| * | | | | gen_compile_commands: Allow the line prefix to still be cmd_ | Ian Rogers | 2023-10-12 | 1 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 2023-11-03 | 5 | -25/+49 |
|\ \ \ \ |
|
| * | | | | scripts/gdb/vmalloc: disable on no-MMU | Ben Wolsieffer | 2023-11-01 | 2 | -2/+7 |