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
path:
root
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-20
KVM: arm64: nv: Add trap forwarding for ERET and SMC
Marc Zyngier
3
-0
/
+35
2024-04-20
KVM: arm64: nv: Configure HCR_EL2 for FEAT_NV2
Marc Zyngier
3
-5
/
+36
2024-04-20
KVM: arm64: nv: Drop VCPU_HYP_CONTEXT flag
Marc Zyngier
2
-8
/
+1
2024-04-20
KVM: arm64: Constraint PAuth support to consistent implementations
Marc Zyngier
1
-2
/
+36
2024-04-20
KVM: arm64: Add helpers for ESR_ELx_ERET_ISS_ERET*
Marc Zyngier
2
-1
/
+13
2024-04-20
KVM: arm64: Harden __ctxt_sys_reg() against out-of-range values
Marc Zyngier
1
-1
/
+8
2024-04-19
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
3
-6
/
+9
2024-04-19
Merge tag 's390-6.9-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
1
-1
/
+2
2024-04-19
KVM: VMX: Introduce test mode related to EPT violation VE
Isaku Yamahata
4
-4
/
+73
2024-04-19
KVM, x86: add architectural support code for #VE
Paolo Bonzini
2
-0
/
+16
2024-04-19
KVM: x86/mmu: Track shadow MMIO value on a per-VM basis
Sean Christopherson
5
-10
/
+13
2024-04-19
KVM: x86/mmu: Add Suppress VE bit to EPT shadow_mmio_mask/shadow_present_mask
Isaku Yamahata
2
-2
/
+5
2024-04-19
KVM: x86/mmu: Allow non-zero value for non-present SPTE and removed SPTE
Sean Christopherson
3
-14
/
+28
2024-04-19
KVM: x86/mmu: Replace hardcoded value 0 for the initial value for SPTE
Sean Christopherson
4
-13
/
+19
2024-04-19
arm64: hibernate: Fix level3 translation fault in swsusp_save()
Yaxiong Tian
1
-3
/
+0
2024-04-19
arm64: Add Neoverse-V2 part
Besar Wicaksono
1
-0
/
+2
2024-04-19
Merge x86 bugfixes from Linux 6.9-rc3
Paolo Bonzini
71
-282
/
+554
2024-04-19
crypto: x86/aes-xts - optimize size of instructions operating on lengths
Eric Biggers
2
-28
/
+30
2024-04-19
crypto: x86/aes-xts - eliminate a few more instructions
Eric Biggers
1
-26
/
+13
2024-04-19
crypto: x86/aes-xts - handle AES-128 and AES-192 more efficiently
Eric Biggers
1
-86
/
+92
2024-04-19
crypto: x86/aesni-xts - deduplicate aesni_xts_enc() and aesni_xts_dec()
Eric Biggers
1
-191
/
+79
2024-04-19
crypto: x86/aes-xts - handle CTS encryption more efficiently
Eric Biggers
1
-24
/
+29
2024-04-19
crypto: x86/sha256-ni - simplify do_4rounds
Eric Biggers
1
-6
/
+4
2024-04-19
crypto: x86/sha256-ni - optimize code size
Eric Biggers
1
-15
/
+15
2024-04-19
crypto: x86/sha256-ni - rename some register aliases
Eric Biggers
1
-17
/
+17
2024-04-19
crypto: x86/sha256-ni - convert to use rounds macros
Eric Biggers
1
-182
/
+29
2024-04-19
crypto: x86/aes-xts - access round keys using single-byte offsets
Eric Biggers
1
-37
/
+44
2024-04-19
arm64: dts: hisilicon: hi6220: correct tsensor unit addresses
Krzysztof Kozlowski
1
-1
/
+1
2024-04-19
arm64: dts: hisilicon: hi6220-hikey: drop unit addresses from fixed regulators
Krzysztof Kozlowski
1
-3
/
+3
2024-04-19
arm64: dts: hisilicon: hi6220-hikey: add missing port@0 reg
Krzysztof Kozlowski
1
-0
/
+1
2024-04-19
arm64: dts: hisilicon: hip07: correct unit addresses
Krzysztof Kozlowski
1
-6
/
+6
2024-04-19
arm64: dts: hisilicon: hip07: move non-MMIO node out of soc
Krzysztof Kozlowski
1
-36
/
+36
2024-04-19
arm64: dts: allwinner: h616: enable DVFS for all boards
Andre Przywara
7
-0
/
+35
2024-04-19
arm64: dts: allwinner: h616: Add CPU OPPs table
Martin Botka
2
-0
/
+123
2024-04-19
powerpc/mm: Update the memory limit based on direct mapping restrictions
Aneesh Kumar K.V (IBM)
1
-3
/
+2
2024-04-19
powerpc/fadump: Don't update the user-specified memory limit
Aneesh Kumar K.V (IBM)
1
-16
/
+0
2024-04-19
powerpc/mm: Align memory_limit value specified using mem= kernel parameter
Aneesh Kumar K.V (IBM)
2
-4
/
+7
2024-04-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
29
-254
/
+241
2024-04-18
arm64/head: Disable MMU at EL2 before clearing HCR_EL2.E2H
Ard Biesheuvel
1
-0
/
+5
2024-04-18
arm64/head: Drop unnecessary pre-disable-MMU workaround
Ard Biesheuvel
1
-2
/
+0
2024-04-18
bpf: Fix JIT of is_mov_percpu_addr instruction.
Alexei Starovoitov
1
-1
/
+1
2024-04-18
x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQ
Eric Biggers
1
-3
/
+3
2024-04-18
arm64: acpi: Honour firmware_signature field of FACS, if it exists
David Woodhouse
1
-0
/
+10
2024-04-18
cpumask: Add assign cpu
Charlie Jenkins
1
-1
/
+1
2024-04-18
riscv: Include riscv_set_icache_flush_ctx prctl
Charlie Jenkins
5
-8
/
+159
2024-04-18
s390/mm: Re-enable the shared zeropage for !PV and !skeys KVM guests
David Hildenbrand
6
-47
/
+146
2024-04-18
ARM: 9382/1: ftrace: Define ftrace_stub_graph
Linus Walleij
1
-0
/
+4
2024-04-18
ARM: 9358/2: Implement PAN for LPAE by TTBR0 page table walks disablement
Linus Walleij
10
-6
/
+155
2024-04-18
ARM: 9357/2: Reduce the number of #ifdef CONFIG_CPU_SW_DOMAIN_PAN
Linus Walleij
2
-10
/
+27
2024-04-18
ARM: 9356/2: Move asm statements accessing TTBCR into C functions
Linus Walleij
2
-4
/
+15
[prev]
[next]