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
2023-12-08
crypto: x86/sm4 - Remove cfb(sm4)
Herbert Xu
6
-271
/
+4
2023-12-08
crypto: arm64/sm4 - Remove cfb(sm4)
Herbert Xu
6
-489
/
+4
2023-12-08
crypto: s390/aes - Fix buffer overread in CTR mode
Herbert Xu
2
-2
/
+6
2023-12-01
crypto: p10-aes-gcm - Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-1
/
+1
2023-11-17
crypto: x86/sha256 - autoload if SHA-NI detected
Eric Biggers
1
-2
/
+5
2023-11-17
crypto: x86/sha1 - autoload if SHA-NI detected
Eric Biggers
1
-2
/
+5
2023-11-12
Merge tag 'parisc-for-6.7-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-7
/
+5
2023-11-12
Merge tag 'loongarch-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...
Linus Torvalds
7
-57
/
+203
2023-11-12
Merge tag 'powerpc-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
8
-24
/
+24
2023-11-10
Merge tag 'probes-fixes-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
9
-19
/
+0
2023-11-10
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
5
-58
/
+67
2023-11-10
Merge tag 'riscv-for-linus-6.7-mw2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
81
-683
/
+2509
2023-11-10
Merge tag 'mips_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux
Linus Torvalds
38
-2584
/
+5
2023-11-10
parisc: Prevent booting 64-bit kernels on PA1.x machines
Helge Deller
1
-3
/
+2
2023-11-10
kprobes: unify kprobes_exceptions_nofify() prototypes
Arnd Bergmann
9
-19
/
+0
2023-11-09
Merge tag 'iommu-updates-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
13
-945
/
+81
2023-11-09
riscv: Optimize bitops with Zbb extension
Xiao Wang
1
-3
/
+251
2023-11-09
riscv: Rearrange hwcap.h and cpufeature.h
Xiao Wang
12
-100
/
+93
2023-11-09
arm64/syscall: Remove duplicate declaration
Kevin Brodsky
1
-1
/
+0
2023-11-09
Merge patch "drivers: perf: Do not broadcast to other cpus when starting a co...
Palmer Dabbelt
9
-35
/
+67
2023-11-08
Merge patch series "Linux RISC-V AIA Preparatory Series"
Palmer Dabbelt
1
-5
/
+6
2023-11-08
RISC-V: Don't fail in riscv_of_parent_hartid() for disabled HARTs
Anup Patel
1
-5
/
+6
2023-11-08
Merge tag 's390-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...
Linus Torvalds
20
-497
/
+266
2023-11-08
Merge tag 'riscv-for-linus-6.7-rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
36
-245
/
+526
2023-11-08
Revert "arm64: smp: avoid NMI IPIs with broken MediaTek FW"
Douglas Anderson
1
-4
/
+1
2023-11-08
arm64: Move MediaTek GIC quirk handling from irqchip to core
Douglas Anderson
1
-8
/
+38
2023-11-08
Merge patch series "riscv: Fix set_memory_XX() and set_direct_map_XX()"
Palmer Dabbelt
2
-46
/
+236
2023-11-08
riscv: Fix set_memory_XX() and set_direct_map_XX() by splitting huge linear m...
Alexandre Ghiti
1
-40
/
+230
2023-11-08
riscv: Don't use PGD entries for the linear mapping
Alexandre Ghiti
1
-6
/
+6
2023-11-08
LoongArch: BPF: Support signed mod instructions
Hengqi Chen
1
-9
/
+25
2023-11-08
LoongArch: BPF: Support signed div instructions
Hengqi Chen
1
-9
/
+25
2023-11-08
LoongArch: BPF: Support 32-bit offset jmp instructions
Hengqi Chen
1
-1
/
+5
2023-11-08
LoongArch: BPF: Support unconditional bswap instructions
Hengqi Chen
1
-0
/
+1
2023-11-08
LoongArch: BPF: Support sign-extension mov instructions
Hengqi Chen
1
-2
/
+17
2023-11-08
LoongArch: BPF: Support sign-extension load instructions
Hengqi Chen
1
-10
/
+39
2023-11-08
LoongArch: Add more instruction opcodes and emit_* helpers
Hengqi Chen
1
-0
/
+13
2023-11-08
LoongArch/smp: Call rcutree_report_cpu_starting() earlier
Huacai Chen
1
-1
/
+2
2023-11-08
LoongArch: Relax memory ordering for atomic operations
WANG Rui
1
-20
/
+68
2023-11-08
LoongArch: Mark __percpu functions as always inline
Nathan Chancellor
1
-5
/
+5
2023-11-08
LoongArch: Disable module from accessing external data directly
WANG Rui
1
-0
/
+2
2023-11-08
LoongArch: Support PREEMPT_DYNAMIC with static keys
Huacai Chen
1
-0
/
+1
2023-11-07
Merge tag 'rproc-v6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/remot...
Linus Torvalds
2
-2
/
+2
2023-11-07
RISC-V: Probe misaligned access speed in parallel
Evan Green
3
-21
/
+77
2023-11-07
RISC-V: Remove __init on unaligned_emulation_finish()
Evan Green
1
-1
/
+1
2023-11-07
RISC-V: Show accurate per-hart isa in /proc/cpuinfo
Evan Green
1
-4
/
+18
2023-11-07
RISC-V: Don't rely on positional structure initialization
Palmer Dabbelt
1
-60
/
+65
2023-11-07
Merge patch series "riscv: Add remaining module relocations and tests"
Palmer Dabbelt
18
-105
/
+869
2023-11-07
riscv: Add tests for riscv module loading
Charlie Jenkins
16
-0
/
+366
2023-11-07
riscv: Add remaining module relocations
Charlie Jenkins
2
-30
/
+423
2023-11-07
riscv: Avoid unaligned access when relocating modules
Emil Renner Berthing
1
-76
/
+81
[next]