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-01-18
wifi: iwlwifi: fix a memory corruption
Emmanuel Grumbach
1
-2
/
+2
2024-01-18
wifi: mac80211: fix potential sta-link leak
Johannes Berg
1
-1
/
+4
2024-01-18
wifi: cfg80211/mac80211: remove dependency on non-existing option
Lukas Bulwahn
2
-2
/
+0
2024-01-18
wifi: cfg80211: fix missing interfaces when dumping
Michal Kazior
1
-0
/
+1
2024-01-18
ethtool: netlink: Add missing ethnl_ops_begin/complete
Ludvig Pärsson
1
-2
/
+7
2024-01-18
arm64: Fix silcon-errata.rst formatting
Robin Murphy
1
-2
/
+0
2024-01-18
arm64/sme: Always exit sme_alloc() early with existing storage
Mark Brown
1
-2
/
+4
2024-01-18
arm64/fpsimd: Remove spurious check for SVE support
Mark Brown
1
-4
/
+2
2024-01-18
arm64/ptrace: Don't flush ZA/ZT storage when writing ZA via ptrace
Mark Brown
1
-6
/
+7
2024-01-18
arm64: entry: simplify kernel_exit logic
Mark Rutland
1
-5
/
+4
2024-01-18
arm64: entry: fix ARM64_WORKAROUND_SPECULATIVE_UNPRIV_LOAD
Mark Rutland
1
-9
/
+13
2024-01-18
selftests: bonding: Add more missing config options
Benjamin Poirier
1
-0
/
+5
2024-01-18
selftests: netdevsim: add a config file
Jakub Kicinski
1
-0
/
+10
2024-01-18
wifi: ath11k: rely on mac80211 debugfs handling for vif
Benjamin Berg
4
-40
/
+13
2024-01-17
Merge branch 'tighten-up-arg-ctx-type-enforcement'
Alexei Starovoitov
5
-39
/
+513
2024-01-17
libbpf: warn on unexpected __arg_ctx type when rewriting BTF
Andrii Nakryiko
1
-9
/
+66
2024-01-17
selftests/bpf: add tests confirming type logic in kernel for __arg_ctx
Andrii Nakryiko
1
-3
/
+161
2024-01-17
bpf: enforce types for __arg_ctx-tagged arguments in global subprogs
Andrii Nakryiko
1
-0
/
+160
2024-01-17
bpf: extract bpf_ctx_convert_map logic and make it more reusable
Andrii Nakryiko
2
-27
/
+46
2024-01-17
libbpf: feature-detect arg:ctx tag support in kernel
Andrii Nakryiko
2
-0
/
+80
2024-01-17
riscv: optimize ELF relocation function in riscv
Maxim Kochetkov
1
-4
/
+16
2024-01-17
RISC-V: Implement archrandom when Zkr is available
Samuel Ortiz
2
-0
/
+81
2024-01-17
riscv: Optimize hweight API with Zbb extension
Xiao Wang
2
-1
/
+81
2024-01-17
riscv: add dependency among Image(.gz), loader(.bin), and vmlinuz.efi
Masahiro Yamada
1
-0
/
+2
2024-01-17
Merge patch series "riscv: ftrace: Miscellaneous ftrace improvements"
Palmer Dabbelt
9
-55
/
+348
2024-01-17
samples: ftrace: Add RISC-V support for SAMPLE_FTRACE_DIRECT[_MULTI]
Song Shuai
6
-0
/
+155
2024-01-17
riscv: ftrace: Add DYNAMIC_FTRACE_WITH_DIRECT_CALLS support
Song Shuai
3
-0
/
+18
2024-01-17
riscv: ftrace: Make function graph use ftrace directly
Song Shuai
3
-56
/
+175
2024-01-17
riscv: select FTRACE_MCOUNT_USE_PATCHABLE_FUNCTION_ENTRY
Song Shuai
1
-0
/
+1
2024-01-17
Merge patch series "RISC-V: Disable DWARF5 with known broken LLVM versions"
Palmer Dabbelt
3
-8
/
+22
2024-01-17
lib/Kconfig.debug: Update AS_HAS_NON_CONST_LEB128 comment and name
Nathan Chancellor
1
-5
/
+6
2024-01-17
riscv: Restrict DWARF5 when building with LLVM to known working versions
Nathan Chancellor
2
-0
/
+10
2024-01-17
riscv: Hoist linker relaxation disabling logic into Kconfig
Nathan Chancellor
2
-3
/
+6
2024-01-17
Merge patch series "riscv: Add fine-tuned checksum functions"
Palmer Dabbelt
7
-8
/
+796
2024-01-17
kunit: Add tests for csum_ipv6_magic and ip_fast_csum
Charlie Jenkins
1
-1
/
+283
2024-01-17
riscv: Add checksum library
Charlie Jenkins
3
-0
/
+338
2024-01-17
riscv: Add checksum header
Charlie Jenkins
1
-0
/
+82
2024-01-17
riscv: Add static key for misaligned accesses
Charlie Jenkins
2
-3
/
+89
2024-01-17
asm-generic: Improve csum_fold
Charlie Jenkins
1
-3
/
+3
2024-01-17
RISC-V: selftests: cbo: Ensure asm operands match constraints
Andrew Jones
1
-10
/
+8
2024-01-17
Merge tag 'char-misc-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
303
-2656
/
+24179
2024-01-17
Merge tag 'pci-v6.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
88
-876
/
+1518
2024-01-17
Merge tag 'i3c/for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/i3c/...
Linus Torvalds
10
-28
/
+256
2024-01-18
rtc: nuvoton: Compatible with NCT3015Y-R and NCT3018Y-R
Mia Lin
1
-6
/
+46
2024-01-18
rtc: da9063: Use dev_err_probe()
Biju Das
1
-25
/
+17
2024-01-18
rtc: da9063: Use device_get_match_data()
Biju Das
1
-5
/
+1
2024-01-18
rtc: da9063: Make IRQ as optional
Biju Das
1
-18
/
+22
2024-01-18
rtc: max31335: Fix comparison in max31335_volatile_reg()
Nathan Chancellor
1
-1
/
+1
2024-01-18
rtc: max31335: use regmap_update_bits_check
Alexandre Belloni
1
-7
/
+5
2024-01-18
rtc: max31335: remove unecessary locking
Alexandre Belloni
1
-11
/
+3
[prev]
[next]