All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-05-24 11:18:01 to 2022-05-24 11:42:22 UTC [more...]

[PATCH 00/20] migration: remove QEMUFileOps concept and assume use of QIOChannel
 2022-05-24 11:02 UTC  (9+ messages)
` [PATCH 01/20] io: add a QIOChannelNull equivalent to /dev/null
` [PATCH 02/20] migration: switch to use QIOChannelNull for dummy channel
` [PATCH 05/20] migration: rename 'pos' field in QEMUFile to 'bytes_processed'
` [PATCH 06/20] migration: rename qemu_ftell to qemu_file_total_transferred
` [PATCH 07/20] migration: rename qemu_update_position to qemu_file_credit_transfer
` [PATCH 12/20] migration: introduce new constructors for QEMUFile
` [PATCH 15/20] migration: remove the QEMUFileOps 'set_blocking' callback
` [PATCH 17/20] migration: remove the QEMUFileOps 'get_buffer' callback

[RFC v2 00/96] wireless: cl8k driver for Celeno IEEE 802.11ax devices
 2022-05-24 11:35 UTC  (96+ messages)
` [RFC v2 01/96] celeno: add Kconfig
` [RFC v2 02/96] celeno: add Makefile
` [RFC v2 03/96] cl8k: add Kconfig
` [RFC v2 04/96] cl8k: add Makefile
` [RFC v2 05/96] cl8k: add ampdu.c
` [RFC v2 06/96] cl8k: add ampdu.h
` [RFC v2 07/96] cl8k: add bf.c
` [RFC v2 08/96] cl8k: add bf.h
` [RFC v2 09/96] cl8k: add calib.c
` [RFC v2 10/96] cl8k: add calib.h
` [RFC v2 11/96] cl8k: add channel.c
` [RFC v2 12/96] cl8k: add channel.h
` [RFC v2 13/96] cl8k: add chip.c
` [RFC v2 14/96] cl8k: add chip.h
` [RFC v2 15/96] cl8k: add config.c
` [RFC v2 16/96] cl8k: add config.h
` [RFC v2 17/96] cl8k: add debug.c
` [RFC v2 18/96] cl8k: add debug.h
` [RFC v2 19/96] cl8k: add def.h
` [RFC v2 20/96] cl8k: add dfs.c
` [RFC v2 21/96] cl8k: add dfs.h
` [RFC v2 22/96] cl8k: add dsp.c
` [RFC v2 23/96] cl8k: add dsp.h
` [RFC v2 24/96] cl8k: add e2p.c
` [RFC v2 25/96] cl8k: add e2p.h
` [RFC v2 26/96] cl8k: add eeprom.h
` [RFC v2 27/96] cl8k: add ela.c
` [RFC v2 28/96] cl8k: add ela.h
` [RFC v2 29/96] cl8k: add enhanced_tim.c
` [RFC v2 30/96] cl8k: add enhanced_tim.h
` [RFC v2 31/96] cl8k: add fw.c
` [RFC v2 32/96] cl8k: add fw.h
` [RFC v2 33/96] cl8k: add hw.c
` [RFC v2 34/96] cl8k: add hw.h
` [RFC v2 35/96] cl8k: add ipc_shared.h
` [RFC v2 36/96] cl8k: add key.c
` [RFC v2 37/96] cl8k: add key.h
` [RFC v2 38/96] cl8k: add mac80211.c
` [RFC v2 39/96] cl8k: add mac80211.h
` [RFC v2 40/96] cl8k: add mac_addr.c
` [RFC v2 41/96] cl8k: add mac_addr.h
` [RFC v2 42/96] cl8k: add main.c
` [RFC v2 43/96] cl8k: add main.h
` [RFC v2 44/96] cl8k: add maintenance.c
` [RFC v2 45/96] cl8k: add maintenance.h
` [RFC v2 46/96] cl8k: add motion_sense.c
` [RFC v2 47/96] cl8k: add motion_sense.h
` [RFC v2 48/96] cl8k: add pci.c
` [RFC v2 49/96] cl8k: add pci.h
` [RFC v2 50/96] cl8k: add phy.c
` [RFC v2 51/96] cl8k: add phy.h
` [RFC v2 52/96] cl8k: add platform.c
` [RFC v2 53/96] cl8k: add platform.h
` [RFC v2 54/96] cl8k: add power.c
` [RFC v2 55/96] cl8k: add power.h
` [RFC v2 56/96] cl8k: add radio.c
` [RFC v2 57/96] cl8k: add radio.h
` [RFC v2 58/96] cl8k: add rates.c
` [RFC v2 59/96] cl8k: add rates.h
` [RFC v2 60/96] cl8k: add recovery.c
` [RFC v2 61/96] cl8k: add recovery.h
` [RFC v2 62/96] cl8k: add regdom.c
` [RFC v2 63/96] cl8k: add regdom.h
` [RFC v2 64/96] cl8k: add reg/reg_access.h
` [RFC v2 65/96] cl8k: add reg/reg_defs.h
` [RFC v2 66/96] cl8k: add rfic.c
` [RFC v2 67/96] cl8k: add rfic.h
` [RFC v2 68/96] cl8k: add rx.c
` [RFC v2 69/96] cl8k: add rx.h
` [RFC v2 70/96] cl8k: add scan.c
` [RFC v2 71/96] cl8k: add scan.h
` [RFC v2 72/96] cl8k: add sounding.c
` [RFC v2 73/96] cl8k: add sounding.h
` [RFC v2 74/96] cl8k: add sta.c
` [RFC v2 75/96] cl8k: add sta.h
` [RFC v2 76/96] cl8k: add stats.c
` [RFC v2 77/96] cl8k: add stats.h
` [RFC v2 78/96] cl8k: add tcv.c
` [RFC v2 79/96] cl8k: add tcv.h
` [RFC v2 80/96] cl8k: add temperature.c
` [RFC v2 81/96] cl8k: add temperature.h
` [RFC v2 82/96] cl8k: add traffic.c
` [RFC v2 83/96] cl8k: add traffic.h
` [RFC v2 84/96] cl8k: add tx.c
` [RFC v2 85/96] cl8k: add tx.h
` [RFC v2 86/96] cl8k: add utils.c
` [RFC v2 87/96] cl8k: add utils.h
` [RFC v2 88/96] cl8k: add version.c
` [RFC v2 89/96] cl8k: add version.h
` [RFC v2 91/96] cl8k: add vif.h
` [RFC v2 92/96] cl8k: add vns.c
` [RFC v2 93/96] cl8k: add vns.h
` [RFC v2 94/96] cl8k: add wrs.c
` [RFC v2 95/96] cl8k: add wrs.h
` [RFC v2 96/96] wireless: add Celeno vendor

[Nouveau] [PATCH v1 00/13] drm/edid: expand on struct drm_edid usage
 2022-05-24 11:41 UTC  (4+ messages)
` [Intel-gfx] ✗ Fi.CI.BAT: failure for "

