All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-09-13 16:23:04 to 2023-09-13 16:43:41 UTC [more...]

cip-gitlab/ci/pavel/linux-test ltp-timers: 8 runs, 2 regressions (v5.10.191-cip38-29-g9e1aa2001db86)
 2023-09-13 16:43 UTC 

cip-gitlab/ci/pavel/linux-test ltp-pty: 5 runs, 2 regressions (v5.10.191-cip38-29-g9e1aa2001db86)
 2023-09-13 16:43 UTC 

[PATCH v2 00/13] comedi: Re-do HAS_IOPORT dependencies
 2023-09-13 16:40 UTC  (11+ messages)
  ` [PATCH v2 01/13] comedi: Correct dependencies for COMEDI_NI_PCIDIO
  ` [PATCH v2 02/13] comedi: comedi_8254: Use a call-back function for register access
  ` [PATCH v2 03/13] comedi: comedi_8254: Replace comedi_8254_init() and comedi_8254_mm_init()
  ` [PATCH v2 04/13] comedi: comedi_8254: Conditionally remove I/O port support
  ` [PATCH v2 05/13] comedi: 8255_pci: Conditionally remove devices that use port I/O
  ` [PATCH v2 06/13] comedi: comedi_8255: Rework subdevice initialization functions
  ` [PATCH v2 07/13] comedi: comedi_8255: Conditionally remove I/O port support
  ` [PATCH v2 08/13] comedi: ni_labpc_common: "
  ` [PATCH v2 09/13] comedi: ni_mio_common: Conditionally use I/O port or MMIO
  ` [PATCH v2 10/13] comedi: amplc_dio200_pci: Conditionally remove devices that use port I/O

[PATCH v5 0/7] Risc-V Kvm Smstateen
 2023-09-13 16:39 UTC  (24+ messages)
` [PATCH v5 1/7] RISC-V: Detect Smstateen extension
` [PATCH v5 2/7] dt-bindings: riscv: Add smstateen entry
` [PATCH v5 3/7] RISC-V: KVM: Add kvm_vcpu_config
` [PATCH v5 4/7] RISC-V: KVM: Enable Smstateen accesses
` [PATCH v5 5/7] RISCV: KVM: Add senvcfg context save/restore
` [PATCH v5 6/7] RISCV: KVM: Add sstateen0 "
` [PATCH v5 7/7] RISCV: KVM: Add sstateen0 to ONE_REG

[meta-ti][master/kirkstone][PATCH 1/2] recipes-bsp: u-boot: Add u-boot-mergeconfig.inc to handle fragment u-boot config
 2023-09-13 16:42 UTC  (3+ messages)
  ` [EXTERNAL] "

[RFC PATCH v2 00/35] ACPI/arm64: add support for virtual cpuhotplug
 2023-09-13 16:38 UTC  (107+ messages)
