1
0
Fork
You've already forked linux
0
No description
  • C 97.6%
  • Assembly 1.1%
  • Shell 0.5%
  • Makefile 0.3%
  • Python 0.2%
  • Other 0.1%
Find a file
Linus Torvalds b6dad5178c NIOS2 dts fix for v6.4
- Fix tse_mac "max-frame-size" property
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEoHhMeiyk5VmwVMwNGZQEC4GjKPQFAmSI61gACgkQGZQEC4Gj
 KPQ5YBAAl04FlxE0moGQibCbY1oUeQn+pEaS4ub9Xiob/GkPMlmVJ5VyAUHmT7bK
 7qqUANX8ZCOyCDJrl2p8+XMvnvuFUvEEvhb3+cA93DijK9a9I3M5Oj9dRv/dkhOE
 qBF23JGO+sXD8xZV+KLKfPqTmQre/mrxrr4klXJpTx3ZHxNWgk5ZJhd+dCZIkkmo
 NWhyLwwaI3e+dX7ON7VIzuuZcxXSzi40aeircjYVgAUvivIK/Z6qH3TFUZ7OxFCd
 qKCzHln19Br03wU8RORJRVd0kDymPWHIw/Rf391hQ2GJq3EllBc1WCf2TL31MZSI
 W6Ag6GDlUdN9aACDOR54Sb9QSO6DKge+A71wEEhG2cN5ABuvyCeoXc2XgupxktPh
 KAsAh2ATpTCcGJcyNUcKy1CQWLJ9g82ctAxoYoQicODEWPK3wizkj0dwZKrw5wMs
 qIc1Cj4+x816cIcrPdO1kQIqSp+Y+eNtLiOnz7P3VMX9kz7g0E/wBEz915ixbPL9
 tPfb9xa3hDJKcpyF/zU+8UZzxLLbm0+pGEvIp5ewURcj+x+KugXE3CuX0FY41NCG
 HLEi8uCziITgiwlh/s0pB76q6g3ni8lq/7fvOIcXHapjG2gAKV1sXfwBdDGl4tTd
 aLWkyY5OVGsAhLAENc4lIfZTc1PhpEtK9ZrhbSy5MqpWBmPCU2E=
 =iN7y
 -----END PGP SIGNATURE-----
Merge tag 'nios2_fix_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux
Pull NIOS2 dts fix from Dinh Nguyen:
 - Fix tse_mac "max-frame-size" property
* tag 'nios2_fix_v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux:
 nios2: dts: Fix tse_mac "max-frame-size" property
2023年06月13日 17:00:33 -07:00
arch NIOS2 dts fix for v6.4 2023年06月13日 17:00:33 -07:00
block
certs
crypto
Documentation Devicetree fixes for v6.4, part 3: 2023年06月13日 10:27:56 -07:00
drivers Devicetree fixes for v6.4, part 3: 2023年06月13日 10:27:56 -07:00
fs 19 hotfixes. 14 are cc:stable and the remainder address issues which were 2023年06月12日 16:14:34 -07:00
include
init
io_uring
ipc
kernel 19 hotfixes. 14 are cc:stable and the remainder address issues which were 2023年06月12日 16:14:34 -07:00
lib 19 hotfixes. 14 are cc:stable and the remainder address issues which were 2023年06月12日 16:14:34 -07:00
LICENSES
mm 19 hotfixes. 14 are cc:stable and the remainder address issues which were 2023年06月12日 16:14:34 -07:00
net
rust
samples
scripts
security
sound
tools 19 hotfixes. 14 are cc:stable and the remainder address issues which were 2023年06月12日 16:14:34 -07:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap mailmap: add entry for John Keeping 2023年06月12日 11:31:52 -07:00
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============
There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.
In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``. The formatted documentation can also be read online at:
 https://www.kernel.org/doc/html/latest/
There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.