All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-10-13 07:51:23 to 2023-10-13 08:17:35 UTC [more...]

[RFC PATCH v2 00/78] Strict disable implicit fallthrough
 2023-10-13  8:03 UTC  (57+ messages)
` [RFC PATCH v2 01/78] include/qemu/compiler.h: replace QEMU_FALLTHROUGH with fallthrough
` [RFC PATCH v2 02/78] block: add fallthrough pseudo-keyword
` [RFC PATCH v2 04/78] qapi/opts-visitor: "
` [RFC PATCH v2 05/78] qobject/json: "
` [RFC PATCH v2 07/78] hw/virtio/virtio-balloon.c: "
` [RFC PATCH v2 09/78] hw/acpi/aml-build.c: "
` [RFC PATCH v2 10/78] hw/ide/atapi.c: "
` [RFC PATCH v2 11/78] hw/timer: "
` [RFC PATCH v2 12/78] hw/usb: "
` [RFC PATCH v2 13/78] hw/adc: "
` [RFC PATCH v2 14/78] util/error-report.c: "
` [RFC PATCH v2 15/78] accel/tcg: "
` [RFC PATCH v2 16/78] audio: "
` [RFC PATCH v2 17/78] ui/sdl2.c: "
` [RFC PATCH v2 18/78] ui/win32-kbd-hook.c: "
` [RFC PATCH v2 19/78] target/hppa: "
` [RFC PATCH v2 20/78] target/mips: "
` [RFC PATCH v2 21/78] target/sparc: "
` [RFC PATCH v2 22/78] target/ppc: "
` [RFC PATCH v2 23/78] target/arm: "
` [RFC PATCH v2 24/78] target/alpha: "
` [RFC PATCH v2 25/78] target/i386: "
` [RFC PATCH v2 28/78] target/avr: "
` [RFC PATCH v2 29/78] target/cris: "
` [RFC PATCH v2 30/78] target/nios2: "
` [RFC PATCH v2 31/78] target/xtensa: "
` [RFC PATCH v2 33/78] target/rx: "
` [RFC PATCH v2 35/78] target/sh4: "
` [RFC PATCH v2 36/78] target/openrisc: "
` [RFC PATCH v2 37/78] target/hexagon: "
` [RFC PATCH v2 39/78] hw/scsi: "
` [RFC PATCH v2 40/78] hw/sd/sdhci.c: "
` [RFC PATCH v2 42/78] hw/i386: "
` [RFC PATCH v2 44/78] hw/m68k/mcf_intc.c: "
` [RFC PATCH v2 45/78] hw/dma: "
` [RFC PATCH v2 49/78] hw/arm: "
` [RFC PATCH v2 53/78] nbd: "
` [RFC PATCH v2 55/78] hw/display: "
` [RFC PATCH v2 56/78] hw/input: "
` [RFC PATCH v2 57/78] hw/net: "
` [RFC PATCH v2 58/78] hw/ppc: "
` [RFC PATCH v2 59/78] hw/intc: "
` [RFC PATCH v2 60/78] qga: "
` [RFC PATCH v2 63/78] hw/ipmi: "
` [RFC PATCH v2 64/78] hw/mips: "
` [RFC PATCH v2 65/78] hw/nvme: "
` [RFC PATCH v2 66/78] hw/nvram/eeprom_at24c.c: "
` [RFC PATCH v2 67/78] hw/pci-host/pnv_phb3.c: "
` [RFC PATCH v2 68/78] hw/pci: "
` [RFC PATCH v2 69/78] hw/rdma/rdma_backend.c: "
` [RFC PATCH v2 70/78] hw/rtc: "
` [RFC PATCH v2 71/78] hw/s390x: "
` [RFC PATCH v2 72/78] hw/ssi: "
` [RFC PATCH v2 75/78] migration: "
` [RFC PATCH v2 77/78] tests/unit/test-char.c: "

[PATCH v6 00/12] iommu: Prepare to deliver page faults to user space
 2023-10-13  7:49 UTC  (2+ messages)

[RFC PATCH 00/78] Strict disable implicit fallthrough
 2023-10-13  7:57 UTC  (48+ messages)
` [RFC PATCH 04/78] qapi/opts-visitor: add fallthrough pseudo-keyword
` [RFC PATCH 05/78] qobject/json: "
` [RFC PATCH 07/78] hw/virtio/virtio-balloon.c: "
` [RFC PATCH 08/78] hw/block: "
` [RFC PATCH 09/78] hw/acpi/aml-build.c: "
` [RFC PATCH 14/78] util/error-report.c: "
` [RFC PATCH 15/78] accel/tcg: "
` [RFC PATCH 18/78] ui/win32-kbd-hook.c: "
` [RFC PATCH 19/78] target/hppa: "
` [RFC PATCH 20/78] target/mips: "
` [RFC PATCH 21/78] target/sparc: "
` [RFC PATCH 22/78] target/ppc: "
` [RFC PATCH 23/78] target/arm: "
` [RFC PATCH 24/78] target/alpha: "
` [RFC PATCH 25/78] target/i386: "
` [RFC PATCH 26/78] target/s390x: "
` [RFC PATCH 28/78] target/avr: "
` [RFC PATCH 29/78] target/cris: "
` [RFC PATCH 30/78] target/nios2: "
` [RFC PATCH 31/78] target/xtensa: "
` [RFC PATCH 32/78] target/m68k: "
` [RFC PATCH 33/78] target/rx: "
` [RFC PATCH 34/78] target/tricore: "
` [RFC PATCH 35/78] target/sh4: "
` [RFC PATCH 36/78] target/openrisc: "
` [RFC PATCH 37/78] target/hexagon: "
` [RFC PATCH 38/78] system/rtc.c: "
` [RFC PATCH 39/78] hw/scsi: "
` [RFC PATCH 40/78] hw/sd/sdhci.c: "
` [RFC PATCH 41/78] linux-user: "
` [RFC PATCH 42/78] hw/i386: "
` [RFC PATCH 43/78] hw/misc: "
` [RFC PATCH 44/78] hw/m68k/mcf_intc.c: "
` [RFC PATCH 45/78] hw/dma: "
` [RFC PATCH 46/78] disas: "
` [RFC PATCH 47/78] contrib/rdmacm-mux: "
` [RFC PATCH 48/78] contrib/vhost-user-scsi: "
` [RFC PATCH 49/78] hw/arm: "
` [RFC PATCH 51/78] chardev: "
` [RFC PATCH 52/78] hw/char: "
` [RFC PATCH 53/78] nbd: "
` [RFC PATCH 54/78] hw/core: "
` [RFC PATCH 55/78] hw/display: "
` [RFC PATCH 56/78] hw/input: "
` [RFC PATCH 57/78] hw/net: "

