index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-14
Makefile: remove redundant tool coverage variables
Masahiro Yamada
34
-241
/
+0
2024-05-14
kbuild: provide reasonable defaults for tool coverage
Masahiro Yamada
2
-9
/
+13
2024-05-14
modules: Drop the .export_symbol section from the final modules
Wang Yao
1
-0
/
+1
2024-05-09
kconfig: use menu_list_for_each_sym() in sym_check_choice_deps()
Masahiro Yamada
1
-10
/
+15
2024-05-09
kconfig: use sym_get_choice_menu() in conf_write_defconfig()
Masahiro Yamada
1
-4
/
+5
2024-05-09
kconfig: add sym_get_choice_menu() helper
Masahiro Yamada
2
-0
/
+36
2024-05-09
kconfig: turn defaults and additional prompt for choice members into error
Masahiro Yamada
2
-10
/
+40
2024-05-09
kconfig: turn missing prompt for choice members into error
Masahiro Yamada
2
-2
/
+14
2024-05-09
kconfig: turn conf_choice() into void function
Masahiro Yamada
1
-6
/
+5
2024-05-09
kconfig: use linked list in sym_set_changed()
Masahiro Yamada
1
-5
/
+3
2024-05-09
kconfig: gconf: use MENU_CHANGED instead of SYMBOL_CHANGED
Masahiro Yamada
1
-6
/
+3
2024-05-09
kconfig: gconf: remove debug code
Masahiro Yamada
1
-48
/
+1
2024-05-09
kconfig: gconf: update pane correctly after loading a config file
Masahiro Yamada
1
-1
/
+3
2024-05-09
kbuild: buildtar: install riscv compressed images as vmlinuz
Emil Renner Berthing
1
-10
/
+8
2024-05-09
kbuild: simplify generic vdso installation code
Masahiro Yamada
1
-4
/
+3
2024-05-09
kbuild: add 'private' to target-specific variables
Masahiro Yamada
2
-8
/
+8
2024-05-09
kbuild: remove redundant $(wildcard ) for rm-files
Masahiro Yamada
1
-1
/
+1
2024-05-09
kbuild: use $(src) instead of $(srctree)/$(src) for source directory
Masahiro Yamada
102
-182
/
+173
2024-05-09
kbuild: use $(obj)/ instead of $(src)/ for common pattern rules
Masahiro Yamada
3
-16
/
+16
2024-05-07
kbuild: do not add $(srctree) or $(objtree) to header search paths
Masahiro Yamada
1
-3
/
+3
2024-05-02
arch: use $(obj)/ instead of $(src)/ for preprocessed linker scripts
Masahiro Yamada
8
-10
/
+10
2024-05-02
kconfig: remove SYMBOL_NO_WRITE flag
Masahiro Yamada
5
-8
/
+4
2024-05-02
kbuild: Remove support for Clang's ThinLTO caching
Nathan Chancellor
1
-3
/
+2
2024-05-02
kconfig: remove 'optional' property support
Masahiro Yamada
15
-78
/
+5
2024-05-02
sh: Convert the last use of 'optional' property in Kconfig
Masahiro Yamada
20
-1
/
+24
2024-05-02
kconfig: remove SYMBOL_CHOICE flag
Masahiro Yamada
6
-9
/
+6
2024-05-02
kbuild: buildtar: remove warning for the default case
Masahiro Yamada
1
-11
/
+1
2024-05-02
kconfig: remove unneeded if-conditional in conf_choice()
Masahiro Yamada
1
-3
/
+2
2024-05-02
kconfig: use menu_for_each_entry() to traverse menu tree
Masahiro Yamada
2
-35
/
+6
2024-05-02
kconfig: add menu_next() function and menu_for_each(_sub)_entry macros
Masahiro Yamada
2
-0
/
+26
2024-05-02
vmlinux: Avoid weak reference to notes section
Ard Biesheuvel
2
-4
/
+4
2024-05-02
kallsyms: Avoid weak references for kallsyms symbols
Ard Biesheuvel
3
-24
/
+31
2024-05-02
kbuild: buildtar: add comments about inconsistent package generation
Masahiro Yamada
1
-4
/
+12
2024-05-02
dt-bindings: kbuild: Add separate target/dependency for processed-schema.json
Rob Herring
3
-13
/
+20
2024-04-23
dt-bindings: kbuild: Split targets out to separate rules
Rob Herring
1
-11
/
+14
2024-04-23
dt-bindings: kbuild: Simplify examples target patsubst
Rob Herring
1
-3
/
+3
2024-04-22
scripts/unifdef: avoid constexpr keyword
Arnd Bergmann
1
-6
/
+6
2024-04-22
parisc: vdso: remove unused C build rule in vdso32/Makefile
Masahiro Yamada
1
-6
/
+1
2024-04-21
Linux 6.9-rc5
v6.9-rc5
Linus Torvalds
1
-1
/
+1
2024-04-21
Merge tag 'char-misc-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
11
-80
/
+104
2024-04-21
Merge tag 'driver-core-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2
-1
/
+3
2024-04-21
Merge tag 'tty-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
12
-34
/
+81
2024-04-21
Merge tag 'usb-6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
19
-64
/
+147
2024-04-21
Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-6
/
+25
2024-04-21
Merge tag 'x86_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
5
-12
/
+87
2024-04-20
Merge tag 'block-6.9-20240420' of git://git.kernel.dk/linux
Linus Torvalds
4
-13
/
+28
2024-04-20
Merge tag 'email' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-2
/
+2
2024-04-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-159
/
+267
2024-04-20
Merge tag 'powerpc-6.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
3
-6
/
+11
2024-04-20
Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-39
/
+156
[next]