Linux kernel stable git

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

Branches of kernel.org linux-stable repo modified by Altiscale

License

Altiscale/linux-stable

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

Git stats

Files

Failed to load latest commit information.

README.md

This repo stores branches of the kernel.org linux-stable repo and modifications by Altiscale.

The master branch intentionally includes only this README file. The release-* branches are exact copies of the kernel.org linux-stable repo release tag. For example, the release-3.12.7 branch is copy of the kernel.org linux-stable v3.12.7 tag. The altiscale-* branches contain changes against the stable kernel.org release. For example, the altiscale-3.12.7 branch manages contain against the release-3.12.7 branch.

To create a release-* and corresponding altiscale-* branch, follow the following process, which assumes that most Altiscale personnel will use this repo — not the kernel.org repo.

Читайте также:  Sony ericsson on linux

Clone the kernel.org linux-stable repo.

$ mkdir kernel-src $ cd kernel-src $ git clone git://git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git $ cd linux-stable

Find and check out the appropriate stable kernel.org linux-stable release tag. For example:

$ git tag -l | grep v3.12.7 $ git checkout -b released-3.12.7 v3.12.7

Set up this repo as a remote in the same git repo.

$ git remote add altiscale git@github.com:Altiscale/linux-stable.git

Push the released branch to this repo.

$ git push altiscale released-3.12.7
$ cd ../.. $ mkdir altiscale-src $ cd altiscale-src $ git clone git@github.com:Altiscale/linux-stable.git $ cd linux-stable

Check out the released-* branch as a tracking branch and use it to create the altiscale-* branch. For example:

$ git branch released-3.12.7 origin/released-3.12.7 $ git checkout released-3.12.7 $ git checkout -b altiscale-3.12.7 $ git push origin altiscale-3.12.7

To make changes, check out a development branch to be used in pull requests.

$ git checkout -b dc_JIRA-number

All pull requests should request merges into altiscale-* branches. release-* branches should never be modified. Only changes to this README should be merged into master.

About

Branches of kernel.org linux-stable repo modified by Altiscale

Источник

Linux kernel stable git

Linux kernel stable tree

Branches

Tags

  1. 06c2afbLinux 6.5-rc1 by Linus Torvalds · 4 days ago masterv6.5-rc1
  2. c192ac7MAINTAINERS 2: Electric Boogaloo by Linus Torvalds · 4 days ago
  3. f71f642Merge tag ‘dma-mapping-6.5-2023-07-09’ of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 days ago
  4. a9943adMerge tag ‘irq_urgent_for_v6.5_rc1’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  5. 51e3d7cMerge tag ‘x86_urgent_for_v6.5_rc1’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  6. e3da8dbMerge tag ‘x86-core-2023-07-09’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  7. 74099e2Merge tag ‘mips_6.5_1’ of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 days ago
  8. 7648784Merge tag ‘xfs-6.5-merge-6’ of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 days ago
  9. 4770353Merge tag ‘6.5-rc-smb3-client-fixes-part2’ of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 days ago
  10. cff0687Merge tag ‘ntb-6.5’ of https://github.com/jonmason/ntb by Linus Torvalds · 4 days ago
  11. 1c7873emm: lock newly mapped VMA with corrected ordering by Hugh Dickins · 5 days ago
  12. 946c6b5Merge tag ‘mm-hotfixes-stable-2023-07-08-10-43’ of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 5 days ago
  13. fb49c45fork: lock VMAs of the parent process when forking by Suren Baghdasaryan · 5 days ago
  14. 33313a7mm: lock newly mapped VMA which can be modified after it becomes visible by Suren Baghdasaryan · 5 days ago
  15. c137381mm: lock a vma before stack expansion by Suren Baghdasaryan · 5 days ago
  16. 7fcd473Merge tag ‘scsi-misc’ of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 days ago
  17. 84dc5aaMerge tag ‘i2c-for-6.5-rc1-part2’ of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 days ago
  18. 8fc3b8fMerge tag ‘hardening-v6.5-rc1-fixes’ of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 days ago
  19. bff6efcntb: hw: amd: Fix debugfs_create_dir error checking by Anup Sharma · 9 weeks ago
  20. c206353Merge tag ‘perf-tools-for-v6.5-2-2023-07-06’ of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next by Linus Torvalds · 5 days ago
Читайте также:  Браузеры линукс 32 бит

Источник

Saved searches

Use saved searches to filter your results more quickly

You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session.

License

torvalds/linux

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Sign In Required

Please sign in to use Codespaces.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching GitHub Desktop

If nothing happens, download GitHub Desktop and try again.

Launching Xcode

If nothing happens, download Xcode and try again.

Launching Visual Studio Code

Your codespace will open once ready.

There was a problem preparing your codespace, please try again.

Latest commit

…cm/linux/kernel/git/pdx86/platform-drivers-x86 Pull x86 platform driver fixes from Hans de Goede: "Misc small fixes and hw-id additions" * tag 'platform-drivers-x86-v6.5-2' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86: platform/x86: touchscreen_dmi: Add info for the Archos 101 Cesium Educ tablet platform/x86: dell-ddv: Fix mangled list in documentation platform/x86: dell-ddv: Improve error handling platform/x86/amd: pmf: Add new ACPI ID AMDI0103 platform/x86/amd: pmc: Add new ACPI ID AMDI000A platform/x86/amd: pmc: Apply nvme quirk to HP 15s-eq2xxx platform/x86: Move s2idle quirk from thinkpad-acpi to amd-pmc platform/x86: int3472/discrete: set variable skl_int3472_regulator_second_sensor storage-class-specifier to static platform/x86/intel/tpmi: Prevent overflow for cap_offset platform/x86: wmi: Replace open coded guid_parse_and_compare() platform/x86: wmi: Break possible infinite loop when parsing GUID