[PATCH v5 0/7] vdpa: Send all CVQ state load commands in parallel
 2023-10-13  8:09 UTC  (4+ messages)
` [PATCH v5 3/7] vdpa: Check device ack in vhost_vdpa_net_load_rx_mode()
` [PATCH v5 5/7] vdpa: Introduce cursors to vhost_vdpa_net_loadx()
` [PATCH v5 7/7] vdpa: Send cvq state load commands in parallel

[kvm-unit-tests PATCH 0/9] s390x: topology: Fixes and extension
 2023-10-13  8:16 UTC  (3+ messages)
` [kvm-unit-tests PATCH 4/9] s390x: topology: Don't use non unique message

[PATCH v3 00/13] Removal of QEMUFileHooks
 2023-10-13  8:02 UTC  (7+ messages)
` [PATCH v3 01/13] migration: Create migrate_rdma()
` [PATCH v3 04/13] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PATCH v3 05/13] migration/rdma: Unfold hook_ram_load()

[Outreachy Applicant] NEEDS SOME CLARIFICATIONS
 2023-10-13  8:17 UTC  (11+ messages)

[RFC PATCH 37/75] system/rtc.c: add fallthrough pseudo-keyword
 2023-10-13  7:48 UTC  (20+ messages)
` [RFC PATCH 38/75] hw/scsi: "
` [RFC PATCH 39/75] hw/sd/sdhci.c: "
` [RFC PATCH 40/75] linux-user: "
` [RFC PATCH 41/75] hw/i386: "
` [RFC PATCH 42/75] hw/misc: "
` [RFC PATCH 43/75] hw/m68k/mcf_intc.c: "
` [RFC PATCH 44/75] hw/dma: "
` [RFC PATCH 45/75] disas: "
` [RFC PATCH 46/75] contrib/rdmacm-mux: "
` [RFC PATCH 47/75] contrib/vhost-user-scsi: "
` [RFC PATCH 48/75] hw/arm: "
` [RFC PATCH 49/75] hw/audio: "
` [RFC PATCH 50/75] chardev: "
` [RFC PATCH 51/75] hw/char: "
` [RFC PATCH 52/75] nbd: "
` [RFC PATCH 53/75] hw/core: "
` [RFC PATCH 54/75] hw/display: "
` [RFC PATCH 55/75] hw/input: "
` [RFC PATCH 56/75] hw/net: "

Proszę o kontakt
 2023-10-13  8:11 UTC 

[PATCH v16 0/2] add debugfs to migration driver
 2023-10-13  8:16 UTC  (7+ messages)
` [PATCH v16 1/2] vfio/migration: Add debugfs to live "
` [PATCH v16 2/2] Documentation: add debugfs description for vfio

[RFC 0/2] iio: imu: Add driver and dt-bindings for BMI323
 2023-10-13  8:16 UTC  (11+ messages)
` [RFC 1/2] dt-bindings: iio: imu: Add DT binding doc "