[PATCH] LoongArch: take size of pointed value, not pointer
 2022-05-24 11:40 UTC  (4+ messages)

[RFC PATCH v2 0/8] Removal of AioContext lock, bs->parents and ->children: new rwlock
 2022-05-24 10:36 UTC  (6+ messages)

tty: fix a possible hang on tty device
 2022-05-24 11:40 UTC  (4+ messages)

[PATCH v3 0/4] Add Sstc extension support
 2022-05-24 11:39 UTC  (13+ messages)
` [PATCH v3 1/4] RISC-V: Add SSTC extension CSR details
` [PATCH v3 2/4] RISC-V: Enable sstc extension parsing from DT
` [PATCH v3 3/4] RISC-V: Prefer sstc extension if available
` [PATCH v3 4/4] RISC-V: KVM: Support sstc extension

[PATCH v3 0/1] vfio: remove VFIO_GROUP_NOTIFY_SET_KVM
 2022-05-24 11:39 UTC  (5+ messages)
` [PATCH v3 1/1] "
      ` [Intel-gfx] "

[PATCH] test: fix parsing the mksquashfs version number
 2022-05-24 11:36 UTC 

[PATCH v2 0/3] Enhancements to AMD pinctrl and implementation of AMD pinmux
 2022-05-24 11:37 UTC  (5+ messages)
