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-20
openpromfs: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-20
bus: mhi: ep: Do not allocate memory for MHI objects from DMA zone
Manivannan Sadhasivam
1
-7
/
+7
2024-06-20
arm64: dts: exynos: gs101-oriole: add placeholder regulators for USB phy
André Draszik
1
-0
/
+7
2024-06-20
drm/xe/vf: Don't touch GuC irq registers if using memory irqs
Michal Wajdeczko
1
-2
/
+2
2024-06-20
drm/i915/gem: Use the correct format specifier for resource_size_t
Andi Shyti
1
-2
/
+2
2024-06-20
drm/i915/gem: Return NULL instead of '0'
Andi Shyti
1
-1
/
+1
2024-06-19
Merge branch 'ionic-rework-fix-for-doorbell-miss'
Jakub Kicinski
9
-76
/
+264
2024-06-19
ionic: Only run the doorbell workaround for certain asic_type
Brett Creeley
6
-17
/
+42
2024-06-19
ionic: Use an u16 for rx_copybreak
Brett Creeley
2
-4
/
+13
2024-06-19
ionic: check for queue deadline in doorbell_napi_work
Shannon Nelson
1
-1
/
+8
2024-06-19
ionic: add per-queue napi_schedule for doorbell check
Shannon Nelson
4
-2
/
+25
2024-06-19
ionic: add work item for missed-doorbell check
Shannon Nelson
5
-1
/
+73
2024-06-19
ionic: add private workqueue per-device
Shannon Nelson
5
-13
/
+27
2024-06-19
ionic: Keep interrupt affinity up to date
Brett Creeley
3
-9
/
+81
2024-06-19
ionic: remove missed doorbell per-queue timer
Shannon Nelson
4
-49
/
+15
2024-06-19
Merge branch 'mlxsw-use-page-pool-for-rx-buffers-allocation'
Jakub Kicinski
2
-58
/
+142
2024-06-19
mlxsw: pci: Use napi_consume_skb() to free SKB as part of Tx completion
Amit Cohen
1
-3
/
+3
2024-06-19
mlxsw: pci: Do not store SKB for RDQ elements
Amit Cohen
1
-12
/
+7
2024-06-19
mlxsw: pci: Optimize data buffer access
Amit Cohen
1
-0
/
+1
2024-06-19
mlxsw: pci: Use page pool for Rx buffers allocation
Amit Cohen
1
-39
/
+64
2024-06-19
mlxsw: pci: Initialize page pool per CQ
Amit Cohen
2
-1
/
+60
2024-06-19
mlxsw: pci: Store CQ pointer as part of RDQ structure
Amit Cohen
1
-0
/
+5
2024-06-19
mlxsw: pci: Split NAPI setup/teardown into two steps
Amit Cohen
1
-3
/
+2
2024-06-19
net: hsr: cosmetic: Remove extra white space
Lukasz Majewski
1
-2
/
+2
2024-06-19
net/tcp_ao: Don't leak ao_info on error-path
Dmitry Safonov
1
-2
/
+4
2024-06-19
virtio_net: add support for Byte Queue Limits
Jiri Pirko
1
-24
/
+57
2024-06-19
net: smc9194: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-19
net: ethernet: mac89x0: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-19
net: amd: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
8
-0
/
+8
2024-06-19
net: arcnet: com20020-isa: add missing MODULE_DESCRIPTION() macro
Jeff Johnson
1
-0
/
+1
2024-06-19
ice: Fix VSI list rule with ICE_SW_LKUP_LAST type
Marcin Szycik
1
-2
/
+4
2024-06-19
ipv6: bring NLM_DONE out to a separate recv() again
Jakub Kicinski
1
-1
/
+2
2024-06-20
media: renesas: vsp1: Initialize control handler after subdev
Laurent Pinchart
2
-16
/
+16
2024-06-20
media: renesas: vsp1: Pass subdev state to entity operations
Laurent Pinchart
17
-47
/
+58
2024-06-20
media: renesas: vsp1: Name parameters to entity operations
Laurent Pinchart
1
-14
/
+21
2024-06-20
media: renesas: vsp1: Get configuration from partition instead of state
Laurent Pinchart
3
-36
/
+23
2024-06-20
media: renesas: vsp1: Compute partitions for DRM pipelines
Laurent Pinchart
2
-1
/
+10
2024-06-20
media: renesas: vsp1: Keep the DRM pipeline entities sorted
Laurent Pinchart
1
-3
/
+7
2024-06-20
media: renesas: vsp1: Add and use function to dump a pipeline to the log
Laurent Pinchart
4
-1
/
+55
2024-06-20
media: renesas: vsp1: Replace vsp1_partition_window with v4l2_rect
Laurent Pinchart
7
-28
/
+20
2024-06-20
media: renesas: vsp1: Pass partition pointer to .configure_partition()
Laurent Pinchart
8
-12
/
+15
2024-06-20
media: renesas: vsp1: Store RPF partition configuration per RPF instance
Laurent Pinchart
2
-4
/
+6
2024-06-20
media: renesas: vsp1: Simplify partition calculation
Laurent Pinchart
1
-10
/
+0
2024-06-20
media: renesas: vsp1: Move partition calculation to vsp1_pipe.c
Laurent Pinchart
3
-130
/
+130
2024-06-20
media: renesas: vsp1: Drop custom .get_fmt() handler for histogram
Laurent Pinchart
1
-14
/
+5
2024-06-20
media: renesas: vsp1: Drop brx_get_compose() wrapper
Laurent Pinchart
1
-10
/
+3
2024-06-20
media: renesas: vsp1: Drop vsp1_rwpf_get_crop() wrapper
Laurent Pinchart
3
-13
/
+4
2024-06-20
media: renesas: vsp1: Drop vsp1_entity_get_pad_selection() wrapper
Laurent Pinchart
7
-76
/
+20
2024-06-20
media: renesas: vsp1: Drop vsp1_entity_get_pad_format() wrapper
Laurent Pinchart
14
-124
/
+73
2024-06-20
media: renesas: vsp1: Print debug message to diagnose validation failure
Laurent Pinchart
1
-2
/
+8
[prev]
[next]