Show patches with: Submitter = Krzysztof Wilczyński       |    Archived = No       |   252 patches
« 1 2 3 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
ACPI/PCI: Remove surplus parentheses from a return statement ACPI/PCI: Remove surplus parentheses from a return statement - - 1 - --- 2019-08-19 Krzysztof Wilczyński Not Applicable
Convert enum pci_dev_flags to bit fields in struct pci_dev Convert enum pci_dev_flags to bit fields in struct pci_dev 1 - - - --- 2020-09-14 Krzysztof Wilczyński New
MAINTAINERS: Update information related to the PCI sub-system MAINTAINERS: Update information related to the PCI sub-system - - - - --- 2021-10-15 Krzysztof Wilczyński New
PCI/switchtec: Correct bool variable type assignment PCI/switchtec: Correct bool variable type assignment - - 1 - --- 2020-05-21 Krzysztof Wilczyński New
PCI/switchtec: Fix Spectre v1 vulnerability PCI/switchtec: Fix Spectre v1 vulnerability - - 1 - --- 2021-02-20 Krzysztof Wilczyński New
PCI/sysfs: Move to kstrtobool() to handle user input PCI/sysfs: Move to kstrtobool() to handle user input - - - - --- 2021-05-09 Krzysztof Wilczyński New
PCI/sysfs: Use correct variable for the legacy_mem sysfs object PCI/sysfs: Use correct variable for the legacy_mem sysfs object 1 1 - - --- 2021-08-12 Krzysztof Wilczyński New
PCI: Allow scheduling to take place in proc_bus_pci_read() PCI: Allow scheduling to take place in proc_bus_pci_read() - - - - --- 2021-08-15 Krzysztof Wilczyński New
PCI: Convert enum pci_bus_flags to bit fields in struct pci_bus PCI: Convert enum pci_bus_flags to bit fields in struct pci_bus - - - - --- 2020-09-19 Krzysztof Wilczyński New
PCI: Correct misspelled and remove duplicated words PCI: Correct misspelled and remove duplicated words - - - - --- 2021-10-06 Krzysztof Wilczyński New
PCI: Correct misspelled words PCI: Correct misspelled words - - - - --- 2022-01-07 Krzysztof Wilczyński New
PCI: Fix comparison to bool warning in pci.c PCI: Fix comparison to bool warning in pci.c - - - - --- 2020-09-25 Krzysztof Wilczyński New
PCI: Fix kernel-doc formatting PCI: Fix kernel-doc formatting - - - - --- 2021-07-02 Krzysztof Wilczyński New
PCI: Fix misspelled words. PCI: Fix misspelled words. 1 - 1 - --- 2019-08-19 Krzysztof Wilczyński bhelgaas Accepted
PCI: Move ATS declarations to linux/pci-ats.h PCI: Move ATS declarations to linux/pci-ats.h - - - - --- 2019-09-14 Krzysztof Wilczyński bhelgaas Accepted
PCI: Move ATS declarations to linux/pci.h PCI: Move ATS declarations to linux/pci.h - - - - --- 2019-08-30 Krzysztof Wilczyński bhelgaas Not Applicable
PCI: Move PCI Express ASPM function prototypes and definitions to pci.h PCI: Move PCI Express ASPM function prototypes and definitions to pci.h - - - - --- 2019-08-27 Krzysztof Wilczyński bhelgaas Accepted
PCI: Move static keyword to the front of declarations in pci-bridge-emul.c PCI: Move static keyword to the front of declarations in pci-bridge-emul.c 1 - - - --- 2019-08-26 Krzysztof Wilczyński bhelgaas Accepted
PCI: Only declare struct pci_filp_private when HAVE_PCI_MMAP is set PCI: Only declare struct pci_filp_private when HAVE_PCI_MMAP is set - - - - --- 2021-07-06 Krzysztof Wilczyński New
PCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar() PCI: Refactor pci_ioremap_bar() and pci_ioremap_wc_bar() - - - - --- 2021-07-13 Krzysztof Wilczyński New
PCI: Reference bridge window resources explicitly PCI: Reference bridge window resources explicitly - - - - --- 2020-05-19 Krzysztof Wilczyński New
PCI: Remove the use of printk_ratelimit() in pci.c PCI: Remove the use of printk_ratelimit() in pci.c - - - - --- 2019-08-25 Krzysztof Wilczyński bhelgaas Accepted
PCI: Remove unused includes and superfluous struct declaration PCI: Remove unused includes and superfluous struct declaration 1 - - - --- 2019-09-01 Krzysztof Wilczyński bhelgaas Superseded
PCI: Rename _DSM constants to align with PCI Firmware specification PCI: Rename _DSM constants to align with PCI Firmware specification - - - - --- 2020-05-26 Krzysztof Wilczyński New
PCI: Rename d3_delay in the pci_dev struct to align with PCI specification PCI: Rename d3_delay in the pci_dev struct to align with PCI specification - - - - --- 2020-07-30 Krzysztof Wilczyński New
PCI: Unify ECAM constants in native PCI Express drivers PCI: Unify ECAM constants in native PCI Express drivers - - 1 - --- 2020-08-27 Krzysztof Wilczyński New
PCI: Use unsigned int type explicitly when declaring variables PCI: Use unsigned int type explicitly when declaring variables - - - - --- 2021-10-13 Krzysztof Wilczyński New
PCI: artpec6: Remove surplus break statement after return PCI: artpec6: Remove surplus break statement after return - - - - --- 2021-07-01 Krzysztof Wilczyński New
PCI: cadence: Fix erroneous early return from an iterator PCI: cadence: Fix erroneous early return from an iterator - 1 1 - --- 2021-02-16 Krzysztof Wilczyński New
PCI: cadence: Remove surplus and document missing struct members PCI: cadence: Remove surplus and document missing struct members - - - - --- 2021-07-02 Krzysztof Wilczyński New
PCI: cpcihp: Move declaration of cpci_debug to the header file PCI: cpcihp: Move declaration of cpci_debug to the header file - - - - --- 2021-05-10 Krzysztof Wilczyński New
PCI: cpqphp: Format if-statement code block correctly PCI: cpqphp: Format if-statement code block correctly - - - - --- 2021-10-13 Krzysztof Wilczyński New
PCI: dwc: Remove surplus break statement after return PCI: dwc: Remove surplus break statement after return - - - - --- 2021-07-01 Krzysztof Wilczyński New
PCI: endpoint: Fix kernel-doc formatting and add missing documentation PCI: endpoint: Fix kernel-doc formatting and add missing documentation - - - - --- 2021-07-03 Krzysztof Wilczyński New
PCI: hotplug: Fix kernel-doc formatting and add missing documentation PCI: hotplug: Fix kernel-doc formatting and add missing documentation - - - - --- 2021-07-02 Krzysztof Wilczyński New
PCI: hotplug: Remove surplus return from a void function PCI: hotplug: Remove surplus return from a void function 1 - - - --- 2019-08-26 Krzysztof Wilczyński bhelgaas Accepted
PCI: hv: Document missing hv_pci_protocol_negotiation() parameter PCI: hv: Document missing hv_pci_protocol_negotiation() parameter - - 1 - --- 2020-09-25 Krzysztof Wilczyński New
PCI: hv: Make functions only used locally static in pci-hyperv.c PCI: hv: Make functions only used locally static in pci-hyperv.c - - - - --- 2019-08-26 Krzysztof Wilczyński lorpie01 Superseded
PCI: imx6: Remove unused assignment to variable ret PCI: imx6: Remove unused assignment to variable ret - - - - --- 2021-10-03 Krzysztof Wilczyński New
PCI: iproc: Fix a non-compliant kernel-doc PCI: iproc: Fix a non-compliant kernel-doc - - 1 - --- 2021-05-19 Krzysztof Wilczyński New
PCI: iproc: Fix using plain integer as NULL pointer in iproc_pcie_pltfm_probe PCI: iproc: Fix using plain integer as NULL pointer in iproc_pcie_pltfm_probe - - 1 - --- 2020-09-22 Krzysztof Wilczyński New
PCI: layerscape: Correct syntax by changing comma to semicolon PCI: layerscape: Correct syntax by changing comma to semicolon 1 - - - --- 2021-03-11 Krzysztof Wilczyński New
PCI: mediatek: Add missing of_node_put() to fix reference leak PCI: mediatek: Add missing of_node_put() to fix reference leak - - - - --- 2021-01-20 Krzysztof Wilczyński New
PCI: mediatek: Remove surplus return from a void function PCI: mediatek: Remove surplus return from a void function - - - - --- 2019-08-25 Krzysztof Wilczyński lorpie01 Accepted
PCI: microchip: Make the struct event_descs static PCI: microchip: Make the struct event_descs static - - - - --- 2021-05-09 Krzysztof Wilczyński New
PCI: microchip: Remove dev_err() when handing an error from platform_get_irq() PCI: microchip: Remove dev_err() when handing an error from platform_get_irq() - - - - --- 2021-03-10 Krzysztof Wilczyński New
PCI: mobiveil: Remove unused readl and writel functions PCI: mobiveil: Remove unused readl and writel functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
PCI: qcom: Make rst_names array static with const elements PCI: qcom: Make rst_names array static with const elements - - - - --- 2021-10-12 Krzysztof Wilczyński New
PCI: shpchp: Remove surplus variable and ineffectual error check PCI: shpchp: Remove surplus variable and ineffectual error check - - - - --- 2020-05-21 Krzysztof Wilczyński New
PCI: shpchp: Remove unused assignment to variable rc PCI: shpchp: Remove unused assignment to variable rc - - - - --- 2020-09-23 Krzysztof Wilczyński New
PCI: tegra: Remove unused struct tegra_pcie_bus PCI: tegra: Remove unused struct tegra_pcie_bus - - - - --- 2021-07-04 Krzysztof Wilczyński New
PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname() PCI: visconti: Remove surplus dev_err() when using platform_get_irq_byname() 1 - - - --- 2021-10-01 Krzysztof Wilczyński New
PCI: xgene: Fix a non-compliant kernel-doc PCI: xgene: Fix a non-compliant kernel-doc 1 - - - --- 2021-05-09 Krzysztof Wilczyński New
PCI: xgene: Remove unused assignment to variable msi_val PCI: xgene: Remove unused assignment to variable msi_val 1 - 1 - --- 2020-09-22 Krzysztof Wilczyński New
[01/10] PCI: dwc: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() 1 - - - --- 2020-08-02 Krzysztof Wilczyński New
[01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - 1 - --- 2021-05-10 Krzysztof Wilczyński New
[01/20] PCI: Convert dynamic "config" sysfs object into static PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[02/10] PCI: mobiveil: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-02 Krzysztof Wilczyński New
[02/11] PCI/AER: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[02/20] PCI: Convert dynamic "rom" sysfs object into static PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[03/10] PCI: tegra: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-02 Krzysztof Wilczyński New
[03/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[03/20] PCI: Convert dynamic "reset" sysfs object into static PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[04/10] PCI: altera: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - 1 - --- 2020-08-02 Krzysztof Wilczyński New
[04/11] PCI/MSI: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[04/20] PCI/VPD: Convert dynamic "vpd" sysfs object into static PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[05/10] PCI: host-generic: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-02 Krzysztof Wilczyński New
[05/11] PCI/IOV: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[05/20] PCI: Convert dynamic "index" and "label" sysfs objects into static PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[06/10] PCI: v3-semi: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-02 Krzysztof Wilczyński New
[06/11] PCI/P2PDMA: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[06/20] sysfs: Introduce BIN_ATTR_ADMIN_RO and BIN_ATTR_ADMIN_RW PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[07/10] PCI: altera-msi: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-02 Krzysztof Wilczyński New
[07/11] PCI/ASPM: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[07/20] PCI: Convert PCI sysfs objects to use BIN_ATTR_ADMIN_RW macro PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[08/10] PCI: xgene-msi: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-02 Krzysztof Wilczyński New
[08/11] PCI: switchtec: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[08/20] PCI: Move to kstrtobool() to handle user input PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[09/10] PCI: rockchip: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-02 Krzysztof Wilczyński New
[09/11] PCI: rpadlpar: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[09/20] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[1/2] PCI: Use pcie_reset_state_t type in function arguments [1/2] PCI: Use pcie_reset_state_t type in function arguments - - - - --- 2021-07-13 Krzysztof Wilczyński New
[1/2] PCI: syscall: Set the ~0 value on access failure [1/2] PCI: syscall: Set the ~0 value on access failure - 1 - - --- 2021-07-29 Krzysztof Wilczyński New
[1/2] PCI: vmd: Use preferred header files linux/device.h and linux/msi.h [1/2] PCI: vmd: Use preferred header files linux/device.h and linux/msi.h - - 1 - --- 2021-10-13 Krzysztof Wilczyński New
[1/2] sysfs: Invoke iomem_get_mapping() from the sysfs open callback Allow deferred execution of iomem_get_mapping() - - - - --- 2021-06-25 Krzysztof Wilczyński New
[1/3] PCI/ACPI: Rename ACPI Hot Plug structs for Type 0, 1 and 2 from _HPP to _HPX PCI/ACPI: Rename _HPP to _HPX and move of ACPI-specific code from probe.c - - - - --- 2019-08-27 Krzysztof Wilczyński bhelgaas Accepted
[1/3] PCI: Replace use of snprintf() with scnprintf() in resource_alignment_show() PCI: Replace use of snprintf() with scnprintf() in show() functions - - - - --- 2020-08-24 Krzysztof Wilczyński New
[1/3] PCI: hv: Remove unnecessary integer promotion from dev_err() [1/3] PCI: hv: Remove unnecessary integer promotion from dev_err() - - - - --- 2021-10-08 Krzysztof Wilczyński New
[1/4] PCI/sysfs: Add pci_dev_resource_attr_is_visible() helper PCI: Convert dynamic PCI resources sysfs objects into static - - - - --- 2021-08-25 Krzysztof Wilczyński New
[1/4] PCI/sysfs: Move to kstrtobool() to handle user input [1/4] PCI/sysfs: Move to kstrtobool() to handle user input - - - - --- 2021-07-05 Krzysztof Wilczyński New
[1/5] PCI: Fix kernel-doc formatting [1/5] PCI: Fix kernel-doc formatting - - - - --- 2021-07-03 Krzysztof Wilczyński New
[1/8] PCI: endpoint: Fix kernel-doc formatting and add missing documentation [1/8] PCI: endpoint: Fix kernel-doc formatting and add missing documentation - - - - --- 2021-03-11 Krzysztof Wilczyński New
[1/8] driver core: Add helper for accessing Power Management callbacs Add helper for accessing Power Management callbacs - - - - --- 2020-05-25 Krzysztof Wilczyński New
[10/10] PCI: xilinx-nwl: Remove dev_err() when handing an error from platform_get_irq() Remove surplus dev_err() when handing an error from platform_get_irq() - - - - --- 2020-08-03 Krzysztof Wilczyński New
[10/11] PCI: hotplug: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[10/20] PCI: Update style to be more consistent PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[11/11] PCI: shpchp: Use sysfs_emit() and sysfs_emit_at() in "show" functions [01/11] PCI: Use sysfs_emit() and sysfs_emit_at() in "show" functions - - - - --- 2021-05-10 Krzysztof Wilczyński New
[11/20] PCI: Rearrange attributes from the pci_dev_group PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[12/20] PCI: Rearrange attributes from the pci_dev_config_attr_group PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
[13/20] PCI: Rearrange attributes from the pci_dev_rom_attr_group PCI: Convert dynamic sysfs objects into static - - - - --- 2021-04-16 Krzysztof Wilczyński New
« 1 2 3 »