Show patches with: State = Action Required       |    Archived = No       |   817 patches
« 1 2 3 48 9 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
[1/6] kallsyms: Optimize multiple times of realloc() to one time of malloc() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian New
[2/6] kallsyms: Emit symbol at the holes in the text kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian New
[3/6] module: kallsyms: Determine exact function size kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian New
[4/6] ftrace: Skip invalid __fentry__ in ftrace_process_locs() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian New
[5/6] ftrace: Fix possible out-of-bound issue in ftrace_process_locs() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian New
[6/6] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-06-13 Zheng Yejian New
[v2,1/5] kallsyms: Emit symbol at the holes in the text kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-07-23 Zheng Yejian New
[v2,2/5] module: kallsyms: Determine exact function size kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-07-23 Zheng Yejian New
[v2,3/5] ftrace: Skip invalid __fentry__ in ftrace_process_locs() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-07-23 Zheng Yejian New
[v2,4/5] ftrace: Fix possible out-of-bound issue in ftrace_process_locs() kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-07-23 Zheng Yejian New
[v2,5/5] ftrace: Revert the FTRACE_MCOUNT_MAX_OFFSET workaround kallsyms: Emit symbol for holes in text and fix weak function issue - - - --- 2024-07-23 Zheng Yejian New
[RESEND,v6,1/3] printk: Fix LOG_CPU_MAX_BUF_SHIFT when BASE_SMALL is enabled printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL - 2 - --- 2024-05-05 Yoann Congal New
[RESEND,v6,2/3] printk: Change type of CONFIG_BASE_SMALL to bool printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL - 3 - --- 2024-05-05 Yoann Congal New
[RESEND,v6,3/3] printk: Remove redundant CONFIG_BASE_FULL printk: CONFIG_BASE_SMALL fix for LOG_CPU_MAX_BUF_SHIFT and removal of CONFIG_BASE_FULL - 1 - --- 2024-05-05 Yoann Congal New
kbuild: fix a typo dt_binding_schema -> dt_binding_schemas kbuild: fix a typo dt_binding_schema -> dt_binding_schemas - 1 - --- 2024-09-25 Xu Yang New
[RFC,1/3] llvm-cov: add Clang's Source-based Code Coverage support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - - --- 2024-08-24 Wentao Zhang New
[RFC,2/3] kbuild, llvm-cov: disable instrumentation in odd or sensitive code Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - - --- 2024-08-24 Wentao Zhang New
[RFC,3/3] llvm-cov: add Clang's MC/DC support Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang - - - --- 2024-08-24 Wentao Zhang New
[v2,1/4] llvm-cov: add Clang's Source-based Code Coverage support [v2,1/4] llvm-cov: add Clang's Source-based Code Coverage support - 2 1 --- 2024-09-05 Wentao Zhang New
[v2,2/4] llvm-cov: add Clang's MC/DC support [v2,1/4] llvm-cov: add Clang's Source-based Code Coverage support - 2 1 --- 2024-09-05 Wentao Zhang New
[v2,3/4] x86: disable llvm-cov instrumentation [v2,1/4] llvm-cov: add Clang's Source-based Code Coverage support - 2 1 --- 2024-09-05 Wentao Zhang New
[v2,4/4] x86: enable llvm-cov support [v2,1/4] llvm-cov: add Clang's Source-based Code Coverage support - 2 1 --- 2024-09-05 Wentao Zhang New
[1/3] mm: use zonelist_zone() to get zone [1/3] mm: use zonelist_zone() to get zone - - - --- 2024-07-02 Wei Yang New
[2/3] modpost: .meminit.* is not in init section when CONFIG_MEMORY_HOTPLUG set [1/3] mm: use zonelist_zone() to get zone - - - --- 2024-07-02 Wei Yang New
[3/3] mm/page_alloc: put __free_pages_core() in __meminit section [1/3] mm: use zonelist_zone() to get zone - - - --- 2024-07-02 Wei Yang New
[RFC,01/11] kbuild: ignore .config rule for make --always-make output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,02/11] kbuild: document some prerequisites output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,03/11] kbuild: pass KERNELVERSION and LOCALVERSION explicitly to setlocalversion output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,04/11] kbuild: don't execute .ko recipe in --dry-run mode output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,05/11] kbuild: execute modules.order recipe in --dry-run mode output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,06/11] kbuild: set $dry_run when running in --dry-run mode output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,07/11] kbuild: define 'make' as a no-op in --dry-run mode output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,08/11] kbuild: make link-vmlinux.sh respect $dry_run output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,09/11] kbuild: simplify commands in --dry-run mode output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,10/11] kbuild: don't test for file presence in --dry-run mode output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
[RFC,11/11] kbuild: suppress echoing of commands in --dry-run mode output a valid shell script when running 'make -n' - - - --- 2024-08-19 Vegard Nossum New
kbuild: use objcopy to generate asm-offsets kbuild: use objcopy to generate asm-offsets - - - --- 2024-08-28 Vegard Nossum New
scripts/Makefile.build: fix ext mod subdirs build with separate src,build dirs scripts/Makefile.build: fix ext mod subdirs build with separate src,build dirs - - - --- 2024-04-15 Valerii Chernous -X (vchernou - GLOBALLOGIC INC at Cisco) New
[RESEND] parport: amiga: Mark driver struct with __refdata to prevent section mismatch [RESEND] parport: amiga: Mark driver struct with __refdata to prevent section mismatch - - - --- 2024-05-13 Uwe Kleine-König New
modpost: Enable section warning from *driver to .exit.text modpost: Enable section warning from *driver to .exit.text - 1 - --- 2024-06-11 Uwe Kleine-König New
kbuild: rpm-pkg: include vmlinux debug symbols kbuild: rpm-pkg: include vmlinux debug symbols - - - --- 2024-09-10 Uday Shankar New
kbuild: remove recent dependency on "truncate" program kbuild: remove recent dependency on "truncate" program - 1 - --- 2024-08-29 Tony Battersby New
[1/1] kbuild: Only build dtc if needed [1/1] kbuild: Only build dtc if needed - 1 - --- 2024-08-15 TIAN Yuanhao New
kbuild: add script and target to generate pacman package kbuild: add script and target to generate pacman package - - - --- 2024-07-04 Thomas Weißschuh New
[v2] kbuild: add script and target to generate pacman package [v2] kbuild: add script and target to generate pacman package - 1 1 --- 2024-07-06 Thomas Weißschuh New
[v3] kbuild: add script and target to generate pacman package [v3] kbuild: add script and target to generate pacman package - 1 1 --- 2024-07-08 Thomas Weißschuh New
[v4] kbuild: add script and target to generate pacman package [v4] kbuild: add script and target to generate pacman package - 2 1 --- 2024-07-10 Thomas Weißschuh New
[v5] kbuild: add script and target to generate pacman package [v5] kbuild: add script and target to generate pacman package - 2 1 --- 2024-07-14 Thomas Weißschuh New
[v6] kbuild: add script and target to generate pacman package [v6] kbuild: add script and target to generate pacman package - 2 1 --- 2024-07-16 Thomas Weißschuh New
[v7] kbuild: add script and target to generate pacman package [v7] kbuild: add script and target to generate pacman package - 1 1 --- 2024-07-20 Thomas Weißschuh New
[RFC] modpost: compile constant module information only once [RFC] modpost: compile constant module information only once - - - --- 2024-08-24 Thomas Weißschuh New
[v2] modpost: compile constant module information only once [v2] modpost: compile constant module information only once - - - --- 2024-09-01 Thomas Weißschuh New
kbuild: remove append operation on cmd_ld_ko_o kbuild: remove append operation on cmd_ld_ko_o - - - --- 2024-09-08 Thomas Weißschuh New
kconfig: use memcmp instead of deprecated bcmp kconfig: use memcmp instead of deprecated bcmp - 1 - --- 2024-09-24 Thomas Meyer New
scripts: run-clang-tools: add file filtering option scripts: run-clang-tools: add file filtering option - 1 - --- 2024-07-04 Théo Lebrun New
[1/1] kbuild: Fix build target deb-pkg: ln: failed to create hard link [1/1] kbuild: Fix build target deb-pkg: ln: failed to create hard link - - - --- 2024-06-16 Thayne Harbaugh New
[1/1] Documentation: kbuild: explicitly document missing prompt Documentation: kbuild: explicitly document missing prompt - - - --- 2024-08-20 Stephen Brennan New
[v2] Documentation: kbuild: explicitly document missing prompt [v2] Documentation: kbuild: explicitly document missing prompt - 1 - --- 2024-08-23 Stephen Brennan New
[RFC,1/2] objtool: Run objtool only if either of the config options are selected [RFC,1/2] objtool: Run objtool only if either of the config options are selected - - - --- 2024-04-22 Sathvika Vasireddy New
[RFC,2/2] objtool/powerpc: Enhance objtool to fixup alternate feature relative addresses [RFC,1/2] objtool: Run objtool only if either of the config options are selected - - - --- 2024-04-22 Sathvika Vasireddy New
[01/15] tools: Add gendwarfksyms Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[02/15] gendwarfksyms: Add symbol list input handling Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[03/15] gendwarfksyms: Add CRC calculation Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[04/15] gendwarfksyms: Expand base_type Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[05/15] gendwarfksyms: Add a cache Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[06/15] gendwarfksyms: Expand type modifiers and typedefs Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[07/15] gendwarfksyms: Add pretty-printing Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[08/15] gendwarfksyms: Expand subroutine_type Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[09/15] gendwarfksyms: Expand array_type Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[10/15] gendwarfksyms: Expand structure types Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[11/15] gendwarfksyms: Limit structure expansion Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[12/15] gendwarfksyms: Add inline debugging Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[13/15] modpost: Add support for hashing long symbol names Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[14/15] module: Support hashed symbol names when checking modversions Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[15/15] kbuild: Use gendwarfksyms to generate Rust symbol versions Implement MODVERSIONS for Rust - - - --- 2024-06-17 Sami Tolvanen New
[v2,01/19] tools: Add gendwarfksyms Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,02/19] gendwarfksyms: Add symbol list handling Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,03/19] gendwarfksyms: Add address matching Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,04/19] gendwarfksyms: Add support for type pointers Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,05/19] gendwarfksyms: Expand base_type Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,06/19] gendwarfksyms: Add a cache for processed DIEs Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,07/19] gendwarfksyms: Expand type modifiers and typedefs Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,08/19] gendwarfksyms: Expand subroutine_type Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,09/19] gendwarfksyms: Expand array_type Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,10/19] gendwarfksyms: Expand structure types Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,11/19] gendwarfksyms: Limit structure expansion Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,12/19] gendwarfksyms: Add die_map debugging Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,13/19] gendwarfksyms: Add symtypes output Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,14/19] gendwarfksyms: Add symbol versioning Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,15/19] gendwarfksyms: Add support for declaration-only data structures Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,16/19] gendwarfksyms: Add support for reserved structure fields Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,17/19] export: Add __gendwarfksyms_ptr_ references to exported symbols Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,18/19] x86/asm-prototypes: Include <asm/ptrace.h> Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v2,19/19] kbuild: Add gendwarfksyms as an alternative to genksyms Implement DWARF modversions - - - --- 2024-08-15 Sami Tolvanen New
[v3,01/20] scripts: import more list macros Implement DWARF modversions - - - --- 2024-09-23 Sami Tolvanen New
[v3,02/20] scripts: move genksyms crc32 implementation to a common include Implement DWARF modversions - - - --- 2024-09-23 Sami Tolvanen New
[v3,03/20] tools: Add gendwarfksyms Implement DWARF modversions - 1 - --- 2024-09-23 Sami Tolvanen New
[v3,04/20] gendwarfksyms: Add address matching Implement DWARF modversions - - - --- 2024-09-23 Sami Tolvanen New
[v3,05/20] gendwarfksyms: Expand base_type Implement DWARF modversions - 1 - --- 2024-09-23 Sami Tolvanen New
[v3,06/20] gendwarfksyms: Add a cache for processed DIEs Implement DWARF modversions - - - --- 2024-09-23 Sami Tolvanen New
« 1 2 3 48 9 »