messages from 2021-12-13 13:30:21 to 2022-01-20 03:45:33 UTC [more...]
[PATCH] usr/include/Makefile: add linux/nfc.h to the compile-test coverage
2022-01-20 3:44 UTC (2+ messages)
[PATCH] Makefile: Fix build with scan-build
2022-01-19 23:08 UTC (3+ messages)
[PATCH v3 00/19] Rust support
2022-01-19 13:58 UTC (19+ messages)
` [PATCH v3 01/19] kallsyms: support "big" kernel symbols
` [PATCH v3 02/19] kallsyms: increase maximum kernel symbol length to 512
` [PATCH v3 03/19] kallsyms: use the correct buffer size for symbols
` [PATCH v3 04/19] rust: add C helpers
` [PATCH v3 05/19] rust: add `compiler_builtins` crate
` [PATCH v3 07/19] rust: add `build_error` crate
` [PATCH v3 08/19] rust: add `macros` crate
` [PATCH v3 10/19] rust: export generated symbols
` [PATCH v3 11/19] vsprintf: add new `%pA` format specifier
` [PATCH v3 12/19] scripts: add `generate_rust_analyzer.py`
` [PATCH v3 13/19] scripts: decode_stacktrace: demangle Rust symbols
` [PATCH v3 14/19] docs: add Rust documentation
` [PATCH v3 15/19] Kbuild: add Rust support
` [PATCH v3 16/19] samples: add Rust examples
` [PATCH v3 17/19] MAINTAINERS: Rust
` [RFC PATCH v3 18/19] drivers: gpio: PrimeCell PL061 in Rust
[GIT PULL] Kbuild updates for v5.17-rc1
2022-01-19 9:48 UTC (3+ messages)
[PATCH 0/2] kconfig: Improve comment blocks in the .config file
2022-01-18 18:25 UTC (9+ messages)
` [PATCH 1/2] kconfig: Show menuconfigs as menus "
` [PATCH 2/2] kconfig: Make comments look different than menus in .config
[PATCH 1/1] of: unittest: rename overlay source files from .dts to .dtso
2022-01-18 9:54 UTC (18+ messages)
[PATCH v9 00/15] Function Granular KASLR
2022-01-17 21:55 UTC (40+ messages)
` [PATCH v9 01/15] modpost: fix removing numeric suffixes
` [PATCH v9 02/15] livepatch: use `-z unique-symbol` if available to nuke pos-based search
` [PATCH v9 03/15] kallsyms: Hide layout
` [PATCH v9 04/15] arch: introduce ASM function sections
` [PATCH v9 05/15] x86: support "
` [PATCH v9 06/15] x86: decouple ORC table sorting into a separate file
` [PATCH v9 07/15] Makefile: Add build and config option for CONFIG_FG_KASLR
` [PATCH v9 08/15] x86/tools: Add relative relocs for randomized functions
` [PATCH v9 09/15] x86: Add support for function granular KASLR
` [PATCH v9 10/15] FG-KASLR: use a scripted approach to handle .text.* sections
` [PATCH v9 11/15] x86/boot: allow FG-KASLR to be selected
` [PATCH v9 12/15] module: Reorder functions
` [PATCH v9 13/15] module: use a scripted approach for FG-KASLR
` [PATCH v9 14/15] Documentation: add documentation "
` [PATCH v9 15/15] maintainers: add MAINTAINERS entry "
[PATCH] kbuild: add extra-y to targets-for-modules
2020-12-17 11:51 UTC (10+ messages)
[PATCH] kernel/module.c: fix for symbol decode in stack trace for stripped modules
2022-01-17 7:34 UTC (19+ messages)
` [PATCH v2] kernel/module.c: heuristic enhancement when INSTALL_MOD_STRIP= "--strip-unneeded" is used
` [PATCH v3] kernel/module.c: heuristic enhancement in case symbols are missing e.g. "
[PATCH 00/19] Rust support
2022-01-17 4:45 UTC (4+ messages)
` [PATCH 15/19] Kbuild: add "
Missing closing files in linux/scripts/kconfig/confdata.c
2022-01-14 7:41 UTC (3+ messages)
[PATCH] kbuild: Add environment variables for userprogs flags
2022-01-12 22:43 UTC
[PATCH v2] lib/crypto: add prompts back to crypto libraries
2022-01-12 14:53 UTC (7+ messages)
[PATCH 1/1] kbuild: install the modules.order for external modules
2022-01-11 20:14 UTC (4+ messages)
[PATCH 1/5] sh: rename suffix-y to suffix_y
2022-01-10 11:33 UTC (10+ messages)
` [PATCH 2/5] kbuild: drop $(size_append) from cmd_zstd
` [PATCH 3/5] kbuild: rename cmd_{bzip2,lzma,lzo,lz4,xzkern,zstd22}
` [PATCH 4/5] arch: decompressor: remove useless vmlinux.bin.all-y
` [PATCH 5/5] kbuild: add cmd_file_size
[PATCH v2 1/2] kbuild: move headers_check.pl to usr/include/
2022-01-08 8:24 UTC (4+ messages)
[PATCH v2 1/2] modpost: file2alias: fixup mdio alias garbled code in modules.alias
2022-01-06 12:46 UTC (11+ messages)
[PATCH 09/12] riscv: extable: add `type` and `data` fields
2022-01-06 10:23 UTC (3+ messages)
[PATCH v2 1/2] lib/crypto: blake2s: include as built-in
2022-01-05 22:09 UTC (23+ messages)
` [PATCH v3] "
` [PATCH v4] "
` [PATCH v5] "
` [PATCH v6] "
` [PATCH v7] "
[PATCH v2 00/11] kbuild: do not quote string values in Makefile
2022-01-04 23:48 UTC (13+ messages)
` [PATCH v2 01/11] certs: use $< and $@ to simplify the key generation rule
` [PATCH v2 02/11] certs: unify duplicated cmd_extract_certs and improve the log
` [PATCH v2 03/11] certs: remove unneeded -I$(srctree) option for system_certificates.o
` [PATCH v2 04/11] certs: refactor file cleaning
` [PATCH v2 05/11] certs: remove misleading comments about GCC PR
` [PATCH v2 06/11] kbuild: stop using config_filename in scripts/Makefile.modsign
` [PATCH v2 07/11] certs: simplify $(srctree)/ handling and remove config_filename macro
` [PATCH v2 08/11] kbuild: do not include include/config/auto.conf from shell scripts
` [PATCH v2 09/11] kbuild: do not quote string values in include/config/auto.conf
` [PATCH v2 10/11] certs: move scripts/extract-cert to certs/
` [PATCH v2 11/11] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}
[PATCH v2] builddeb: Support signing kernels with the module signing key
2022-01-04 18:13 UTC (3+ messages)
[PATCH] Fix compilation errors when using special directory
2022-01-04 18:07 UTC (4+ messages)
[PATCH] doc: kbuild: fix default in `imply` table
2022-01-03 6:55 UTC (2+ messages)
Happy Weekend:
2021-12-26 9:29 UTC
[PATCH RFC kbuild] lib/crypto: blake2s: include as built-in
2021-12-25 7:10 UTC (5+ messages)
[PATCH 0/1] Use target CPP to pre-process dts as supported flag checks are done on target toolchain
2021-12-21 23:30 UTC (5+ messages)
` [PATCH 1/1] "
[PATCH] kbuild: Report enabled nodes with duplicated address
2021-12-18 1:02 UTC (3+ messages)
[PATCH] builddeb: Support signing kernels with a Machine Owner Key
2021-12-17 15:29 UTC (5+ messages)
[PATCH v2 1/2] kbuild: use perl instead of shell to get file size
2021-12-17 13:45 UTC (5+ messages)
` [PATCH v2 2/2] kbuild: pass --stream-size --no-content-size to zstd
[PATCH -kbuild] Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"
2021-12-15 13:46 UTC
[PATCH 00/10] kbuild: do not quote string values in Makefile
2021-12-14 1:50 UTC (9+ messages)
` [PATCH 01/10] certs: use $@ to simplify the key generation rule
` [PATCH 08/10] kbuild: do not include include/config/auto.conf from shell scripts
` [PATCH 10/10] microblaze: use built-in function to get CPU_{MAJOR,MINOR,REV}
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).