pub/scm/linux/kernel/git/daveh/devel.git  about / heads / tags
daveh's fork of linux.git
# tags:
$ git for-each-ref --sort=-creatordate refs/tags \
	--format='%(refname:short) %(subject) (%(creatordate:short))'
test.1715620137.x86_apic_for_6.10 Improve data types to fix Coccinelle division warnings (2024-05-13) tar.gz
test.1715619293.x86_apic_for_6.10 Improve data types to fix Coccinelle division warnings (2024-05-13) tar.gz
test.1710258977.x86-apic-2024-03-12  * Revert VERW fixed addressing patch (2024-03-12) tar.gz
test.1710258287.x86-apic-2024-03-12  * Revert VERW fixed addressing patch (2024-03-12) tar.gz
test.1710178298.x86_tdx_for_6.9  * Fix sparse warning from TDX use of movdir64b() (2024-03-11) tar.gz
test.1710177626.x86_mm_for_6.9  * Add a warning when memory encryption conversions fail.  These    operations require VMM cooperation, even in CoCo environments    where the VMM is untrusted.  While it's _possible_ that memory    pressure could trigger the new warning, the odds are that a    guest would only see this from an attacking VMM.  * Simplify page fault code by reenabling interrupts unconditionally  * Avoid truncation issues when pfns are passed in to    pfn_to_kaddr() with small (<64-bit) types. (2024-03-11) tar.gz
test.1710165951.x86_mm_for_6.9  * Add a warning when memory encryption conversions fail.  These    operations require VMM cooperation, even in CoCo environments    where the VMM is untrusted.  While it's _possible_ that memory    pressure could trigger the new warning, the odds are that a    guest would only see this from an attacking VMM.  * Simplify page fault code by reenabling interrupts unconditionally  * Avoid truncation issues when pfns are passed in to    pfn_to_kaddr() with small (<64-bit) types. (2024-03-11) tar.gz
test.1704921214.x86_tdx_for_6.8  - Add support managing TDX host hardware (2024-01-10) tar.gz
test.1704919973.x86_tdx_for_6.8  - Add support managing TDX host hardware (2024-01-10) tar.gz
test.1704919773.x86_sgx_for_6.8  - Clean up selftest compilation issues, mostly from non-gcc compilers  - Avoid building selftests when not on x86 (2024-01-10) tar.gz
test.1704919397.x86_sgx_for_6.8  - Clean up selftest compilation issues, mostly from non-gcc compilers  - Avoid building selftests when not on x86 (2024-01-10) tar.gz
test.1704919095.x86_sgx_for_6.8  - Clean up selftest compilation issues, mostly from non-gcc compilers  - Avoid building selftests when not on x86 (2024-01-10) tar.gz
test.1698796927.x86_tdx_for_6.7  * Refactor and clean up TDX hypercall/module call infrastructure  * Handle retrying/resuming page conversion hypercalls  * Make sure to use the (shockingly) reliable TSC in TDX guests (2023-10-31) tar.gz
test.1698796866.x86_tdx_for_6.7 ===FIXME ADD TAG CONTENTS=== use this shortlog to write a bulletted list of changes, like: (2023-10-31) tar.gz
test.1698796827.x86_tdx_for_6.7 ===FIXME ADD TAG CONTENTS=== use this shortlog to write a bulletted list of changes, like: (2023-10-31) tar.gz
test.1698796801.x86_tdx_for_6.7-rc1  * Refactor and clean up TDX hypercall/module call infrastructure  * Handle retrying/resuming page conversion hypercalls  * Make sure to use the (shockingly) reliable TSC in TDX guests (2023-10-31) tar.gz
test.1698793051.x86_tdx_for_6.7-rc1  * Refactor and clean up TDX hypercall/module call infrastructure  * Handle retrying/resuming page conversion hypercalls  * Make sure to use the (shockingly) reliable TSC in TDX guests (2023-10-31) tar.gz
test.1698792764.x86_tdx_for_6.7-rc1  * Refactor and clean up TDX hypercall/module call infrastructure  * Handle retrying/resuming page conversion hypercalls  * Make sure to use the (shockingly) reliable TSC in TDX guests (2023-10-31) tar.gz
test.1693592217.x86-urgent-2023-09-01  * Mark all Skylake CPUs as vulnerable to GDS  * Fix PKRU covert channel  * Fix -Wmissing-variable-declarations warning for ia32_xyz_class  * Fix kernel-doc annotation warning (2023-09-01) tar.gz
test.1693592162.x86-urgent-2023-09-01 ===FIXME ADD TAG CONTENTS=== use this shortlog to write a bulletted list of changes, like: (2023-09-01) tar.gz
test.1693592023.x86_urgent_for_6.6-rc1  * Mark all Skylake CPUs as vulnerable to GDS  * Fix PKRU covert channel  * Fix -Wmissing-variable-declarations warning for ia32_xyz_class  * Fix kernel-doc annotation warning (2023-09-01) tar.gz
test.1693591937.x86_urgent_for_6.6-rc1  * Mark all Skylake CPUs as vulnerable to GDS  * Fix PKRU covert channel  * Fix -Wmissing-variable-declarations warning for ia32_xyz_class  * Fix kernel-doc annotation warning (2023-09-01) tar.gz
test.1693591602.x86_urgent_for_6.6-rc1  * Mark all Skylake CPUs as vulnerable to GDS  * Fix PKRU covert channel  * Fix -Wmissing-variable-declarations warning for ia32_xyz_class  * Fix kernel-doc annotation warning (2023-09-01) tar.gz
test.1693591563.x86_urgent_for_6.6-rc1 ===FIXME ADD TAG CONTENTS=== use this shortlog to write a bulletted list of changes, like: (2023-09-01) tar.gz
test.1693439158.x86_shstk_for_6.6-rc1 Add x86 shadow stack support Convert IBT selftest to asm to fix objtool warning (2023-08-30) tar.gz
test.1693438719.x86_shstk_for_6.6-rc1 Add x86 shadow stack support Convert IBT selftest to asm to fix objtool warning (2023-08-30) tar.gz
test.1693430505.x86_shstk_for_6.6-rc1 Add x86 shadow stack support Convert IBT selftest to asm to fix objtool warning (2023-08-30) tar.gz
test.1693417371.x86_shstk_for_6.6-rc1 Add x86 shadow stack support (2023-08-30) tar.gz
test.1693343053.x86_apic_for_6.6-rc1  * Rework apic callbacks, getting rid of unnecessary ones and    coalescing lots of silly duplicates.  * Use static_calls() instead of indirect calls for apic->foo()  * Tons of cleanups an crap removal along the way (2023-08-29) tar.gz
test.1693340561.x86_apic_for_6.6-rc1  * Rework apic callbacks, getting rid of unnecessary ones and    coalescing lots of silly duplicates.  * Use static_calls() instead of indirect calls for apic->foo()  * Tons of cleanups an crap removal along the way (2023-08-29) tar.gz
test.1693340252.x86_mm_for_6.6-rc1  - Remove unnecessary "INVPCID single" feature tracking  - Include PAT in page protection modify mask (2023-08-29) tar.gz
test.1693340174.x86_mm_for_6.6-rc1 ===FIXME ADD TAG CONTENTS=== use this shortlog to write a bulletted list of changes, like: (2023-08-29) tar.gz
test.1693339946.x86_mm_for_6.6  - Remove unnecessary "INVPCID single" feature tracking  - Include PAT in page protection modify mask (2023-08-29) tar.gz
test.1693339847.x86_mm_for_6.6  - Remove unnecessary "INVPCID single" feature tracking  - Include PAT in page protection modify mask (2023-08-29) tar.gz
test.1693244264.x86_mm_for_6.6  - Remove unnecessary "INVPCID single" feature tracking  - Include PAT in page protection modify mask (2023-08-28) tar.gz
test.1693244199.x86_mm_for_6.6  - Remove unnecessary "INVPCID single" feature tracking  - Include PAT in page protection modify mask (2023-08-28) tar.gz
test.1693243649.x86_mm_for_6.6  - Remove unnecessary "INVPCID single" feature tracking  - Include PAT in page protection modify mask (2023-08-28) tar.gz
test.1687807958.x86_cleanups_for_6.5  - Address -Wmissing-prototype warnings  - Remove repeated 'the' in comments  - Remove unused current_untag_mask()  - Document urgent tip branch timing  - Clean up MSR kernel-doc notation  - Clean up paravirt_ops doc  - Update Srivatsa S. Bhat's maintained areas  - Remove unused extern declaration acpi_copy_wakeup_routine() (2023-06-26) tar.gz
test.1687807753.x86_tdx_for_6.5  - Fix a race window where load_unaligned_zeropad() could cause    a fatal shutdown during TDX private<=>shared conversion  - Annotate sites where VM "exit reasons" are reused as hypercall    numbers. (2023-06-26) tar.gz
test.1687807440.x86_tdx_for_6.5  - Fix a race window where load_unaligned_zeropad() could cause    a crash during TDX private<=>shared conversion  - Annotate sites where VM "exit reasons" are reused as hypercall    numbers. (2023-06-26) tar.gz
test.1687806967.x86_platform_for_6.5 Add UV platform support for sub-NUMA clustering (2023-06-26) tar.gz
test.1687805884.x86_platform_for_6.5 Add UV platform support for sub-NUMA clustering (2023-06-26) tar.gz
test.1687804387.x86_tdx_for_6.5  - Fix a race window where load_unaligned_zeropad() could cause    a crash during TDX private<=>shared conversion  - Annotate sites where VM "exit reasons" are reused as hypercall    numbers. (2023-06-26) tar.gz
test.1687799802.x86_irq_for_6.5 Add Hyper-V interrupts to /proc/stat (2023-06-26) tar.gz
test.1687799622.x86_irq_for_6.5 Add Hyper-V interrupts to /proc/stat (2023-06-26) tar.gz
test.1684793390.x86_urgent_for_6.4-rc4 Work around a TLB invalidation issue in recent hybrid CPUs (2023-05-22) tar.gz
test.1684787817.x86_urgent_for_6.4-rc4 Work around a TLB invalidation issue in recent hybrid CPUs (2023-05-22) tar.gz
test.1684787461.x86_urgent_for_6.4-rc4 Work around a TLB invalidation issue in recent hybrid CPUs (2023-05-22) tar.gz
pcid-tip-20220517.0 x86/mm: Avoid incomplete Global INVLPG flushes (2023-05-17) tar.gz
shadow_stack_ptrace x86/shstk: Enforce only whole copies for ssp_set() (2023-04-28) tar.gz
shadow_stack_core selftests/x86: Add shadow stack test (2023-04-28) tar.gz
shadow_stack_mem_boring mm/mmap: Add shadow stack pages to memory accounting (2023-04-28) tar.gz
shadow_stack_mem_thorny mm: Don't allow write GUPs to shadow stack memory (2023-04-28) tar.gz
saved_dirty  x86/mm: Start actually marking _PAGE_SAVED_DIRTY (2023-04-28) tar.gz
shadow_stack_prep x86/cpufeatures: Add CPU feature flags for shadow stacks (2023-04-28) tar.gz
generic_mm   mm: Move VM_UFFD_MINOR_BIT from 37 to 38 (2023-04-28) tar.gz
test.1682636036.x86_mm_for_6.4 Add support for new Linear Address Masking CPU feature.  This is similar to ARM's Top Byte Ignore and allows userspace to store metadata in some bits of pointers without masking it out before use. (2023-04-27) tar.gz
test.1682619931.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682619836.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682619786.x86_mm_for_6.4 Add support for new Linear Address Masking CPU feature.  This is similar to ARM's Top Byte Ignore and allows userspace to store metadata in some bits of pointers without masking it out before use. (2023-04-27) tar.gz
test.1682619270.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682619194.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682615194.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682611991.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682611323.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682609580.x86_tdx_for_6.4  *  Do conditional __tdx_hypercall() 'output' processing via an     assembly macro argument rather than a runtime register. (2023-04-27) tar.gz
test.1682608614.x86_cache_for_6.4 Reduce redundant counter reads with resctrl refactoring (2023-04-27) tar.gz
test.1682607324.x86_cache_for_6.4 Reduce redundant counter reads with resctrl refactoring (2023-04-27) tar.gz
test.1682457209.x86_mm_for_6.4 Add support for new Linear Address Masking CPU feature.  This is similar to ARM's Top Byte Ignore and allows userspace to store metadata in some bits of pointers without masking it out before use. (2023-04-25) tar.gz
test.1682456340.x86_mm_for_6.4 Add support for new Linear Address Masking CPU feature.  This is similar to ARM's Top Byte Ignore and allows userspace to store metadata in some bits of pointers without masking it out before use. (2023-04-25) tar.gz
test.1682360320.x86_shstk_for_6.4 Add x86 shadow stack support.  Includes:  * New arch_prctl() ABI for enable/disable/lock/debug  * Plumbing to deal with the new Write=0,Dirty=1 PTE permissions  * Core mm changes that allow some PTE write functions to take    a VMA so they can tell if the VMA is for a shadow stack  * Normal old selftest and documentation (2023-04-24) tar.gz
test.1682353640.x86_shstk_for_6.4 Add x86 shadow stack support.  Includes:  * New arch_prctl() ABI for enable/disable/lock/debug  * Plumbing to deal with the new Write=0,Dirty=1 PTE permissions  * Core mm changes that allow some PTE write functions to take    a VMA so they can tell if the VMA is for a shadow stack  * Normal old selftest and documentation (2023-04-24) tar.gz
test.1682353520.x86_shstk_for_6.4 ===FIXME ADD TAG CONTENTS=== use this shortlog to write a bulletted list of changes, like: (2023-04-24) tar.gz
test.1682353282.x86_shstk_for_6.3 Add x86 shadow stack support.  Includes:  * New arch_prctl() ABI for enable/disable/lock/debug  * Plumbing to deal with the new Write=0,Dirty=1 PTE permissions  * Core mm changes that allow some PTE write functions to take    a VMA so they can tell if the VMA is for a shadow stack  * Normal old selftest and documentation (2023-04-24) tar.gz
test.1682353171.x86_shstk_for_6.3 Add x86 shadow stack support.  Includes:  * New arch_prctl() ABI for enable/disable/lock/debug  * Plumbing to deal with the new Write=0,Dirty=1 PTE permissions  * Core mm changes that allow some PTE write functions to take    a VMA so they can tell if the VMA is for a shadow stack  * Normal old selftest and documentation (2023-04-24) tar.gz
test.1682351153.x86_shstk_for_6.3 Add x86 shadow stack support.  Includes:  * New arch_prctl() ABI for enable/disable/lock/debug  * Plumbing to deal with the new Write=0,Dirty=1 PTE permissions  * Core mm changes that allow some PTE write functions to take    a VMA so they can tell if the VMA is for a shadow stack  * Normal old selftest and documentation (2023-04-24) tar.gz
test.1677023672.x86_tdx_for_6.3  - Fixup comment typo  - Prevent unexpected #VE's from:   - Hosts removing perfectly good guest mappings (SEPT_VE_DISABLE   - Excessive #VE notifications (NOTIFY_ENABLES) which are     delivered via a #VE. (2023-02-21) tar.gz
test.1677022323.x86_tdx_for_6.3  - Fixup comment typo  - Prevent unexpected #VE's from:   - Hosts removing perfectly good guest mappings (SEPT_VE_DISABLE   - Excessive #VE notifications (NOTIFY_ENABLES) which are     delivered via a #VE. (2023-02-21) tar.gz
test.1677022212.x86_tdx_for_6.3  - Fixup comment typo  - Prevent unexpected #VE's from:   - Hosts removing perfectly good guest mappings (SEPT_VE_DISABLE   - Excessive #VE notifications (NOTIFY_ENABLES) which are     delivered via a #VE. (2023-02-21) tar.gz
test.1677020497.x86_tdx_for_6.3  - Fixup comment typo  - Prevent unexpected #VE's from:   - Hosts removing perfectly good guest mappings (SEPT_VE_DISABLE   - Excessive #VE notifications (NOTIFY_ENABLES) which are     delivered via a #VE. (2023-02-21) tar.gz
test.1677020213.x86_tdx_for_6.3  - Fixup comment typo  - Prevent unexpected #VE's from:   - Hosts removing perfectly good guest mappings (SEPT_VE_DISABLE   - Excessive #VE notifications (NOTIFY_ENABLES) which are     delivered via a #VE. (2023-02-21) tar.gz
test.1677018583.x86_tdx_for_6.3  - Fixup comment typo  - Prevent unexpected #VE's from:   - Hosts removing perfectly good guest mappings (SEPT_VE_DISABLE   - Excessive #VE notifications (NOTIFY_ENABLES) which are     delivered via a #VE. (2023-02-21) tar.gz
test.1677018388.x86_tdx_for_6.3  - Fixup comment typo  - Prevent unexpected #VE's from:   - Hosts removing perfectly good guest mappings (SEPT_VE_DISABLE   - Excessive #VE notifications (NOTIFY_ENABLES) which are     delivered via a #VE. (2023-02-21) tar.gz
test.1677017435.x86_tdx_for_6.3 Kirill A. Shutemov (8):       x86/tdx: Fix typo in comment in __tdx_hypercall()       x86/tdx: Add more registers to struct tdx_hypercall_args       x86/tdx: Refactor __tdx_hypercall() to allow pass down more arguments       x86/tdx: Expand __tdx_hypercall() to handle more arguments       x86/tdx: Use ReportFatalError to report missing SEPT_VE_DISABLE       x86/tdx: Relax SEPT_VE_DISABLE check for debug TD       x86/tdx: Disable NOTIFY_ENABLES       x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall() (2023-02-21) tar.gz
test.1671226317.x86_mm_for_6.2_v2 New Feature: * Randomize the per-cpu entry areas Cleanups: * Have CR3_ADDR_MASK use PHYSICAL_PAGE_MASK instead of open   coding it * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-16) tar.gz
test.1671226248.x86_mm_for_6.2_v2 New Feature: * Randomize the per-cpu entry areas Cleanups: * Have CR3_ADDR_MASK use PHYSICAL_PAGE_MASK instead of open   coding it * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-16) tar.gz
test.1671226223.x86_mm_for_6.2_v2 New Feature: * Randomize the per-cpu entry areas Cleanups: * Have CR3_ADDR_MASK use PHYSICAL_PAGE_MASK instead of open   coding it * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-16) tar.gz
test.1671148170.x86_mm_for_6.2_v2 New Feature: * Randomize the per-cpu entry areas Cleanups: * Have CR3_ADDR_MASK use PHYSICAL_PAGE_MASK instead of open   coding it (wrongly) * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-15) tar.gz
test.1671148066.x86_mm_for_6.2_v2 New Feature: * Randomize the per-cpu entry areas Cleanups: * Have CR3_ADDR_MASK use PHYSICAL_PAGE_MASK instead of open   coding it (wrongly) * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-15) tar.gz
test.1671147813.x86_mm_for_6.2_v2 New Feature: * Randomize the per-cpu entry areas Cleanups: * Have CR3_ADDR_MASK use PHYSICAL_PAGE_MASK instead of open   coding it (wrongly) * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-15) tar.gz
test.1671146431.x86_mm_for_6.2_v2 New Feature: * Randomize the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-15) tar.gz
test.1671146299.x86_mm_for_6.2_v2 New Features: * Introduce Hardware-based Linear Address Masking (LAM) * Randomize the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-15) tar.gz
test.1671146269.x86_mm_for_6.2_v2 New Features: * Introduce Hardware-based Linear Address Masking (LAM) * Randomize the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-15) tar.gz
test.1670952507.x86_mm_for_6.2 New Features: * Introduce Hardware-based Linear Address Masking (LAM) * Randomize the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-13) tar.gz
test.1670948684.x86_mm_for_6.2 New Features: * Hardware-based Linear Address Masking (LAM) * Randomization of the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-13) tar.gz
test.1670948646.x86_mm_for_6.2 New Features: * Hardware-based Linear Address Masking (LAM) * Randomization of the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-13) tar.gz
test.1670882367.x86_mm_for_6.2 New Features: * Hardware-based Linear Address Masking (LAM) * Randomization of the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-12) tar.gz
test.1670878535.x86_mm_for_6.2 New Features: * Hardware-based Linear Address Masking (LAM) * Randomization of the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-12) tar.gz
test.1670877174.x86_mm_for_6.2 New Features: * Hardware-based Linear Address Masking (LAM) * Randomization of the per-cpu entry areas Cleanups: * Move to "native" set_memory_rox() helper * Clean up pmd_get_atomic() and i386-PAE * Remove some unused page table size macros (2022-12-12) tar.gz
test.1670877129.x86_mm_for_6.2  (2022-12-12) tar.gz
test.1670873876.x86_mm_for_6.2  (2022-12-12) tar.gz
test.1670873781.x86_mm_for_6.2  (2022-12-12) tar.gz
test.1670873727.x86_mm_for_6.2  (2022-12-12) tar.gz
test.1670873619.x86_mm_for_6.2  (2022-12-12) tar.gz
test.1670864800.x86_tdx_for_6.2 Add TDX guest attestation infrastructure and driver (2022-12-12) tar.gz
test.1670864785.x86_splitlock_for_6.2 Add a sysctl to control the split lock misery mode (2022-12-12) tar.gz
test.1670864769.x86_sgx_for_6.2  * Introduce a new SGX feature (Asynchrounous Exit Notification)    for bare-metal enclaves and KVM guests to mitigate single-step    attacks  * Increase batching to speed up enclave release  * Replace kmap/kunmap_atomic() calls (2022-12-12) tar.gz
test.1670864754.x86_fpu_for_6.2  * Clarify XSAVE consistency warnings  * Fix up ptrace interface to protection keys register (PKRU)  * Avoid undefined compiler behavior with TYPE_ALIGN (2022-12-12) tar.gz
test.1670864734.x86_cache_for_6.2 Minor cleanups:  * Remove unnecessary arch_has_empty_bitmaps structure memory  * Move rescrtl MSR defines into msr-index.h, like normal MSRs (2022-12-12) tar.gz
test.1670864525.x86_tdx_for_6.2 Add TDX guest attestation infrastructure and driver (2022-12-12) tar.gz
test.1670864520.x86_splitlock_for_6.2 Add a sysctl to control the split lock misery mode (2022-12-12) tar.gz
test.1670864516.x86_sgx_for_6.2  * Introduce a new SGX feature (Asynchrounous Exit Notification)    for bare-metal enclaves and KVM guests to mitigate single-step    attacks  * Increase batching to speed up enclave release  * Replace kmap/kunmap_atomic() calls (2022-12-12) tar.gz
test.1670864512.x86_fpu_for_6.2  * Clarify XSAVE consistency warnings  * Fix up ptrace interface to protection keys register (PKRU)  * Avoid undefined compiler behavior with TYPE_ALIGN (2022-12-12) tar.gz
test.1670864507.x86_cache_for_6.2 Minor cleanups:  * Remove unnecessary arch_has_empty_bitmaps structure memory  * Move rescrtl MSR defines into msr-index.h, like normal MSRs (2022-12-12) tar.gz
tmp1.x86_mm_for_v6.1_rc1  * Detect insecure W+X mappings and warn about them, including a    few bug fixes and relaxing the enforcement  * Do a long-overdue defconfig update and enabling W+X boot-time    detection  * Cleanup _PAGE_PSE handling (follow-up on an earlier bug)  * Rename a change_page_attr function (2022-10-05) tar.gz
x86_mm_for_v6.1_rc1  * Detect insecure W+X mappings and warn about them, including a    few bug fixes and relaxing the enforcement  * Do a long-overdue defconfig update and enabling W+X boot-time    detection  * Cleanup _PAGE_PSE handling (follow-up on an earlier bug)  * Rename a change_page_attr function (2022-10-05) tar.gz
x86_sgx_for_v6.0-2022-08-03.1  - SGX2 ISA support which makes enclave memory management much more    dynamic.  For instance, enclaves can now change enclave page    permissions on the fly.  - Removal of an unused structure member (2022-08-03) tar.gz
x86_sgx_for_v6.0-2022-08-03  - SGX2 ISA support which makes enclave memory management much more    dynamic.  For instance, enclaves can now change enclave page    permissions on the fly.  - Removal of an unused structure member (2022-08-03) tar.gz
x86_sgx_for_v6.0 Merge tag 'v5.19-rc8' into x86/sgx, to resolve conflicts (2022-07-26) tar.gz
x86_sgx_for_v5.19_rc1 A set of patches to prevent crashes in SGX enclaves under heavy memory pressure: (2022-05-23) tar.gz
x86_sgx_for_v5.18_rc1 - A couple of fixes and improvements to the SGX selftests (2022-03-21) tar.gz
v5.15-rc6    Linux 5.15-rc6 (2021-10-17) tar.gz
v5.15-rc5    Linux 5.15-rc5 (2021-10-10) tar.gz
v5.15-rc4    Linux 5.15-rc4 (2021-10-03) tar.gz
v5.15-rc3    Linux 5.15-rc3 (2021-09-26) tar.gz
v5.15-rc2    Linux 5.15-rc2 (2021-09-19) tar.gz
v5.15-rc1    Linux 5.15-rc1 (2021-09-12) tar.gz
v5.14        Linux 5.14 (2021-08-29) tar.gz
v5.14-rc7    Linux 5.14-rc7 (2021-08-22) tar.gz
v5.14-rc6    Linux 5.14-rc6 (2021-08-15) tar.gz
v5.14-rc5    Linux 5.14-rc5 (2021-08-08) tar.gz
v5.14-rc4    Linux 5.14-rc4 (2021-08-01) tar.gz
v5.14-rc3    Linux 5.14-rc3 (2021-07-25) tar.gz
v5.14-rc2    Linux 5.14-rc2 (2021-07-18) tar.gz
v5.14-rc1    Linux 5.14-rc1 (2021-07-11) tar.gz
v5.13        Linux 5.13 (2021-06-27) tar.gz
v5.13-rc7    Linux 5.13-rc7 (2021-06-20) tar.gz
v5.13-rc6    Linux 5.13-rc6 (2021-06-13) tar.gz
v5.13-rc5    Linux 5.13-rc5 (2021-06-06) tar.gz
v5.13-rc4    Linux 5.13-rc4 (2021-05-30) tar.gz
v5.13-rc3    Linux 5.13-rc3 (2021-05-23) tar.gz
v5.13-rc2    Linux 5.13-rc2 (2021-05-16) tar.gz
v5.13-rc1    Linux 5.13-rc1 (2021-05-09) tar.gz
v5.12        Linux 5.12 (2021-04-25) tar.gz
v5.12-rc8    Linux 5.12-rc8 (2021-04-18) tar.gz
v5.12-rc7    Linux 5.12-rc7 (2021-04-11) tar.gz
v5.12-rc6    Linux 5.12-rc6 (2021-04-04) tar.gz
v5.12-rc5    Linux 5.12-rc5 (2021-03-28) tar.gz
v5.12-rc4    Linux 5.12-rc4 (2021-03-21) tar.gz
v5.12-rc3    Linux 5.12-rc3 (2021-03-14) tar.gz
v5.12-rc2    Linux 5.12-rc2 (2021-03-05) tar.gz
v5.12-rc1-dontuse Linux 5.12-rc1 (2021-02-28) tar.gz
v5.11        Linux 5.11 (2021-02-14) tar.gz
v5.11-rc7    Linux 5.11-rc7 (2021-02-07) tar.gz
v5.11-rc6    Linux 5.11-rc6 (2021-01-31) tar.gz
v5.11-rc5    Linux 5.11-rc5 (2021-01-24) tar.gz
v5.11-rc4    Linux 5.11-rc4 (2021-01-17) tar.gz
v5.11-rc3    Linux 5.11-rc3 (2021-01-10) tar.gz
v5.11-rc2    Linux 5.11-rc2 (2021-01-03) tar.gz
v5.11-rc1    Linux 5.11-rc1 (2020-12-27) tar.gz
v5.10        Linux 5.10 (2020-12-13) tar.gz
v5.10-rc7    Linux 5.10-rc7 (2020-12-06) tar.gz
v5.10-rc6    Linux 5.10-rc6 (2020-11-29) tar.gz
v5.10-rc5    Linux 5.10-rc5 (2020-11-22) tar.gz
v5.10-rc4    Linux 5.10-rc4 (2020-11-15) tar.gz
v5.10-rc3    Linux 5.10-rc3 (2020-11-08) tar.gz
v5.10-rc2    Linux 5.10-rc2 (2020-11-01) tar.gz
v5.10-rc1    Linux 5.10-rc1 (2020-10-25) tar.gz
v5.9         Linux 5.9 (2020-10-11) tar.gz
v5.9-rc8     Linux 5.9-rc8 (2020-10-04) tar.gz
v5.9-rc7     Linux 5.9-rc7 (2020-09-27) tar.gz
v5.9-rc6     Linux 5.9-rc6 (2020-09-20) tar.gz
v5.9-rc5     Linux 5.9-rc5 (2020-09-13) tar.gz
v5.9-rc4     Linux 5.9-rc4 (2020-09-06) tar.gz
v5.9-rc3     Linux 5.9-rc3 (2020-08-30) tar.gz
v5.9-rc2     Linux 5.9-rc2 (2020-08-23) tar.gz
v5.9-rc1     Linux 5.9-rc1 (2020-08-16) tar.gz
v5.8         Linux 5.8 (2020-08-02) tar.gz
v5.8-rc7     Linux 5.8-rc7 (2020-07-26) tar.gz
v5.8-rc6     Linux 5.8-rc6 (2020-07-19) tar.gz
v5.8-rc5     Linux 5.8-rc5 (2020-07-12) tar.gz
v5.8-rc4     Linux 5.8-rc4 (2020-07-05) tar.gz
v5.8-rc3     Linux 5.8-rc3 (2020-06-28) tar.gz
v5.8-rc2     Linux 5.8-rc2 (2020-06-21) tar.gz
v5.8-rc1     Linux 5.8-rc1 (2020-06-14) tar.gz
v5.7         Linux 5.7 (2020-05-31) tar.gz
v5.7-rc7     Linux 5.7-rc7 (2020-05-24) tar.gz
v5.7-rc6     Linux 5.7-rc6 (2020-05-17) tar.gz
v5.7-rc5     Linux 5.7-rc5 (2020-05-10) tar.gz
v5.7-rc4     Linux 5.7-rc4 (2020-05-03) tar.gz
v5.7-rc3     Linux 5.7-rc3 (2020-04-26) tar.gz
v5.7-rc2     Linux 5.7-rc2 (2020-04-19) tar.gz
v5.7-rc1     Linux 5.7-rc1 (2020-04-12) tar.gz
v5.6         Linux 5.6 (2020-03-29) tar.gz
v5.6-rc7     Linux 5.6-rc7 (2020-03-22) tar.gz
v5.6-rc6     Linux 5.6-rc6 (2020-03-15) tar.gz
v5.6-rc5     Linux 5.6-rc5 (2020-03-08) tar.gz
v5.6-rc4     Linux 5.6-rc4 (2020-03-01) tar.gz
v5.6-rc3     Linux 5.6-rc3 (2020-02-23) tar.gz
v5.6-rc2     Linux 5.6-rc2 (2020-02-16) tar.gz
v5.6-rc1     Linux 5.6-rc1 (2020-02-09) tar.gz
v5.5         Linux 5.5 (2020-01-26) tar.gz
v5.5-rc7     Linux 5.5-rc7 (2020-01-19) tar.gz
v5.5-rc6     Linux 5.5-rc6 (2020-01-12) tar.gz
v5.5-rc5     Linux 5.5-rc5 (2020-01-05) tar.gz
v5.5-rc4     Linux 5.5-rc4 (2019-12-29) tar.gz
v5.5-rc3     Linux 5.5-rc3 (2019-12-22) tar.gz
v5.5-rc2     Linux 5.5-rc2 (2019-12-15) tar.gz
v5.5-rc1     Linux 5.5-rc1 (2019-12-08) tar.gz
v5.4         Linux 5.4 (2019-11-24) tar.gz
v5.4-rc8     Linux 5.4-rc8 (2019-11-17) tar.gz
v5.4-rc7     Linux 5.4-rc7 (2019-11-10) tar.gz
v5.4-rc6     Linux 5.4-rc6 (2019-11-03) tar.gz
v5.4-rc5     Linux 5.4-rc5 (2019-10-27) tar.gz
v5.4-rc4     Linux 5.4-rc4 (2019-10-20) tar.gz
v5.4-rc3     Linux 5.4-rc3 (2019-10-13) tar.gz
v5.4-rc2     Linux 5.4-rc2 (2019-10-06) tar.gz
v5.4-rc1     Linux 5.4-rc1 (2019-09-30) tar.gz
v5.3         Linux 5.3 (2019-09-15) tar.gz
v5.3-rc8     Linux 5.3-rc8 (2019-09-08) tar.gz
v5.3-rc7     Linux 5.3-rc7 (2019-09-02) tar.gz
v5.3-rc6     Linux 5.3-rc6 (2019-08-25) tar.gz
v5.3-rc5     Linux 5.3-rc5 (2019-08-18) tar.gz
v5.3-rc4     Linux 5.3-rc4 (2019-08-11) tar.gz
v5.3-rc3     Linux 5.3-rc3 (2019-08-04) tar.gz
v5.3-rc2     Linux 5.3-rc2 (2019-07-28) tar.gz
v5.3-rc1     Linus 5.3-rc1 (2019-07-21) tar.gz
v5.2         Linux 5.2 (2019-07-07) tar.gz
v5.2-rc7     Linux 5.2-rc7 (2019-06-30) tar.gz
v5.2-rc6     Linux 5.2-rc6 (2019-06-22) tar.gz
v5.2-rc5     Linux 5.2-rc5 (2019-06-16) tar.gz
v5.2-rc4     Linux 5.2-rc4 (2019-06-08) tar.gz
v5.2-rc3     Linux 5.2-rc3 (2019-06-02) tar.gz
v5.2-rc2     Linux 5.2-rc2 (2019-05-26) tar.gz
v5.2-rc1     Linux 5.2-rc1 (2019-05-19) tar.gz
v5.1         Linux 5.1 (2019-05-05) tar.gz
v5.1-rc7     Linux 5.1-rc7 (2019-04-28) tar.gz
v5.1-rc6     Linux 5.1-rc6 (2019-04-21) tar.gz
v5.1-rc5     Linux 5.1-rc5 (2019-04-14) tar.gz
v5.1-rc4     Linux 5.1-rc4 (2019-04-07) tar.gz
v5.1-rc3     Linux 5.1-rc3 (2019-03-31) tar.gz
v5.1-rc2     Linux 5.1-rc2 (2019-03-24) tar.gz
v5.1-rc1     Linux 5.1-rc1 (2019-03-17) tar.gz
v5.0         Linux 5.0 (2019-03-03) tar.gz
v5.0-rc8     Linux 5.0-rc8 (2019-02-24) tar.gz
v5.0-rc7     Linux 5.0-rc7 (2019-02-17) tar.gz
v5.0-rc6     Linux 5.0-rc6 (2019-02-10) tar.gz
v5.0-rc5     Linux 5.0-rc5 (2019-02-03) tar.gz
v5.0-rc4     Linux 5.0-rc4 (2019-01-27) tar.gz
v5.0-rc3     Linux 5.0-rc3 (2019-01-21) tar.gz
v5.0-rc2     Linux 5.0-rc2 (2019-01-14) tar.gz
v5.0-rc1     Linux 5.0-rc1 (2019-01-06) tar.gz
v4.20        Linux 4.20 (2018-12-23) tar.gz
v4.20-rc7    Linux 4.20-rc7 (2018-12-16) tar.gz
v4.20-rc6    Linux 4.20-rc6 (2018-12-09) tar.gz
v4.20-rc5    Linux 4.20-rc5 (2018-12-02) tar.gz
v4.20-rc4    Linux 4.20-rc4 (2018-11-25) tar.gz
v4.20-rc3    Linux 4.20-rc3 (2018-11-18) tar.gz
v4.20-rc2    Linux 4.20-rc2 (2018-11-11) tar.gz
v4.20-rc1    Linux 4.20-rc1 (2018-11-04) tar.gz
v4.19        This is the 4.19 release (2018-10-22) tar.gz
v4.19-rc8    This is the 4.19-rc8 release (2018-10-15) tar.gz
v4.19-rc7    This is the 4.19-rc7 release (2018-10-07) tar.gz
v4.19-rc6    This is the 4.19-rc6 release (2018-09-30) tar.gz
v4.19-rc5    This is the 4.19-rc5 stable release (2018-09-23) tar.gz
v4.19-rc4    Linux 4.19-rc4 (2018-09-16) tar.gz
v4.19-rc3    Linux 4.19-rc3 (2018-09-09) tar.gz
v4.19-rc2    Linux 4.19-rc2 (2018-09-02) tar.gz
v4.19-rc1    Linux 4.19-rc1 (2018-08-26) tar.gz
v4.18        Linux 4.18 (2018-08-12) tar.gz
v4.18-rc8    Linux 4.18-rc8 (2018-08-05) tar.gz
v4.18-rc7    Linux 4.18-rc7 (2018-07-29) tar.gz
v4.18-rc6    Linux 4.18-rc6 (2018-07-22) tar.gz
v4.18-rc5    Linux 4.18-rc5 (2018-07-15) tar.gz
v4.18-rc4    Linux 4.18-rc4 (2018-07-08) tar.gz
v4.18-rc3    Linux 4.18-rc3 (2018-07-01) tar.gz
v4.18-rc2    Linux 4.18-rc2 (2018-06-24) tar.gz
v4.18-rc1    Linux 4.18-rc1 (2018-06-17) tar.gz
v4.17        Linux 4.17 (2018-06-03) tar.gz
v4.17-rc7    Linux 4.17-rc7 (2018-05-27) tar.gz
v4.17-rc6    Linux 4.17-rc6 (2018-05-20) tar.gz
v4.17-rc5    Linux 4.17-rc5 (2018-05-13) tar.gz
v4.17-rc4    Linux 4.17-rc4 (2018-05-06) tar.gz
v4.17-rc3    Linux v4.17-rc3 (2018-04-29) tar.gz
v4.17-rc2    Linux 4.17-rc2 (2018-04-22) tar.gz
v4.17-rc1    Linux 4.17-rc1 (2018-04-15) tar.gz
v4.16        Linux 4.16 (2018-04-01) tar.gz
v4.16-rc7    Linux 4.16-rc7 (2018-03-25) tar.gz
v4.16-rc6    Linux 4.16-rc6 (2018-03-18) tar.gz
v4.16-rc5    Linux 4.16-rc5 (2018-03-11) tar.gz
v4.16-rc4    Linux 4.16-rc4 (2018-03-04) tar.gz
v4.16-rc3    Linux 4.16-rc3 (2018-02-25) tar.gz
v4.16-rc2    Linux 4.16-rc2 (2018-02-18) tar.gz
v4.16-rc1    Linux 4.16-rc1 (2018-02-11) tar.gz
v4.15        Linux 4.15 (2018-01-28) tar.gz
v4.15-rc9    Linux 4.15-rc9 (2018-01-21) tar.gz
v4.15-rc8    Linux 4.15-rc8 (2018-01-14) tar.gz
v4.15-rc7    Linux 4.15-rc7 (2018-01-07) tar.gz
v4.15-rc6    Linux 4.15-rc6 (2017-12-31) tar.gz
v4.15-rc5    Linux 4.15-rc5 (2017-12-23) tar.gz
v4.15-rc4    Linux 4.15-rc4 (2017-12-17) tar.gz
v4.15-rc3    Linux 4.15-rc3 (2017-12-10) tar.gz
v4.15-rc2    Linux 4.15-rc2 (2017-12-03) tar.gz
v4.15-rc1    Linux 4.15-rc1 (2017-11-26) tar.gz
v4.14        Linux 4.14 (2017-11-12) tar.gz
v4.14-rc8    Linux 4.14-rc8 (2017-11-05) tar.gz
v4.14-rc7    Linux 4.14-rc7 (2017-10-29) tar.gz
v4.14-rc6    Linux 4.14-rc6 (2017-10-23) tar.gz
v4.14-rc5    Linux 4.14-rc5 (2017-10-15) tar.gz
v4.14-rc4    Linux 4.14-rc4 (2017-10-08) tar.gz
v4.14-rc3    Linux 4.14-rc3 (2017-10-01) tar.gz
v4.14-rc2    Linux 4.14-rc2 (2017-09-24) tar.gz
v4.14-rc1    Linux 4.14-rc1 (2017-09-16) tar.gz
v4.13        Linux 4.13 (2017-09-03) tar.gz
v4.13-rc7    Linux 4.13-rc7 (2017-08-27) tar.gz
v4.13-rc6    Linux 4.13-rc6 (2017-08-20) tar.gz
v4.13-rc5    Linux 4.13-rc5 (2017-08-13) tar.gz
v4.13-rc4    Linux 4.13-rc4 (2017-08-06) tar.gz
v4.13-rc3    Linux 4.13-rc3 (2017-07-30) tar.gz
v4.13-rc2    Linux 4.13-rc2 (2017-07-23) tar.gz
v4.13-rc1    Linux v4.13-rc1 (2017-07-15) tar.gz
v4.12        Linux 4.12 (2017-07-02) tar.gz
v4.12-rc7    Linux 4.12-rc7 (2017-06-25) tar.gz
v4.12-rc6    Linux 4.12-rc6 (2017-06-19) tar.gz
v4.12-rc5    Linux 4.12-rc5 (2017-06-11) tar.gz
v4.12-rc4    Linux 4.12-rc4 (2017-06-04) tar.gz
v4.12-rc3    Linux 4.12-rc3 (2017-05-28) tar.gz
v4.12-rc2    Linux 4.12-rc2 (2017-05-21) tar.gz
v4.12-rc1    Linux 4.12-rc1 (2017-05-13) tar.gz
v4.11        Linux 4.11 (2017-04-30) tar.gz
v4.11-rc8    Linux 4.11-rc8 (2017-04-23) tar.gz
v4.11-rc7    Linux 4.11-rc7 (2017-04-16) tar.gz
v4.11-rc6    Linux 4.11-rc6 (2017-04-09) tar.gz
v4.11-rc5    Linux 4.11-rc5 (2017-04-02) tar.gz
v4.11-rc4    Linux 4.11-rc4 (2017-03-26) tar.gz
v4.11-rc3    Linux 4.11-rc3 (2017-03-19) tar.gz
v4.11-rc2    Linux 4.11-rc2 (2017-03-12) tar.gz
v4.11-rc1    Linux 4.11-rc1 (2017-03-05) tar.gz
v4.10        Linux 4.10 (2017-02-19) tar.gz
v4.10-rc8    Linux 4.10-rc8 (2017-02-12) tar.gz
v4.10-rc7    Linux 4.10-rc7 (2017-02-05) tar.gz
v4.10-rc6    Linux 4.10-rc6 (2017-01-29) tar.gz
v4.10-rc5    Linux 4.10-rc5 (2017-01-22) tar.gz
v4.10-rc4    Linux 4.10-rc4 (2017-01-15) tar.gz
v4.10-rc3    Linux 4.10-rc3 (2017-01-08) tar.gz
v4.10-rc2    Linux 4.10-rc2 (2017-01-01) tar.gz
v4.10-rc1    Linux 4.10-rc1 (2016-12-25) tar.gz
v4.9         Linux 4.9 (2016-12-11) tar.gz
v4.9-rc8     Linux 4.9-rc8 (2016-12-04) tar.gz
v4.9-rc7     Linux 4.9-rc7 (2016-11-27) tar.gz
v4.9-rc6     Linux 4.9-rc6 (2016-11-20) tar.gz
v4.9-rc5     Linux 4.9-rc5 (2016-11-13) tar.gz
v4.9-rc4     Linux 4.9-rc4 (2016-11-05) tar.gz
v4.9-rc3     Linux 4.9-rc3 (2016-10-29) tar.gz
v4.9-rc2     Linux 4.9-rc2 (2016-10-23) tar.gz
v4.9-rc1     Linux 4.9-rc1 (2016-10-15) tar.gz
v4.8         Linux 4.8 (2016-10-02) tar.gz
v4.8-rc8     Linux 4.8-rc8 (2016-09-25) tar.gz
v4.8-rc7     Linux 4.8-rc7 (2016-09-18) tar.gz
v4.8-rc6     Linux 4.8-rc6 (2016-09-11) tar.gz
v4.8-rc5     Linux 4.8-rc5 (2016-09-04) tar.gz
v4.8-rc4     Linux 4.8-rc4 (2016-08-28) tar.gz
v4.8-rc3     Linux 4.8-rc3 (2016-08-21) tar.gz
v4.8-rc2     Linux 4.8-rc2 (2016-08-14) tar.gz
v4.8-rc1     Linux 4.8-rc1 (2016-08-07) tar.gz
v4.7         Linux 4.7 (2016-07-24) tar.gz
v4.7-rc7     Linux 4.7-rc7 (2016-07-10) tar.gz
v4.7-rc6     Linux 4.7-rc6 (2016-07-03) tar.gz
v4.7-rc5     Linux 4.7-rc5 (2016-06-26) tar.gz
v4.7-rc4     Linux 4.7-rc4 (2016-06-19) tar.gz
v4.7-rc3     Linux 4.7-rc3 (2016-06-12) tar.gz
v4.7-rc2     Linux 4.7-rc2 (2016-06-05) tar.gz
v4.7-rc1     Linux 4.7-rc1 (2016-05-29) tar.gz
v4.6         Linux 4.6 (2016-05-15) tar.gz
v4.6-rc7     Linux 4.6-rc7 (2016-05-08) tar.gz
v4.6-rc6     Linux 4.6-rc6 (2016-05-01) tar.gz
v4.6-rc5     Linux 4.6-rc5 (2016-04-24) tar.gz
v4.6-rc4     Linux 4.6-rc4 (2016-04-17) tar.gz
v4.6-rc3     Linux 4.6-rc3 (2016-04-10) tar.gz
v4.6-rc2     Linux 4.6-rc2 (2016-04-03) tar.gz
v4.6-rc1     Linux 4.6-rc1 (2016-03-26) tar.gz
v4.5         Linux 4.5 (2016-03-13) tar.gz
v4.5-rc7     Linux 4.5-rc7 (2016-03-06) tar.gz
v4.5-rc6     Linux 4.5-rc6 (2016-02-28) tar.gz
v4.5-rc5     Linux 4.5-rc5 (2016-02-20) tar.gz
v4.5-rc4     Linux 4.5-rc4 (2016-02-14) tar.gz
v4.5-rc3     Linux 4.5-rc3 (2016-02-07) tar.gz
v4.5-rc2     Linux 4.5-rc2 (2016-01-31) tar.gz
v4.5-rc1     Linux 4.5-rc1 (2016-01-24) tar.gz
v4.4         Linux 4.4 (2016-01-10) tar.gz
v4.4-rc8     Linux 4.4-rc8 (2016-01-03) tar.gz
v4.4-rc7     Linux 4.4-rc7 (2015-12-27) tar.gz
v4.4-rc6     Linux 4.4-rc6 (2015-12-20) tar.gz
v4.4-rc5     Linux 4.4-rc5 (2015-12-13) tar.gz
v4.4-rc4     Linux 4.4-rc4 (2015-12-06) tar.gz
v4.4-rc3     Linux 4.4-rc3 (2015-11-29) tar.gz
v4.4-rc2     Linux 4.4-rc2 (2015-11-22) tar.gz
v4.4-rc1     Linux 4.4-rc1 (2015-11-15) tar.gz
v4.3         Linux 4.3 (2015-11-01) tar.gz
v4.3-rc7     Linux 4.3-rc7 (2015-10-25) tar.gz
v4.3-rc6     Linux 4.3-rc6 (2015-10-18) tar.gz
v4.3-rc5     Linux 4.3-rc5 (2015-10-11) tar.gz
v4.3-rc4     Linux 4.3-rc4 (2015-10-04) tar.gz
v4.3-rc3     Linux 4.3-rc3 (2015-09-27) tar.gz
v4.3-rc2     Linux 4.3-rc2 (2015-09-20) tar.gz
v4.3-rc1     Linux 4.3-rc1 (2015-09-12) tar.gz
v4.2         Linux 4.2 (2015-08-30) tar.gz
v4.2-rc8     Linux 4.2-rc8 (2015-08-23) tar.gz
v4.2-rc7     Linux 4.2-rc7 (2015-08-16) tar.gz
v4.2-rc6     Linux 4.2-rc6 (2015-08-09) tar.gz
v4.2-rc5     Linux 4.2-rc5 (2015-08-02) tar.gz
v4.2-rc4     Linux 4.2-rc4 (2015-07-26) tar.gz
v4.2-rc3     Linux 4.2-rc3 (2015-07-19) tar.gz
v4.2-rc2     Linux 4.2-rc2 (2015-07-12) tar.gz
v4.2-rc1     Linux 4.2-rc1 (2015-07-05) tar.gz
v4.1         Linux 4.1 (2015-06-21) tar.gz
v4.1-rc8     Linux 4.1-rc8 (2015-06-14) tar.gz
v4.1-rc7     Linux 4.1-rc7 (2015-06-07) tar.gz
v4.1-rc6     Linux 4.1-rc6 (2015-05-31) tar.gz
v4.1-rc5     Linux 4.1-rc5 (2015-05-24) tar.gz
v4.1-rc4     Linux 4.1-rc4 (2015-05-18) tar.gz
v4.1-rc3     Linux 4.1-rc3 (2015-05-10) tar.gz
v4.1-rc2     Linux 4.1-rc2 (2015-05-03) tar.gz
v4.1-rc1     Linux 4.1-rc1 (2015-04-26) tar.gz
v4.0         Linux 4.0 (2015-04-12) tar.gz
v4.0-rc7     Linux 4.0-rc7 (2015-04-06) tar.gz
v4.0-rc6     Linux 4.0-rc6 (2015-03-29) tar.gz
v4.0-rc5     Linux 4.0-rc5 (2015-03-22) tar.gz
v4.0-rc4     Linux 4.0-rc4 (2015-03-15) tar.gz
v4.0-rc3     Linux 4.0-rc3 (2015-03-08) tar.gz
v4.0-rc2     Linux 4.0-rc2 (2015-03-03) tar.gz
v4.0-rc1     Linux 34.0-rc1 (2015-02-22) tar.gz
v3.19        Linux 3.19 (2015-02-08) tar.gz
v3.19-rc7    Linux 3.19-rc7 (2015-02-01) tar.gz
v3.19-rc6    Linux 3.19-rc6 (2015-01-25) tar.gz
v3.19-rc5    Linux 3.19-rc5 (2015-01-18) tar.gz
v3.19-rc4    linux 3.19-rc4 (2015-01-11) tar.gz
v3.19-rc3    Linux 3.19-rc3 (2015-01-05) tar.gz
v3.19-rc2    Linux 3.19-rc2 (2014-12-28) tar.gz
v3.19-rc1    Linux 3.19-rc1 (2014-12-20) tar.gz
v3.18        Linux 3.18 (2014-12-07) tar.gz
v3.18-rc7    Linux 3.18-rc7 (2014-11-30) tar.gz
v3.18-rc6    Linux 3.18-rc6 (2014-11-23) tar.gz
v3.18-rc5    Linux 3.18-rc5 (2014-11-16) tar.gz
v3.18-rc4    Linux 3.18-rc4 (2014-11-09) tar.gz
v3.18-rc3    Linux 3.18-rc3 (2014-11-02) tar.gz
v3.18-rc2    Linux 3.18-rc2 (2014-10-26) tar.gz
v3.18-rc1    Linux 3.18-rc1 (2014-10-19) tar.gz
v3.17        Linux 3.17 (2014-10-05) tar.gz
v3.17-rc7    Linux 3.17-rc7 (2014-09-28) tar.gz
v3.17-rc6    Linux 3.17-rc6 (2014-09-21) tar.gz
v3.17-rc5    Linux 3.17-rc5 (2014-09-14) tar.gz
v3.17-rc4    Linux 3.17-rc4 (2014-09-07) tar.gz
v3.17-rc3    Linux 3.17-rc3 (2014-08-31) tar.gz
v3.17-rc2    Linux 3.17-rc2 (2014-08-25) tar.gz
v3.17-rc1    Linux 3.17-rc1 (2014-08-16) tar.gz
v3.16        Linux 3.16 (2014-08-03) tar.gz
v3.16-rc7    Linux 3.16-rc7 (2014-07-27) tar.gz
v3.16-rc6    Linux 3.16-rc6 (2014-07-20) tar.gz
v3.16-rc5    Linux 3.16-rc5 (2014-07-13) tar.gz
v3.16-rc4    Linux 3.16-rc4 (2014-07-06) tar.gz
v3.16-rc3    Linux 3.16-rc3 (2014-06-29) tar.gz
v3.16-rc2    Linux 3.16-rc2 (2014-06-21) tar.gz
v3.16-rc1    Linux 3.16-rc1 (2014-06-15) tar.gz
v3.15        Linux 3.15 (2014-06-08) tar.gz
v3.15-rc8    Linux 3.15-rc8 (2014-06-01) tar.gz
v3.15-rc7    Linux 3.15-rc7 (2014-05-25) tar.gz
v3.15-rc6    Linux 3.15-rc6 (2014-05-22) tar.gz
v3.15-rc5    Linux 3.15-rc5 (2014-05-09) tar.gz
v3.15-rc4    Linux 3.15-rc4 (2014-05-04) tar.gz
v3.15-rc3    Linux 3.15-rc3 (2014-04-27) tar.gz
v3.15-rc2    Linux 3.15-rc2 (2014-04-20) tar.gz
v3.15-rc1    Linux 3.15-rc1 (2014-04-13) tar.gz
v3.14        Linux 3.14 (2014-03-30) tar.gz
v3.14-rc8    Linux 3.14-rc8 (2014-03-24) tar.gz
v3.14-rc7    Linux 3.14-rc7 (2014-03-16) tar.gz
v3.14-rc6    Linux 3.14-rc6 (2014-03-09) tar.gz
v3.14-rc5    Linux 3.14-rc5 (2014-03-02) tar.gz
v3.14-rc4    Linux 3.14-rc4 (2014-02-23) tar.gz
v3.14-rc3    Linux 3.14-rc3 (2014-02-16) tar.gz
v3.14-rc2    Linux 3.14-rc2 (2014-02-09) tar.gz
v3.14-rc1    Linus 3.14-rc1 (2014-02-02) tar.gz
v3.13        Linux 3.13 (2014-01-19) tar.gz
v3.13-rc8    Linux 3.13-rc8 (2014-01-12) tar.gz
v3.13-rc7    Linux 3.13-rc7 (2014-01-04) tar.gz
v3.13-rc6    Linux 3.13-rc6 (2013-12-29) tar.gz
v3.13-rc5    Linux 3.13-rc5 (2013-12-22) tar.gz
v3.13-rc4    Linux 3.13-rc4 (2013-12-15) tar.gz
v3.13-rc3    Linux 3.13-rc3 (2013-12-06) tar.gz
v3.13-rc2    Linux 3.13-rc2 (2013-11-29) tar.gz
v3.13-rc1    Linux 3.13-rc1 (2013-11-22) tar.gz
v3.12        Linux 3.12 (2013-11-03) tar.gz
v3.12-rc7    Linux 3.12-rc7 (2013-10-27) tar.gz
v3.12-rc6    Linux 3.12-rc6 (2013-10-19) tar.gz
v3.12-rc5    Linux 3.12-rc5 (2013-10-13) tar.gz
v3.12-rc4    Linux 3.12-rc4 (2013-10-06) tar.gz
v3.12-rc3    Linux 3.12-rc3 (2013-09-29) tar.gz
v3.12-rc2    Linux 3.12-rc2 (2013-09-23) tar.gz
v3.12-rc1    Linux 3.12-rc1 (2013-09-16) tar.gz
v3.11        Linux 3.11 (2013-09-02) tar.gz
v3.11-rc7    Linux 3.11-rc7 (2013-08-25) tar.gz
v3.11-rc6    Linux 3.11-rc6 (2013-08-18) tar.gz
v3.11-rc5    Linux 3.11-rc5 (2013-08-11) tar.gz
v3.11-rc4    Linux 3.11-rc4 (2013-08-04) tar.gz
v3.11-rc3    Linux 3.11-rc3 (2013-07-28) tar.gz
v3.11-rc2    Linux 3.11-rc2 (2013-07-21) tar.gz
v3.11-rc1    Linux 3.11-rc1 (2013-07-14) tar.gz
v3.10        Linux 3.10 (2013-06-30) tar.gz
v3.10-rc7    Linux 3.10-rc7 (2013-06-22) tar.gz
v3.10-rc6    Linux 3.10-rc6 (2013-06-15) tar.gz
v3.10-rc5    Linux 3.10-rc5 (2013-06-08) tar.gz
v3.10-rc4    Linux 3.10-rc4 (2013-06-02) tar.gz
v3.10-rc3    Linux 3.10-rc3 (2013-05-26) tar.gz
v3.10-rc2    Linux 3.10-rc2 (2013-05-20) tar.gz
v3.10-rc1    Linux 3.10-rc1 (2013-05-11) tar.gz
v3.9         Linux 3.9 (2013-04-28) tar.gz
v3.9-rc8     Linux 3.9-rc8 (2013-04-21) tar.gz
v3.9-rc7     Linux 3.9-rc7 (2013-04-14) tar.gz
v3.9-rc6     Linux 3.9-rc6 (2013-04-07) tar.gz
v3.9-rc5     Linux 3.9-rc5 (2013-03-31) tar.gz
v3.9-rc4     Linux 3.9-rc4 (2013-03-23) tar.gz
v3.9-rc3     Linux 3.9-rc3 (2013-03-17) tar.gz
v3.9-rc2     Linux 3.9-rc2 (2013-03-10) tar.gz
v3.9-rc1     Linux 3.9-rc1 (2013-03-03) tar.gz
v3.8         Linux 3.8 (2013-02-18) tar.gz
v3.8-rc7     Linux 3.8-rc7 (2013-02-09) tar.gz
v3.8-rc6     Linux 3.8-rc6 (2013-02-01) tar.gz
v3.8-rc5     Linux 3.8-rc5 (2013-01-25) tar.gz
v3.8-rc4     Linux 3.8-rc4 (2013-01-17) tar.gz
v3.8-rc3     Linux 3.8-rc3 (2013-01-09) tar.gz
v3.8-rc2     Linux 3.8-rc2 (2013-01-02) tar.gz
v3.8-rc1     Linux 3.8-rc1 (2012-12-21) tar.gz
v3.7         Linux 3.7 (2012-12-10) tar.gz
v3.7-rc8     Linux 3.7-rc8 (2012-12-03) tar.gz
v3.7-rc7     Linux 3.7-rc7 (2012-11-25) tar.gz
v3.7-rc6     Linux 3.7-rc6 (2012-11-16) tar.gz
v3.7-rc5     Linux 3.7-rc5 (2012-11-11) tar.gz
v3.7-rc4     Linux 3.7-rc4 (2012-11-04) tar.gz
v3.7-rc3     Linux 3.7-rc3 (2012-10-28) tar.gz
v3.7-rc2     Linux 3.7-rc2 (2012-10-20) tar.gz
v3.7-rc1     Linux 3.7-rc1 (2012-10-14) tar.gz
v3.6         Linux 3.6 (2012-09-30) tar.gz
v3.6-rc7     Linux 3.6-rc7 (2012-09-23) tar.gz
v3.6-rc6     Linux 3.6-rc6 (2012-09-16) tar.gz
v3.6-rc5     Linux 3.6-rc5 (2012-09-08) tar.gz
v3.6-rc4     Linux 3.6-rc4 (2012-09-01) tar.gz
v3.6-rc3     Linux 3.6-rc3 (2012-08-22) tar.gz
v3.6-rc2     Linux 3.6-rc2 (2012-08-16) tar.gz
v3.6-rc1     Linux 3.6-rc1 (2012-08-02) tar.gz
v3.5         Linux 3.5 (2012-07-21) tar.gz
v3.5-rc7     Linux 3.5-rc7 (2012-07-14) tar.gz
v3.5-rc6     Linux 3.5-rc6 (2012-07-07) tar.gz
v3.5-rc5     Linux 3.5-rc5 (2012-06-30) tar.gz
v3.5-rc4     Linux 3.5-rc4 (2012-06-24) tar.gz
v3.5-rc3     Linux 3.5-rc3 (2012-06-16) tar.gz
v3.5-rc2     Linux 3.5-rc2 (2012-06-08) tar.gz
v3.5-rc1     Linux 3.5-rc1 (2012-06-02) tar.gz
v3.4         Linux 3.4 (2012-05-20) tar.gz
v3.4-rc7     Linux 3.4-rc7 (2012-05-12) tar.gz
v3.4-rc6     Linux 3.4-rc6 (2012-05-06) tar.gz
v3.4-rc5     Linux 3.4-rc5 (2012-04-29) tar.gz
v3.4-rc4     Linux 3.4-rc4 (2012-04-21) tar.gz
v3.4-rc3     Linux 3.4-rc3 (2012-04-15) tar.gz
v3.4-rc2     Linux 3.4-rc2 (2012-04-07) tar.gz
v3.4-rc1     Linux 3.4-rc1 (2012-03-31) tar.gz
v3.3         Linux 3.3 (2012-03-18) tar.gz
v3.3-rc7     Linux 3.3-rc7 (2012-03-10) tar.gz
v3.3-rc6     Linux 3.3-rc6 (2012-03-03) tar.gz
v3.3-rc5     Linux 3.3-rc5 (2012-02-25) tar.gz
v3.3-rc4     Linux 3.3-rc4 (2012-02-18) tar.gz
v3.3-rc3     Linux 3.3-rc3 (2012-02-08) tar.gz
v3.3-rc2     Linux 3.3-rc2 (2012-01-31) tar.gz
v3.3-rc1     Linux 3.3-rc1 (2012-01-19) tar.gz
v3.2         Linux 3.2 (2012-01-04) tar.gz
v3.2-rc7     Linux 3.2-rc7 (2011-12-23) tar.gz
v3.2-rc6     Linux 3.2-rc6 (2011-12-16) tar.gz
v3.2-rc5     Linux 3.2-rc5 (2011-12-09) tar.gz
v3.2-rc4     Linux 3.2-rc4 (2011-12-01) tar.gz
v3.2-rc3     Linux 3.2-rc3 (2011-11-23) tar.gz
v3.2-rc2     Linux 3.2-rc2 (2011-11-15) tar.gz
v3.2-rc1     Linux 3.2-rc1 (2011-11-07) tar.gz
v3.1         Linux v3.1 (2011-10-24) tar.gz
v3.1-rc10    Linux 3.1-rc10 (2011-10-17) tar.gz
v3.1-rc9     Linux 3.1-rc9 (2011-10-04) tar.gz
v3.1-rc8     Linux 3.1-rc8 (2011-09-27) tar.gz
v3.1-rc7     Linux 3.1-rc7 (2011-09-21) tar.gz
v3.1-rc6     Linux 3.1-rc6 (2011-09-12) tar.gz
v3.1-rc5     Linux 3.1-rc5 (2011-09-04) tar.gz
v3.1-rc4     Linux 3.1-rc4 (2011-08-28) tar.gz
v3.1-rc3     Linux 3.1-rc3 (2011-08-22) tar.gz
v3.1-rc2     Linux 3.1-rc2 (2011-08-14) tar.gz
v3.1-rc1     Linux 3.1-rc1 (2011-08-07) tar.gz
v3.0         Linux 3.0 (2011-07-21) tar.gz
v3.0-rc7     Linux 3.0-rc7 (2011-07-11) tar.gz
v3.0-rc6     Linux 3.0-rc6 (2011-07-04) tar.gz
v3.0-rc5     Linux 3.0-rc5 (2011-06-27) tar.gz
v3.0-rc4     Linux 3.0-rc4 (2011-06-20) tar.gz
v3.0-rc3     Linux 3.0-rc3 (2011-06-13) tar.gz
v3.0-rc2     Linux 3.0-rc2 (2011-06-06) tar.gz
v3.0-rc1     Linux 3.0-rc1 (2011-05-29) tar.gz
v2.6.39      Linux 2.6.39 (2011-05-18) tar.gz
v2.6.39-rc7  Linux 2.6.39-rc7 (2011-05-09) tar.gz
v2.6.39-rc6  Linux 2.6.39-rc6 (2011-05-03) tar.gz
v2.6.39-rc5  Linux 2.6.39-rc5 (2011-04-26) tar.gz
v2.6.39-rc4  Linux 2.6.39-rc4 (2011-04-18) tar.gz
v2.6.39-rc3  Linux 2.6.39-rc3 (2011-04-11) tar.gz
v2.6.39-rc2  Linux 2.6.39-rc2 (2011-04-05) tar.gz
v2.6.39-rc1  Linux 2.6.39-rc1 (2011-03-29) tar.gz
v2.6.38      Linux 2.6.38 (2011-03-14) tar.gz
v2.6.38-rc8  Linux 2.6.38-rc8 (2011-03-07) tar.gz
v2.6.38-rc7  Linux 2.6.38-rc7 (2011-03-01) tar.gz
v2.6.38-rc6  Linux 2.6.38-rc6 (2011-02-21) tar.gz
v2.6.38-rc5  Linux 2.6.38-rc5 (2011-02-15) tar.gz
v2.6.38-rc4  Linux 2.6.38-rc4 (2011-02-07) tar.gz
v2.6.38-rc3  Linux 2.6.38-rc3 (2011-02-01) tar.gz
v2.6.38-rc2  Linux 2.6.38-rc2 (2011-01-21) tar.gz
v2.6.38-rc1  Linux 2.6.38-rc1 (2011-01-18) tar.gz
v2.6.37      Linux 2.6.37 (2011-01-04) tar.gz
v2.6.37-rc8  Linux 2.6.37-rc8 (2010-12-28) tar.gz
v2.6.37-rc7  Linux 2.6.37-rc7 (2010-12-21) tar.gz
v2.6.37-rc6  Linux 2.6.37-rc6 (2010-12-15) tar.gz
v2.6.37-rc5  Linux 2.6.37-rc5 (2010-12-06) tar.gz
v2.6.37-rc4  Linux 2.6.37-rc4 (2010-11-29) tar.gz
v2.6.37-rc3  Linux 2.6.37-rc3 (2010-11-21) tar.gz
v2.6.37-rc2  Linux 2.6.37-rc2 (2010-11-15) tar.gz
v2.6.37-rc1  Linux 2.6.37-rc1 (2010-11-01) tar.gz
v2.6.36      Linux 2.6.36 (2010-10-20) tar.gz
v2.6.36-rc8  Linux 2.6.36-rc8 (2010-10-14) tar.gz
v2.6.36-rc7  Linux 2.6.36-rc7 (2010-10-06) tar.gz
v2.6.36-rc6  Linux 2.6.36-rc6 (2010-09-28) tar.gz
v2.6.36-rc5  Linux 2.6.36-rc5 (2010-09-20) tar.gz
v2.6.36-rc4  Linux 2.6.36-rc4 (2010-09-12) tar.gz
v2.6.36-rc3  Linux 2.6.36-rc3 (2010-08-29) tar.gz
v2.6.36-rc2  Linux 2.6.36-rc2 (2010-08-22) tar.gz
v2.6.36-rc1  Linux 2.6.36-rc1 (2010-08-15) tar.gz
v2.6.35      Linux 2.6.35 (2010-08-01) tar.gz
v2.6.35-rc6  Linux 2.6.35-rc6 (2010-07-22) tar.gz
v2.6.35-rc5  Linux 2.6.35-rc5 (2010-07-12) tar.gz
v2.6.35-rc4  Linux 2.6.35-rc4 (2010-07-04) tar.gz
v2.6.35-rc3  Linux 2.6.35-rc3 (2010-06-11) tar.gz
v2.6.35-rc2  Linux 2.6.35-rc2 (2010-06-05) tar.gz
v2.6.35-rc1  Linux 2.6.35-rc1 (2010-05-30) tar.gz
v2.6.34      Linux 2.6.34 (2010-05-16) tar.gz
v2.6.34-rc7  Linux 2.6.34-rc7 (2010-05-09) tar.gz
v2.6.34-rc6  Linux 2.6.34-rc6 (2010-04-29) tar.gz
v2.6.34-rc5  Linux 2.6.34-rc5 (2010-04-19) tar.gz
v2.6.34-rc4  Linux 2.6.34-rc4 (2010-04-12) tar.gz
v2.6.34-rc3  Linux 2.6.34-rc3 (2010-03-30) tar.gz
v2.6.34-rc2  Linux 2.6.34-rc2 (2010-03-19) tar.gz
v2.6.34-rc1  Linux 2.6.34-rc1 (2010-03-08) tar.gz
v2.6.33      Linux 2.6.33 (2010-02-24) tar.gz
v2.6.33-rc8  Linux 2.6.33-rc8 (2010-02-12) tar.gz
v2.6.33-rc7  Linux 2.6.33-rc7 (2010-02-06) tar.gz
v2.6.33-rc6  Linux 2.6.33-rc6 (2010-01-29) tar.gz
v2.6.33-rc5  Linux 2.6.33-rc5 (2010-01-21) tar.gz
v2.6.33-rc4  Linux 2.6.33-rc4 (2010-01-12) tar.gz
v2.6.33-rc3  Linux 2.6.33-rc3 (2010-01-05) tar.gz
v2.6.33-rc2  Linux 2.6.33-rc2 (2009-12-24) tar.gz
v2.6.33-rc1  Linux 2.6.33-rc1 (2009-12-17) tar.gz
v2.6.32      Linux 2.6.32 (2009-12-02) tar.gz
v2.6.32-rc8  Linux 2.6.32-rc8 (2009-11-19) tar.gz
v2.6.32-rc7  Linux 2.6.32-rc7 (2009-11-12) tar.gz
v2.6.32-rc6  Linux 2.6.32-rc6 (2009-11-03) tar.gz
v2.6.32-rc5  Linux 2.6.32-rc5 (2009-10-15) tar.gz
v2.6.32-rc4  Linux 2.6.32-rc4 (2009-10-11) tar.gz
v2.6.32-rc3  Linux 2.6.32-rc3 (2009-10-04) tar.gz
v2.6.32-rc1  Linux 2.6.32-rc1 (2009-09-27) tar.gz
v2.6.32-rc2  Linux 2.6.32-rc1 (2009-09-27) tar.gz
v2.6.31      Linux 2.6.31 (2009-09-09) tar.gz
v2.6.31-rc9  Linux 2.6.31-rc9 (2009-09-05) tar.gz
v2.6.31-rc8  Linux 2.6.31-rc8 (2009-08-27) tar.gz
v2.6.31-rc7  Linux 2.6.31-rc7 (2009-08-21) tar.gz
v2.6.31-rc6  Linux 2.6.31-rc6 (2009-08-13) tar.gz
v2.6.31-rc5  Linux 2.6.31-rc5 (2009-07-31) tar.gz
v2.6.31-rc4  Linux 2.6.31-rc4 (2009-07-22) tar.gz
v2.6.31-rc3  Linux 2.6.31-rc3 (2009-07-13) tar.gz
v2.6.31-rc2  Linux 2.6.31-rc2 (2009-07-04) tar.gz
v2.6.31-rc1  Linux 2.6.31-rc1 (2009-06-24) tar.gz
v2.6.30      Linux 2.6.30 (2009-06-09) tar.gz
v2.6.30-rc8  Linux 2.6.30-rc8 (2009-06-02) tar.gz
v2.6.30-rc7  Linux 2.6.30-rc7 (2009-05-23) tar.gz
v2.6.30-rc6  Linux 2.6.30-rc6 (2009-05-15) tar.gz
v2.6.30-rc5  Linux 2.6.30-rc5 (2009-05-08) tar.gz
v2.6.30-rc4  Linux 2.6.30-rc4 (2009-04-29) tar.gz
v2.6.30-rc3  Linux 2.6.30-rc3 (2009-04-21) tar.gz
v2.6.30-rc2  Linux 2.6.30-rc2 (2009-04-14) tar.gz
v2.6.30-rc1  Linux 2.6.30-rc1 (2009-04-07) tar.gz
v2.6.29      Linux 2.6.29 (2009-03-23) tar.gz
v2.6.29-rc8  Linux 2.6.29-rc8 (2009-03-12) tar.gz
v2.6.29-rc7  Linux 2.6.29-rc7 (2009-03-03) tar.gz
v2.6.29-rc6  Linux 2.6.29-rc6 (2009-02-22) tar.gz
v2.6.29-rc5  Linux 2.6.29-rc5 (2009-02-13) tar.gz
v2.6.29-rc4  Linus 2.6.29-rc4 (2009-02-08) tar.gz
v2.6.29-rc3  Linux 2.6.29-rc3 (2009-01-28) tar.gz
v2.6.29-rc2  Linux 2.6.29-rc2 (2009-01-16) tar.gz
v2.6.29-rc1  Linux 2.6.29-rc1 (2009-01-10) tar.gz
v2.6.28      Linux 2.6.28 (2008-12-24) tar.gz
v2.6.28-rc9  Linux 2.6.28-rc9 (2008-12-18) tar.gz
v2.6.28-rc8  Linux 2.6.28-rc8 (2008-12-10) tar.gz
v2.6.28-rc7  Linux 2.6.28-rc7 (2008-12-01) tar.gz
v2.6.28-rc6  Linux 2.6.28-rc6 (2008-11-20) tar.gz
v2.6.28-rc5  Linux 2.6.28-rc5 (2008-11-15) tar.gz
v2.6.28-rc4  Linux 2.6.28-rc4 (2008-11-09) tar.gz
v2.6.28-rc3  Linux 2.6.28-rc3 (2008-11-02) tar.gz
v2.6.28-rc2  Linux 2.6.28-rc2 (2008-10-26) tar.gz
v2.6.28-rc1  Linux 2.6.28-rc1 (2008-10-23) tar.gz
v2.6.27      Linux 2.6.27 (2008-10-09) tar.gz
v2.6.27-rc9  Linux 2.6.27-rc9 (2008-10-06) tar.gz
v2.6.27-rc8  Linux 2.6.27-rc8 (2008-09-29) tar.gz
v2.6.27-rc7  Linux 2.6.27-rc7 (2008-09-21) tar.gz
v2.6.27-rc6  Linux 2.6.27-rc6 (2008-09-09) tar.gz
v2.6.27-rc5  Linux 2.6.27-rc5 (2008-08-28) tar.gz
v2.6.27-rc4  Linux 2.6.27-rc4 (2008-08-20) tar.gz
v2.6.27-rc3  Linux 2.6.27-rc3 (2008-08-12) tar.gz
v2.6.27-rc2  Linux 2.6.27-rc2 (2008-08-05) tar.gz
v2.6.27-rc1  Linux 2.6.27-rc1 (2008-07-28) tar.gz
v2.6.26      Linux 2.6.26 (2008-07-13) tar.gz
v2.6.26-rc9  Linux 2.6.26-rc9 (2008-07-05) tar.gz
v2.6.26-rc8  Linux 2.6.26-rc8 (2008-06-24) tar.gz
v2.6.26-rc7  Linux 2.6.26-rc7 (2008-06-20) tar.gz
v2.6.26-rc6  Linux 2.6.26-rc6 (2008-06-12) tar.gz
v2.6.26-rc5  Linux 2.6.26-rc5 (2008-06-04) tar.gz
v2.6.26-rc4  Linux 2.6.26-rc4 (2008-05-26) tar.gz
v2.6.26-rc3  Linux 2.6.26-rc3 (2008-05-18) tar.gz
v2.6.26-rc2  Linux 2.6.26-rc2 (2008-05-11) tar.gz
v2.6.26-rc1  Linux 2.6.26-rc1 (2008-05-03) tar.gz
v2.6.25      Linux 2.6.25 (2008-04-16) tar.gz
v2.6.25-rc9  Linux 2.6.25-rc9 (2008-04-11) tar.gz
v2.6.25-rc8  Linux 2.6.25-rc8 (2008-04-01) tar.gz
v2.6.25-rc7  Linux 2.6.25-rc7 (2008-03-25) tar.gz
v2.6.25-rc6  Linux 2.6.25-rc6 (2008-03-16) tar.gz
v2.6.25-rc5  Linux 2.6.25-rc5 (2008-03-09) tar.gz
v2.6.25-rc4  Linux 2.6.25-rc4 (2008-03-04) tar.gz
v2.6.25-rc3  Linux 2.6.25-rc3 (2008-02-24) tar.gz
v2.6.25-rc2  Linux 2.6.25-rc2 (2008-02-15) tar.gz
v2.6.25-rc1  Linux 2.6.25-rc1 (2008-02-10) tar.gz
v2.6.24      Linux 2.6.24 (2008-01-24) tar.gz
v2.6.24-rc8  Linux 2.6.24-rc8 (2008-01-15) tar.gz
v2.6.24-rc7  Linux 2.6.24-rc7 (2008-01-06) tar.gz
v2.6.24-rc6  Linux 2.6.24-rc6 (2007-12-20) tar.gz
v2.6.24-rc5  Linux 2.6.24-rc5 (2007-12-10) tar.gz
v2.6.24-rc4  Linux 2.6.24-rc4 (2007-12-03) tar.gz
v2.6.24-rc3  Linux 2.6.24-rc3 (2007-11-16) tar.gz
v2.6.24-rc2  Linux 2.6.24-rc2 (2007-11-06) tar.gz
v2.6.24-rc1  Linux 2.6.24-rc1 (2007-10-23) tar.gz
v2.6.23      Linux 2.6.23 (2007-10-09) tar.gz
v2.6.23-rc9  Linux 2.6.23-rc9 (2007-10-01) tar.gz
v2.6.23-rc8  Linux 2.6.23-rc8 (2007-09-24) tar.gz
v2.6.23-rc7  Linux 2.6.23-rc7 (2007-09-19) tar.gz
v2.6.23-rc6  Linux 2.6.23-rc6 (2007-09-10) tar.gz
v2.6.23-rc5  Linux 2.6.23-rc5 (2007-08-31) tar.gz
v2.6.23-rc4  Linux 2.6.23-rc4 (2007-08-27) tar.gz
v2.6.23-rc3  Linux 2.6.23-rc3 (2007-08-12) tar.gz
v2.6.23-rc2  Linus 2.6.23-rc2 (2007-08-03) tar.gz
v2.6.23-rc1  Linux 2.6.23-rc1 (2007-07-22) tar.gz
v2.6.22      Linux 2.6.22 (2007-07-08) tar.gz
v2.6.22-rc7  Linux 2.6.22-rc7 (2007-07-01) tar.gz
v2.6.22-rc6  Linux 2.6.22-rc6 (2007-06-24) tar.gz
v2.6.22-rc5  Linux 2.6.22-rc5 (2007-06-16) tar.gz
v2.6.22-rc4  Linus 2.6.22-rc4 (2007-06-04) tar.gz
v2.6.22-rc3  Linux 2.6.22-rc3 (2007-05-25) tar.gz
v2.6.22-rc2  Linux 2.6.22-rc2 (2007-05-18) tar.gz
v2.6.22-rc1  Linus 2.6.22-rc1 (2007-05-12) tar.gz
v2.6.21      Linux 2.6.21 (2007-04-25) tar.gz
v2.6.21-rc7  Linux 2.6.21-rc7 (2007-04-15) tar.gz
v2.6.21-rc6  Linux 2.6.21-rc6 (2007-04-07) tar.gz
v2.6.21-rc5  Linux 2.6.21-rc5 (2007-03-25) tar.gz
v2.6.21-rc4  Linux 2.6.21-rc4 (2007-03-15) tar.gz
v2.6.21-rc3  Linux 2.6.21-rc3 (2007-03-06) tar.gz
v2.6.21-rc2  Linux 2.6.21-rc2 (2007-02-27) tar.gz
v2.6.21-rc1  Linux 2.6.21-rc1 (2007-02-20) tar.gz
v2.6.20      Linux 2.6.20 (2007-02-04) tar.gz
v2.6.20-rc7  Linux 2.6.20-rc7 (2007-01-30) tar.gz
v2.6.20-rc6  Linux 2.6.20-rc6 (2007-01-24) tar.gz
v2.6.20-rc5  Linux 2.6.20-rc5 (2007-01-12) tar.gz
v2.6.20-rc4  Linux 2.6.20-rc4 (2007-01-06) tar.gz
v2.6.20-rc3  Linux 2.6.20-rc3 (2006-12-31) tar.gz
v2.6.20-rc2  Linux 2.6.20-rc2 (2006-12-23) tar.gz
v2.6.20-rc1  Linux v2.6.20-rc1 (2006-12-13) tar.gz
v2.6.19      Linux 2.6.19 (2006-11-29) tar.gz
v2.6.19-rc6  Linux 2.6.19-rc6 (2006-11-15) tar.gz
v2.6.19-rc5  Linux 2.6.19-rc5 (2006-11-07) tar.gz
v2.6.19-rc4  Linux 2.6.19-rc4 (2006-10-30) tar.gz
v2.6.19-rc3  Linux 2.6.19-rc3 release (2006-10-23) tar.gz
v2.6.19-rc2  Linux 2.6.19-rc2 (2006-10-13) tar.gz
v2.6.19-rc1  Linux v2.6.19-rc1 (2006-10-04) tar.gz
v2.6.18      Raise the Jolly Roger! (2006-09-19) tar.gz
v2.6.18-rc7  Linux 2.6.18-rc7 (2006-09-12) tar.gz
v2.6.18-rc6  Linux 2.6.18-rc6 release (2006-09-03) tar.gz
v2.6.18-rc5  Linux 2.6.18-rc5 (2006-08-27) tar.gz
v2.6.18-rc4  Linux v2.6.18-rc4 (2006-08-06) tar.gz
v2.6.18-rc3  Linux v2.6.18-rc3 (2006-07-29) tar.gz
v2.6.18-rc2  Linux v2.6.18-rc2 (2006-07-15) tar.gz
v2.6.18-rc1  Linux v2.6.18-rc1 (2006-07-05) tar.gz
v2.6.17      Linux v2.6.17 (2006-06-17) tar.gz
v2.6.17-rc6  Linux v2.6.17-rc6 (2006-06-05) tar.gz
v2.6.17-rc5  Linux 2.6.17-rc5 release (2006-05-24) tar.gz
v2.6.17-rc4  Linux v2.6.17-rc4 release (2006-05-11) tar.gz
v2.6.17-rc3  Linux v2.6.17-rc3 (2006-04-26) tar.gz
v2.6.17-rc2  Linux v2.6.17-rc2 (2006-04-18) tar.gz
v2.6.17-rc1  Linux v2.6.17-rc1 (2006-04-02) tar.gz
v2.6.16      Linux v2.6.16 release (2006-03-19) tar.gz
v2.6.16-rc6  Linux v2.6.16-rc6 release (2006-03-11) tar.gz
v2.6.16-rc5  Linux v2.6.16-rc5 release (2006-02-26) tar.gz
v2.6.16-rc4  Linux v2.6.16-rc4 release (2006-02-17) tar.gz
v2.6.16-rc3  Linux v2.6.16-rc3 (2006-02-12) tar.gz
v2.6.16-rc2  Linux v2.6.16-rc2 (2006-02-02) tar.gz
v2.6.16-rc1  Linux v2.6.16-rc1 (2006-01-16) tar.gz
v2.6.15      Linux 2.6.15 release (2006-01-02) tar.gz
v2.6.15-rc7  Christmas eve is when the _real_ celebrations take place. (2005-12-24) tar.gz
v2.6.15-rc6  Linux 2.6.15-rc6 (2005-12-18) tar.gz
v2.6.15-rc5  Linux v2.6.15-rc5 release (2005-12-03) tar.gz
v2.6.15-rc4  Linux v2.6.15-rc4 (2005-11-30) tar.gz
v2.6.15-rc3  Linux v2.6.15-rc3 (2005-11-28) tar.gz
v2.6.15-rc2  Linux v2.6.15-rc2 (2005-11-19) tar.gz
v2.6.15-rc1  Linux v2.6.15-rc1 (2005-11-11) tar.gz
v2.6.14      Linux 2.6.14 release (2005-10-27) tar.gz
v2.6.14-rc5  Linux v2.6.14-rc5 release (2005-10-19) tar.gz
v2.6.14-rc4  Linux 2.6.14-rc4 release (2005-10-10) tar.gz
v2.6.14-rc3  Linux v2.6.14-rc3 release (2005-09-30) tar.gz
v2.6.14-rc2  Linux v2.6.14-rc2 release (2005-09-19) tar.gz
v2.6.14-rc1  Linux v2.6.14-rc1 (2005-09-12) tar.gz
v2.6.13      Linux 2.6.13 release (2005-08-28) tar.gz
v2.6.13-rc7  Linux v2.6.13-rc7 (2005-08-23) tar.gz
v2.6.13-rc6  Linux 2.6.13-rc6 release (2005-08-07) tar.gz
v2.6.13-rc5  Aiming for final. Sure. (2005-08-01) tar.gz
v2.6.13-rc4  Get out from LKS flood (2005-07-28) tar.gz
v2.6.11      This is the 2.6.11 tree object. () tar.gz
v2.6.11-tree This is the 2.6.11 tree object. () tar.gz
v2.6.12      This is the final 2.6.12 release () tar.gz
v2.6.12-rc2  Linux v2.6.12-rc2 release () tar.gz
v2.6.12-rc3  Linux v2.6.12-rc3 release () tar.gz
v2.6.12-rc4  Linux v2.6.12-rc4 release () tar.gz
v2.6.12-rc5  Linux-2.6.12-rc5 release () tar.gz
v2.6.12-rc6  Linux-v2.6.12-rc6 release () tar.gz
v2.6.13-rc1  Linux v2.6.13-rc1 () tar.gz
v2.6.13-rc2  Linux v2.6.13-rc2 () tar.gz
v2.6.13-rc3  Linux v2.6.13-rc3 () tar.gz

git clone https://80x24.org/pub/scm/linux/kernel/git/daveh/devel.git