lists.openanolis.cn
登录
登录
管理这个列表
×
Keyboard Shortcuts
Thread View
j
: Next unread message
k
: Previous unread message
j a
: Jump to all threads
j l
: Jump to MailingList overview
2024
December
November
October
September
August
July
June
May
April
March
February
January
2023
December
November
October
September
August
July
June
May
April
March
February
January
2022
December
November
October
September
August
July
June
May
April
March
February
January
2021
December
November
October
September
August
July
June
May
April
March
February
列表概述
下载
Cloud Kernel
----- 2024 -----
December 2024
November 2024
October 2024
September 2024
August 2024
July 2024
June 2024
May 2024
April 2024
March 2024
February 2024
January 2024
----- 2023 -----
December 2023
November 2023
October 2023
September 2023
August 2023
July 2023
June 2023
May 2023
April 2023
March 2023
February 2023
January 2023
----- 2022 -----
December 2022
November 2022
October 2022
September 2022
August 2022
July 2022
June 2022
May 2022
April 2022
March 2022
February 2022
January 2022
----- 2021 -----
December 2021
November 2021
October 2021
September 2021
August 2021
July 2021
June 2021
May 2021
April 2021
March 2021
February 2021
cloud-kernel@lists.openanolis.cn
3 参与者
140 讨论
Start a n
N
ew thread
Re: 转发:Add myself as arch/arm64's maintainer
by Baolin Wang
On 2024/12/11 19:49, guanghui.fgh wrote: > ------------------------------------------------------------------ > 发件人:guanghui.fgh <guanghuifeng(a)linux.alibaba.com> > 发送时间:2024年12月11日(星期三) 18:28 > 收件人:"cloud-kernel"<cloud-kernel(a)lists.openanolis.cn> > 主 题:Add myself as arch/arm64's maintainer > Hello, Here are some of development supports: 1. Add arm64/kvm virt platform device supported its vlpi direct inject. [1] 2. Fix arm64 irqchip/gic-v3-its error. [2] 3. Fix arm64 oops in concurrently setting insn_emulation sysctls. [3] 4. Add arm64 CPU freq sample on pcct non-support. [4] 5. ACPI add detection for core die topology. [5] > 6. Fix arm64 Track error for kmemleak > 7. Add kernel arm64 performance optimizations(crashkernel mem reserve for linear address mapping, etc) > I apply to become the maintainer of arch/arm64. PS: The list of files/directories I want to maintain is as follows: - arch/arm64/* [1]
https://gitee.com/anolis/cloud-kernel/pulls/3463
<
https://gitee.com/anolis/cloud-kernel/pulls/3463
> [2]
https://gitee.com/anolis/cloud-kernel/pulls/3464
<
https://gitee.com/anolis/cloud-kernel/pulls/3464
> [3]
https://gitee.com/anolis/cloud-kernel/pulls/917
<
https://gitee.com/anolis/cloud-kernel/pulls/917
> [4]
https://gitee.com/anolis/cloud-kernel/pulls/712
<
https://gitee.com/anolis/cloud-kernel/pulls/712
> [5]
https://gitee.com/anolis/cloud-kernel/pulls/342
<
https://gitee.com/anolis/cloud-kernel/pulls/342
> [6]
https://gitee.com/anolis/cloud-kernel/pulls/274
<
https://gitee.com/anolis/cloud-kernel/pulls/274
> Thanks for your contribution. So Acked-by: Baolin Wang <baolin.wang(a)linux.alibaba.com>
1 week, 2 days
1
0
0
0
Add myself as arch/arm64's maintainer
by guanghui.fgh
Hello, Here are some of development supports: 1. Add arm64/kvm virt platform device supported its vlpi direct inject. [1] 2. Fix arm64 irqchip/gic-v3-its error. [2] 3. Fix arm64 oops in concurrently setting insn_emulation sysctls. [3] 4. Add arm64 CPU freq sample on pcct non-support. [4] 5. ACPI add detection for core die topology. [5] 6. Fix arm64 Track error for kmemleak 7. Add kernel arm64 performance optimizations(crashkernel mem reserve for linear address mapping, etc) I apply to become the maintainer of arch/arm64. PS: The list of files/directories I want to maintain is as follows: - arch/arm64/* [1]
https://gitee.com/anolis/cloud-kernel/pulls/3463
<
https://gitee.com/anolis/cloud-kernel/pulls/3463
> [2]
https://gitee.com/anolis/cloud-kernel/pulls/3464
<
https://gitee.com/anolis/cloud-kernel/pulls/3464
> [3]
https://gitee.com/anolis/cloud-kernel/pulls/917
<
https://gitee.com/anolis/cloud-kernel/pulls/917
> [4]
https://gitee.com/anolis/cloud-kernel/pulls/712
<
https://gitee.com/anolis/cloud-kernel/pulls/712
> [5]
https://gitee.com/anolis/cloud-kernel/pulls/342
<
https://gitee.com/anolis/cloud-kernel/pulls/342
> [6]
https://gitee.com/anolis/cloud-kernel/pulls/274
<
https://gitee.com/anolis/cloud-kernel/pulls/274
>
1 week, 2 days
2
1
0
0
cloud-kernel
by shenlin wei
cloud-kernel <mailto:cloud-kernel@lists.openanolis.cn>
1 month, 1 week
1
0
0
0
Add myself as scheduler maintainer in anolis cloud kernel
by Tianchen Ding
Hi, all. I'd like to maintain scheduler subsystem in anolis cloud kernel. Here are some of my contributions : 1. Co-develop of cpu burst in upstream. [1] 2. Many improvements and bugfixes in upstream. [2-8] 3. Backport core scheduling features to ANCK 5.10 [9] 4. Backport cgroup SCHED_IDLE support to ANCK 5.10 [10-11] 5. Introduce forceidled time to improve observability. [12] 6. Introduce introduce fine-grained priority for GI 2.0 [13] 7. Co-develop if ACPU. [14] 8. Backport bugfixes. [15-17] 9. Review ANCK own patches like group identity, group balancer, core scheduling improvement, rich container, etc. 10. In future: backport and maintain EEVDF bottom half and sched_ext to ANCK 6.6 PS: The list of files/directories I want to maintain is as follows: kernel/sched/ include/linux/sched.h include/linux/sched/ include/uapi/linux/sched.h include/linux/preempt.h include/linux/wait.h kernel/fork.c kernel/exit.c kernel/cpu.c kernel/cgroup/cpuset.c kernel/cgroup/rstat.c kernel/smp.c kernel/sys.c kernel/signal.c kernel/hung_task.c kernel/workqueue.c tools/testing/selftests/sched/ fs/proc/base.c fs/proc/stat.c fs/proc/array.c fs/proc/uptime.c Documentation/RCU/ kernel/rcu/ include/linux/rcu* Documentation/locking/ kernel/locking/ include/linux/lockdep.h include/linux/spinlock*.h arch/*/include/asm/spinlock*.h include/linux/rwlock*.h include/linux/mutex*.h include/linux/rwsem*.h include/linux/seqlock.h lib/locking*.[ch] tools/testing/selftests/locking/ include/asm-generic/futex.h include/linux/futex.h include/uapi/linux/futex.h kernel/futex.c tools/perf/bench/futex* tools/testing/selftests/futex/ [1]
https://lore.kernel.org/all/20210621092800.23714-1-changhuaixin@linux.aliba…
[2]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
[3]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
[4]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
[5]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
[6]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
[7]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
[8]
https://git.kernel.org/pub/scm/linux/kernel/git/tip/tip.git/commit/?id=faa4…
[9]
https://gitee.com/anolis/cloud-kernel/pulls/2077
[10]
https://gitee.com/anolis/cloud-kernel/pulls/2185
[11]
https://gitee.com/anolis/cloud-kernel/pulls/2250
[12]
https://gitee.com/anolis/cloud-kernel/pulls/2425
[13]
https://gitee.com/anolis/cloud-kernel/pulls/2440
[14]
https://gitee.com/anolis/cloud-kernel/pulls/2260
[15]
https://gitee.com/anolis/cloud-kernel/pulls/3516
[16]
https://gitee.com/anolis/cloud-kernel/pulls/3549
[17]
https://gitee.com/anolis/cloud-kernel/pulls/3555
4 months
4
3
0
0
Add myself as maintainer of bpf and tracing in anolis cloud kernel
by Yuanhe Shu
Hi, all. I'd like to maintain bpf subsystem and tracing(ftrace, kprobes) subsystem in anolis cloud kernel. My work in ANCK is mainly debug/tracing which involves bpf, ftrace, kprobes, kdump, etc. I am also the default assignee of debugability for openanolis ANCK bugzilla. Here are some of my contributions: 1. Backport bpf features(submit and review) to ANCK 4.19: flow-dissector, per-cpu cgroup storage, sk lookup, sockmap, btf, line_info, func_info, tc_tunning, sysctl hook, bpf spinlock, global data, bounded loop, CO-RE. (review [1-14,39-41,45-46], submit [15-38,42-44,47-55]) 2. Improve bpf subsystem code test coverage ration by fixing selftest, adding testcase. Code test coverage ratio for ANCK 4.19 increase from 64% to 83%, for ANCK 5.10 increase from 72% to 85%. 3. Backport bpf bug fixes [59] and review bpf and ftrace patches. [60-63] 4. Contribute ftrace patch to upstream and backport for ANCK. [64,65] The list of files/directories I want to maintain are as follows: Documentation/bpf/ include/linux/bpf* include/uapi/linux/bpf* kernel/bpf/ kernel/trace/bpf_trace.c lib/test_bpf.c samples/bpf/ tools/bpf/ tools/lib/bpf/ tools/testing/selftests/bpf/ arch/*/kernel/ftrace.c include/asm-generic/ftrace.h include/linux/ftrace.h samples/ftrace/ tools/testing/selftests/ftrace/ kernel/kprobes.c kernel/tracepoint.c kernel/trace/ lib/dynamic_debug.c lib/list_debug.c include/linux/dynamic_debug.h include/ilnux/ring_buffer.h [1]
https://gitee.com/anolis/cloud-kernel/pulls/1831
<
https://gitee.com/anolis/cloud-kernel/pulls/1831
> [2]
https://gitee.com/anolis/cloud-kernel/pulls/1847
<
https://gitee.com/anolis/cloud-kernel/pulls/1847
> [3]
https://gitee.com/anolis/cloud-kernel/pulls/1874
<
https://gitee.com/anolis/cloud-kernel/pulls/1874
> [4]
https://gitee.com/anolis/cloud-kernel/pulls/1909
<
https://gitee.com/anolis/cloud-kernel/pulls/1909
> [5]
https://gitee.com/anolis/cloud-kernel/pulls/1931
<
https://gitee.com/anolis/cloud-kernel/pulls/1931
> [6]
https://gitee.com/anolis/cloud-kernel/pulls/1965
<
https://gitee.com/anolis/cloud-kernel/pulls/1965
> [7]
https://gitee.com/anolis/cloud-kernel/pulls/1969
<
https://gitee.com/anolis/cloud-kernel/pulls/1969
> [8]
https://gitee.com/anolis/cloud-kernel/pulls/2010
<
https://gitee.com/anolis/cloud-kernel/pulls/2010
> [9]
https://gitee.com/anolis/cloud-kernel/pulls/2035
<
https://gitee.com/anolis/cloud-kernel/pulls/2035
> [10]
https://gitee.com/anolis/cloud-kernel/pulls/2052
<
https://gitee.com/anolis/cloud-kernel/pulls/2052
> [11]
https://gitee.com/anolis/cloud-kernel/pulls/2060
<
https://gitee.com/anolis/cloud-kernel/pulls/2060
> [12]
https://gitee.com/anolis/cloud-kernel/pulls/2070
<
https://gitee.com/anolis/cloud-kernel/pulls/2070
> [13]
https://gitee.com/anolis/cloud-kernel/pulls/2102
<
https://gitee.com/anolis/cloud-kernel/pulls/2102
> [14]
https://gitee.com/anolis/cloud-kernel/pulls/2111
<
https://gitee.com/anolis/cloud-kernel/pulls/2111
> [15]
https://gitee.com/anolis/cloud-kernel/pulls/2120
<
https://gitee.com/anolis/cloud-kernel/pulls/2120
> [16]
https://gitee.com/anolis/cloud-kernel/pulls/2441
<
https://gitee.com/anolis/cloud-kernel/pulls/2441
> [17]
https://gitee.com/anolis/cloud-kernel/pulls/2443
<
https://gitee.com/anolis/cloud-kernel/pulls/2443
> [18]
https://gitee.com/anolis/cloud-kernel/pulls/2445
<
https://gitee.com/anolis/cloud-kernel/pulls/2445
> [19]
https://gitee.com/anolis/cloud-kernel/pulls/2472
<
https://gitee.com/anolis/cloud-kernel/pulls/2472
> [20]
https://gitee.com/anolis/cloud-kernel/pulls/2494
<
https://gitee.com/anolis/cloud-kernel/pulls/2494
> [21]
https://gitee.com/anolis/cloud-kernel/pulls/2501
<
https://gitee.com/anolis/cloud-kernel/pulls/2501
> [22]
https://gitee.com/anolis/cloud-kernel/pulls/2506
<
https://gitee.com/anolis/cloud-kernel/pulls/2506
> [23]
https://gitee.com/anolis/cloud-kernel/pulls/2510
<
https://gitee.com/anolis/cloud-kernel/pulls/2510
> [24]
https://gitee.com/anolis/cloud-kernel/pulls/2518
<
https://gitee.com/anolis/cloud-kernel/pulls/2518
> [25]
https://gitee.com/anolis/cloud-kernel/pulls/2524
<
https://gitee.com/anolis/cloud-kernel/pulls/2524
> [26]
https://gitee.com/anolis/cloud-kernel/pulls/2530
<
https://gitee.com/anolis/cloud-kernel/pulls/2530
> [27]
https://gitee.com/anolis/cloud-kernel/pulls/2534
<
https://gitee.com/anolis/cloud-kernel/pulls/2534
> [28]
https://gitee.com/anolis/cloud-kernel/pulls/2539
<
https://gitee.com/anolis/cloud-kernel/pulls/2539
> [29]
https://gitee.com/anolis/cloud-kernel/pulls/2548
<
https://gitee.com/anolis/cloud-kernel/pulls/2548
> [30]
https://gitee.com/anolis/cloud-kernel/pulls/2555
<
https://gitee.com/anolis/cloud-kernel/pulls/2555
> [31]
https://gitee.com/anolis/cloud-kernel/pulls/2557
<
https://gitee.com/anolis/cloud-kernel/pulls/2557
> [32]
https://gitee.com/anolis/cloud-kernel/pulls/2562
<
https://gitee.com/anolis/cloud-kernel/pulls/2562
> [33]
https://gitee.com/anolis/cloud-kernel/pulls/2563
<
https://gitee.com/anolis/cloud-kernel/pulls/2563
> [34]
https://gitee.com/anolis/cloud-kernel/pulls/2564
<
https://gitee.com/anolis/cloud-kernel/pulls/2564
> [35]
https://gitee.com/anolis/cloud-kernel/pulls/2565
<
https://gitee.com/anolis/cloud-kernel/pulls/2565
> [36]
https://gitee.com/anolis/cloud-kernel/pulls/2576
<
https://gitee.com/anolis/cloud-kernel/pulls/2576
> [37]
https://gitee.com/anolis/cloud-kernel/pulls/2578
<
https://gitee.com/anolis/cloud-kernel/pulls/2578
> [38]
https://gitee.com/anolis/cloud-kernel/pulls/2590
<
https://gitee.com/anolis/cloud-kernel/pulls/2590
> [39]
https://gitee.com/anolis/cloud-kernel/pulls/2603
<
https://gitee.com/anolis/cloud-kernel/pulls/2603
> [40]
https://gitee.com/anolis/cloud-kernel/pulls/2624
<
https://gitee.com/anolis/cloud-kernel/pulls/2624
> [41]
https://gitee.com/anolis/cloud-kernel/pulls/2631
<
https://gitee.com/anolis/cloud-kernel/pulls/2631
> [42]
https://gitee.com/anolis/cloud-kernel/pulls/2634
<
https://gitee.com/anolis/cloud-kernel/pulls/2634/commits
> [43]
https://gitee.com/anolis/cloud-kernel/pulls/2646
<
https://gitee.com/anolis/cloud-kernel/pulls/2646
> [44]
https://gitee.com/anolis/cloud-kernel/pulls/2651
<
https://gitee.com/anolis/cloud-kernel/pulls/2651
> [45]
https://gitee.com/anolis/cloud-kernel/pulls/2657
<
https://gitee.com/anolis/cloud-kernel/pulls/2657/commits
> [46]
https://gitee.com/anolis/cloud-kernel/pulls/2673
<
https://gitee.com/anolis/cloud-kernel/pulls/2673/commits
> [47]
https://gitee.com/anolis/cloud-kernel/pulls/2707
<
https://gitee.com/anolis/cloud-kernel/pulls/2707/commits
> [48]
https://gitee.com/anolis/cloud-kernel/pulls/2720
<
https://gitee.com/anolis/cloud-kernel/pulls/2720
> [49]
https://gitee.com/anolis/cloud-kernel/pulls/2729
<
https://gitee.com/anolis/cloud-kernel/pulls/2729
> [50]
https://gitee.com/anolis/cloud-kernel/pulls/2738
<
https://gitee.com/anolis/cloud-kernel/pulls/2738
> [41]
https://gitee.com/anolis/cloud-kernel/pulls/2752
<
https://gitee.com/anolis/cloud-kernel/pulls/2752
> [52]
https://gitee.com/anolis/cloud-kernel/pulls/2761
<
https://gitee.com/anolis/cloud-kernel/pulls/2761
> [53]
https://gitee.com/anolis/cloud-kernel/pulls/2778
<
https://gitee.com/anolis/cloud-kernel/pulls/2778
> [54]
https://gitee.com/anolis/cloud-kernel/pulls/2782
<
https://gitee.com/anolis/cloud-kernel/pulls/2782
> [55]
https://gitee.com/anolis/cloud-kernel/pulls/2790
<
https://gitee.com/anolis/cloud-kernel/pulls/2790
> [56]
https://gitee.com/anolis/cloud-kernel/pulls/2804
<
https://gitee.com/anolis/cloud-kernel/pulls/2804
> [57]
https://gitee.com/anolis/cloud-kernel/pulls/2889
<
https://gitee.com/anolis/cloud-kernel/pulls/2889
> [58]
https://gitee.com/anolis/cloud-kernel/pulls/2942
<
https://gitee.com/anolis/cloud-kernel/pulls/2942
> [59]
https://gitee.com/anolis/cloud-kernel/pulls/2878
<
https://gitee.com/anolis/cloud-kernel/pulls/2878
> [60]
https://gitee.com/anolis/cloud-kernel/pulls/2570
<
https://gitee.com/anolis/cloud-kernel/pulls/2570
> [61]
https://gitee.com/anolis/cloud-kernel/pulls/2745
<
https://gitee.com/anolis/cloud-kernel/pulls/2745
> [62]
https://gitee.com/anolis/cloud-kernel/pulls/2770
<
https://gitee.com/anolis/cloud-kernel/pulls/2770
> [63]
https://gitee.com/anolis/cloud-kernel/pulls/2807
<
https://gitee.com/anolis/cloud-kernel/pulls/2807
> [64]
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
<
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?…
> [65]
https://gitee.com/anolis/cloud-kernel/pulls/3286
<
https://gitee.com/anolis/cloud-kernel/pulls/3286
>
4 months, 3 weeks
4
3
0
0
OpenAnolis Kernel SIG 六月月报
by zhixin
OpenAnolis Kernel SIG 六月月报己发布,欢迎阅读 内容包括: - 发布 ANCK 5.10-017 版本 - 发布 ANCK 4.19-028.1 小版本 - 发布 ANCK 4.19-028.2 小版本 - ANCK 5.10 kABI/kAPI 策略变更 详细内容请移步月报:https://openanolis.cn/sig/Cloud-Kernel/doc/1135244604192192266 <
https://openanolis.cn/sig/Cloud-Kernel/doc/1135244604192192266
>
5 months, 2 weeks
1
0
0
0
Add myself as anolis/ directory's maintainer
by maqiao
Over the past 2 years, the directory anolis/ which is used for ANCK release has been imported, and I have done a lot of work on it, so I apply to become anolis/ directory's maintainer. Here are some of my contributions : move anolis building related files intree (such as kernel.spec), and import some make targets to help build kernel rpm packages. [1-4] import ANCK kconfig baseline [5-7] align and adjust many kconfigs [8-11] I hope I could get an opportunity to contribute more features to Anolis community under this new responsibility. PS: The list of files/directories I want to maintain is as follows: anolis/* scripts/kconfig/* scripts/dummy-tools/* [1]
https://gitee.com/anolis/cloud-kernel/pulls/2062
<
https://gitee.com/anolis/cloud-kernel/pulls/2062
> [2]
https://gitee.com/anolis/cloud-kernel/pulls/2068
<
https://gitee.com/anolis/cloud-kernel/pulls/2068
> [3]
https://gitee.com/anolis/cloud-kernel/pulls/2219
<
https://gitee.com/anolis/cloud-kernel/pulls/2219
> [4]
https://gitee.com/anolis/cloud-kernel/pulls/2439
<
https://gitee.com/anolis/cloud-kernel/pulls/2439
> [5]
https://gitee.com/anolis/cloud-kernel/pulls/2666
<
https://gitee.com/anolis/cloud-kernel/pulls/2666
> [6]
https://gitee.com/anolis/cloud-kernel/pulls/2886
<
https://gitee.com/anolis/cloud-kernel/pulls/2886
> [7]
https://gitee.com/anolis/cloud-kernel/pulls/3157
<
https://gitee.com/anolis/cloud-kernel/pulls/3157
> [8]
https://gitee.com/anolis/cloud-kernel/pulls/2054
<
https://gitee.com/anolis/cloud-kernel/pulls/2054
> [9]
https://gitee.com/anolis/cloud-kernel/pulls/2938
<
https://gitee.com/anolis/cloud-kernel/pulls/2938
> [10]
https://gitee.com/anolis/cloud-kernel/pulls/2973
<
https://gitee.com/anolis/cloud-kernel/pulls/2973
> [11]
https://gitee.com/anolis/cloud-kernel/pulls/3184
<
https://gitee.com/anolis/cloud-kernel/pulls/3184
> [12]
https://gitee.com/anolis/cloud-kernel/pulls/3217
<
https://gitee.com/anolis/cloud-kernel/pulls/3217
>
6 months, 2 weeks
4
3
0
0
OpenAnolis Kernel SIG 3月月报
by Bitao Hu
大家好,OpenAnolis Kernel SIG 3月月报已经发布,欢迎阅读 内容概要: - 5.10 和 6.6 新增海光、兆芯相关特性支持 - 发布 ANCK 6.6-001.1 版本 - 发布 ANCK 5.10-016.2 版本 - 发布 ANCK 5.10-016.3 版本 欢迎移步sig页面查看详情:
https://openanolis.cn/sig/Cloud-Kernel/doc/1064917062449348621
8 months, 3 weeks
1
0
0
0
Add myself as co-maintainer for x86 architecture
by mapicccy
Hi all: This email proposes adding myself as a co-maintainer for the x86 architecture in the cloud-kernel maintained in the openAnolis. Over the last three years, I've deeply engaged with the x86 architecture, making some contributions across various aspects. That includes: New feature: Enable hwdrc through resctrl[1] New feature: Alicc (Alibaba cryptographic accelerator driver)[2][3][4] Backport feature: support microcode hot-rollback on intel platform[5] Backport feature: Enable ACPI PCC on arm64[6] Backport feature:perf support instruction latency\L2 Topdown events\data block and addr block.etc.[7] Other bug fixes:[8][9][10][11][12][13][14][15][16][17][18][19][20] Giving that I have been an x86 architecture reviewer for over a year, I’d like to take on greater responsibilities. And in the future, I will continuously focus on x86 architecture and make more efforts based on the openAnolis community. Thanks, Guanjun PS: The files(or directories) list that I want to maintain is as follows: drivers/iommu/intel-iommu.c include/linux/intel-iommu.h drivers/iommu/ include/linux/iommu.h include/linux/of_iommu.h include/linux/iova.h Documentation/x86/resctrl* arch/x86/include/asm/resctrl.h arch/x86/kernel/cpu/resctrl/ Documentation/devicetree/bindings/x86/ Documentation/x86/ arch/x86/ drivers/dma/ Documentation/admin-guide/pm/cpuidle.rst Documentation/driver-api/pm/cpuidle.rst drivers/cpuidle/ include/linux/cpuidle.h [1]
https://gitee.com/anolis/cloud-kernel/pulls/2643
[2]
https://gitee.com/anolis/cloud-kernel/pulls/611
[3]
https://gitee.com/anolis/cloud-kernel/pulls/606
[4]
https://gitee.com/anolis/cloud-kernel/pulls/573
[5]
https://gitee.com/anolis/cloud-kernel/pulls/383
[6]
https://gitee.com/anolis/cloud-kernel/pulls/679
[7]
https://gitee.com/anolis/cloud-kernel/pulls/324
[8]
https://gitee.com/anolis/cloud-kernel/pulls/2643
[9]
https://gitee.com/anolis/cloud-kernel/pulls/1887
[10]
https://gitee.com/anolis/cloud-kernel/pulls/896
[11]
https://gitee.com/anolis/cloud-kernel/pulls/701
[12]
https://gitee.com/anolis/cloud-kernel/pulls/690
[13]
https://gitee.com/anolis/cloud-kernel/pulls/619
[14]
https://gitee.com/anolis/cloud-kernel/pulls/617
[15]
https://gitee.com/anolis/cloud-kernel/pulls/543
[16]
https://gitee.com/anolis/cloud-kernel/pulls/472
[17]
https://gitee.com/anolis/cloud-kernel/pulls/426
[18]
https://gitee.com/anolis/cloud-kernel/pulls/292
[19]
https://gitee.com/anolis/cloud-kernel/pulls/211
[20]
https://gitee.com/anolis/cloud-kernel/pulls/24
9 months
2
1
0
0
【公告】关于Cloud Kernel kconfig组织方式变更的说明
by MaQiao
大家好,ANCK 最近引入的 kconfig 基线使得 kconfig 文件的组织方式发生了变化,这会对您在 ANCK 上的开发工作产生一定影响,请参考公告了解新的 kconfig 文件的变更和获取方式。 如有问题,请在Cloud Kernel Sig中联系我们,谢谢。 公告链接:
https://openanolis.cn/sig/Cloud-Kernel/doc/1051227663123349505
<
https://openanolis.cn/sig/Cloud-Kernel/doc/1051227663123349505
>
9 months, 1 week
1
0
0
0
← Newer
1
2
3
4
...
14
Older →
Jump to page:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Results per page:
10
25
50
100
200