mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
Linux kernel source tree
* Minor DT bindings fixes for the T7 clock controllers -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE9OFZrhjz9W1fG7cb5vwPHDfy2oUFAmoZmL8ACgkQ5vwPHDfy 2oUSlxAAqqKxpK/RY8zyiwGreXz/YLzdBVSYlci/AQqOIYlJKuUKcil5Hxej9on1 hGS3KocNLqboA+THGadW6xcO2X69bYMJSbEd95DU0loVEYBLE0d5G6Wl4mKWqlmC Kf81oNMhcTtlYpTEi6ruCAIXPFYukl8YuV8LrZVwC0x81WySk4VBxheSjiy+rulD fWatm0Rb/oKCG27F8i1RwoTpoFC6l2quoVA8fJDHMe0lYoOarlWVrhnGhsfqOqQY ovqc3VZ/nTA+Ux7AytrwRLugIL5R+oAKZdDSrJ6Di/P7rQb54OPZuzO3/YhrmCs5 aYHzaIGNgXraZebWGvQvA4SjQqjV9NJHlRDkdTIHeeupsOESVFXoEjlsEq9gYCks mcpV9J815NU2U00LLS277OB2GG8anc0BYJs6aB8KwFLQIJqSzs5qRra5Td3bH7IJ W7te3CtoJyLBYlCVPNo510kDPTI088rWF3LrStlZmQugVm5v2Qw3zqmzA4Nk/fQD WrvBn1aKepKM985BgdXh0j7Zg2CIyChv2wRdB8OfdVDv9XA/ekPbgPveTw0z7r1I Oya7fFNtUDE5mJP9ET7QJPIQrN0pBXxrsRNbqQl8tmGxzBNT13oyx/YsH+4kQ1a5 lK/8wX3LS7i3DluABrKJIUtELewXTxBFIq0dkb5oYzY/o4cFveA= =wWRl -----END PGP SIGNATURE----- gpgsig -----BEGIN PGP SIGNATURE----- iQJIBAABCAAyFiEE9L57QeeUxqYDyoaDrQKIl8bklSUFAmotw6QUHHN3Ym95ZEBj aHJvbWl1bS5vcmcACgkQrQKIl8bklSUalQ//V/63q3d2Z7oKn3e09vPTV6/v94u8 Bf8NOQrPnyPSX7gze26BkkKlxVWYq0aLFuG9E4/jq4eSO8U7kylBYdN08qM2AcnX YtoZW7M5iphQfxsO7qg/WnJtpiekvWskTCQy1tHC0684WjOU3VAEyHA/mv6sYiyD fUYLAoqT1eauGZ7u8LEXtIgPJyT11f0LAza2QKi/gw/D5TUQuQAOyX6qmWYHvAik P6cE6GQo30/apLHeBi3Kn2idKijpB4by6/BGl99VA+Bo2BwlWxvazHNrlp6QyOqm YSsoE/YJKgILZxvZ+2UiTGfYTZ3Mjq02jAH2amrNuc/bhMhoUaO/TBDoZyc80mfh FCxlvr0SYMpKxkpZEElEbmDsgbOm6zUbeC/fOme12wNNbmGgYz/LnU6gnk8iCaRc +DNrMAfQMPNHNSnbWAgFJnr/gX0Hfk4hocFAbbBfoEn5GAMIuYyyrjUFy6mzNXr1 MAIU8NYCw4xBFW2wt9b2IGAWgQ5AODgo24kF3wz+aSzSPkb70YAtcYtNzyccN58m ds6PMlXMWOGAMs9u2mKve00XCvynA1aGdA21J9K0dVwM/aC3/VcvJWAGoF2Ez9Zq /U+X+40o5Mjhhaev9fEmn5vY/0vywCpVI1AaofnyZ7e+Z3LjwnhCmU07JlkIVOnM 6VrgCe9SJjLE8f8= =Td7n -----END PGP SIGNATURE----- Merge tag 'clk-meson-v7.2-1' of ssh://github.com/BayLibre/clk-meson into clk-amlogic Pull Amlogic clk driver updates from Jerome Brunet: - Minor DT bindings fixes for the Amlogic T7 clock controllers * tag 'clk-meson-v7.2-1' of ssh://github.com/BayLibre/clk-meson: dt-bindings: clock: amlogic: t7: Add missing mpll3 parent clock dt-bindings: clock: amlogic: Fix redundant hyphen in "amlogic,t7-gp1--pll" string. |
||
|---|---|---|
| arch | ||
| block | ||
| certs | ||
| crypto | ||
| Documentation | ||
| drivers | ||
| fs | ||
| include | ||
| init | ||
| io_uring | ||
| ipc | ||
| kernel | ||
| lib | ||
| LICENSES | ||
| mm | ||
| net | ||
| rust | ||
| samples | ||
| scripts | ||
| security | ||
| sound | ||
| tools | ||
| usr | ||
| virt | ||
| .clang-format | ||
| .clippy.toml | ||
| .cocciconfig | ||
| .editorconfig | ||
| .get_maintainer.ignore | ||
| .gitattributes | ||
| .gitignore | ||
| .mailmap | ||
| .pylintrc | ||
| .rustfmt.toml | ||
| COPYING | ||
| CREDITS | ||
| Kbuild | ||
| Kconfig | ||
| MAINTAINERS | ||
| Makefile | ||
| README | ||
Linux kernel ============ The Linux kernel is the core of any Linux operating system. It manages hardware, system resources, and provides the fundamental services for all other software. Quick Start ----------- * Report a bug: See Documentation/admin-guide/reporting-issues.rst * Get the latest kernel: https://kernel.org * Build the kernel: See Documentation/admin-guide/quickly-build-trimmed-linux.rst * Join the community: https://lore.kernel.org/ Essential Documentation ----------------------- All users should be familiar with: * Building requirements: Documentation/process/changes.rst * Code of Conduct: Documentation/process/code-of-conduct.rst * License: See COPYING Documentation can be built with make htmldocs or viewed online at: https://www.kernel.org/doc/html/latest/ Who Are You? ============ Find your role below: * New Kernel Developer - Getting started with kernel development * Academic Researcher - Studying kernel internals and architecture * Security Expert - Hardening and vulnerability analysis * Backport/Maintenance Engineer - Maintaining stable kernels * System Administrator - Configuring and troubleshooting * Maintainer - Leading subsystems and reviewing patches * Hardware Vendor - Writing drivers for new hardware * Distribution Maintainer - Packaging kernels for distros * AI Coding Assistant - LLMs and AI-powered development tools For Specific Users ================== New Kernel Developer -------------------- Welcome! Start your kernel development journey here: * Getting Started: Documentation/process/development-process.rst * Your First Patch: Documentation/process/submitting-patches.rst * Coding Style: Documentation/process/coding-style.rst * Build System: Documentation/kbuild/index.rst * Development Tools: Documentation/dev-tools/index.rst * Kernel Hacking Guide: Documentation/kernel-hacking/hacking.rst * Core APIs: Documentation/core-api/index.rst Academic Researcher ------------------- Explore the kernel's architecture and internals: * Researcher Guidelines: Documentation/process/researcher-guidelines.rst * Memory Management: Documentation/mm/index.rst * Scheduler: Documentation/scheduler/index.rst * Networking Stack: Documentation/networking/index.rst * Filesystems: Documentation/filesystems/index.rst * RCU (Read-Copy Update): Documentation/RCU/index.rst * Locking Primitives: Documentation/locking/index.rst * Power Management: Documentation/power/index.rst Security Expert --------------- Security documentation and hardening guides: * Security Documentation: Documentation/security/index.rst * LSM Development: Documentation/security/lsm-development.rst * Self Protection: Documentation/security/self-protection.rst * Reporting Vulnerabilities: Documentation/process/security-bugs.rst * CVE Procedures: Documentation/process/cve.rst * Embargoed Hardware Issues: Documentation/process/embargoed-hardware-issues.rst * Security Features: Documentation/userspace-api/seccomp_filter.rst Backport/Maintenance Engineer ----------------------------- Maintain and stabilize kernel versions: * Stable Kernel Rules: Documentation/process/stable-kernel-rules.rst * Backporting Guide: Documentation/process/backporting.rst * Applying Patches: Documentation/process/applying-patches.rst * Subsystem Profile: Documentation/maintainer/maintainer-entry-profile.rst * Git for Maintainers: Documentation/maintainer/configure-git.rst System Administrator -------------------- Configure, tune, and troubleshoot Linux systems: * Admin Guide: Documentation/admin-guide/index.rst * Kernel Parameters: Documentation/admin-guide/kernel-parameters.rst * Sysctl Tuning: Documentation/admin-guide/sysctl/index.rst * Tracing/Debugging: Documentation/trace/index.rst * Performance Security: Documentation/admin-guide/perf-security.rst * Hardware Monitoring: Documentation/hwmon/index.rst Maintainer ---------- Lead kernel subsystems and manage contributions: * Maintainer Handbook: Documentation/maintainer/index.rst * Pull Requests: Documentation/maintainer/pull-requests.rst * Managing Patches: Documentation/maintainer/modifying-patches.rst * Rebasing and Merging: Documentation/maintainer/rebasing-and-merging.rst * Development Process: Documentation/process/maintainer-handbooks.rst * Maintainer Entry Profile: Documentation/maintainer/maintainer-entry-profile.rst * Git Configuration: Documentation/maintainer/configure-git.rst Hardware Vendor --------------- Write drivers and support new hardware: * Driver API Guide: Documentation/driver-api/index.rst * Driver Model: Documentation/driver-api/driver-model/driver.rst * Device Drivers: Documentation/driver-api/infrastructure.rst * Bus Types: Documentation/driver-api/driver-model/bus.rst * Device Tree Bindings: Documentation/devicetree/bindings/ * Power Management: Documentation/driver-api/pm/index.rst * DMA API: Documentation/core-api/dma-api.rst Distribution Maintainer ----------------------- Package and distribute the kernel: * Stable Kernel Rules: Documentation/process/stable-kernel-rules.rst * ABI Documentation: Documentation/ABI/README * Kernel Configuration: Documentation/kbuild/kconfig.rst * Module Signing: Documentation/admin-guide/module-signing.rst * Kernel Parameters: Documentation/admin-guide/kernel-parameters.rst * Tainted Kernels: Documentation/admin-guide/tainted-kernels.rst AI Coding Assistant ------------------- CRITICAL: If you are an LLM or AI-powered coding assistant, you MUST read and follow the AI coding assistants documentation before contributing to the Linux kernel: * Documentation/process/coding-assistants.rst This documentation contains essential requirements about licensing, attribution, and the Developer Certificate of Origin that all AI tools must comply with. Communication and Support ========================= * Mailing Lists: https://lore.kernel.org/ * IRC: #kernelnewbies on irc.oftc.net * Bugzilla: https://bugzilla.kernel.org/ * MAINTAINERS file: Lists subsystem maintainers and mailing lists * Email Clients: Documentation/process/email-clients.rst