Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a1a50f4
tools: install perf python bindings
adriaan42 Apr 4, 2022
1d8713c
Make mkcompile_h accept an alternate timestamp string
bwhacks May 12, 2015
c55083a
deepin: wifi: mt76: mt7921: add pci aspm probe log
opsiff Feb 21, 2025
960e3cc
deepin: HID: i2c-hid: add a retry loop in i2c_hid_get_report
opsiff Feb 20, 2025
7cebc38
deepin: config: defconfig: add landlock to lsm
opsiff Jan 28, 2026
c8d3bcf
deepin: config: x86: enable more i2c bus driver
opsiff Feb 5, 2026
2a1176c
deepin: config: x86: resave defconfig for v6.18
opsiff Feb 10, 2026
cca3580
deepin: config: x86: enable more video sensor driver
opsiff Feb 10, 2026
7390f14
deepin: config: x86: enable more wmi platform driver
opsiff Feb 10, 2026
9b2f704
deepin: config: x86: enable more lcd driver
opsiff Feb 10, 2026
7391e61
deepin: config: x86: enable some cpu level feature
opsiff Feb 10, 2026
6515c52
deepin: config: x86: enable some netfilter feature
opsiff Feb 10, 2026
b52a9ac
deepin: config: x86: enable ip_vs_twos feature
opsiff Feb 10, 2026
badc2a1
deepin: config: x86: enable some Netfilter features
opsiff Feb 10, 2026
435fb53
deepin: config: x86: enable some DSA drivers
opsiff Feb 10, 2026
86682c2
deepin: config: x86: enable some net sched feature
opsiff Feb 10, 2026
1a03085
deepin: config: x86: enable some net relate feature
opsiff Feb 10, 2026
c6957b8
deepin: config: x86: enable more Ethernet drivers
opsiff Feb 10, 2026
c5407f1
deepin: config: x86: enable more drm drivers
opsiff Feb 10, 2026
421b3f1
deepin: config: x86: enable more AMD i2c drivers
opsiff Feb 10, 2026
ab61a19
deepin: config: x86: enable more AMD pinctrl drivers
opsiff Feb 10, 2026
6149cd7
deepin: config: x86: enable hyperv drivers
opsiff Feb 10, 2026
1b4b422
deepin: config: x86: enable ACPI EC debugfs to module
opsiff Feb 10, 2026
c19e14f
deepin: config: x86: enable some more usb configs
opsiff Feb 10, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/loongarch/configs/deepin_loongarch_desktop_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5868,7 +5868,7 @@ CONFIG_EVM=y
CONFIG_EVM_EXTRA_SMACK_XATTRS=y
CONFIG_EVM_ADD_XATTRS=y
CONFIG_DEFAULT_SECURITY_APPARMOR=y
CONFIG_LSM="lockdown,yama,loadpin,safesetid,integrity,apparmor,selinux,smack,tomoyo,bpf"
CONFIG_LSM="landlock,lockdown,yama,loadpin,safesetid,integrity,apparmor,selinux,smack,tomoyo,bpf"
CONFIG_INIT_STACK_NONE=y
CONFIG_INIT_ON_ALLOC_DEFAULT_ON=y
CONFIG_LIST_HARDENED=y
Expand Down
Loading