index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-04
eth: fbnic: Add support to fetch group stats
Mohsin Bashir
8
-0
/
+211
2024-09-04
eth: fbnic: Add ethtool support for fbnic
Mohsin Bashir
7
-3
/
+49
2024-09-04
selftests: add selftest for UDP SO_PEEK_OFF support
Jason Xing
3
-37
/
+57
2024-09-04
kselftest/arm64: Add test case for POR_EL0 signal frame records
Joey Gouly
2
-0
/
+87
2024-09-04
kselftest/arm64: parse POE_MAGIC in a signal frame
Joey Gouly
1
-0
/
+4
2024-09-04
kselftest/arm64: add HWCAP test for FEAT_S1POE
Joey Gouly
1
-0
/
+14
2024-09-04
selftests: mm: make protection_keys test work on arm64
Joey Gouly
7
-12
/
+247
2024-09-04
selftests: mm: move fpregs printing
Joey Gouly
3
-0
/
+9
2024-09-04
kselftest/arm64: move get_header()
Joey Gouly
2
-25
/
+23
2024-09-04
arm64: add Permission Overlay Extension Kconfig
Joey Gouly
1
-0
/
+23
2024-09-04
arm64: enable PKEY support for CPUs with S1POE
Joey Gouly
1
-1
/
+1
2024-09-04
arm64: enable POE and PIE to coexist
Joey Gouly
1
-4
/
+4
2024-09-04
arm64/ptrace: add support for FEAT_POE
Joey Gouly
2
-0
/
+47
2024-09-04
arm64: add POE signal support
Joey Gouly
2
-0
/
+69
2024-09-04
arm64: implement PKEYS support
Joey Gouly
7
-2
/
+262
2024-09-04
arm64: add pte_access_permitted_no_overlay()
Joey Gouly
1
-4
/
+7
2024-09-04
arm64: handle PKEY/POE faults
Joey Gouly
3
-1
/
+61
2024-09-04
arm64: mask out POIndex when modifying a PTE
Joey Gouly
1
-1
/
+2
2024-09-04
arm64: convert protection key into vm_flags and pgprot values
Joey Gouly
2
-1
/
+20
2024-09-04
arm64: add POIndex defines
Joey Gouly
1
-0
/
+10
2024-09-04
arm64: re-order MTE VM_ flags
Joey Gouly
1
-2
/
+2
2024-09-04
arm64: enable the Permission Overlay Extension for EL0
Joey Gouly
5
-0
/
+19
2024-09-04
mm: use ARCH_PKEY_BITS to define VM_PKEY_BITN
Joey Gouly
2
-6
/
+12
2024-09-04
x86/mm: add ARCH_PKEY_BITS to Kconfig
Joey Gouly
1
-0
/
+4
2024-09-04
powerpc/mm: add ARCH_PKEY_BITS to Kconfig
Joey Gouly
1
-0
/
+4
2024-09-04
KVM: selftests: get-reg-list: add Permission Overlay registers
Joey Gouly
1
-0
/
+14
2024-09-04
KVM: arm64: Sanitise ID_AA64MMFR3_EL1
Joey Gouly
1
-1
/
+5
2024-09-04
KVM: arm64: use `at s1e1a` for POE
Joey Gouly
1
-1
/
+4
2024-09-04
KVM: arm64: Save/restore POE registers
Joey Gouly
4
-2
/
+49
2024-09-04
arm64: context switch POR_EL0 register
Joey Gouly
4
-0
/
+34
2024-09-04
arm64: cpufeature: add Permission Overlay Extension cpucap
Joey Gouly
2
-0
/
+10
2024-09-04
arm64: disable trapping of POR_EL0 to EL2
Joey Gouly
1
-1
/
+9
2024-09-04
cpufreq: intel_pstate: Set asymmetric CPU capacity on hybrid systems
Rafael J. Wysocki
1
-4
/
+232
2024-09-04
Documentation: livepatch: Correct release locks antonym
Bagas Sanjaya
1
-1
/
+1
2024-09-04
x86/sched: Add basic support for CPU capacity scaling
Rafael J. Wysocki
2
-2
/
+100
2024-09-04
ASoC: mediatek: mt2701-cs42448: Optimize redundant code in mt2701_cs42448_mac...
Liu Jing
1
-8
/
+8
2024-09-04
ALSA: hda/realtek: Support mute LED on HP Laptop 14-dq2xxx
Maximilien Perreault
1
-0
/
+1
2024-09-04
ALSA: hda/realtek: Enable Mute Led for HP Victus 15-fb1xxx
Adam Queler
1
-0
/
+1
2024-09-04
Merge branch 'sparx5-fdma-part-one'
David S. Miller
10
-286
/
+545
2024-09-04
net: sparx5: ditch sparx5_fdma_rx/tx_reload() functions
Daniel Machon
1
-10
/
+4
2024-09-04
net: sparx5: use contiguous memory for tx buffers
Daniel Machon
2
-45
/
+13
2024-09-04
net: sparx5: use library helper for freeing tx buffers
Daniel Machon
1
-0
/
+1
2024-09-04
net: sparx5: use FDMA library for adding DCB's in the tx path
Daniel Machon
1
-30
/
+9
2024-09-04
net: sparx5: use the FDMA library for allocation of tx buffers
Daniel Machon
2
-64
/
+44
2024-09-04
net: sparx5: use a few FDMA helpers in the rx path
Daniel Machon
1
-10
/
+7
2024-09-04
net: sparx5: use library helper for freeing rx buffers
Daniel Machon
1
-0
/
+1
2024-09-04
net: sparx5: use FDMA library for adding DCB's in the rx path
Daniel Machon
1
-46
/
+3
2024-09-04
net: sparx5: use the FDMA library for allocation of rx buffers
Daniel Machon
2
-54
/
+43
2024-09-04
net: sparx5: replace a few variables with new equivalent ones
Daniel Machon
2
-46
/
+63
2024-09-04
net: sparx5: use FDMA library symbols
Daniel Machon
3
-44
/
+3
[prev]
[next]