index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
ver_linux
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2024-11-28
modpost: convert do_pnp_card_entries() to a generic handler
Masahiro Yamada
1
-25
/
+14
2024-11-28
modpost: call module_alias_printf() from all do_*_entry() functions
Masahiro Yamada
1
-257
/
+181
2024-11-28
modpost: pass (struct module *) to do_*_entry() functions
Masahiro Yamada
1
-59
/
+59
2024-11-28
modpost: remove DEF_FIELD_ADDR_VAR() macro
Masahiro Yamada
1
-8
/
+1
2024-11-28
modpost: deduplicate MODULE_ALIAS() for all drivers
Masahiro Yamada
1
-33
/
+15
2024-11-28
modpost: introduce module_alias_printf() helper
Masahiro Yamada
3
-28
/
+93
2024-11-28
modpost: remove unnecessary check in do_acpi_entry()
Masahiro Yamada
1
-1
/
+1
2024-11-28
modpost: remove incorrect code in do_eisa_entry()
Masahiro Yamada
1
-4
/
+1
2024-11-28
setlocalversion: add -e option
Masahiro Yamada
1
-4
/
+8
2024-11-28
setlocalversion: work around "git describe" performance
Rasmus Villemoes
1
-16
/
+38
2024-11-28
kbuild: switch from lz4c to lz4 for compression
Parth Pancholi
2
-3
/
+3
2024-11-28
kbuild: re-enable KCSAN for autogenerated *.mod.c intermediaries
Masahiro Yamada
1
-1
/
+0
2024-11-28
kbuild: enable objtool for *.mod.o and additional kernel objects
Masahiro Yamada
4
-28
/
+29
2024-11-28
kbuild: move cmd_cc_o_c and cmd_as_o_S to scripts/Malefile.lib
Masahiro Yamada
4
-21
/
+13
2024-11-28
kbuild: remove support for single %.symtypes build rule
Masahiro Yamada
2
-19
/
+5
2024-11-28
kbuild: do not pass -r to genksyms when *.symref does not exist
Masahiro Yamada
1
-1
/
+1
2024-11-28
kbuild: allow to start building external modules in any directory
Masahiro Yamada
2
-2
/
+27
2024-11-28
kbuild: make wrapper Makefile more convenient for external modules
Masahiro Yamada
1
-1
/
+11
2024-11-28
kbuild: use absolute path in the generated wrapper Makefile
Masahiro Yamada
1
-2
/
+3
2024-11-28
kbuild: support -fmacro-prefix-map for external modules
Masahiro Yamada
1
-2
/
+4
2024-11-28
kbuild: support building external modules in a separate build directory
Masahiro Yamada
5
-11
/
+35
2024-11-28
kbuild: remove extmod_prefix, MODORDER, MODULES_NSDEPS variables
Masahiro Yamada
5
-24
/
+20
2024-11-28
kbuild: change working directory to external module directory with M=
Masahiro Yamada
11
-68
/
+87
2024-11-27
kbuild: use 'output' variable to create the output directory
Masahiro Yamada
1
-6
/
+8
2024-11-27
kbuild: rename abs_objtree to abs_output
Masahiro Yamada
1
-5
/
+5
2024-11-27
kbuild: add $(objtree)/ prefix to some in-kernel build artifacts
Masahiro Yamada
11
-30
/
+30
2024-11-27
kbuild: replace two $(abs_objtree) with $(CURDIR) in top Makefile
Masahiro Yamada
1
-2
/
+2
2024-11-27
kbuild: deb-pkg: Don't fail if modules.order is missing
Matt Fleming
1
-10
/
+12
2024-11-27
Rename .data.once to .data..once to fix resetting WARN*_ONCE
Masahiro Yamada
6
-9
/
+9
2024-11-27
Rename .data.unlikely to .data..unlikely
Masahiro Yamada
2
-2
/
+2
2024-11-27
kbuild: Fix Propeller build option
Rong Xu
1
-2
/
+13
2024-11-27
kbuild: Add Propeller configuration for kernel build
Rong Xu
11
-3
/
+237
2024-11-27
AutoFDO: Enable machine function split optimization for AutoFDO
Rong Xu
2
-1
/
+8
2024-11-27
AutoFDO: Enable -ffunction-sections for the AutoFDO build
Rong Xu
2
-3
/
+10
2024-11-27
vmlinux.lds.h: Add markers for text_unlikely and text_hot sections
Rong Xu
1
-2
/
+12
2024-11-27
vmlinux.lds.h: Adjust symbol ordering in text output section
Rong Xu
2
-7
/
+17
2024-11-27
MIPS: Place __kernel_entry at the beginning of text section
Rong Xu
3
-1
/
+2
2024-11-06
objtool: Fix unreachable instruction warnings for weak functions
Rong Xu
1
-5
/
+10
2024-11-06
kbuild: Add AutoFDO support for Clang build
Rong Xu
9
-0
/
+231
2024-11-06
kbuild: simplify rustfmt target
Masahiro Yamada
1
-11
/
+2
2024-11-06
kconfig: document the positional argument in the help message
Masahiro Yamada
1
-1
/
+4
2024-11-06
kconfig: qconf: remove unnecessary mode check in ConfigItem::updateMenu()
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: refactor ConfigInfoView::clicked()
Masahiro Yamada
1
-37
/
+6
2024-11-06
kconfig: add sym_get_prompt_menu() helper function
Masahiro Yamada
2
-7
/
+20
2024-11-06
kconfig: qconf: remove non-functional href="m..." tag
Masahiro Yamada
1
-2
/
+2
2024-11-06
kconfig: qconf: remove redundant check in goBack()
Masahiro Yamada
1
-3
/
+0
2024-11-06
kconfig: qconf: avoid unnecessary parentSelected() when ESC is pressed
Masahiro Yamada
1
-1
/
+1
2024-11-06
kconfig: qconf: remove ConfigItem::visible member
Masahiro Yamada
2
-25
/
+18
2024-11-06
kconfig: qconf: do not show goParent button in split view
Masahiro Yamada
1
-2
/
+1
2024-11-06
kconfig: qconf: convert the last old connection syntax to Qt5 style
Masahiro Yamada
1
-1
/
+3
[next]