jeremy

jeremy 从镜像同步了 development 分支的代码到 jeremy/netboot.xyz

  • a57db54659 Version bump for netbootxyz/asset-mirror:gentoo-amd64 new tag 20250315T023326Z-63d6ec39
  • 625179ec9b Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250406T232018Z-d5972d15
  • b152acacfe Version bump for netbootxyz/asset-mirror:harvester new tag v1.5.0-c82c6d22
  • 对比 3 次代码提交 »

17 小时之前

jeremy 从镜像同步了 master 分支的代码到 jeremy/lkmpg

  • fd6c976962 Merge pull request #309 from eleanorLYJ/mutex Add explanation of mutexes and function variants
  • c81a686815 Add explanation of mutexes and function variants Add documentation for Linux kernel mutexes, detailing ownership, initialization, and the behavior of _interruptible, nested and try-lock variants for synchronization.
  • 对比 2 次代码提交 »

2 天之前

jeremy 从镜像同步了 gh-pages 分支的代码到 jeremy/lkmpg

  • 648d7f3934 deploy: fd6c9769628caedfaa5229c39ccfdabf5b0b582f

2 天之前

jeremy 从镜像同步了 master 分支的代码到 jeremy/HON95-wiki

3 天之前

jeremy 从镜像同步了 development 分支的代码到 jeremy/netboot.xyz

3 天之前

jeremy 从镜像同步了 master 分支的代码到 jeremy/lkmpg

  • 0800ceb4a0 Merge pull request #312 from eleanorLYJ/change-ch12-title Change title to 'Synchronization' for better alignment with content
  • d8aab9d5d4 Change title to 'Synchronization' for better alignment with content Since the primary focus of Chapter 12 is on the techniques used to synchronize access to shared resources in a multi-CPU environment, changing the title to 'Synchronization' would better reflect the content and improve clarity.
  • 对比 2 次代码提交 »

4 天之前

jeremy 从镜像同步了 gh-pages 分支的代码到 jeremy/lkmpg

  • 5ef430b656 deploy: 0800ceb4a057c037aa53cd52574a186c8fa51a8f

4 天之前

jeremy 从镜像同步了 development 分支的代码到 jeremy/netboot.xyz

  • b714359a53 External Version bump for coreos new version string "41.20250331.3.0-stable,42.20250410.2.1-testing,42.20250414.1.0-next"
  • 5b6a2feb22 Version bump for netbootxyz/ubuntu-squash:kde-neon-user new tag 20250420-0744-9b372e2a
  • 对比 2 次代码提交 »

4 天之前

jeremy 从镜像同步了 development 分支的代码到 jeremy/netboot.xyz

5 天之前

jeremy 从镜像同步了 master 分支的代码到 jeremy/lkmpg

1 周之前

jeremy 从镜像同步了 gh-pages 分支的代码到 jeremy/lkmpg

  • 73bab1a01f deploy: 0337d8dee8801287b8364dba3121ae043323836b

1 周之前

jeremy 从镜像同步了 master 分支的代码到 jeremy/lkmpg

  • 0314b60e3c Merge pull request #308 from EricccTaiwan/fix Improve clarity in file access example
  • 45227e6115 Improve clarity in file access example Replaced "vt" with "virtual terminal" to improve readability, as the abbreviation appears for the first time in this section. Also rephrased to avoid nested parentheses. Signed-off-by: Cheng-Yang Chou <yphbchou0911@gmail.com>
  • 对比 2 次代码提交 »

1 周之前

jeremy 从镜像同步了 gh-pages 分支的代码到 jeremy/lkmpg

  • 28b299f9f0 deploy: 0314b60e3cb5f5912b2d922767d2a58a9f6dc824

1 周之前

jeremy 从镜像同步了 development 分支的代码到 jeremy/netboot.xyz

  • 66e3b6306a Version bump for netbootxyz/asset-mirror:tails new tag 6.14.2-911e1aab
  • f79e327805 Version bump for netbootxyz/asset-mirror:4mlinux-thesss new tag 48.0-4aab1393
  • 9c846573e1 Version bump for netbootxyz/asset-mirror:gentoo-arm64 new tag 20250330T230736Z-d5972d15
  • 对比 3 次代码提交 »

1 周之前

jeremy 从镜像同步了 development 分支的代码到 jeremy/netboot.xyz

  • 1978b1d5cb Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.04-arm64 new tag 25.04-e56e947a
  • 3cf6d61e7d Version bump for netbootxyz/ubuntu-squash:ubuntu-netboot-25.04-amd64 new tag 25.04-8094159e
  • 9204b70423 Version bump for netbootxyz/debian-squash:raizo new tag v16.25.04.12i-cdb1c06f
  • 30e97a8375 Version bump for netbootxyz/debian-squash:vyos-rolling new tag 2025.04.17-0018-rolling-0d0f700e
  • 3b75d72b80 External Version bump for smartos new version string "20250417T003816Z,20250403T000540Z,20250320T000454Z,20250306T000316Z"
  • 对比 5 次代码提交 »

1 周之前

jeremy 从镜像同步了 master 分支的代码到 jeremy/lkmpg

  • 16e1b72851 Merge pull request #301 from charliechiou/master Align version check
  • 7f4bca9ad5 Merge pull request #304 from EricccTaiwan/master Drop .owner for kernel >= 6.4
  • 2b22c6bba7 Drop .owner for kernel >= 6.4 Kernel 6.4+ sets .owner automatically. Remove manual assignment to avoid build issues and keep compatibility with older versions.
  • 86b9b23c47 Align version check The condition ">=" is used to align all version checks, improving code consistency and readability.
  • 对比 4 次代码提交 »

1 周之前

jeremy 从镜像同步了 gh-pages 分支的代码到 jeremy/lkmpg

1 周之前

jeremy 从镜像同步了 development 分支的代码到 jeremy/netboot.xyz

1 周之前

jeremy 从镜像同步了 master 分支的代码到 jeremy/lkmpg

  • 26988ef5de Merge pull request #306 from EricccTaiwan/fix Clarify tasklet limitations and deprecation plans
  • 58990f6b45 Clarify tasklet limitations and deprecation plans Improve wording and grammar in the tasklet section. Reflect current discussion on tasklet deprecation and correct Linux kernel casing.
  • 对比 2 次代码提交 »

1 周之前

jeremy 从镜像同步了 gh-pages 分支的代码到 jeremy/lkmpg

  • 38f148dd5a deploy: 26988ef5ded65f55646e8cab7227fc17c22df7a5

1 周之前