Niklas Schnelle ([email protected])

Number of posts: 1011 (0.64 per day)
First post: 2020-02-17 09:33:48
Last post: 2024-06-11 15:58:01

Date List Subject
2023-05-16 11:27:36 linux-kernel [PATCH v4 41/41] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n
2023-05-16 11:27:24 linux-kernel [PATCH v4 16/41] media: add HAS_IOPORT dependencies
2023-05-16 11:27:03 linux-kernel [PATCH v4 33/41] tty: serial: handle HAS_IOPORT dependencies
2023-05-16 11:24:24 linux-kernel [PATCH v4 01/41] kgdb: add HAS_IOPORT dependency
2023-05-16 11:23:18 linux-kernel [PATCH v4 22/41] PCI: Make quirk using inw() depend on HAS_IOPORT
2023-05-16 11:22:37 linux-kernel [PATCH v4 24/41] pcmcia: add HAS_IOPORT dependencies
2023-05-16 11:20:41 linux-kernel [PATCH v4 11/41] i2c: add HAS_IOPORT dependencies
2023-05-16 11:20:21 linux-kernel [PATCH v4 29/41] scsi: add HAS_IOPORT dependencies
2023-05-16 11:19:18 linux-kernel [PATCH v4 26/41] pnp: add HAS_IOPORT dependencies
2023-05-16 11:17:41 linux-kernel [PATCH v4 39/41] watchdog: add HAS_IOPORT dependencies
2023-05-16 11:17:16 linux-kernel [PATCH v4 02/41] ata: add HAS_IOPORT dependencies
2023-05-16 11:09:46 linux-wireless [PATCH v4 40/41] wireless: add HAS_IOPORT dependencies
2023-05-16 11:06:20 linux-kernel [PATCH v4 32/41] staging: add HAS_IOPORT dependencies
2023-05-16 11:05:12 linux-kernel [PATCH v4 03/41] char: impi, tpm: depend on HAS_IOPORT
2023-05-16 11:04:29 linux-kernel [PATCH v4 08/41] firmware: dmi-sysfs: handle HAS_IOPORT=n
2023-05-16 11:04:24 linux-kernel [PATCH v4 23/41] PCI/sysfs: Make I/O resource depend on HAS_IOPORT
2023-05-16 11:03:45 linux-kernel [PATCH v4 07/41] drm: handle HAS_IOPORT dependencies
2023-05-16 11:03:34 linux-kernel [PATCH v4 17/41] misc: add HAS_IOPORT dependencies
2023-05-16 11:03:29 linux-kernel [PATCH v4 14/41] Input: gameport: add ISA and HAS_IOPORT dependencies
2023-05-16 11:03:21 linux-kernel [PATCH v4 06/41] /dev/port: don't compile file operations without CONFIG_DEVPORT
2023-05-16 11:03:13 linux-kernel [PATCH v4 00/41] treewide: Remove I/O port accessors for HAS_IOPORT=n
2023-05-15 14:58:14 linux-kernel Re: [PATCH v9 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
2023-05-15 10:16:37 linux-kernel Re: [PATCH v8 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-05-15 09:31:32 linux-kernel [PATCH v9 3/6] s390/pci: prepare is_passed_through() for dma-iommu
2023-05-15 09:30:42 linux-kernel [PATCH v9 6/6] iommu/dma: Make flush queue sizes and timeout driver configurable
2023-05-15 09:27:13 linux-kernel [PATCH v9 1/6] s390/ism: Set DMA coherent mask
2023-05-15 09:26:23 linux-kernel [PATCH v9 2/6] iommu: Allow .iotlb_sync_map to fail and handle s390's -ENOMEM return
2023-05-15 09:25:58 linux-kernel [PATCH v9 4/6] s390/pci: Use dma-iommu layer
2023-05-15 09:25:52 linux-kernel [PATCH v9 5/6] iommu/dma: Allow a single FQ in addition to per-CPU FQs
2023-05-15 09:25:19 linux-kernel [PATCH v9 0/6] iommu/dma: s390 DMA API conversion and optimized IOTLB flushing
2023-05-08 17:19:23 linux-kernel Re: [PATCH v3 35/38] video: handle HAS_IOPORT dependencies
2023-05-08 16:44:04 linux-kernel Re: [PATCH v3 30/38] sound: add HAS_IOPORT dependencies
2023-05-08 15:44:00 linux-kernel Re: [PATCH v3 28/38] rtc: add HAS_IOPORT dependencies
2023-05-02 13:47:17 linux-kernel Re: [PATCH v3 21/38] parport: PC style parport depends on HAS_IOPORT
2023-04-28 14:53:37 linux-kernel Re: [PATCH v3 13/38] Input: add HAS_IOPORT dependencies
2023-04-28 14:46:23 linux-kernel Re: [PATCH v3 09/38] gpio: add HAS_IOPORT dependencies
2023-04-28 14:07:53 linux-kernel Re: [PATCH v3 02/38] ata: add HAS_IOPORT dependencies
2023-04-28 13:51:28 linux-kernel Re: [PATCH v3 05/38] counter: add HAS_IOPORT dependencies
2023-04-11 10:52:56 linux-kernel [PATCH net-next v2] net/mlx5: stop waiting for PCI link if reset is required
2023-04-11 10:15:35 linux-kernel Re: [PATCH] net/mlx5: stop waiting for PCI link if reset is required
2023-04-06 14:31:11 linux-kernel Re: [RFC PATCH net-next v4 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
2023-04-05 17:06:03 linux-kernel Re: [RFC PATCH net-next v4 0/9] net/smc: Introduce SMC-D-based OS internal communication acceleration
2023-04-05 15:17:37 linux-kernel Re: [PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
2023-04-04 15:35:29 linux-kernel Re: [PATCH] net/mlx5: stop waiting for PCI link if reset is required
2023-04-03 07:57:56 linux-kernel [PATCH] net/mlx5: stop waiting for PCI link if reset is required
2023-03-23 16:41:37 linux-kernel [PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
2023-03-23 15:51:35 linux-kernel Re: [PATCH v3 15/38] leds: add HAS_IOPORT dependencies
2023-03-23 15:13:25 linux-kernel Re: [PATCH v3 07/38] drm: handle HAS_IOPORT dependencies
2023-03-23 14:21:48 linux-kernel Re: [PATCH v3 35/38] video: handle HAS_IOPORT dependencies
2023-03-23 14:10:26 linux-kernel Re: [PATCH v3 15/38] leds: add HAS_IOPORT dependencies
2023-03-23 13:34:08 linux-kernel Re: [PATCH v3 01/38] Kconfig: introduce HAS_IOPORT option and select it as necessary