Dev

Differences between revisions 3 and 60 (spanning 57 versions)
Revision 3 as of 2010-06-08 17:00:11
Size: 2525
Editor: 79-70-9-125
Comment:
Revision 60 as of 2019-10-15 18:16:55
Size: 3639
Editor: connork
Comment: Remove dead link
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
 * [[Kernel/FAQDeveloper]] -- developer oriented Frequently Asked Questions
Line 4: Line 5:
 * [[KernelTeam/KernelDevelopmentShift]] - New development model.
 * [[KernelTeam/KernelGitGuide]] - Using the git repos.
 * [[http://book.git-scm.com/index.html|Community Git Documentation]] - Community Git Documentation.
 * [[KernelTeam/GitCheatSheet]] - Git recipes
 * [[Kernel/BuildYourOwnKernel]] - Minimalist kernel build guide
 * [[Kernel/Dev/KernelDevelopmentShift|KernelDevelopmentShift]] - New development model.
 * [[Kernel/Dev/KernelGitGuide|KernelGitGuide]] - Using the git repos.
 * [[Kernel/Dev/GitCheatSheet|GitCheatSheet]] - Git recipes
Line 10: Line 11:
 * [[KernelTeam/KernelMaintenanceStarter]] - Cheatsheet for KernelTeam/KernelMaintenance.
 * [[KernelTeam/KernelMaintenanceFAQ]] - Answers to frequently asked questions and encountered issues
 * [[KernelTeam/KernelForIdiots]] - Scott's notes on making custom kernels cause he can't grep the above two things fast enough
 * [[KernelTeam/KernelBugFixing]] - Process flow for fixing kernel bugs.
 * [[KernelTeam/KernelBuildScripts]] - Information on how to use some helper scripts for remote building.
 * [[KernelTeam/KernelPatches]] - How to submit a patch and why we will or won't take patches.
 * [[KernelTeam/KernelPackageVersioning]] - How to version changes to kernel packages.
 * [[KernelTeam/KernelPackagePolicies]] - Describes the kernel packages maintainer functions
 * [[KernelTeam/ABIPackages|KernelPackageABIRelationships]] - Which packages need ABI bumping during stable updates.
 * [[KernelTeam/KernelConfig]] - Why the Ubuntu config is the way it is.
 * [[KernelTeam/TopicBranches]] - What is a Topic Branch?
 * [[Kernel/Maintenance/Advanced]] - An advanced guide to Ubuntu kernel maintanence.
 * [[Kernel/Dev/KernelModuleRebuild]] - Build a kernel module without rebuilding kernel.
 * [[Kernel/Dev/KernelBugFixing|KernelBugFixing]] - Process flow for fixing kernel bugs.
 * [[Kernel/Dev/KernelBuildScripts|KernelBuildScripts]] - Information on how to use some helper scripts for remote building.
 * [[Kernel/Dev/StablePatchFormat|StablePatchFormat]] - How to format a patch to submit
 * [[Kernel/Dev/KernelPatches|KernelPatches]] - How to submit a patch and why we will or won't take patches.
 * [[Kernel/Dev/KernelPackageVersioning|KernelPackageVersioning]] - How to version changes to kernel packages.
 * [[Kernel/Dev/KernelPackagePolicies|KernelPackagePolicies]] - Describes the kernel packages maintainer functions
 * [[Kernel/Dev/ABIPackages|Kernel Package ABI Relationships]] - Which packages need ABI bumping during stable updates.
 * [[Kernel/Dev/KernelConfig|KernelConfig]] - Why the Ubuntu config is the way it is.
 * [[Kernel/Dev/TopicBranches|TopicBranches]] - What is a Topic Branch?
 * [[Kernel/Dev/Flavours]] -- what kernel flavours (kernel variants) do we have in each release?
 * [[Kernel/Dev/Meta-Pkgs]] -- Ubuntu kernel meta package documentation and diagrams.
Line 22: Line 25:
 * [[http://idlethread.blogspot.com/2009/01/recipe-of-day-cross-compiling-armel.html|ARM kernel cross compilation]]  * [[KernelTeam/ARMKernelCrossCompile]] ARM kernel cross compilation
Line 25: Line 28:
 * [[KernelTeam/BestPractices]] - Best Practices tips and tricks  * [[Kernel/Dev/BestPractices|BestPractices]] - Best Practices tips and tricks
Line 27: Line 30:
 * [[KernelTeam/DKMSPackaging]] - How to build a DKMS Package
Line 29: Line 31:
 * [[KernelTeam/AddingNonFreeFirmware]] - Adding firmware to linux-firmware-nonfree
 * [[KernelTeam/AddingFreeFirmware]] - Adding free firmware to Ubuntu
Line 33: Line 33:
 * [[Kernel/SwitchFirewireStack]] - How to switch from legacy to new firewire stack.
 * [[Kernel/Dev/KernelDriverDeviations|KernelDriverDeviations]] - Which in-kernel drivers or sub-systems are newer than the base release
 * [[Kernel/Dev/MultipleISOBootUSBKey]] - Build your own USB stick to boot *.iso files.
 * [[Kernel/HowToSignpgpKeys]] - How to sign pgp keys.
 * [[Kernel/Dev/FixingCVEs]] - The processes for working on CVEs.
 * [[Kernel/CVEWorkFlow]] - The other processes for working on CVEs.
 * [[Kernel/StableReleaseCadence]] - How the Kernel SRU cadence is supposed to work
 * [[Kernel/kteam-tools]] - A repository of useful tools.
 * [[Kernel/Dev/Howto-RebaseTopicBranches]] - An example of rebasing a topic branch on top of recent master branch commits.
 * [[Kernel/Dev/ExtendedStable]] - Documents the stable kernel updates provided by Ubuntu kernel team
 * [[Kernel/Dev/LinuxFirmwareMaintenance|Kernel/Dev/LinuxFirmwareMaintenance]] - Notes on the maintenance of Ubuntu's linux-firmware package.

Kernel/Dev (last edited 2019-10-15 18:16:55 by connork)