` [RFC PATCH v2 01/35] ACPI: Move ACPI_HOTPLUG_CPU to be disabled on arm64 and riscv
` [RFC PATCH v2 02/35] drivers: base: Use present CPUs in GENERIC_CPU_DEVICES
` [RFC PATCH v2 03/35] drivers: base: Allow parts of GENERIC_CPU_DEVICES to be overridden
` [RFC PATCH v2 04/35] drivers: base: Move cpu_dev_init() after node_dev_init()
` [RFC PATCH v2 05/35] drivers: base: Print a warning instead of panic() when register_cpu() fails
` [RFC PATCH v2 06/35] arm64: setup: Switch over to GENERIC_CPU_DEVICES using arch_register_cpu()
` [RFC PATCH v2 07/35] x86: intel_epb: Don't rely on link order
` [RFC PATCH v2 08/35] x86/topology: Switch over to GENERIC_CPU_DEVICES
` [RFC PATCH v2 09/35] LoongArch: "
` [RFC PATCH v2 10/35] riscv: "
` [RFC PATCH v2 11/35] arch_topology: Make register_cpu_capacity_sysctl() tolerant to late CPUs
` [RFC PATCH v2 12/35] ACPI: Use the acpi_device_is_present() helper in more places
` [RFC PATCH v2 13/35] ACPI: Rename acpi_scan_device_not_present() to be about enumeration
` [RFC PATCH v2 14/35] ACPI: Only enumerate enabled (or functional) devices
` [RFC PATCH v2 15/35] ACPI: processor: Add support for processors described as container packages
` [RFC PATCH v2 16/35] ACPI: processor: Register CPUs that are online, but not described in the DSDT
` [RFC PATCH v2 17/35] ACPI: processor: Register all CPUs from acpi_processor_get_info()
` [RFC PATCH v2 18/35] ACPI: Rename ACPI_HOTPLUG_CPU to include 'present'
` [RFC PATCH v2 19/35] ACPI: Move acpi_bus_trim_one() before acpi_scan_hot_remove()
` [RFC PATCH v2 20/35] ACPI: Rename acpi_processor_hotadd_init and remove pre-processor guards
` [RFC PATCH v2 21/35] ACPI: Add post_eject to struct acpi_scan_handler for cpu hotplug
` [RFC PATCH v2 22/35] ACPI: Check _STA present bit before making CPUs not present
` [RFC PATCH v2 23/35] ACPI: Warn when the present bit changes but the feature is not enabled
` [RFC PATCH v2 24/35] drivers: base: Implement weak arch_unregister_cpu()
` [RFC PATCH v2 25/35] LoongArch: Use the __weak version of arch_unregister_cpu()
` [RFC PATCH v2 26/35] arm64: acpi: Move get_cpu_for_acpi_id() to a header
` [RFC PATCH v2 27/35] ACPICA: Add new MADT GICC flags fields [code first?]
` [RFC PATCH v2 28/35] arm64, irqchip/gic-v3, ACPI: Move MADT GICC enabled check into a helper
` [RFC PATCH v2 29/35] irqchip/gic-v3: Don't return errors from gic_acpi_match_gicc()
` [RFC PATCH v2 30/35] irqchip/gic-v3: Add support for ACPI's disabled but 'online capable' CPUs
` [RFC PATCH v2 31/35] arm64: psci: Ignore DENIED CPUs
` [RFC PATCH v2 32/35] ACPI: add support to register CPUs based on the _STA enabled bit
` [RFC PATCH v2 33/35] arm64: document virtual CPU hotplug's expectations
` [RFC PATCH v2 34/35] ACPI: Add _OSC bits to advertise OS support for toggling CPU present/enabled
` [RFC PATCH v2 35/35] cpumask: Add enabled cpumask for present CPUs that can be brought online

cip/linux-5.10.y-cip build: 114 builds: 0 failed, 114 passed, 91 warnings (v5.10.191-cip38-29-g9e1aa2001db8)
 2023-09-13 16:41 UTC 

[PATCH net-next 0/3] mlxsw: Improve blocks selection for IPv6 multicast forwarding
 2023-09-13 16:40 UTC  (4+ messages)
` [PATCH net-next 1/3] mlxsw: Add 'ipv4_5' flex key
` [PATCH net-next 2/3] mlxsw: spectrum_acl_flex_keys: Add 'ipv4_5b' "
` [PATCH net-next 3/3] mlxsw: Edit IPv6 key blocks to use one less block for multicast forwarding

[PATCH] fstests: btrfs/261 fix failure if /var/lib/btrfs isn't writable
 2023-09-13 16:38 UTC  (2+ messages)

[PATCH] app/bbdev: fix link with NXP LA12XX
 2023-09-13 16:37 UTC  (2+ messages)

[PATCH v2] driver core: platform: set numa_node before platform_add_device()
 2023-09-13 16:37 UTC  (2+ messages)

Regression with raid1 in stable 5.15.132-rc1 and 6.1.53-rc1
 2023-09-13 16:31 UTC  (5+ messages)

[PATCH v18 0/2] Add quirk for PCIe root port on AMD systems
 2023-09-13 16:36 UTC  (6+ messages)
` [PATCH v18 2/2] PCI: Add a quirk for AMD PCIe root ports w/ USB4 controllers

[PATCH bpf-next] bpf, x64: Check imm32 first at BPF_CALL in do_jit()
 2023-09-13 16:36 UTC 

[PATCH] drm/tests: provide exit function
 2023-09-13 16:35 UTC  (5+ messages)

[PATCH v18 2/2] PCI: Add a quirk for AMD PCIe root ports w/ USB4 controllers
 2023-09-13 16:35 UTC  (2+ messages)

split up ->kill_sb
 2023-09-13 16:35 UTC  (4+ messages)
` [PATCH 01/19] fs: reflow deactivate_locked_super

[PATCH v3 0/3] perf: strcmp_cpuid_str() expression fixups
 2023-09-13 16:34 UTC  (4+ messages)
