index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-25
PCI/AER: Factor out interrupt toggling into helpers
Kai-Heng Feng
1
-18
/
+27
2023-10-25
PCI: acpiphp: Allow built-in drivers for Attention Indicators
D Scott Phillips
1
-2
/
+1
2023-10-24
PCI/ASPM: Fix L1 substate handling in aspm_attr_store_common()
Heiner Kallweit
1
-0
/
+2
2023-10-24
Revert "PCI/ASPM: Disable only ASPM_STATE_L1 when driver, disables L1"
Heiner Kallweit
1
-1
/
+2
2023-10-23
PCI/P2PDMA: Remove redundant goto
Tadeusz Struk
1
-1
/
+0
2023-10-18
PCI: Disable ATS for specific Intel IPU E2000 devices
Bartosz Pawlowski
1
-0
/
+19
2023-10-18
PCI: Extract ATS disabling to a helper function
Bartosz Pawlowski
1
-7
/
+9
2023-10-14
PCI: qcom: Enable ASPM for platforms supporting 1.9.0 ops
Manivannan Sadhasivam
1
-0
/
+28
2023-10-14
PCI: dwc: Add host_post_init() callback
Manivannan Sadhasivam
2
-0
/
+4
2023-10-10
PCI/ASPM: Convert printk() to pr_*() and add include
Ilpo Järvinen
1
-2
/
+3
2023-10-10
PCI/ASPM: Remove unnecessary includes
Ilpo Järvinen
1
-2
/
+0
2023-10-10
PCI/ASPM: Use FIELD_MAX() instead of literals
Ilpo Järvinen
1
-7
/
+7
2023-10-10
PCI/ASPM: Use time constants
Ilpo Järvinen
1
-6
/
+8
2023-10-10
PCI/ASPM: Return U32_MAX instead of bit magic construct
Ilpo Järvinen
1
-2
/
+3
2023-10-10
PCI/ASPM: Use FIELD_GET/PREP() to access PCIe capability fields
Ilpo Järvinen
1
-13
/
+18
2023-10-10
PCI: Add PCI_L1SS_CTL2 fields
Ilpo Järvinen
1
-0
/
+2
2023-10-10
PCI: keystone: Don't discard .probe() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: keystone: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: kirin: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-10
PCI: exynos: Don't discard .remove() callback
Uwe Kleine-König
1
-2
/
+2
2023-10-06
drm/qxl: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-8
/
+3
2023-10-06
drm/virtio: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-1
/
+1
2023-10-06
PCI/sysfs: Enable 'boot_vga' attribute via pci_is_vga()
Sui Jingfeng
1
-4
/
+3
2023-10-06
PCI/VGA: Select VGA devices earlier
Sui Jingfeng
1
-6
/
+8
2023-10-06
PCI/VGA: Use pci_is_vga() to identify VGA devices
Sui Jingfeng
1
-1
/
+1
2023-10-06
PCI: Add pci_is_vga() helper
Sui Jingfeng
1
-0
/
+24
2023-10-06
x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4
Mario Limonciello
1
-0
/
+59
2023-10-05
PCI: endpoint: Use IS_ERR_OR_NULL() helper function
Ruan Jinjie
1
-6
/
+6
2023-10-05
PCI: cadence: Drop unused member from struct cdns_plat_pcie
Li Chen
1
-5
/
+0
2023-10-03
PCI/P2PDMA: Fix undefined behavior bug in struct pci_p2pdma_pagemap
Gustavo A. R. Silva
1
-1
/
+1
2023-10-03
PCI/ACPI: Use acpi_evaluate_dsm_typed()
Andy Shevchenko
1
-6
/
+7
2023-10-03
PCI: Use PCI_HEADER_TYPE_* instead of literals
Ilpo Järvinen
12
-27
/
+28
2023-10-03
PCI: Add PCI_HEADER_TYPE_MFD definition
Ilpo Järvinen
1
-0
/
+1
2023-10-03
PCI: vmd: Correct PCI Header Type Register's multi-function check
Ilpo Järvinen
1
-2
/
+1
2023-09-29
PCI/sysfs: Protect driver's D3cold preference from user space
Lukas Wunner
2
-5
/
+2
2023-09-28
drm/radeon: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
1
-15
/
+5
2023-09-28
drm/amdgpu: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
2
-22
/
+9
2023-09-28
drm/nouveau: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
1
-7
/
+4
2023-09-28
ALSA: hda: Use pci_get_base_class() to reduce duplicated code
Sui Jingfeng
1
-11
/
+5
2023-09-28
PCI: Add pci_get_base_class() helper
Sui Jingfeng
2
-0
/
+36
2023-09-28
PCI: Lengthen reset delay for VideoPropulsion Torrent QN16e card
Lukas Wunner
1
-0
/
+12
2023-09-10
Linux 6.6-rc1
v6.6-rc1
Linus Torvalds
1
-2
/
+2
2023-09-09
iov_iter: Kunit tests for page extraction
David Howells
1
-0
/
+240
2023-09-09
iov_iter: Kunit tests for copying to/from an iterator
David Howells
3
-0
/
+549
2023-09-09
iov_iter: Fix iov_iter_extract_pages() with zero-sized entries
David Howells
1
-15
/
+15
2023-09-09
sh: push-switch: Reorder cleanup operations to avoid use-after-free bug
Duoming Zhou
1
-1
/
+1
2023-09-09
sh: boards: Fix CEU buffer size passed to dma_declare_coherent_memory()
Petr Tesarik
5
-11
/
+7
2023-09-09
spnego: add missing OID to oid registry
Steve French
1
-0
/
+1
2023-09-09
media: dvb: symbol fixup for dvb_attach()
Greg Kroah-Hartman
106
-113
/
+113
2023-09-08
smb3: fix minor typo in SMB2_GLOBAL_CAP_LARGE_MTU
Steve French
1
-1
/
+1
[next]