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
2020-09-25
kconfig: qconf: remove unused ConfigItem::okRename()
Masahiro Yamada
2
-9
/
+0
2020-09-25
kconfig: qconf: update the intro message to match to the current code
Masahiro Yamada
1
-4
/
+4
2020-09-25
kconfig: qconf: reformat the intro message
Masahiro Yamada
1
-11
/
+18
2020-09-25
kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles
Masahiro Yamada
3
-1
/
+6
2020-09-25
kbuild: remove redundant CONFIG_KASAN check from scripts/Makefile.kasan
Masahiro Yamada
1
-2
/
+0
2020-09-25
kbuild: preprocess module linker script
Masahiro Yamada
5
-4
/
+10
2020-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-3
/
+3
2020-09-23
bpf: Check CONFIG_BPF option for resolve_btfids
Jiri Olsa
1
-3
/
+3
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
5
-39
/
+47
2020-09-22
printk: move dictionary keys to dev_printk_info
John Ogness
1
-5
/
+11
2020-09-21
coccinelle: misc: add excluded_middle.cocci script
Denis Efremov
1
-0
/
+39
2020-09-20
kconfig: qconf: revive help message in the info view
Masahiro Yamada
1
-3
/
+8
2020-09-20
kconfig: qconf: fix incomplete type 'struct gstr' warning
Masahiro Yamada
2
-31
/
+30
2020-09-19
kconfig: qconf: use delete[] instead of delete to free array (again)
Masahiro Yamada
1
-1
/
+1
2020-09-16
kernel-doc: add support for ____cacheline_aligned attribute
Jonathan Cameron
1
-1
/
+2
2020-09-15
printk: ringbuffer: add finalization/extension support
John Ogness
1
-1
/
+2
2020-09-15
printk: ringbuffer: change representation of states
John Ogness
1
-5
/
+6
2020-09-14
Merge 5.9-rc5 into driver-core-next
Greg Kroah-Hartman
4
-6
/
+12
2020-09-13
scripts: coccicheck: Improve error feedback when coccicheck fails
Sumera Priyadarsini
1
-2
/
+8
2020-09-13
Merge tag 'char-misc-5.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-2
/
+6
2020-09-12
coccinelle: api: update kzfree script to kfree_sensitive
Denis Efremov
1
-16
/
+13
2020-09-10
scripts: device_attr_show.cocci: update location of sysfs doc
Mauro Carvalho Chehab
1
-1
/
+1
2020-09-10
kernel-doc: include line numbers for function prototypes
Mauro Carvalho Chehab
1
-0
/
+2
2020-09-08
scripts/gdb: update for lockless printk ringbuffer
John Ogness
1
-37
/
+102
2020-09-08
scripts/gdb: add utils.read_ulong()
John Ogness
1
-0
/
+7
2020-09-07
scripts/tags.sh: exclude tools directory from tags generation
Rustam Kovhaev
1
-2
/
+6
2020-09-05
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+2
2020-09-05
checkpatch: fix the usage of capture group ( ... )
Mrinal Pandey
1
-2
/
+2
2020-09-05
coccinelle: misc: add uninitialized_var.cocci script
Denis Efremov
1
-0
/
+51
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-2
/
+4
2020-09-04
scripts/dev-needs: Add script to list device dependencies
Saravana Kannan
1
-0
/
+315
2020-09-03
kconfig: remove redundant assignment prompt = prompt
Denis Efremov
1
-1
/
+0
2020-09-03
kconfig: streamline_config.pl: check defined(ENV variable) before using it
Randy Dunlap
1
-1
/
+4
2020-09-02
coccinelle: ifnullfree: add vfree(), kvfree*() functions
Denis Efremov
1
-2
/
+9
2020-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
1
-0
/
+2
2020-09-01
spelling.txt: Remove some duplicate entries
Joe Perches
1
-4
/
+0
2020-08-27
Makefile: Add clang-tidy and static analyzer support to makefile
Nathan Huckleberry
2
-0
/
+74
2020-08-27
gen_compile_commands: remove the warning about too few .cmd files
Masahiro Yamada
1
-10
/
+0
2020-08-27
gen_compile_commands: support *.o, *.a, modules.order in positional argument
Masahiro Yamada
1
-4
/
+96
2020-08-27
gen_compile_commands: move directory walk to a generator function
Masahiro Yamada
1
-12
/
+32
2020-08-27
gen_compile_commands: make -o option independent of -d option
Masahiro Yamada
1
-9
/
+9
2020-08-27
gen_compile_commands: reword the help message of -d option
Masahiro Yamada
1
-2
/
+2
2020-08-27
gen_compile_commands: do not support .cmd files under tools/ directory
Masahiro Yamada
1
-20
/
+12
2020-08-27
gen_compile_commands: use choices for --log_levels option
Masahiro Yamada
1
-10
/
+4
2020-08-27
gen_compile_commands: parse only the first line of .*.cmd files
Masahiro Yamada
1
-5
/
+2
2020-08-27
kbuild: hide commands to run Kconfig, and show short log for syncconfig
Masahiro Yamada
1
-8
/
+8
2020-08-26
seqlock,tags: Add support for SEQCOUNT_LOCKTYPE()
Peter Zijlstra
1
-0
/
+2
2020-08-25
bpf: Add d_path helper
Jiri Olsa
1
-0
/
+2
2020-08-24
locking/atomics: Use read-write instrumentation for atomic RMWs
Marco Elver
1
-6
/
+15
2020-08-24
kcsan: Support compounded read-write instrumentation
Marco Elver
1
-1
/
+1
[prev]
[next]