index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
s390
/
pci
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-07-29
Merge tag 's390-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
2
-1
/
+2
2025-07-29
Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/driver-core/driver-core
Linus Torvalds
1
-1
/
+1
2025-06-28
s390/pci: Allow automatic recovery with minimal driver support
Niklas Schnelle
1
-15
/
+29
2025-06-28
s390/pci: Do not try re-enabling load/store if device is disabled
Niklas Schnelle
1
-0
/
+4
2025-06-28
s390/pci: Fix stale function handles in error handling
Niklas Schnelle
1
-0
/
+11
2025-06-17
s390: Remove unnecessary include <linux/export.h>
Heiko Carstens
1
-1
/
+0
2025-06-17
s390: Explicitly include <linux/export.h>
Heiko Carstens
1
-0
/
+2
2025-06-17
sysfs: treewide: switch back to attribute_group::bin_attrs
Thomas Weißschuh
1
-1
/
+1
2025-05-26
Merge tag 's390-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
4
-24
/
+62
2025-05-22
s390/pci: Serialize device addition and removal
Niklas Schnelle
1
-0
/
+7
2025-05-22
s390/pci: Allow re-add of a reserved but not yet removed device
Niklas Schnelle
3
-16
/
+45
2025-05-22
s390/pci: Remove redundant bus removal and disable from zpci_release_device()
Niklas Schnelle
1
-6
/
+0
2025-05-21
s390/pci: Fix __pcilg_mio_inuser() inline assembly
Heiko Carstens
1
-1
/
+1
2025-05-07
s390/pci: Fix missing check for zpci_create_device() error return
Niklas Schnelle
1
-0
/
+2
2025-04-14
s390/mm: Reimplement lazy ASCE handling
Heiko Carstens
1
-1
/
+9
2025-04-04
Merge tag 's390-6.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
1
-13
/
+14
2025-04-01
Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
1
-2
/
+2
2025-03-31
s390/pci: Fix dev.dma_range_map missing sentinel element
Niklas Schnelle
1
-13
/
+11
2025-03-31
s390/pci: Fix zpci_bus_is_isolated_vf() for non-VFs
Niklas Schnelle
1
-0
/
+3
2025-03-29
Merge tag 's390-6.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
4
-13
/
+14
2025-03-28
Merge tag 'pci-v6.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
3
-6
/
+37
2025-03-21
s390/pci: Support mmap() of PCI resources except for ISM devices
Niklas Schnelle
3
-2
/
+24
2025-03-21
s390/pci: Introduce pdev->non_mappable_bars and replace VFIO_PCI_MMAP
Niklas Schnelle
1
-0
/
+1
2025-03-21
s390/pci: Fix s390_mmio_read/write syscall page fault handling
Niklas Schnelle
1
-5
/
+13
2025-03-18
s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assemblies
Heiko Carstens
3
-11
/
+11
2025-03-16
mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long
Ryan Roberts
1
-2
/
+2
2025-03-04
s390/pci: Get rid of MACHINE_HAS_PCI_MIO
Heiko Carstens
1
-2
/
+3
2025-02-21
iommu/s390: handle IOAT registration based on domain
Matthew Rosato
2
-25
/
+21
2025-02-21
s390/pci: store DMA offset in bus_dma_region
Matthew Rosato
1
-0
/
+25
2025-02-21
s390/pci: check for relaxed translation capability
Matthew Rosato
1
-0
/
+1
2025-02-11
s390/pci: Fix handling of isolated VFs
Niklas Schnelle
3
-1
/
+28
2025-02-11
s390/pci: Pull search for parent PF out of zpci_iov_setup_virtfn()
Niklas Schnelle
1
-14
/
+42
2025-01-26
s390/pci: Fix SR-IOV for PFs initially in standby
Niklas Schnelle
1
-1
/
+0
2025-01-07
s390/pci: Constify 'struct bin_attribute'
Thomas Weißschuh
1
-6
/
+6
2024-12-16
s390/pci: Add pci_msg debug view to PCI report
Niklas Schnelle
1
-0
/
+47
2024-12-16
s390/pci: Report PCI error recovery results via SCLP
Niklas Schnelle
4
-5
/
+145
2024-11-29
Merge tag 's390-6.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
2
-31
/
+34
2024-11-28
s390/pci: Fix potential double remove of hotplug slot
Niklas Schnelle
1
-25
/
+9
2024-11-28
s390/pci: Fix leak of struct zpci_dev when zpci_add_device() fails
Niklas Schnelle
2
-6
/
+25
2024-11-26
Merge tag 'pci-v6.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/pci/pci
Linus Torvalds
1
-1
/
+1
2024-11-22
Merge tag 'iommu-updates-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/iommu/linux
Linus Torvalds
2
-2
/
+11
2024-11-18
Merge tag 's390-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
Linus Torvalds
9
-139
/
+246
2024-11-15
Merge branches 'arm/smmu', 'mediatek', 's390', 'ti/omap', 'riscv' and 'core' into next
Joerg Roedel
2
-2
/
+11
2024-11-13
s390/pci: Convert to use flag output macros
Heiko Carstens
3
-100
/
+124
2024-11-07
s390/pci: Add header guards and includes to internal headers
Niklas Schnelle
2
-0
/
+7
2024-10-18
PCI: Remove unused PCI_SUBTRACTIVE_DECODE
Ilpo Järvinen
1
-1
/
+1
2024-10-15
iommu/s390: Implement blocking domain
Matthew Rosato
2
-2
/
+11
2024-10-10
s390/pci: Expose FIDPARM attribute in sysfs
Niklas Schnelle
2
-0
/
+3
2024-10-10
s390/pci: Switch over to sysfs_emit
Gerd Bayer
1
-2
/
+2
2024-10-10
s390/pci: Ignore RID for isolated VFs
Niklas Schnelle
2
-15
/
+20
[next]