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-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-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-11-04
Merge tag 'kbuild-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...
Linus Torvalds
16
-219
/
+386
2023-11-03
Merge tag 'staging-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-0
/
+12
2023-11-03
Merge tag 'char-misc-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2
-0
/
+12
2023-11-03
Merge tag 'perf-tools-for-v6.7-1-2023-11-01' of git://git.kernel.org/pub/scm/...
Linus Torvalds
2
-11
/
+29
2023-11-02
Merge tag 'mm-nonmm-stable-2023-11-02-14-08' of git://git.kernel.org/pub/scm/...
Linus Torvalds
5
-25
/
+49
2023-11-01
Merge tag 'modules-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+2
2023-11-01
Merge tag 'docs-6.7' of git://git.lwn.net/linux
Linus Torvalds
1
-1
/
+1
2023-11-01
Merge tag 'asm-generic-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2023-11-01
module: Make is_valid_name() return bool
Tiezhu Yang
1
-2
/
+2
2023-11-01
scripts/gdb/vmalloc: disable on no-MMU
Ben Wolsieffer
2
-2
/
+7
2023-11-01
scripts/gdb: fix usage of MOD_TEXT not defined when CONFIG_MODULES=n
Clément Léger
1
-4
/
+5
2023-11-01
scripts/gdb: add lx_current support for riscv
Deepak Gupta
1
-0
/
+15
2023-11-01
kbuild: support 'userldlibs' syntax
Masahiro Yamada
1
-3
/
+3
2023-11-01
kbuild: dummy-tools: pretend we understand -fpatchable-function-entry
Jiri Slaby (SUSE)
1
-0
/
+10
2023-10-31
Merge tag 'devicetree-for-6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-16
/
+58
2023-10-30
Merge tag 'wq-for-6.7-rust-bindings' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-1
/
+1
2023-10-30
Merge tag 'rust-6.7' of https://github.com/Rust-for-Linux/linux
Linus Torvalds
1
-1
/
+1
2023-10-30
Merge tag 'hardening-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+8
2023-10-30
Merge tag 'rcu-next-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/fr...
Linus Torvalds
1
-9
/
+0
2023-10-30
Merge tag 'objtool-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-3
/
+21
2023-10-30
Merge tag 'locking-core-2023-10-28' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-16
/
+20
2023-10-30
Merge tag 'x86_bugs_for_6.7_rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-1
/
+3
2023-10-30
Merge tag 'vfs-6.7.xattr' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...
Linus Torvalds
1
-0
/
+1
2023-10-30
scripts/kernel-doc: Fix the regex for matching -Werror flag
Yujie Liu
1
-1
/
+1
2023-10-28
modpost: squash ALL_{INIT,EXIT}_TEXT_SECTIONS to ALL_TEXT_SECTIONS
Masahiro Yamada
1
-6
/
+1
2023-10-28
modpost: merge sectioncheck table entries regarding init/exit sections
Masahiro Yamada
1
-15
/
+3
2023-10-28
modpost: use ALL_INIT_SECTIONS for the section check from DATA_SECTIONS
Masahiro Yamada
1
-1
/
+1
2023-10-28
modpost: disallow the combination of EXPORT_SYMBOL and __meminit*
Masahiro Yamada
1
-1
/
+1
2023-10-28
modpost: remove EXIT_SECTIONS macro
Masahiro Yamada
1
-5
/
+3
2023-10-28
modpost: remove MEM_INIT_SECTIONS macro
Masahiro Yamada
1
-2
/
+1
2023-10-28
modpost: remove more symbol patterns from the section check whitelist
Masahiro Yamada
1
-7
/
+1
2023-10-28
modpost: disallow *driver to reference .meminit* sections
Masahiro Yamada
1
-6
/
+0
2023-10-28
linux/init: remove __memexit* annotations
Masahiro Yamada
1
-12
/
+3
2023-10-28
modpost: remove ALL_EXIT_DATA_SECTIONS macro
Masahiro Yamada
1
-2
/
+0
2023-10-28
kbuild: simplify cmd_ld_multi_m
Masahiro Yamada
1
-1
/
+1
2023-10-28
kbuild: avoid too many execution of scripts/pahole-flags.sh
Masahiro Yamada
2
-30
/
+19
2023-10-28
kbuild: remove ARCH_POSTLINK from module builds
Masahiro Yamada
1
-4
/
+1
2023-10-28
kbuild: unify vdso_install rules
Masahiro Yamada
1
-0
/
+45
2023-10-27
cdx: add sysfs for subsystem, class and revision
Abhijit Gangurde
2
-0
/
+12
2023-10-25
hexagon: Remove unusable symbols from the ptrace.h uapi
Thomas Huth
1
-1
/
+0
2023-10-23
scripts/faddr2line: Skip over mapping symbols in output from readelf
Will Deacon
1
-0
/
+5
2023-10-23
scripts/faddr2line: Use LLVM addr2line and readelf if LLVM=1
Will Deacon
1
-2
/
+15
2023-10-23
scripts/faddr2line: Don't filter out non-function symbols from readelf
Will Deacon
1
-1
/
+1
2023-10-22
scripts/kernel-doc: match -Werror flag strictly
Yujie Liu
1
-1
/
+1
2023-10-21
staging: vc04_services: Support module autoloading using MODULE_DEVICE_TABLE
Umang Jain
2
-0
/
+12
[next]