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-06-29
media: atomisp: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2
-0
/
+2
2024-06-29
media: ti: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2024-06-29
media: exynos4-is: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
3
-0
/
+3
2024-06-29
media: qcom: camss: Decouple VFE from CSID
Milen Mitkov
4
-5
/
+89
2024-06-29
media: qcom: camss: Decompose register and link operations
Atanas Filipov
2
-61
/
+81
2024-06-29
media: qcom: camss: Split testgen, RDI and RX for CSID 170
Milen Mitkov
1
-114
/
+135
2024-06-29
media: qcom: camss: Move format related functions
Radoslav Tsvetkov
5
-88
/
+121
2024-06-29
media: qcom: camss: Attach formats to CSIPHY resources
Radoslav Tsvetkov
3
-58
/
+85
2024-06-29
media: qcom: camss: Attach formats to CSID resources
Radoslav Tsvetkov
6
-491
/
+538
2024-06-29
media: qcom: camss: Attach formats to VFE resources
Radoslav Tsvetkov
7
-402
/
+378
2024-06-29
media: qcom: camss: Add per sub-device type resources
Radoslav Tsvetkov
13
-196
/
+343
2024-06-29
selftests: kselftest: also use strerror() on nolibc
Thomas Weißschuh
1
-8
/
+0
2024-06-29
tools/nolibc: implement strerror()
Thomas Weißschuh
2
-0
/
+14
2024-06-29
selftests/nolibc: introduce condition to run tests only on nolibc
Thomas Weißschuh
1
-13
/
+19
2024-06-29
tools/nolibc: implement strtol() and friends
Thomas Weißschuh
2
-0
/
+170
2024-06-29
tools/nolibc: add limits for {u,}intmax_t, ulong and {u,}llong
Thomas Weißschuh
1
-0
/
+19
2024-06-29
selftests/nolibc: run-tests.sh: use -Werror by default
Thomas Weißschuh
2
-3
/
+8
2024-06-29
selftests/nolibc: disable brk()/sbrk() tests on musl
Thomas Weißschuh
1
-3
/
+7
2024-06-29
selftests/nolibc: fix printf format mismatch in expect_str_buf_eq()
Thomas Weißschuh
1
-1
/
+1
2024-06-28
selftests/fpu: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-28
compiler.h: simplify data_race() macro
Alexey Dobriyan
1
-4
/
+2
2024-06-28
build-id: require program headers to be right after ELF header
Alexey Dobriyan
1
-0
/
+14
2024-06-28
resource: add missing MODULE_DESCRIPTION()
Jeff Johnson
1
-0
/
+1
2024-06-28
kfifo: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
4
-0
/
+4
2024-06-28
scripts/gdb: rename pool_index to pool_index_plus_1
Kuan-Ying Lee
1
-2
/
+6
2024-06-28
scripts/gdb: change VA_BITS_MIN when we use 16K page
Kuan-Ying Lee
1
-1
/
+4
2024-06-28
scripts/gdb: set vabits_actual based on TCR_EL1
Kuan-Ying Lee
1
-1
/
+3
2024-06-28
scripts/gdb: change the layout of vmemmap
Kuan-Ying Lee
1
-4
/
+4
2024-06-28
scripts/gdb: rework module VA range
Kuan-Ying Lee
1
-1
/
+1
2024-06-28
scripts/gdb: redefine MAX_ORDER sanely
Kuan-Ying Lee
1
-2
/
+2
2024-06-28
kernel-wide: fix spelling mistakes like "assocative" -> "associative"
Jesse Brandeburg
10
-10
/
+13
2024-06-28
selftests: proc: remove unreached code and fix build warning
Amer Al Shanawany
1
-3
/
+0
2024-06-28
tools/testing/radix-tree/idr-test: add missing MODULE_DESCRIPTION define
Sidhartha Kumar
1
-0
/
+1
2024-06-28
Merge branch 'ethtool-track-custom-rss-contexts-in-the-core'
Jakub Kicinski
24
-265
/
+497
2024-06-28
sfc: remove get_rxfh_context dead code
Edward Cree
1
-36
/
+2
2024-06-28
net: ethtool: use the tracking array for get_rxfh on custom RSS contexts
Edward Cree
1
-5
/
+21
2024-06-28
sfc: use new rxfh_context API
Edward Cree
13
-219
/
+212
2024-06-28
net: ethtool: add a mutex protecting RSS contexts
Edward Cree
3
-0
/
+15
2024-06-28
net: ethtool: add an extack parameter to new rxfh_context APIs
Edward Cree
3
-7
/
+13
2024-06-28
net: ethtool: let the core choose RSS context IDs
Edward Cree
3
-13
/
+79
2024-06-28
net: ethtool: record custom RSS contexts in the XArray
Edward Cree
2
-1
/
+87
2024-06-28
net: ethtool: attach an XArray of custom RSS contexts to a netdevice
Edward Cree
2
-0
/
+69
2024-06-28
net: move ethtool-related netdev state into its own struct
Edward Cree
11
-14
/
+29
2024-06-28
Merge branch 'selftests-drv-net-add-ability-to-schedule-cleanup-with-defer'
Jakub Kicinski
3
-147
/
+173
2024-06-28
selftests: drv-net: rss_ctx: convert to defer()
Jakub Kicinski
1
-132
/
+103
2024-06-28
selftests: drv-net: add ability to schedule cleanup with defer()
Jakub Kicinski
2
-0
/
+55
2024-06-28
selftests: net: ksft: avoid continue when handling results
Jakub Kicinski
1
-15
/
+15
2024-06-28
enic: add ethtool get_channel support
Jon Kohler
1
-0
/
+23
2024-06-28
bnx2x: Fix multiple UBSAN array-index-out-of-bounds
Ghadi Elie Rahme
1
-1
/
+1
2024-06-28
Merge branch 'lift-udp_segment-restriction-for-egress-via-device-w-o-csum-off...
Jakub Kicinski
5
-7
/
+65
[prev]
[next]