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.13.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-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
v6.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-18
Merge tag 'powerpc-6.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
24
-33
/
+77
2024-02-18
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
2024-02-17
Merge tag 'char-misc-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
23
-27
/
+73
2024-02-17
Merge tag 'tty-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
3
-7
/
+32
2024-02-17
Merge tag 'usb-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
6
-12
/
+2
2024-02-17
Merge tag 'media/v6.8-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...
Linus Torvalds
14
-68
/
+156
2024-02-17
Merge tag 'pci-v6.8-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-15
/
+23
2024-02-17
Merge tag 'probes-fixes-v6.8-rc4' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2024-02-17
Merge tag '6.8-rc4-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
7
-7
/
+60
2024-02-17
Documentation: Document the Linux Kernel CVE process
Greg Kroah-Hartman
4
-3
/
+129
2024-02-17
tracing/probes: Fix to search structure fields correctly
Masami Hiramatsu (Google)
1
-2
/
+2
2024-02-17
Merge tag 'i2c-host-fixes-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kern...
Wolfram Sang
4
-13
/
+17
2024-02-17
MAINTAINERS: Add Siddharth Vadapalli as PCI TI DRA7XX/J721E reviewer
Siddharth Vadapalli
1
-0
/
+1
[next]