index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2018-01-22
kconfig: Remove menu_end_entry()
Ulf Magnusson
3
-11
/
+1
2018-01-22
kconfig: Document important expression functions
Ulf Magnusson
1
-0
/
+106
2018-01-22
kconfig: Document automatic submenu creation code
Ulf Magnusson
1
-0
/
+38
2018-01-22
kconfig: Fix choice symbol expression leak
Ulf Magnusson
1
-0
/
+3
2018-01-22
kconfig: Fix expr_free() E_NOT leak
Ulf Magnusson
1
-1
/
+1
2018-01-22
kconfig: Fix automatic menu creation mem leak
Ulf Magnusson
1
-0
/
+1
2018-01-22
kconfig: Don't leak main menus during parsing
Ulf Magnusson
1
-9
/
+24
2018-01-11
kconfig: Don't leak 'option' arguments during parsing
Ulf Magnusson
1
-1
/
+3
2018-01-11
kconfig: Don't leak 'source' filenames during parsing
Ulf Magnusson
2
-0
/
+5
2018-01-10
kconfig: Don't leak symbol names during parsing
Ulf Magnusson
1
-17
/
+19
2017-12-16
kconfig: generate lexer and parser during build instead of shipping
Masahiro Yamada
3
-4944
/
+1
2017-12-16
kbuild: prepare to remove C files pre-generated by flex and bison
Masahiro Yamada
1
-3
/
+17
2017-12-16
kbuild: add LEX and YACC variables
Masahiro Yamada
1
-2
/
+2
2017-12-16
kconfig: display recursive dependency resolution hint just once
Masahiro Yamada
1
-2
/
+6
2017-12-15
kconfig: Clean up modules handling and fix crash
Ulf Magnusson
1
-4
/
+6
2017-12-15
kconfig: Clarify expression rewriting
Ulf Magnusson
1
-0
/
+52
2017-12-15
kconfig: Rename menu_check_dep() to rewrite_m()
Ulf Magnusson
1
-6
/
+10
2017-12-12
kconfig: Sync zconf.y with zconf.tab.c_shipped
Ulf Magnusson
1
-1
/
+1
2017-12-07
kconfig: Document the 'symbol' struct
Ulf Magnusson
1
-1
/
+44
2017-12-07
kconfig: Document the 'menu' struct
Ulf Magnusson
1
-0
/
+45
2017-12-07
kconfig: Warn if choice default is not in choice
Ulf Magnusson
1
-0
/
+10
2017-11-29
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-9
/
+19
2017-11-29
scripts/bloat-o-meter: don't fail with division by 0
Andy Shevchenko
1
-2
/
+5
2017-11-29
scripts/faddr2line: extend usage on generic arch
Liu, Changcheng
1
-7
/
+14
2017-11-29
vsprintf: add printk specifier %px
Tobin C. Harding
1
-1
/
+1
2017-11-25
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-277
/
+0
2017-11-25
Merge tag 'kbuild-v4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
5
-14
/
+16
2017-11-23
Merge tag 'docs-4.15-2' of git://git.lwn.net/linux
Linus Torvalds
2
-1
/
+29
2017-11-23
kbuild: drop $(extra-y) from real-objs-y
Masahiro Yamada
1
-1
/
+1
2017-11-23
kbuild: rpm: prompt to use "rpm-pkg" if "rpm" target is used
Masahiro Yamada
1
-1
/
+1
2017-11-23
kbuild: pkg: use --transform option to prefix paths in tar
Masahiro Yamada
1
-3
/
+2
2017-11-23
coccinelle: fix parallel build with CHECK=scripts/coccicheck
Masahiro Yamada
1
-6
/
+9
2017-11-23
kconfig/symbol.c: use correct pointer type argument for sizeof
Heinrich Schuchardt
1
-1
/
+1
2017-11-21
Coccinelle: Remove setup_timer.cocci
Kees Cook
1
-277
/
+0
2017-11-20
Add optional check for bad kernel-doc comments
Matthew Wilcox
2
-1
/
+29
2017-11-18
kbuild: create built-in.o automatically if parent directory wants it
Masahiro Yamada
1
-2
/
+2
2017-11-17
Merge tag 'kbuild-misc-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-216
/
+452
2017-11-17
Merge tag 'kbuild-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
11
-90
/
+129
2017-11-17
Makefile: support flag -fsanitizer-coverage=trace-cmp
Victor Chibotaru
1
-0
/
+7
2017-11-17
checkpatch: do not check missing blank line before builtin_*_driver
Masahiro Yamada
1
-0
/
+1
2017-11-17
checkpatch: add --strict test for lines ending in [ or (
Joe Perches
1
-0
/
+6
2017-11-17
checkpatch: add TP_printk to list of logging functions
Joe Perches
1
-0
/
+1
2017-11-17
checkpatch: allow DEFINE_PER_CPU definitions to exceed line length
Joe Perches
1
-2
/
+3
2017-11-17
checkpatch: printks always need a KERN_<LEVEL>
Joe Perches
1
-22
/
+4
2017-11-17
scripts/checkpatch.pl: avoid false warning missing break
Heinrich Schuchardt
1
-1
/
+1
2017-11-17
checkpatch: support function pointers for unnamed function definition arguments
Miles Chen
1
-1
/
+1
2017-11-17
get_maintainer: add more --self-test options
Joe Perches
1
-17
/
+132
2017-11-17
get_maintainer: add --self-test for internal consistency tests
Tom Saeger
1
-17
/
+77
2017-11-17
parse-maintainers: add ability to specify filenames
Joe Perches
1
-5
/
+47
2017-11-17
spelling.txt: add "unnecessary" typo variants
Joe Perches
1
-0
/
+4
[next]