` [PATCH v2 2/3] pinctrl: amd: Get and update IOMUX details

[syzbot] KASAN: use-after-free Write in udf_close_lvid
 2022-05-24 11:37 UTC  (4+ messages)

[PATCH 5.17 000/158] 5.17.10-rc1 review
 2022-05-24 11:36 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-24 11:35 UTC 

[PATCH 0/7] imx: support i.MX93 SRC and mediamix blk ctrl
 2022-05-24 11:34 UTC  (16+ messages)
` [PATCH 1/7] dt-bindings: soc: add bindings for i.MX93 SRC
` [PATCH 2/7] dt-bindings: soc: add bindings for i.MX93 mediamix blk ctrl
` [PATCH 6/7] arm64: dts: imx93: add src node
` [PATCH 7/7] arm64: dts: imx93: add mediamix blk ctrl node

[PATCH v10 00/15] Function Granular KASLR
 2022-05-24 11:33 UTC  (4+ messages)
` [PATCH v10 01/15] modpost: fix removing numeric suffixes

Proposing changes to the OpenBMC tree (to make upstreaming easier)
 2022-05-24 11:32 UTC  (8+ messages)

[PATCH v2 0/2] MIPS: Modify early_parse_mem()
 2022-05-24 11:31 UTC  (2+ messages)

[PATCH] MIPS: Kconfig: Fix indentation and add endif comment
 2022-05-24 11:31 UTC  (2+ messages)

[PATCH] powerpc/papr_scm: don't requests stats with '0' sized stats buffer
 2022-05-24 11:23 UTC  (2+ messages)

[PATCH] phy: dp83867: add dp83867_{read,write}_mmd helpers
 2022-05-24 11:31 UTC  (3+ messages)

[PATCH v4 00/15] Misc cleanups
 2022-05-24 10:34 UTC  (3+ messages)
` [PATCH v4 12/15] qga/wixl: require Mingw_bin
` [PATCH v4 13/15] qga/wixl: simplify some pre-processing

[PATCH u-boot v2019.04-aspeed-openbmc v5 0/2] Add support for IBM Genesis3
 2022-05-24 11:18 UTC  (3+ messages)
` [PATCH u-boot v2019.04-aspeed-openbmc v5 1/2] arm/dts: Add IBM Genesis3 board
` [PATCH u-boot v2019.04-aspeed-openbmc v5 2/2] arm/mach-aspeed: Add support for CONFIG_ASPEED_ROUTE_UART5_TO_UART1

[RFC] A new SPI API for fast, low-latency regmap peripheral access
 2022-05-24 11:30 UTC  (12+ messages)

[PATCH] drm/msm/disp/dpu1: remove supoerflous init
 2022-05-24 11:30 UTC  (3+ messages)

[PATCH v4 00/12] remove msize limit in virtio transport
 2022-05-24 11:29 UTC  (4+ messages)

[PATCH] dt-bindings: input: use generic node names
 2022-05-24 11:28 UTC  (3+ messages)

[PATCH v2] powerpc/papr_scm: Fix leaking nvdimm_events_map elements
 2022-05-24 11:09 UTC  (3+ messages)

[PATCH] cpufreq: fix race on cpufreq online
 2022-05-24 11:29 UTC  (13+ messages)
` [PATCH v3] "

[PATCH -next] powerpc/iommu: Add missing of_node_put in iommu_init_early_dart
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH v2 1/2] powerpc/powernv: Get L1D flush requirements from device-tree
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH v7 00/13] s390x: CPU Topology
 2022-05-24 11:27 UTC  (3+ messages)
` [PATCH v7 10/13] s390x: kvm: topology: interception of PTF instruction

[PATCH] selftests/powerpc: Handle more misreporting cases in spectre_v2
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH v2] macintosh: via-pmu and via-cuda need RTC_LIB
 2022-05-24 11:09 UTC  (2+ messages)

[powerpc] linux-next 20220520 boot failure (drc_pmem_query_stats)
 2022-05-24 11:26 UTC  (2+ messages)

[PATCHv4 00/16] scsi: EH rework prep patches, part 1
 2022-05-24 11:26 UTC  (4+ messages)
