messages from 2022-11-11 03:37:34 to 2022-11-11 04:44:04 UTC [more...]
[PATCH 0/9] Linux RISC-V AIA Support
2022-11-11 4:42 UTC (15+ messages)
` [PATCH 1/9] RISC-V: Add AIA related CSR defines
` [PATCH 2/9] RISC-V: Detect AIA CSRs from ISA string
` [PATCH 3/9] irqchip/riscv-intc: Add support for RISC-V AIA
` [PATCH 4/9] dt-bindings: Add RISC-V incoming MSI controller bindings
` [PATCH 5/9] irqchip: Add RISC-V incoming MSI controller driver
` [PATCH 6/9] dt-bindings: Add RISC-V advanced PLIC bindings
` [PATCH 7/9] irqchip: Add RISC-V advanced PLIC driver
` [PATCH 8/9] RISC-V: Select APLIC and IMSIC drivers for QEMU virt machine
` [PATCH 9/9] MAINTAINERS: Add entry for RISC-V AIA drivers
[PATCH v5 00/24] RSEQ node id and virtual cpu id extensions
2022-11-11 4:41 UTC (3+ messages)
` [PATCH v5 08/24] sched: Introduce per memory space current virtual cpu id
[PATCH 0/2] rebase: stricter label lookups
2022-11-11 4:39 UTC (2+ messages)
[Intel-wired-lan] [PATCH net-next 1/2] ice: Check for PTP HW lock more frequently
2022-11-11 4:39 UTC (4+ messages)
` [Intel-wired-lan] [PATCH net-next 2/2] ice: Remove gettime HW semaphore
[PATCH v1] spi: spi-mtk-nor: Optimize timeout for dma read
2022-11-11 4:16 UTC (7+ messages)
[Intel-gfx] [PATCH v4 0/1] Add selftest for slpc tile interaction
2022-11-11 4:37 UTC (3+ messages)
` [Intel-gfx] [PATCH v4 1/1] drm/i915/guc/slpc: Add selftest for slpc tile-tile interaction
linux-next: manual merge of the iommufd tree with the vfio-fixes tree
2022-11-11 4:37 UTC
[PATCH v2 0/6] can: mcan: Add MCAN support for FSD SoC
2022-11-11 4:06 UTC (7+ messages)
` [PATCH v2 1/6] dt-bindings: Document the SYSREG specific compatibles found on "
[Patch v2 1/3] arm: exynos: Add new compatible string for Exynos3250 SoC
2022-11-11 3:20 UTC (9+ messages)
[yiliu1765-iommufd:wip/iommufd-v6.1-rc3-nesting 33/52] drivers/iommu/iommufd/hw_pagetable.c:151:44: warning: cast to pointer from integer of different size
2022-11-11 4:35 UTC
[PATCH] ASoC: audio-graph-card2: remove Experimental announce
2022-11-11 4:34 UTC
[Patch v3 0/3] Addition of new compatible for Exynos3250
2022-11-11 3:23 UTC (8+ messages)
` [Patch v3 1/3] media: dt-bindings: s5p-mfc: Add new compatible string for Exynos3250 SoC
` [Patch v3 2/3] media: s5p-mfc: Add variant data for MFC v7 hardware for Exynos 3250 SoC
` [Patch v3 3/3] ARM: dts: exynos: Rename compatible string property from version to SoC specific
[Intel-wired-lan] [PATCH net-next:dev-queue v1] ice: Remove and replace ice speed defines with ethtool.h versions
2022-11-11 4:33 UTC (2+ messages)
[for-next PATCH 0/5] iova_to_vaddr refactor
2022-11-11 4:32 UTC (6+ messages)
` [for-next PATCH 1/5] RDMA/rxe: Remove rxe_phys_buf.size
` [for-next PATCH 2/5] RDMA/rxe: use iova_to_vaddr to transform iova for rxe_mr_copy
` [for-next PATCH 3/5] RDMA/rxe: iova_to_vaddr cleanup
` [for-next PATCH 4/5] RDMA/rxe: refactor iova_to_vaddr
` [for-next PATCH 5/5] RDMA/rxe: Rename iova_to_vaddr to rxe_map_iova
[PATCH] scsi: hpsa: fix possible memory leak in hpsa_add_sas_device()
2022-11-11 4:30 UTC
Xen Arm vpl011 UART will cause segmentation fault in Linux guest
2022-11-11 4:31 UTC (6+ messages)
[tip:x86/urgent] BUILD SUCCESS 36b038791e1e2baea892e9276588815fd14894b4
2022-11-11 4:29 UTC
[PATCH 0/8] ASoC/soundwire: revisit interrupt and lcount handling
2022-11-11 4:26 UTC (18+ messages)
` [PATCH 1/8] soundwire: intel_init: remove useless interrupt enablement in interrupt thread
` [PATCH 2/8] ASoC: SOF: Intel: hda: add per-chip enable_sdw_irq() callback
` [PATCH 3/8] ASoC: SOF: Intel: mtl: factor interrupt enable/disable interrupt functions
` [PATCH 4/8] ASoC: SOF: Intel: mtl: move SoundWire interrupt enabling to callback
` [PATCH 5/8] ASoC: SOF: Intel: hda: add callback to check SoundWire lcount information
` [PATCH 6/8] soundwire: intel_init: remove sdw_intel_enable_irq()
` [PATCH 7/8] soundwire: intel_init: remove check on number of links
` [PATCH 8/8] ASoC: SOF: Intel: hda: read multi-link capabilities earlier
[PATCH v2 00/19] At present there is no Windows support for 9p file system
2022-11-11 4:22 UTC (20+ messages)
` [PATCH v2 01/19] qemu/xattr.h: Exclude <sys/xattr.h> for Windows
` [PATCH v2 02/19] hw/9pfs: Drop unnecessary *xattr wrapper API declarations
` [PATCH v2 03/19] hw/9pfs: Replace the direct call to xxxat() APIs with a wrapper
` [PATCH v2 04/19] osdep.h: Introduce a QEMU file descriptor type
` [PATCH v2 05/19] hw/9pfs: Update 9pfs to use the new QemuFd_t type
` [PATCH v2 06/19] hw/9pfs: Add missing definitions for Windows
` [PATCH v2 07/19] hw/9pfs: Implement Windows specific utilities functions for 9pfs
` [PATCH v2 08/19] hw/9pfs: Update the local fs driver to support Windows
` [PATCH v2 09/19] hw/9pfs: Support getting current directory offset for Windows
` [PATCH v2 10/19] hw/9pfs: Add a helper qemu_stat_rdev()
` [PATCH v2 11/19] hw/9pfs: Add a helper qemu_stat_blksize()
` [PATCH v2 12/19] hw/9pfs: Disable unsupported flags and features for Windows
` [PATCH v2 13/19] hw/9pfs: Update v9fs_set_fd_limit() "
` [PATCH v2 14/19] hw/9pfs: Add Linux error number definition
` [PATCH v2 15/19] hw/9pfs: Translate Windows errno to Linux value
` [PATCH v2 16/19] fsdev: Disable proxy fs driver on Windows
` [PATCH v2 17/19] hw/9pfs: Update synth fs driver for Windows
` [PATCH v2 18/19] tests/qtest: virtio-9p-test: Adapt the case for win32
` [PATCH v2 19/19] meson.build: Turn on virtfs for Windows
[Intel-gfx] [PATCH 0/4] Panel replay phase1 implementation
2022-11-11 4:27 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for Panel replay phase1 implementation (rev4)
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline-nfs: 33 runs, 3 regressions (v5.10.153-cip19-122-g149fbc7cd21d)
2022-11-11 4:27 UTC
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc baseline: 112 runs, 2 regressions (v5.10.153-cip19-122-g149fbc7cd21d)
2022-11-11 4:27 UTC
[linux-next:master 446/7046] drivers/net/wireless/realtek/rtl8xxxu/rtl8xxxu_core.c:1624:23: sparse: sparse: restricted __le16 degrades to integer
2022-11-11 4:25 UTC
[RFC] mempool: zero-copy cache put bulk
2022-11-11 4:24 UTC (9+ messages)
[PATCH 0/1] HID: uclogic: Add HID_QUIRK_HIDINPUT_FORCE quirk
2022-11-11 4:24 UTC (2+ messages)
biosbits test failing on origin/master
2022-11-11 4:22 UTC (2+ messages)
[PATCH 0/4] Trivial set of FIPS 140-3 related changes
2022-11-11 4:23 UTC (8+ messages)
` [PATCH 1/4] crypto: xts - restrict key lengths to approved values in FIPS mode
stable/linux-5.15.y baseline: 146 runs, 4 regressions (v5.15.78)
2022-11-11 4:22 UTC
[Intel-gfx] [PATCH] drm/i915/guc: enable GuC GGTT invalidation from the start
2022-11-11 4:21 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for "
[syzbot] INFO: task hung in lookup_slow (3)
2022-11-11 4:21 UTC
[PATCH v2] net/ice: fix scalar Rx and Tx path segment
2022-11-11 12:04 UTC (3+ messages)
` [PATCH v3 1/2] net/ice: fix scalar Rx "
` [PATCH v3 2/2] net/ice: fix scalar Tx "
[Intel-gfx] [PATCH v2 11/11] iommufd: Allow iommufd to supply /dev/vfio/vfio
2022-11-11 4:16 UTC (4+ messages)
` "
[PATCH v4 0/1] Fix /proc/cpuinfo cpumask warning
2022-11-11 4:14 UTC (6+ messages)
` [PATCH v4 1/1] x86: cpuinfo: Ensure inputs to cpumask_next are valid
[PATCH v2 6/6] crypto: compile out test-related algboss code when tests disabled
2022-11-11 4:14 UTC (2+ messages)
raid5 deadlock issue
2022-11-11 4:14 UTC (5+ messages)
` [External] "
[PATCH 5.4 0/6] xfs stable candidate patches for 5.4.y (from v5.9)
2022-11-11 4:10 UTC (7+ messages)
` [PATCH 5.4 1/6] xfs: preserve rmapbt swapext block reservation from freed blocks
` [PATCH 5.4 2/6] xfs: rename xfs_bmap_is_real_extent to is_written_extent
` [PATCH 5.4 3/6] xfs: redesign the reflink remap loop to fix blkres depletion crash
` [PATCH 5.4 4/6] xfs: use MMAPLOCK around filemap_map_pages()
` [PATCH 5.4 5/6] xfs: preserve inode versioning across remounts
` [PATCH 5.4 6/6] xfs: drain the buf delwri queue before xfsaild idles
[Intel-gfx] [PATCH v2 09/11] vfio: Move container related MODULE_ALIAS statements into container.c
2022-11-11 4:13 UTC (4+ messages)
` "
[PATCH] soundwire: intel: Initialize clock stop timeout
2022-11-11 4:11 UTC (5+ messages)
[PATCH 0/4] cpumask: improve on cpumask_local_spread() locality
2022-11-11 4:11 UTC (6+ messages)
` [PATCH 1/4] lib/find: introduce find_nth_and_andnot_bit
` [PATCH 2/4] cpumask: introduce cpumask_nth_and_andnot()
` [PATCH 3/4] sched: add sched_numa_find_nth_cpu()
` [PATCH 4/4] cpumask: improve on cpumask_local_spread() locality
[Intel-gfx] [PATCH v2 07/11] vfio-iommufd: Support iommufd for physical VFIO devices
2022-11-11 4:12 UTC (4+ messages)
` "
[Intel-gfx] [PATCH v2 00/11] Connect VFIO to IOMMUFD
2022-11-11 4:06 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.BUILD: failure for Connect VFIO to IOMMUFD (rev5)
[PATCH] mm: remove kern_addr_valid() completely
2022-11-11 2:50 UTC (5+ messages)
[PATCH v2 1/6] crypto: optimize algorithm registration when self-tests disabled
2022-11-11 4:06 UTC (2+ messages)
[Intel-gfx] [PATCH 3/4] drm/i915/panelreplay: Initializaton and compute config for panel replay
2022-11-11 4:04 UTC (2+ messages)
Writing not working to CPLD/FPGA
2022-11-11 0:45 UTC
[PATCH linux dev-6.0 0/7] Delta AHE-50DC OpenBMC kernel support
2022-11-11 3:57 UTC (8+ messages)
` [PATCH linux dev-6.0 1/7] regulator: Add devm helpers for get and enable
` [PATCH linux dev-6.0 2/7] regulator: devres: Add devm_regulator_bulk_get_exclusive()
` [PATCH linux dev-6.0 3/7] regulator: Add regulator-output binding
` [PATCH linux dev-6.0 4/7] regulator: userspace-consumer: Handle regulator-output DT nodes
` [PATCH linux dev-6.0 5/7] Revert "hwmon: (pmbus) Add regulator supply into macro"
` [PATCH linux dev-6.0 6/7] dt-bindings: arm: aspeed: document Delta AHE-50DC BMC
` [PATCH linux dev-6.0 7/7] ARM: dts: aspeed: Add "
[PATCH v2 net-next 0/6] udp: Introduce optional per-netns hash table
2022-11-11 4:00 UTC (7+ messages)
` [PATCH v2 net-next 1/6] udp: Clean up some functions
` [PATCH v2 net-next 2/6] udp: Set NULL to sk->sk_prot->h.udp_table
` [PATCH v2 net-next 3/6] udp: Set NULL to udp_seq_afinfo.udp_table
` [PATCH v2 net-next 4/6] udp: Access &udp_table via net
` [PATCH v2 net-next 5/6] udp: Add bitmap in udp_table
` [PATCH v2 net-next 6/6] udp: Introduce optional per-netns hash table
[PATCH v2] tcp: Add listening address to SYN flood message
2022-11-11 3:59 UTC
[PATCH v2] pci: fix device presence detection for VFs
2022-11-11 4:00 UTC (3+ messages)
[PATCH v8 1/2] pinctrl: pinctrl-loongson2: add pinctrl driver support
2022-11-11 3:59 UTC (8+ messages)
[PATCH v3] fs/binfmt_elf: Fix memsz > filesz handling
2022-11-11 3:59 UTC (3+ messages)
cip-gitlab/ci/iwamatsu/linux-5.10.y-cip-rc build: 190 builds: 3 failed, 187 passed, 4 errors, 17 warnings (v5.10.153-cip19-122-g149fbc7cd21d)
2022-11-11 3:58 UTC
[PATCH] USB: serial: option: add Quectel EM05-G modem
2022-11-11 3:56 UTC
[agd5f:drm-next 15/53] drivers/gpu/drm/amd/amdgpu/../display/dc/core/dc.c:1134:46: error: 'const struct timing_generator_funcs' has no member named 'disable_phantom_crtc'
2022-11-11 3:54 UTC
[norov:local_spread 3/5] include/linux/topology.h:251:5: error: no previous prototype for function 'sched_numa_find_nth_cpu'
2022-11-11 3:54 UTC
[RESEND PATCH 0/6] x86/traps,VMX: implement software based NMI/IRQ dispatch for VMX NMI/IRQ reinjection
2022-11-11 3:54 UTC (6+ messages)
` [RESEND PATCH 2/6] x86/traps: add a system interrupt table for system interrupt dispatch
[PATCH] soc: imx8m: Increase the clock enable before reading the register
2022-11-11 3:53 UTC (5+ messages)
[PATCH bpf-next v4] bpf: Initialize same number of free nodes for each pcpu_freelist
2022-11-11 3:53 UTC (2+ messages)
[PATCH] RDMA/rxe: Replace page_address() with kmap_local_page()
2022-11-11 3:52 UTC (2+ messages)
[PATCH] sched/fair: favor non-idle group in tick preemption
2022-11-11 3:50 UTC (9+ messages)
[PATCH] net/ipv4: Fix error: type name requires a specifier or qualifier
2022-11-11 3:49 UTC (3+ messages)
` [PATCH] lib/radix-tree: Fix uninitialized variable compilation
[PATCH v9 1/2] pinctrl: pinctrl-loongson2: add pinctrl driver support
2022-11-11 3:50 UTC (2+ messages)
` [PATCH v9 2/2] dt-bindings: pinctrl: add loongson-2 pinctrl
[PATCH v3] greatlakes: dts: Add Facebook greatlakes (AST2600) BMC
2022-11-11 3:48 UTC (10+ messages)
` [PATCH v4 0/2] ARM: dts: Facebook Greatlakes platform
` [PATCH v4 1/2] dt-bindings: arm: aspeed: add Facebook Greatlakes board
` [PATCH v4 2/2] ARM: dts: aspeed: greatlakes: Add Facebook greatlakes (AST2600) BMC
[Intel-gfx] [PATCH v3 0/2] Fix live busy stats selftest failure
2022-11-11 3:48 UTC (2+ messages)
` [Intel-gfx] ✗ Fi.CI.SPARSE: warning for Fix live busy stats selftest failure (rev2)
[PATCH] docs: admin-guide: cgroup-v1: update description of inactive_file
2022-11-11 3:46 UTC
[PATCH] arm64: dts: imx8mp: Bind bluetooth UART on DH electronics i.MX8M Plus DHCOM
2022-11-11 3:44 UTC (2+ messages)
[ovmf test] 174729: all pass - PUSHED
2022-11-11 3:45 UTC
[PATCH v2 0/8] iommu/vt-d: Some cleanups
2022-11-11 3:45 UTC (3+ messages)
` [PATCH v2 2/8] iommu/vt-d: Improve iommu_enable_pci_caps()
[yiliu1765-iommufd:wip/iommufd-v6.1-rc3-nesting 9/52] drivers/vfio/container.c:554:39: error: 'container' undeclared; did you mean 'container_of'?
2022-11-11 3:44 UTC
[PATCH net-next v2] net: phy: marvell: add sleep time after enabling the loopback bit
2022-11-11 3:43 UTC (5+ messages)
Recall: [PATCH net-next v2] net: phy: marvell: add sleep time after enabling the loopback bit
2022-11-11 3:41 UTC
[Intel-gfx] [PATCH v1 0/6] Move dma_buf_mmap_internal() to dynamic locking specification
2022-11-11 3:39 UTC (5+ messages)
` [Intel-gfx] [PATCH v1 5/6] media: videobuf2: Assert held reservation lock for dma-buf mmapping
` "
[PATCH v2] drm/gem-shmem: When drm_gem_object_init failed, should release object
2022-11-11 3:38 UTC (2+ messages)
[Intel-gfx] [PATCH v2 00/15] drm/i915: ELD precompute and readout
2022-11-11 3:39 UTC (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915: ELD precompute and readout (rev4)
[PATCHv2 0/6] Fix the problem that rxe can not work in net
2022-11-11 3:38 UTC (5+ messages)
stable/linux-5.4.y baseline: 117 runs, 15 regressions (v5.4.224)
2022-11-11 3:38 UTC
[PATCH] tools/io_uring/io_uring-cp: fix compile warning in copy_file()
2022-11-11 3:56 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.