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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-20
treewide: replace or remove redundant def_bool in Kconfig files
Masahiro Yamada
11
-15
/
+11
2024-02-20
kconfig: use generic macros to implement symbol hashtable
Masahiro Yamada
7
-39
/
+42
2024-02-20
kconfig: print recursive dependency errors in the parsed order
Masahiro Yamada
2
-15
/
+27
2024-02-20
kconfig: do not imply the type of choice value
Masahiro Yamada
1
-6
/
+0
2024-02-20
kconfig: convert linked list of files to hash table
Masahiro Yamada
1
-9
/
+11
2024-02-20
kconfig: move strhash() to util.c as a global function
Masahiro Yamada
3
-9
/
+11
2024-02-19
kconfig: move ARRAY_SIZE to a header
Masahiro Yamada
2
-2
/
+12
2024-02-19
kconfig: add macros useful for hashtable
Masahiro Yamada
1
-0
/
+48
2024-02-19
kconfig: import more list macros and inline functions
Masahiro Yamada
2
-0
/
+77
2024-02-19
kconfig: resync list.h
Masahiro Yamada
1
-62
/
+121
2024-02-19
kconfig: split list_head into a separate header
Masahiro Yamada
6
-7
/
+15
2024-02-19
kconfig: change file_lookup() to return the file name
Masahiro Yamada
5
-16
/
+13
2024-02-19
kconfig: make file::name a flexible array member
Masahiro Yamada
2
-3
/
+6
2024-02-19
kconfig: move the file and lineno in struct file to struct buffer
Masahiro Yamada
3
-33
/
+23
2024-02-19
kconfig: replace remaining current_file->name with cur_filename
Masahiro Yamada
2
-6
/
+6
2024-02-19
kconfig: do not delay the cur_filename update
Masahiro Yamada
2
-10
/
+15
2024-02-19
kconfig: replace file->name with name in zconf_nextfile()
Masahiro Yamada
1
-5
/
+5
2024-02-19
kconfig: associate struct property with file name directly
Masahiro Yamada
3
-9
/
+9
2024-02-19
kconfig: associate struct menu with file name directly
Masahiro Yamada
5
-10
/
+10
2024-02-19
kconfig: remove zconf_curname() and zconf_lineno()
Masahiro Yamada
5
-51
/
+37
2024-02-19
kconfig: replace current_pos with separate cur_{filename,lineno}
Masahiro Yamada
1
-8
/
+17
2024-02-19
kconfig: split preprocessor prototypes into preprocess.h
Masahiro Yamada
5
-13
/
+23
2024-02-19
kconfig: call env_write_dep() right after yyparse()
Masahiro Yamada
4
-12
/
+18
2024-02-19
kconfig: write Kconfig files to autoconf.cmd in order
Masahiro Yamada
4
-4
/
+11
2024-02-19
kconfig: remove unneeded sym_find() call in conf_parse()
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: remove compat_getline()
Masahiro Yamada
1
-52
/
+1
2024-02-19
kconfig: remove orphan lookup_file() declaration
Masahiro Yamada
1
-1
/
+0
2024-02-19
kconfig: fix off-by-one in zconf_error()
Masahiro Yamada
1
-1
/
+1
2024-02-19
kconfig: fix infinite loop when expanding a macro at the end of file
Masahiro Yamada
1
-2
/
+5
2024-02-19
Revert "kbuild/mkspec: clean boot loader configuration on rpm removal"
Masahiro Yamada
1
-3
/
+1
2024-02-19
Revert "kbuild/mkspec: support 'update-bootloader'-based systems"
Masahiro Yamada
1
-5
/
+0
2024-02-19
kbuild: rpm-pkg: mark installed files in /boot as %ghost
Masahiro Yamada
1
-0
/
+4
2024-02-19
kbuild: rpm-pkg: do not include depmod-generated files
Masahiro Yamada
1
-3
/
+19
2024-02-19
kbuild: deb-pkg: call more misc debhelper commands
Masahiro Yamada
2
-9
/
+5
2024-02-19
kbuild: deb-pkg: build binary-arch in parallel
Masahiro Yamada
2
-34
/
+47
2024-02-19
kbuild: deb-pkg: make debian/rules quiet for 'make deb-pkg'
Masahiro Yamada
1
-7
/
+9
2024-02-19
kbuild: deb-pkg: show verbose log for direct package builds
Masahiro Yamada
1
-0
/
+8
2024-02-19
kbuild: simplify dtbs_install by reading the list of compiled DTBs
Masahiro Yamada
3
-21
/
+19
2024-02-19
kbuild: create a list of all built DTB files
Masahiro Yamada
4
-10
/
+21
2024-02-19
docs: kbuild/kconfig: reformat/cleanup
Vegard Nossum
1
-197
/
+166
2024-02-19
kconfig: fix line number in recursive inclusion detection
Masahiro Yamada
1
-4
/
+5
2024-02-19
kconfig: remove unneeded buffer allocation in zconf_initscan()
Masahiro Yamada
1
-16
/
+13
2024-02-18
Linux 6.8-rc5
Linus Torvalds
1
-1
/
+1
2024-02-18
Merge tag 'kbuild-fixes-v6.8-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
9
-32
/
+33
2024-02-18
Merge tag 'x86_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-5
/
+18
2024-02-18
Merge tag 'irq_urgent_for_v6.8_rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-26
/
+47
2024-02-18
Merge tag 'i2c-for-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
4
-13
/
+17
2024-02-17
Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
24
-33
/
+77
2024-02-17
Merge tag 'bcachefs-2024-02-17' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
11
-16
/
+35
2024-02-17
Merge tag 'driver-core-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-26
/
+169
[next]