Git stats

Files

Failed to load latest commit information.

Источник

Linux kernel stable git

Linux kernel stable tree

Branches

Tags

  1. 06c2afbLinux 6.5-rc1 by Linus Torvalds · 4 days ago masterv6.5-rc1
  2. c192ac7MAINTAINERS 2: Electric Boogaloo by Linus Torvalds · 4 days ago
  3. f71f642Merge tag ‘dma-mapping-6.5-2023-07-09’ of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 days ago
  4. a9943adMerge tag ‘irq_urgent_for_v6.5_rc1’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  5. 51e3d7cMerge tag ‘x86_urgent_for_v6.5_rc1’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  6. e3da8dbMerge tag ‘x86-core-2023-07-09’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  7. 74099e2Merge tag ‘mips_6.5_1’ of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 days ago
  8. 7648784Merge tag ‘xfs-6.5-merge-6’ of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 days ago
  9. 4770353Merge tag ‘6.5-rc-smb3-client-fixes-part2’ of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 days ago
  10. cff0687Merge tag ‘ntb-6.5’ of https://github.com/jonmason/ntb by Linus Torvalds · 4 days ago
  11. 1c7873emm: lock newly mapped VMA with corrected ordering by Hugh Dickins · 5 days ago
  12. 946c6b5Merge tag ‘mm-hotfixes-stable-2023-07-08-10-43’ of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 5 days ago
  13. fb49c45fork: lock VMAs of the parent process when forking by Suren Baghdasaryan · 5 days ago
  14. 33313a7mm: lock newly mapped VMA which can be modified after it becomes visible by Suren Baghdasaryan · 5 days ago
  15. c137381mm: lock a vma before stack expansion by Suren Baghdasaryan · 5 days ago
  16. 7fcd473Merge tag ‘scsi-misc’ of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 days ago
  17. 84dc5aaMerge tag ‘i2c-for-6.5-rc1-part2’ of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 days ago
  18. 8fc3b8fMerge tag ‘hardening-v6.5-rc1-fixes’ of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 days ago
  19. bff6efcntb: hw: amd: Fix debugfs_create_dir error checking by Anup Sharma · 9 weeks ago
  20. c206353Merge tag ‘perf-tools-for-v6.5-2-2023-07-06’ of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next by Linus Torvalds · 5 days ago
Читайте также:  Структура файловой системы linux ext4

Источник

Linux kernel stable git

Linux kernel stable tree

Branches

Tags

  1. 06c2afbLinux 6.5-rc1 by Linus Torvalds · 4 days ago masterv6.5-rc1
  2. c192ac7MAINTAINERS 2: Electric Boogaloo by Linus Torvalds · 4 days ago
  3. f71f642Merge tag ‘dma-mapping-6.5-2023-07-09’ of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 days ago
  4. a9943adMerge tag ‘irq_urgent_for_v6.5_rc1’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  5. 51e3d7cMerge tag ‘x86_urgent_for_v6.5_rc1’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  6. e3da8dbMerge tag ‘x86-core-2023-07-09’ of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 days ago
  7. 74099e2Merge tag ‘mips_6.5_1’ of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 4 days ago
  8. 7648784Merge tag ‘xfs-6.5-merge-6’ of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 4 days ago
  9. 4770353Merge tag ‘6.5-rc-smb3-client-fixes-part2’ of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 4 days ago
  10. cff0687Merge tag ‘ntb-6.5’ of https://github.com/jonmason/ntb by Linus Torvalds · 4 days ago
  11. 1c7873emm: lock newly mapped VMA with corrected ordering by Hugh Dickins · 5 days ago
  12. 946c6b5Merge tag ‘mm-hotfixes-stable-2023-07-08-10-43’ of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm by Linus Torvalds · 5 days ago
  13. fb49c45fork: lock VMAs of the parent process when forking by Suren Baghdasaryan · 5 days ago
  14. 33313a7mm: lock newly mapped VMA which can be modified after it becomes visible by Suren Baghdasaryan · 5 days ago
  15. c137381mm: lock a vma before stack expansion by Suren Baghdasaryan · 5 days ago
  16. 7fcd473Merge tag ‘scsi-misc’ of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 days ago
  17. 84dc5aaMerge tag ‘i2c-for-6.5-rc1-part2’ of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 5 days ago
  18. 8fc3b8fMerge tag ‘hardening-v6.5-rc1-fixes’ of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 5 days ago
  19. bff6efcntb: hw: amd: Fix debugfs_create_dir error checking by Anup Sharma · 9 weeks ago
  20. c206353Merge tag ‘perf-tools-for-v6.5-2-2023-07-06’ of git://git.kernel.org/pub/scm/linux/kernel/git/perf/perf-tools-next by Linus Torvalds · 5 days ago

Источник

Оцените статью
Adblock
detector