` [PATCH 06/16] qedf: use fc rport as argument for qedf_initiate_tmf()

[PATCH v2 0/6] KASAN support for 64-bit Book 3S powerpc
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH] powerpc/85xx: P2020: Add fsl,mpc8548-pmc node
 2022-05-24 11:09 UTC  (2+ messages)

Request for setup of new repositories
 2022-05-24 11:25 UTC  (8+ messages)

[PATCH] powerpc/numa: Associate numa node to its cpu earlier
 2022-05-24 11:09 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-05-24 11:25 UTC 

[PATCH] powerpc: dts: p2020: Define PMC node
 2022-05-24 11:24 UTC 

[PATCH] powerpc/powernv/pci: Drop VF MPS fixup
 2022-05-24 11:10 UTC  (2+ messages)

[Intel-gfx] [PATCH v5] drm/i915: Individualize fences before adding to dma_resv obj
 2022-05-24 11:23 UTC 

[PATCH 1/2] powerpc/64: Bump SIGSTKSZ and MINSIGSTKSZ
 2022-05-24 11:08 UTC  (2+ messages)

[PATCH 00/14] powerpc/rtas: various cleanups and improvements
 2022-05-24 11:08 UTC  (2+ messages)

[PATCH v2] powerpc/ftrace: Remove ftrace init tramp once kernel init is complete
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH v2 0/2] Link the PowerPC vDSO with ld.lld
 2022-05-24 11:08 UTC  (3+ messages)

[PATCH] arm64: dts: Add support for Stratix 10 Software Virtual Platform
 2022-05-24 11:23 UTC  (3+ messages)

[PATCH] powerpc: Fix all occurences of "the the"
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH 5.4 00/68] 5.4.196-rc1 review
 2022-05-24 11:23 UTC  (2+ messages)

[PATCH] selftest/powerpc/pmu/ebb: remove fixed_instruction.S
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH v3] x86/hvm: Widen condition for is_hvm_pv_evtchn_domain() and report fix in CPUID
 2022-05-24 11:22 UTC  (2+ messages)

[PATCH v2 0/3] Miscellaneous fixes for PMU driver
 2022-05-24 11:22 UTC  (4+ messages)
` [PATCH v2 3/3] RISC-V: Fix SBI PMU calls for RV32

[PATCH] powerpc/xive: Fix refcount leak in xive_spapr_init
 2022-05-24 11:09 UTC  (2+ messages)

[OE-core] [PATCH V4] meta: rust - Bug fix for target definitions returning 'NoneType' for arm
 2022-05-24 11:22 UTC  (4+ messages)
`  "

[PATCH 1/2] powerpc/perf: Fix the threshold compare group constraint for power10
 2022-05-24 11:09 UTC  (2+ messages)

[Bug 216007] New: XFS hangs in iowait when extracting large number of files
 2022-05-24 11:21 UTC  (2+ messages)
` [Bug 216007] "

[PATCH] powerpc/microwatt: Add mmu bits to device tree
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH] powerpc/powernv/flash: Check OPAL flash calls exist before using
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH] powerpc/pseries/vas: sysfs comments with the correct entries
 2022-05-24 11:09 UTC  (2+ messages)

[PATCH] powerpc/powernv/vas: Assign real address to rx_fifo in vas_rx_win_attr
 2022-05-24 11:09 UTC  (2+ messages)

[RFC PATCH] xen/docs: Document acquire resource interface
 2022-05-24 11:19 UTC 

[PATCH] powerpc: Export mmu_feature_keys[] as non-GPL
 2022-05-24 11:08 UTC  (2+ messages)

[PATCH 00/30] The panic notifiers refactor
 2022-05-24 11:08 UTC  (2+ messages)
` (subset) "

[PATCH v2] macintosh/via-pmu: Fix build failure when CONFIG_INPUT is disabled
 2022-05-24 11:09 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] lib/intel_batchbuffer: Use detected start offset in intel-bb instead 0x0
 2022-05-24 11:18 UTC 

About Cleanup ASoC
 2022-05-24 11:17 UTC  (2+ messages)

❌ FAIL: Test report for kernel 5.18.0 (mainline.kernel.org-clang, 140e40e3)
 2022-05-24 11:18 UTC 


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.