index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
Age
Commit message (
Expand
)
Author
Files
Lines
2023-12-28
Merge tag 'kbuild-fixes-v6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-4
/
+4
2023-12-28
kconfig: Use KCONFIG_CONFIG instead of .config
Markus Schneider-Pargmann
1
-1
/
+1
2023-12-28
kconfig: remove redundant NULL pointer check before free()
Masahiro Yamada
2
-4
/
+2
2023-12-28
kconfig: remove unreachable printf()
Masahiro Yamada
1
-1
/
+0
2023-12-28
kconfig: add include guard to lkc_proto.h
Masahiro Yamada
1
-0
/
+5
2023-12-28
kconfig: squash menu_has_help() and menu_get_help()
Masahiro Yamada
2
-17
/
+2
2023-12-23
kbuild: fix build ID symlinks to installed debug VDSO files
Masahiro Yamada
1
-1
/
+1
2023-12-23
gen_compile_commands.py: fix path resolve with symlinks in it
Jialu Xu
1
-3
/
+3
2023-12-21
rust: upgrade to Rust 1.74.1
Miguel Ojeda
1
-1
/
+1
2023-12-20
Makefile.extrawarn: turn on missing-prototypes globally
Arnd Bergmann
1
-2
/
+2
2023-12-20
Merge tag 'iio-for-6.8a' of https://git.kernel.org/pub/scm/linux/kernel/git/j...
Greg Kroah-Hartman
1
-0
/
+1
2023-12-19
kernel-doc: Align quick help and the code
Andy Shevchenko
1
-2
/
+2
2023-12-18
docs: ignore __counted_by attribute in structure definitions
Jonathan Corbet
1
-0
/
+1
2023-12-17
scripts: checkpatch: Add __aligned to the list of attribute notes
Marcelo Schmitt
1
-0
/
+1
2023-12-15
scripts: kernel-doc: Clarify missing struct member description
Kees Cook
1
-1
/
+1
2023-12-15
scripts/kernel-doc: restore warning for Excess struct/union
Randy Dunlap
1
-0
/
+7
2023-12-15
docs: Raise the minimum Sphinx requirement to 2.4.4
Jonathan Corbet
1
-9
/
+1
2023-12-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-31
/
+23
2023-12-14
rust: Suppress searching builtin sysroot
Matthew Maurer
1
-0
/
+1
2023-12-13
sign-file: Fix incorrect return values check
Yusong Gao
1
-6
/
+6
2023-12-10
scripts/gdb: remove exception handling and refine print format
Kuan-Ying Lee
2
-35
/
+26
2023-12-10
scripts/gdb/stackdepot: rename pool_index to pools_num
Kuan-Ying Lee
1
-3
/
+3
2023-12-10
scripts/spelling.txt: add more spellings to spelling.txt
Colin Ian King
1
-0
/
+14
2023-12-10
checkstack: sort output by size and function name
Heiko Carstens
1
-2
/
+17
2023-12-10
checkpatch: do not require an empty line before error injection
Sergey Senozhatsky
1
-1
/
+1
2023-12-10
kconfig: factor out common code shared by mconf and nconf
Masahiro Yamada
5
-107
/
+75
2023-12-10
modpost: remove unreachable code after fatal()
Masahiro Yamada
1
-6
/
+3
2023-12-10
modpost: remove unneeded initializer in section_rel()
Masahiro Yamada
1
-1
/
+1
2023-12-10
modpost: inform compilers that fatal() never returns
Masahiro Yamada
2
-1
/
+7
2023-12-10
modpost: move __attribute__((format(printf, 2, 3))) to modpost.h
Masahiro Yamada
2
-3
/
+3
2023-12-10
kbuild: determine base DTB by suffix
Masahiro Yamada
1
-2
/
+2
2023-12-10
kbuild: deb-pkg: remove the fakeroot builds support
Masahiro Yamada
2
-10
/
+2
2023-12-08
Merge tag 'mm-hotfixes-stable-2023-12-07-18-47' of git://git.kernel.org/pub/s...
Linus Torvalds
3
-25
/
+17
2023-12-08
checkpatch: add ethtool_sprintf rules
justinstitt@google.com
1
-0
/
+19
2023-12-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-4
/
+13
2023-12-07
Merge tag 'devicetree-fixes-for-6.7-1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+12
2023-12-06
Merge branch 'master' into mm-hotfixes-stable
Andrew Morton
2
-4
/
+2
2023-12-06
scripts/gdb: fix lx-device-list-bus and lx-device-list-class
Florian Fainelli
1
-8
/
+8
2023-12-06
scripts/gdb/tasks: fix lx-ps command error
Kuan-Ying Lee
1
-11
/
+7
2023-12-06
checkstack: fix printed address
Heiko Carstens
1
-6
/
+2
2023-12-03
kconfig: default to zero if int/hex symbol lacks default property
Masahiro Yamada
1
-5
/
+12
2023-12-03
kconfig: remove unneeded symbol_empty variable
Masahiro Yamada
1
-9
/
+2
2023-12-03
scripts: clean up IA-64 code
Masahiro Yamada
10
-34
/
+6
2023-12-03
kbuild: support W=c and W=e shorthands for Kconfig
Masahiro Yamada
2
-9
/
+8
2023-12-02
cache: enforce cache groups
Coco Li
1
-0
/
+5
2023-12-01
Merge tag 'hardening-v6.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-2
/
+1
2023-11-28
kbuild: remove the last use of old cmd_src_tar rule in packaging
Masahiro Yamada
2
-24
/
+2
2023-11-28
kbuild: buildtar: always make modules_install
Petr Vorel
1
-4
/
+2
2023-11-28
kbuild: buildtar: Remove unused $dirs
Petr Vorel
1
-2
/
+0
2023-11-28
kconfig: massage the loop in conf_read_simple()
Masahiro Yamada
1
-6
/
+13
[prev]
[next]