` [PATCH v3 1/3] perf pmu: Move pmu__find_core_pmu() to pmus.c

[PATCH] fstests: btrfs add more tests into the scrub group
 2023-09-13 16:33 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t] tests/meson.build: fix build on cross-compiled environments
 2023-09-13 16:34 UTC  (2+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

cleanup the filemap / direct I/O interaction v4
 2023-09-13 16:33 UTC  (7+ messages)
` [PATCH 03/12] filemap: update ki_pos in generic_perform_write
        ` [f2fs-dev] "

[PATCH] Stop using deprecated thread.setDaemon
 2023-09-13 16:32 UTC  (2+ messages)

[PATCH] net: hsr : Provide fix for HSRv1 supervisor frames decoding
 2023-09-13 16:32 UTC  (7+ messages)

[PATCH 0/3] separated wanted and unwanted skips in QEMU iotests
 2023-09-13 16:31 UTC  (4+ messages)
` [PATCH 3/3] iotests: distinguish 'skipped' and 'not run' states

Community Guidelines
 2023-09-13 16:31 UTC 

[PATCH v3] cxl/region: Match auto-discovered region decoders by HPA range
 2023-09-13 16:31 UTC  (2+ messages)

[PATCH] perf jevent: fix core dump on software events on s390
 2023-09-13 16:31 UTC  (2+ messages)

[Intel-gfx] [PATCH 0/7] Update GGTT with MI_UPDATE_GTT on MTL
 2023-09-13 16:30 UTC  (3+ messages)
` [Intel-gfx] [PATCH 2/7] drm/i915: Create a kernel context for GGTT updates

[RFC PATCH 0/6] KVM: gmem: Implement error_remove_page
 2023-09-13 16:28 UTC  (3+ messages)
` [RFC PATCH 2/6] KVM: guestmem_fd: Make error_remove_page callback to unmap guest memory

Security processes: YP needs
 2023-09-13 16:28 UTC  (3+ messages)
` [Openembedded-architecture] "
  ` [OE-core] "

[PATCH 0/3] memcg: more sophisticated stats flushing
 2023-09-13 16:26 UTC  (5+ messages)
` [PATCH 3/3] mm: memcg: optimize stats flushing for latency and accuracy

[PATCH] btrfs: scan forget for no instance of dev
 2023-09-13 16:26 UTC  (2+ messages)

[PATCH 1/3] riscv: Improve PTDUMP to show RSW with non-zero value
 2023-09-13 16:24 UTC  (6+ messages)
` [PATCH 2/3] riscv: Introduce PBMT field to PTDUMP
` [PATCH 3/3] riscv: Introduce NAPOT "

[RFT PATCH 00/15] drm: non-drm-misc drivers call drm_atomic_helper_shutdown() at the right times
 2023-09-13 16:25 UTC  (9+ messages)
` [RFT PATCH 03/15] drm/ingenic: Call drm_atomic_helper_shutdown() at shutdown time

[arm-integrator:b4/virt-to-phys-kfence 2/2] include/linux/kfence.h:58:47: error: 'char *' and 'void *' are not pointers to compatible types
 2023-09-13 16:25 UTC 

[PATCH -next v2] remoteproc: stm32: Clean up redundant dev_err_probe()
 2023-09-13 16:24 UTC  (3+ messages)

[PATCH] overlay: add test for persistent unique fsid
 2023-09-13 16:23 UTC  (2+ messages)

[PATCH v3 0/5] block-backend: process I/O in the current AioContext
 2023-09-13 16:23 UTC  (3+ messages)
` [PATCH v3 5/5] block-coroutine-wrapper: use qemu_get_current_aio_context()

cip/linux-5.10.y-cip baseline-nfs: 22 runs, 11 regressions (v5.10.191-cip38-17-g8dad6b499cfe5)
 2023-09-13 16:24 UTC 

cip/linux-5.10.y-cip baseline: 115 runs, 25 regressions (v5.10.191-cip38-17-g8dad6b499cfe5)
 2023-09-13 16:24 UTC 

[Intel-gfx] [PATCH v2 00/19] drm/i915: Load LUTs with DSB
 2023-09-13 16:24 UTC  (3+ messages)
` [Intel-gfx] [PATCH v2 12/19] drm/i915/dsb: Load LUTs using the DSB during vblank

[PATCH] perf/x86/amd: Do not WARN on every IRQ
 2023-09-13 16:24 UTC  (3+ messages)

[PATCH bpf-next 0/6] Zbb support and code simplification for RV64 JIT
 2023-09-13 16:23 UTC  (4+ messages)
` [PATCH bpf-next 4/6] riscv, bpf: Add necessary Zbb instructions

[PATCH v2] md: do not _put wrong device in md_seq_next
 2023-09-13 16:22 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.