messages from 2023-10-16 09:40:30 to 2023-10-16 10:22:18 UTC [more...]
[PATCH] bitmap: fix n__ signess
2023-10-16 10:21 UTC (4+ messages)
[PATCH 00/20] mtd: Convert to platform remove callback returning void
2023-10-16 10:21 UTC (8+ messages)
` [PATCH 01/20] mtd: rawnand: txx9ndfmc: Mark driver struct with __refdata to prevent section mismatch warning
[PATCH v2] watchdog: apple: Deactivate on suspend
2023-10-16 10:21 UTC (2+ messages)
[PATCH 0/6] Unify sub-device state access functions
2023-10-16 10:21 UTC (7+ messages)
` [PATCH 2/6] media: v4l: subdev: Also return pads array information on stream functions
[PATCH v2 1/2] oeqa: wic: Add test for --no-table option
2023-10-16 10:20 UTC (2+ messages)
[PATCH net-next v3 0/6] Create a binding for the Marvell MV88E6xxx DSA switches
2023-10-16 10:20 UTC (4+ messages)
` [PATCH net-next v3 1/6] dt-bindings: marvell: Rewrite MV88E6xxx in schema
git log --patch for a particular file
2023-10-16 10:20 UTC
[PATCH v6 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
2023-10-16 10:20 UTC (9+ messages)
` [PATCH v6 2/3] clocksource: Add JH7110 timer driver
[PATCH v1] Documentation: driver-api: pps: Update PPS generator documentation
2023-10-16 10:19 UTC
[PATCH v1 00/13] Improve TLB invalidation logic
2023-10-16 10:18 UTC (2+ messages)
[PATCH] qla2xxx: Fix double free of dsd_list during driver load
2023-10-16 10:17 UTC
[PATCH v11 00/56] Add DELETE_BUF ioctl
2023-10-16 10:17 UTC (4+ messages)
` [PATCH v11 40/56] sample: v4l: Stop direct calls to queue num_buffers field
[PATCH v4 0/2] mm: Don't set and reset page count in MEMINIT_EARLY
2023-10-16 10:17 UTC (16+ messages)
` [PATCH v4 2/2] mm: Init page count in reserve_bootmem_region when MEMINIT_EARLY
[PATCH net-next v3 0/7] net: dsa: microchip: provide Wake on LAN support
2023-10-16 10:17 UTC (7+ messages)
` [PATCH net-next v3 2/7] net: dsa: microchip: Set unique MAC at startup for WoL support
` [PATCH net-next v3 3/7] net: dsa: microchip: ksz9477: add Wake on LAN support
[PATCH v3 0/3] Revamp k3-socinfo driver
2023-10-16 10:16 UTC (6+ messages)
` [PATCH v3 1/3] soc: ti k3-socinfo: Fix typo
` [PATCH v3 2/3] soc: ti: k3-socinfo: Avoid overriding ret
` [PATCH v3 3/3] soc: ti: k3-socinfo: Revamp driver to accommodate different rev structs
[freescale-fslc:6.1-2.1.x-imx 553/15768] drivers/clk/imx/clk-blk-ctrl.c:305:34: warning: 'imx_blk_ctrl_of_match' defined but not used
2023-10-16 10:16 UTC
[Intel-xe] [PATCH 0/2] Event tracing for GuC CTB
2023-10-16 10:17 UTC (6+ messages)
` [Intel-xe] ✓ CI.Patch_applied: success for "
` [Intel-xe] ✗ CI.checkpatch: warning "
` [Intel-xe] ✓ CI.KUnit: success "
` [Intel-xe] [PATCH 1/2] drm/xe: Add event tracing for CTB
` [Intel-xe] [PATCH 2/2] drm/xe/trace: Optimize trace definition
[PATCH v5 4/8] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
2023-10-16 10:15 UTC (2+ messages)
[PATCH] vhost-user: Fix protocol feature bit conflict
2023-10-16 10:13 UTC (2+ messages)
[PULL 00/38] Migration 20231016 patches
2023-10-16 10:07 UTC (39+ messages)
` [PULL 01/38] migration: refactor migration_completion
` [PULL 02/38] migration: Use g_autofree to simplify ram_dirty_bitmap_reload()
` [PULL 03/38] migration: Allow user to specify available switchover bandwidth
` [PULL 04/38] migration: fix RAMBlock add NULL check
` [PULL 05/38] migration: Add the configuration vmstate to the json writer
` [PULL 06/38] migration: Fix analyze-migration.py 'configuration' parsing
` [PULL 07/38] migration: Add capability parsing to analyze-migration.py
` [PULL 08/38] migration: Fix analyze-migration.py when ignore-shared is used
` [PULL 09/38] migration: Fix analyze-migration read operation signedness
` [PULL 10/38] tests/qtest/migration: Add a test for the analyze-migration script
` [PULL 11/38] tests/qtest: migration-test: Add tests for file-based migration
` [PULL 12/38] migration: hold the BQL during setup
` [PULL 13/38] migration: Non multifd migration don't care about multifd flushes
` [PULL 14/38] migration: Create migrate_rdma()
` [PULL 15/38] migration/rdma: Unfold ram_control_before_iterate()
` [PULL 16/38] migration/rdma: Unfold ram_control_after_iterate()
` [PULL 17/38] migration/rdma: Remove all uses of RAM_CONTROL_HOOK
` [PULL 18/38] migration/rdma: Unfold hook_ram_load()
` [PULL 19/38] migration/rdma: Create rdma_control_save_page()
` [PULL 20/38] qemu-file: Remove QEMUFileHooks
` [PULL 21/38] migration/rdma: Move rdma constants from qemu-file.h to rdma.h
` [PULL 22/38] migration/rdma: Remove qemu_ prefix from exported functions
` [PULL 23/38] migration/rdma: Check sooner if we are in postcopy for save_page()
` [PULL 24/38] migration/rdma: Use i as for index instead of idx
` [PULL 25/38] migration/rdma: Declare for index variables local
` [PULL 26/38] migration/rdma: Remove all "ret" variables that are used only once
` [PULL 27/38] migration: Improve json and formatting
` [PULL 28/38] migration: check for rate_limit_max for RATE_LIMIT_DISABLED
` [PULL 29/38] multifd: fix counters in multifd_send_thread
` [PULL 30/38] multifd: reset next_packet_len after sending pages
` [PULL 31/38] migration/ram: Refactor precopy ram loading code
` [PULL 32/38] migration/ram: Remove RAMState from xbzrle_cache_zero_page
` [PULL 33/38] migration/ram: Stop passing QEMUFile around in save_zero_page
` [PULL 34/38] migration/ram: Move xbzrle zero page handling into save_zero_page
` [PULL 35/38] migration/ram: Merge save_zero_page functions
` [PULL 36/38] migration/multifd: Remove direct "socket" references
` [PULL 37/38] migration/multifd: Unify multifd_send_thread error paths
` [PULL 38/38] migration/multifd: Clarify Error usage in multifd_channel_connect
[PATCH v6 0/8] soc/tegra: fuse: Add ACPI support
2023-10-16 10:14 UTC (9+ messages)
` [PATCH v6 1/8] mm/util: Introduce kmemdup_array()
` [PATCH v6 2/8] soc/tegra: fuse: Use dev_err_probe for probe failures
` [PATCH v6 3/8] soc/tegra: fuse: Refactor resource mapping
` [PATCH v6 4/8] soc/tegra: fuse: Add tegra_acpi_init_apbmisc()
` [PATCH v6 5/8] soc/tegra: fuse: Add function to add lookups
` [PATCH v6 6/8] soc/tegra: fuse: Add function to print SKU info
` [PATCH v6 7/8] soc/tegra: fuse: Add ACPI support for Tegra194 and Tegra234
` [PATCH v6 8/8] soc/tegra: fuse: Add support for Tegra241
stable-rc/linux-5.4.y build: 17 builds: 0 failed, 17 passed, 26 warnings (v5.4.258-44-ga8161789be4b)
2023-10-16 10:15 UTC
[PATCH v1 0/5] mm, kpageflags: support folio and fix output for compound pages
2023-10-16 10:13 UTC (6+ messages)
[Buildroot] [PATCH v4 01/10] package/binutils-bare-metal: new package
2023-10-16 10:12 UTC (20+ messages)
` [Buildroot] [PATCH v4 02/10] package/gcc-bare-metal: "
` [Buildroot] [PATCH v4 03/10] package/newlib-bare-metal: "
` [Buildroot] [PATCH v4 04/10] toolchain/toolchain-bare-metal: new toolchain
` [Buildroot] [PATCH v4 05/10] boot/zynqmp-firmware: new boot firmware
` [Buildroot] [PATCH v4 06/10] boot/uboot.mk: new zynqmp pmufw build option
` [Buildroot] [PATCH v4 07/10] configs/zynqmp*: build pmufw source
` [Buildroot] [PATCH v4 08/10] boot/versal-firmware: new boot firmware
` [Buildroot] [PATCH v4 09/10] configs/versal_vck190_defconfig: build plm and psmfw source
` [Buildroot] [PATCH v4 10/10] package/versal-firmware: remove package
[PATCH 0/5] OPP: Minor cleanups
2023-10-16 10:11 UTC (11+ messages)
` [PATCH 1/5] OPP: Fix formatting of if/else block
` [PATCH 2/5] OPP: Add _link_required_opps() to avoid code duplication
` [PATCH 3/5] OPP: Reorder code in _opp_set_required_opps_genpd()
` [PATCH 4/5] OPP: Remove genpd_virt_dev_lock
` [PATCH 5/5] OPP: No need to defer probe from _opp_attach_genpd()
[PATCH v3 0/3] Fine grain sysregs allowed to trap for nested virtualization
2023-10-16 10:11 UTC (11+ messages)
` [PATCH v3 3/3] arm64/kvm: Fine grain _EL2 system registers list that affect "
[igt-dev] [PATCH i-g-t] tests/kms_plane: test odd size planar yuv
2023-10-16 10:11 UTC (2+ messages)
[PATCH v10 0/8] Add StarFive Camera Subsystem driver
2023-10-16 10:09 UTC (2+ messages)
[PATCH V6 0/9] Add architecture agnostic code to support vCPU Hotplug
2023-10-16 10:09 UTC (7+ messages)
[PATCH v3 0/6] Fixes and improvements for RS485
2023-10-16 10:10 UTC (8+ messages)
` [PATCH v3 3/6] serial: core: fix sanitizing check for RTS settings
stable-rc/linux-6.1.y build: 20 builds: 0 failed, 20 passed, 1 warning (v6.1.58-132-g9b707223d2e98)
2023-10-16 10:10 UTC
[PATCH printk v2 04/11] printk: nbcon: Provide functions to mark atomic write sections
2023-10-16 10:09 UTC (7+ messages)
` panic context: was: "
[PATCH v3 00/38] arm64: Remove cpus_have_const_cap()
2023-10-16 10:08 UTC (5+ messages)
` [PATCH v3 33/38] arm64: Avoid cpus_have_const_cap() for ARM64_WORKAROUND_1742098
[PATCH] ldd: Do not recommend binutils as the safer option
2023-10-16 10:08 UTC (2+ messages)
[PATCH v4] x86/bugs: Add a separate config for each mitigation
2023-10-16 10:07 UTC (14+ messages)
[PATCH 0/6] arm64: xilinx: Tune DTSes to remove warnings from make W=1 dtbs
2023-10-16 10:07 UTC (3+ messages)
[PATCH v5 00/10] runstate/time area registration by (guest) physical address
2023-10-16 10:07 UTC (4+ messages)
` [CRITICAL for 4.18] "
[PATCH 0/5] Add ZynqMP efuse access support
2023-10-16 10:06 UTC (14+ messages)
` [PATCH 2/5] dt-bindings: nvmem: Convert xlnx,zynqmp-nvmem.txt to yaml
[PATCH v4] unit tests: Add a project plan document
2023-10-16 10:07 UTC (3+ messages)
` [PATCH v8 0/3] Add unit test framework and project plan
[PATCH net-next v2 0/3] fix forced link mode for KSZ886X switches
2023-10-16 10:06 UTC (3+ messages)
` [PATCH net-next v2 1/3] net: phy: micrel: Extend KSZ886X PHY Special Ctrl/Status Reg definitions
[PATCH v2 1/2] raw/cnxk_gpio: support multi-process mode
2023-10-16 10:04 UTC (3+ messages)
` [PATCH v3 "
` [PATCH v3 2/2] raw/cnxk_gpio: add bunch of newlines
[PATCH v2] iio: afe: rescale: Accept only offset channels
2023-10-16 10:05 UTC (4+ messages)
[PATCH] serial: amba-pl011: set fwnode from parent device
2023-10-16 10:04 UTC (3+ messages)
[GIT PULL]: clk: meson: amlogic clock updates for v6.7
2023-10-16 9:58 UTC (2+ messages)
[Intel-xe] [PATCH v6 0/3] Remove Stubs in HDCP code
2023-10-16 10:04 UTC (2+ messages)
` [Intel-xe] ✓ CI.BAT: success for Remove Stubs in HDCP code (rev6)
[PATCH v7 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
2023-10-16 10:01 UTC (7+ messages)
` [PATCH v7 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
[PATCH V5 0/9] Add architecture agnostic code to support vCPU Hotplug
2023-10-16 10:01 UTC (5+ messages)
` [PATCH V5 4/9] hw/acpi: Init GED framework with CPU hotplug events
❌ FAIL (MISSED 11 of 230): Test report for master (6.6.0-rc5, mainline.kernel.org-clang, fbe1bf1e)
2023-10-16 10:01 UTC
[PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support
2023-10-16 9:59 UTC (4+ messages)
` [GIT PULL] drm: renesas: shmobile: Atomic conversion + DT support (was: Re: [PATCH v4 00/41] drm: renesas: shmobile: Atomic conversion + DT support)
` [GIT PULL v2] "
[PATCH V2 0/2] Add partial initialization support
2023-10-16 9:56 UTC (4+ messages)
` [PATCH V2 2/2] mmc: sdhci-msm: Enable MMC_CAP2_SLEEP_AWAKE for Qualcomm controllers
-drive if=none: can't we make this the default?
2023-10-16 9:55 UTC (2+ messages)
[PATCH 0/5] PM: domains: Drop pm_genpd_opp_to_performance_state()
2023-10-16 9:57 UTC (3+ messages)
` (subset) "
[PATCH] mmc: cqhci: Be more verbose in error irq handler
2023-10-16 9:56 UTC
Performance Issue with CXL-emulation
2023-10-16 9:55 UTC (2+ messages)
[PATCH v5 06/10] x86/mem-sharing: copy GADDR based shared guest areas
2023-10-16 9:55 UTC (3+ messages)
` [PATCH v6 "
[PATCH v2] mtd: micron-st: enable lock/unlock for mt25qu512a
2023-10-16 9:39 UTC (15+ messages)
[PATCH] pmdomain: imx: gpc: set fwnode from parent device
2023-10-16 9:53 UTC (4+ messages)
[PATCH vfio 10/11] vfio/virtio: Expose admin commands over virtio device
2023-10-16 9:53 UTC (13+ messages)
[Buildroot] [Bug 15546] New: raspberry pi zero 2 w no Wi-Fi device
2023-10-16 9:53 UTC (2+ messages)
` [Buildroot] [Bug 15546] "
[PATCH net-next 0/2] net: Use SMP threads for backlog NAPI (or optional)
2023-10-16 9:53 UTC (5+ messages)
[Buildroot] [git commit] docs/website: Update for 2023.02.6
2023-10-16 9:52 UTC
[Buildroot] [git commit] Update for 2023.02.6
2023-10-16 9:46 UTC
[PATCH] KVM: x86: hyper-v: Don't auto-enable stimer during deserialization
2023-10-16 9:52 UTC
[PATCH] perf/x86/amd/uncore: Fix return code for init
2023-10-16 9:51 UTC (2+ messages)
` [tip: perf/core] perf/x86/amd/uncore: Pass through error code for initialization failures, instead of -ENODEV
[PATCH v4 0/9] runstate/time area registration by (guest) physical address
2023-10-16 9:50 UTC (7+ messages)
` [PATCH v4 5/9] x86/mem-sharing: copy GADDR based shared guest areas
[PATCH net 0/2] net/sched: sch_hfsc: safely allow 'rt' inner curves
2023-10-16 9:50 UTC (3+ messages)
[PATCH v2 0/7] PMU performance improvements
2023-10-16 9:50 UTC (4+ messages)
` [PATCH v2 6/7] perf pmu-events: Remember the perf_events_map for a PMU
[virtio-comment] [PATCH v1 0/8] Introduce device migration support commands
2023-10-16 9:50 UTC (36+ messages)
` [virtio-comment] [PATCH v1 1/8] admin: Add theory of operation for device migration
` [virtio-comment] [PATCH v1 3/8] device-context: Define the device context fields "
` [virtio-comment] "
[PATCH] net/tls: Fix slab-use-after-free in tls_encrypt_done
2023-10-16 9:50 UTC (3+ messages)
stable-rc/linux-4.19.y build: 19 builds: 3 failed, 16 passed, 20 warnings (v4.19.296-42-gb3c2ae79aa73)
2023-10-16 9:50 UTC
iperf performance regression since Linux 5.18
2023-10-16 9:49 UTC (9+ messages)
[PATCH] scripts: Mark feature_to_c.py as non-executable to fix a build issue
2023-10-16 9:49 UTC
[PATCH 00/17] More build system cleanups, optional non-relocatable installs
2023-10-16 9:48 UTC (7+ messages)
` [PATCH 03/17] meson, cutils: allow "
` [PATCH 04/17] configure: clean up handling of CFI option
[igt-dev] Request for information on the igt-gpu-tools intel_infoframes test
2023-10-16 9:47 UTC (2+ messages)
[PATCH] drm/bridge: lt9611uxc: fix the race in the error path
2023-10-16 9:47 UTC (3+ messages)
[PATCH] iio: sanity check available_scan_masks array
2023-10-16 9:46 UTC (7+ messages)
[xen-unstable test] 183379: tolerable FAIL
2023-10-16 9:46 UTC
[PATCH 0/3] hw/pci-host/sh_pcic: Style cleanup
2023-10-16 9:44 UTC (2+ messages)
[PATCH v2] selftests/x86/lam: Zero out buffer for readlink()
2023-10-16 9:44 UTC (2+ messages)
` [tip: x86/mm] "
[GIT PULL] pinctrl: samsung: drivers for v6.7
2023-10-16 9:42 UTC (3+ messages)
[PATCH v3 RESEND 0/9] drm/bridge: imx: Add i.MX93 MIPI DSI support
2023-10-16 9:42 UTC (4+ messages)
[PATCH] UBSAN: array-index-out-of-bounds in udf_process_sequence
2023-10-16 9:41 UTC (2+ messages)
[PATCH] target/hexagon: avoid invalid escape in Python string
2023-10-16 9:40 UTC
[PATCH] docs/sphinx: avoid invalid escape in Python string
2023-10-16 9:40 UTC
[Buildroot] [git commit] docs/website: Update for 2023.08.2
2023-10-16 9:40 UTC
[PATCH] tracetool: avoid invalid escape in Python string
2023-10-16 9:40 UTC
[Buildroot] [git commit] Update for 2023.08.2
2023-10-16 9:34 UTC
[PATCH] tests/vm: avoid invalid escape in Python string
2023-10-16 9:40 UTC
[PATCH] tests/avocado: avoid invalid escape in Python string
2023-10-16 9:40 UTC
[PATCH] tests/vm: netbsd: install dtc
2023-10-16 9:39 UTC (5+ messages)
[XEN PATCH] xen: Add SAF deviations for MISRA C:2012 Rule 7.1
2023-10-16 9:40 UTC (8+ messages)
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.