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-11
lib/buildid: implement sleepable build_id_parse() API
Andrii Nakryiko
1
-19
/
+35
2024-09-11
lib/buildid: rename build_id_parse() into build_id_parse_nofault()
Andrii Nakryiko
4
-7
/
+26
2024-09-11
lib/buildid: remove single-page limit for PHDR search
Andrii Nakryiko
1
-6
/
+8
2024-09-11
lib/buildid: take into account e_phoff when fetching program headers
Andrii Nakryiko
1
-19
/
+16
2024-09-11
lib/buildid: add single folio-based file reader abstraction
Andrii Nakryiko
1
-53
/
+210
2024-09-11
lib/buildid: harden build ID parsing logic
Andrii Nakryiko
1
-32
/
+44
2024-09-11
Merge branches 'pm-cpuidle' and 'pm-powercap'
Rafael J. Wysocki
4
-30
/
+101
2024-09-11
block: implement async io_uring discard cmd
Pavel Begunkov
4
-0
/
+129
2024-09-11
block: introduce blk_validate_byte_range()
Pavel Begunkov
1
-19
/
+32
2024-09-11
filemap: introduce filemap_invalidate_pages
Pavel Begunkov
2
-5
/
+14
2024-09-11
io_uring/cmd: give inline space in request to cmds
Pavel Begunkov
1
-0
/
+9
2024-09-11
io_uring/cmd: expose iowq to cmds
Pavel Begunkov
4
-0
/
+25
2024-09-11
Merge branch 'for-6.12/io_uring' into for-6.12/io_uring-discard
Jens Axboe
19
-238
/
+573
2024-09-11
Merge branch 'for-6.12/block' into for-6.12/io_uring-discard
Jens Axboe
62
-1286
/
+1689
2024-09-11
Merge branch 'pm-cpufreq'
Rafael J. Wysocki
34
-258
/
+752
2024-09-11
selftests/ring-buffer: Handle meta-page bigger than the system
Vincent Donnefort
1
-0
/
+10
2024-09-11
selftests/ring-buffer: Verify the entire meta-page padding
Vincent Donnefort
1
-4
/
+4
2024-09-11
Merge tag 'amd-pstate-v6.12-2024-09-11' of ssh://gitolite.kernel.org/pub/scm/...
Rafael J. Wysocki
9
-160
/
+305
2024-09-11
perf env: Find correct branch counter info on hybrid
Kan Liang
5
-6
/
+28
2024-09-11
perf evlist: Print hint for group
Kan Liang
1
-1
/
+7
2024-09-11
tools: Drop nonsensical -O6
Sam James
4
-16
/
+2
2024-09-11
Merge branch 'bpf: Allow skb dynptr for tp_btf'
Martin KaFai Lau
11
-13
/
+172
2024-09-11
selftests/bpf: Expand skb dynptr selftests for tp_btf
Philo Lu
3
-2
/
+83
2024-09-11
bpf: Allow bpf_dynptr_from_skb() for tp_btf
Philo Lu
1
-1
/
+2
2024-09-11
tcp: Use skb__nullable in trace_tcp_send_reset
Philo Lu
1
-6
/
+6
2024-09-11
selftests/bpf: Add test for __nullable suffix in tp_btf
Philo Lu
4
-0
/
+46
2024-09-11
bpf: Support __nullable argument suffix for tp_btf
Philo Lu
2
-4
/
+35
2024-09-11
i2c: aspeed: Update the stop sw state when the bus recovery occurs
Tommy Huang
1
-8
/
+8
2024-09-11
cpufreq/amd-pstate-ut: Fix an "Uninitialized variables" issue
Qianqiang Liu
1
-1
/
+1
2024-09-11
selftests: kselftest: Use strerror() on nolibc
zhang jiao
1
-8
/
+0
2024-09-11
cpufreq/amd-pstate-ut: Add test case for mode switches
Mario Limonciello
1
-1
/
+40
2024-09-11
LoongArch: KVM: Add vm migration support for LBT registers
Bibo Mao
2
-0
/
+65
2024-09-11
LoongArch: KVM: Add Binary Translation extension support
Bibo Mao
4
-3
/
+84
2024-09-11
LoongArch: KVM: Add VM feature detection function
Bibo Mao
3
-1
/
+65
2024-09-11
LoongArch: Revert qspinlock to test-and-set simple lock on VM
Bibo Mao
6
-2
/
+64
2024-09-11
cpufreq/amd-pstate: Export symbols for changing modes
Mario Limonciello
2
-13
/
+24
2024-09-11
amd-pstate: Add missing documentation for `amd_pstate_prefcore_ranking`
Mario Limonciello
1
-1
/
+8
2024-09-11
cpufreq: amd-pstate: Add documentation for `amd_pstate_hw_prefcore`
Mario Limonciello
1
-0
/
+5
2024-09-11
cpufreq: amd-pstate: Optimize amd_pstate_update_limits()
Mario Limonciello
1
-5
/
+5
2024-09-11
cpufreq: amd-pstate: Merge amd_pstate_highest_perf_set() into amd_get_boost_r...
Mario Limonciello
3
-43
/
+28
2024-09-11
x86/amd: Detect preferred cores in amd_get_boost_ratio_numerator()
Mario Limonciello
3
-31
/
+101
2024-09-11
x86/amd: Move amd_get_highest_perf() out of amd-pstate
Mario Limonciello
3
-32
/
+37
2024-09-11
ACPI: CPPC: Adjust debug messages in amd_set_max_freq_ratio() to warn
Mario Limonciello
1
-3
/
+3
2024-09-11
ACPI: CPPC: Drop check for non zero perf ratio
Mario Limonciello
1
-6
/
+1
2024-09-11
x86/amd: Rename amd_get_highest_perf() to amd_get_boost_ratio_numerator()
Mario Limonciello
4
-18
/
+46
2024-09-11
ACPI: CPPC: Adjust return code for inline functions in !CONFIG_ACPI_CPPC_LIB
Mario Limonciello
1
-13
/
+13
2024-09-11
x86/amd: Move amd_get_highest_perf() from amd.c to cppc.c
Mario Limonciello
2
-16
/
+16
2024-09-11
ASoC: meson: axg-card: fix 'use-after-free'
Arseniy Krasnov
1
-1
/
+2
2024-09-11
ASoC: dt-bindings: microchip,sama7g5-spdifrx: Add common DAI reference
Andrei Simion
1
-1
/
+4
2024-09-11
ASoC: dt-bindings: renesas,rsnd: add post-init-providers property
Kuninori Morimoto
1
-0
/
+6
[prev]
[next]