[PATCH 00/15] sched: EEVDF and latency-nice and/or slice-attr
 2023-10-13  8:14 UTC  (7+ messages)
` [PATCH 03/15] sched/fair: Add lag based placement
      `  "

RK3568 some question
 2023-10-13  8:12 UTC 

[PATCH 0/3] Some cleanup of vop2 driver
 2023-10-13  8:12 UTC  (6+ messages)
` [PATCH 3/3] drm/rockchip: fix the plane format defination of rk3568/6

[PATCH] perf/x86/amd/uncore: fix error codes in amd_uncore_init()
 2023-10-13  8:12 UTC  (3+ messages)

[PATCH v1 0/6] thermal: core: Pass trip pointers to governor .throttle() callbacks
 2023-10-13  8:12 UTC  (2+ messages)

[PATCH 1/2] wifi: rtlwifi: cleanup struct rtl_ps_ctl
 2023-10-13  8:11 UTC  (2+ messages)

[RFC PATCH V2 00/18] vfio/pci: Back guest interrupts from Interrupt Message Store (IMS)
 2023-10-13  8:10 UTC  (3+ messages)
` [RFC PATCH V2 14/18] vfio/pci: Add core IMS support

[PATCH 0/4] Add Fairphone 5 thermals (PMK7325, PM7250B, PM7325)
 2023-10-13  8:09 UTC  (5+ messages)
` [PATCH 1/4] iio: adc: Add PM7325 PMIC7 ADC bindings
` [PATCH 2/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add PM7250B thermals
` [PATCH 3/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add PMK7325 thermals
` [PATCH 4/4] arm64: dts: qcom: qcm6490-fairphone-fp5: Add PM7325 thermals

❌ FAIL (SKIPPED 3 of 230): Test report for master (6.6.0-rc5, mainline.kernel.org-clang, 20f4757f)
 2023-10-13  8:10 UTC 

[igt-dev] [PATCH i-g-t v2 00/12] PAT and cache coherency support
 2023-10-13  8:07 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t v2 09/12] lib/intel_buf: support pat_index

[pinchartl:mtk/v6.6/pumpkin/camera 12/35] drivers/media/platform/mediatek/isp/isp_30/seninf/mtk_seninf.c:1425:12: warning: 'seninf_pm_resume' defined but not used
 2023-10-13  8:05 UTC 

[PATCH v4 0/6] Add octal DTR support for Macronix flash
 2023-10-13  8:06 UTC  (11+ messages)
` [PATCH v4 1/6] mtd: spi-nor: Add manufacturer read id function

[freescale-fslc:5.15-2.2.x-imx 627/25021] drivers/clk/imx/clk-imx-acm-utils.c:13: warning: Function parameter or member 'dev' not described in 'clk_imx_acm_attach_pm_domains'
 2023-10-13  8:05 UTC 

[PATCH RESEND] sched/psi: bail out early from irq time accounting
 2023-10-13  8:06 UTC  (2+ messages)
` [tip: sched/core] sched/psi: Bail "

[PATCH] sched: Fix stop_one_cpu_nowait() vs hotplug
 2023-10-13  8:06 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH 1/1] sched: Make PELT acronym definition searchable
 2023-10-13  8:06 UTC  (2+ messages)
` [tip: sched/core] "

[PATCH net-next] net/smc: add support for netdevice in containers
 2023-10-13  8:04 UTC  (5+ messages)

[PATCH v3 0/3] userfaultfd move option
 2023-10-13  8:04 UTC  (4+ messages)
` [PATCH v3 1/3] mm/rmap: support move to different root anon_vma in folio_move_anon_rmap()

