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
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2024-04-16
RDMA/mana_ib: Add EQ creation for rnic adapter
Konstantin Taranov
3
-3
/
+41
2024-04-16
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...
Paolo Abeni
10
-68
/
+231
2024-04-16
spi: More refacroings after multi-CS support
Mark Brown
1
-30
/
+33
2024-04-16
spi: cs42l43: Add bridged cs35l56 amplifiers
Maciej Strozek
2
-4
/
+120
2024-04-16
spi: Update swnode based SPI devices to use the fwnode name
Charles Keepax
1
-0
/
+5
2024-04-16
spi: Switch to using is_acpi_device_node() in spi_dev_set_name()
Charles Keepax
1
-3
/
+4
2024-04-16
gpio: swnode: Add ability to specify native chip selects for SPI
Charles Keepax
2
-0
/
+53
2024-04-16
spi: hisi-kunpeng: Delete the dump interface of data registers in debugfs
Devyn Liu
1
-2
/
+0
2024-04-16
drm/xe/pf: Add support to configure SR-IOV VFs
Michal Wajdeczko
5
-1
/
+2089
2024-04-16
drm/xe/pf: Add SR-IOV PF specific early GT initialization
Michal Wajdeczko
5
-0
/
+89
2024-04-16
drm/xe/guc: Add PF2GUC_UPDATE_VF_CFG to ABI
Michal Wajdeczko
1
-0
/
+55
2024-04-16
drm/xe: Add xe_ttm_vram_get_avail
Michal Wajdeczko
2
-0
/
+13
2024-04-16
drm/xe: Allow to assign GGTT region to the VF
Michal Wajdeczko
3
-0
/
+50
2024-04-16
drm/xe: Add helper to format SR-IOV function name
Michal Wajdeczko
2
-0
/
+18
2024-04-16
coresight: debug: Move ACPI support from AMBA driver to platform driver
Anshuman Khandual
2
-17
/
+122
2024-04-16
coresight: stm: Move ACPI support from AMBA driver to platform driver
Anshuman Khandual
2
-11
/
+94
2024-04-16
coresight: tmc: Move ACPI support from AMBA driver to platform driver
Anshuman Khandual
3
-17
/
+127
2024-04-16
coresight: tpiu: Move ACPI support from AMBA driver to platform driver
Anshuman Khandual
2
-18
/
+100
2024-04-16
coresight: catu: Move ACPI support from AMBA driver to platform driver
Anshuman Khandual
3
-20
/
+120
2024-04-16
coresight: funnel: Move ACPI support from AMBA driver to platform driver
Anshuman Khandual
2
-25
/
+48
2024-04-16
coresight: replicator: Move ACPI support from AMBA driver to platform driver
Anshuman Khandual
2
-24
/
+45
2024-04-16
coresight: Add helpers registering/removing both AMBA and platform drivers
Anshuman Khandual
3
-34
/
+34
2024-04-16
coresight: tmc: Extract device properties from AMBA pid based table lookup
Anshuman Khandual
1
-4
/
+10
2024-04-16
coresight: stm: Extract device name from AMBA pid based table lookup
Anshuman Khandual
2
-1
/
+21
2024-04-16
RDMA/mana_ib: Use num_comp_vectors of ib_device
Konstantin Taranov
3
-9
/
+4
2024-04-16
coresight: etm4x: Fix unbalanced pm_runtime_enable()
Anshuman Khandual
1
-0
/
+3
2024-04-16
HSI: omap_ssi_port: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-04-16
HSI: omap_ssi_core: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2024-04-16
net: dsa: mt7530: provide own phylink MAC operations
Russell King (Oracle)
1
-17
/
+29
2024-04-16
net: dsa: lantiq_gswip: provide own phylink MAC operations
Russell King (Oracle)
1
-16
/
+23
2024-04-16
net: dsa: qca8k: provide own phylink MAC operations
Russell King (Oracle)
1
-17
/
+32
2024-04-16
net: dsa: ar9331: provide own phylink MAC operations
Russell King (Oracle)
1
-15
/
+22
2024-04-16
net: dsa: sja1105: provide own phylink MAC operations
Russell King (Oracle)
1
-11
/
+27
2024-04-16
HID: sony: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+2
2024-04-16
wifi: ath12k: dynamically update peer puncturing bitmap for STA
Kang Yang
2
-0
/
+77
2024-04-16
wifi: ath12k: fix mac id extraction when MSDU spillover in rx error path
Karthikeyan Periyasamy
1
-8
/
+54
2024-04-16
serial: meson+qcom: don't advance the kfifo twice
Jiri Slaby (SUSE)
2
-4
/
+1
2024-04-16
spi: Consistently use BIT for cs_index_mask (part 2)
Andy Shevchenko
1
-7
/
+3
2024-04-16
spi: Introduce spi_for_each_valid_cs() in order of deduplication
Andy Shevchenko
1
-7
/
+9
2024-04-16
spi: Extract spi_toggle_csgpiod() helper for better maintanance
Andy Shevchenko
1
-24
/
+25
2024-04-15
Input: pm8xxx-vibrator - correct VIB_MAX_LEVELS calculation
Fenglin Wu
1
-3
/
+4
2024-04-15
Input: sur40 - convert le16 to cpu before use
Ricardo Ribalda
1
-1
/
+1
2024-04-16
peci: constify the struct device_type usage
Ricardo B. Marliere
3
-4
/
+4
2024-04-16
peci: Make peci_bus_type const
Ricardo B. Marliere
2
-2
/
+2
2024-04-16
media: usb: siano: Fix allocation of urbs
Ricardo Ribalda
1
-6
/
+14
2024-04-16
media: ttpci: coding style fixes: logging
Stefan Herdler
5
-38
/
+41
2024-04-16
media: ttpci: coding style fixes: miscellaneous
Stefan Herdler
2
-2
/
+1
2024-04-16
media: ttpci: coding style fixes: constant_comparsation
Stefan Herdler
3
-4
/
+4
2024-04-16
media: ttpci: coding style fixes: trailing_statements
Stefan Herdler
1
-6
/
+12
2024-04-16
media: ttpci: coding style fixes: assign_in_if
Stefan Herdler
3
-9
/
+15
[prev]
[next]