[PATCH 1/2] thermal/core: Hardening the self-encapsulation
 2023-10-13  8:05 UTC  (6+ messages)
` [PATCH 2/2] thermal/core: Reorder the headers inclusion

[PATCH v2 00/13] thermal: tegra: Do not register cooling device
 2023-10-13  8:04 UTC  (3+ messages)
` [PATCH v2 04/13] thermal: tegra: Use driver-private data consistently

[Intel-gfx] [PATCH] drm/i915: Fix bigjoiner case for DP2.0
 2023-10-13  8:04 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for "

[PATCH 1/2] clk: ti: Fix missing omap4 mcbsp functional clock and aliases
 2023-10-13  8:03 UTC  (3+ messages)

[RESEND PATCH v2] rockchip: include: asm: fix entering download mode rk3066
 2023-10-13  8:01 UTC  (2+ messages)

[RFC PATCH] fs: introduce check for drop/inc_nlink
 2023-10-13  8:02 UTC  (2+ messages)

[PATCH] drm/msm: remove unnecessary NULL check
 2023-10-13  8:01 UTC  (3+ messages)

[PATCH v2] ARM: OMAP1: ams-delta: Fix MODEM initialization failure
 2023-10-13  8:01 UTC  (3+ messages)

[PATCH] perf data: Increase RLIMIT_NOFILE limit when open too many files in perf_data__create_dir()
 2023-10-13  7:59 UTC 

[PATCH net] net/smc: return the right falback reason when prefix checks fail
 2023-10-13  8:00 UTC  (2+ messages)

[PATCH v9 0/6] introduce tee-based EFI Runtime Variable Service
 2023-10-13  7:59 UTC  (5+ messages)
` [PATCH v9 6/6] tee: optee: restore efivars ops when tee-supplicant stops

[GIT PULL] STi DT changes for v6.7 #1
 2023-10-13  7:58 UTC  (2+ messages)

[Intel-xe] [RFC v1 00/17] uAPI Alignment - take 2
 2023-10-13  7:58 UTC  (5+ messages)
` [Intel-xe] [RFC v1 04/17] drm/xe: Add uAPI to query micro-controler firmware version

[PATCH v3 2/2] dts: reformat to 100 line length
 2023-10-13  7:58 UTC  (3+ messages)
` [PATCH v4 1/2] doc: increase python max line length to 100
  ` [PATCH v4 2/2] dts: reformat to 100 line length

[Intel-xe] [PATCH v4 0/6] Fix compatibility issue for intel_dmc
 2023-10-13  7:57 UTC  (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for Fix compatibility issue for intel_dmc (rev4)

[PATCH v2 1/2] doc: increase python max line length to 100
 2023-10-13  7:56 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] ovl: rely on SB_I_NOUMASK
 2023-10-13  7:56 UTC  (3+ messages)

[PATCH net-next v3 1/3] rust: core abstractions for network PHY drivers
 2023-10-13  7:56 UTC  (5+ messages)

Prosím kontaktujte
 2023-10-13  7:55 UTC 

Efektivní sledování a optimalizace výroby pro vaši společnost
 2023-10-13  7:55 UTC 

[PATCH 0/4] vdpa: decouple reset of iotlb mapping from device reset
 2023-10-13  7:55 UTC  (5+ messages)
` [PATCH 4/4] vdpa/mlx5: implement .reset_map driver op

[android-common:android13-5.10 2/3] block/blk-mq.h:281:17: error: 'struct task_struct' has no member named 'plug'
 2023-10-13  7:54 UTC 

Pozycjonowanie- informacja
 2023-10-13  7:40 UTC 

[PATCH v8 0/5] introduce tee-based EFI Runtime Variable Service
 2023-10-13  7:53 UTC  (5+ messages)
` [PATCH v8 4/5] efivarfs: automatically update super block flag

[PATCH] arm64: defconfig: add various drivers for Amlogic based boards
 2023-10-13  7:52 UTC  (4+ messages)

[bug report] btrfs: new ioctl TREE_SEARCH_V2
 2023-10-13  7:52 UTC 

[PATCH v3] tty: serial: meson: hard LOCKUP on crtscts mode
 2023-10-13  7:51 UTC  (4+ messages)


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.