All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-02-27 13:50:18 to 2023-02-27 14:18:16 UTC [more...]

[PULL 00/25] target-arm queue
 2023-02-27 14:01 UTC  (24+ messages)
` [PULL 01/25] include/hw/arm/allwinner-a10.h: Remove superfluous includes from the header
` [PULL 02/25] target/arm: Wrap breakpoint/watchpoint updates with tcg_enabled
` [PULL 03/25] target/arm: Wrap TCG-only code in debug_helper.c
` [PULL 04/25] target/arm: move translate modules to tcg/
` [PULL 05/25] target/arm: move helpers "
` [PULL 06/25] target/arm: Move psci.c into the tcg directory
` [PULL 07/25] target/arm: Wrap arm_rebuild_hflags calls with tcg_enabled
` [PULL 08/25] target/arm: Move hflags code into the tcg directory
` [PULL 10/25] target/arm: Don't access TCG code when debugging with KVM
` [PULL 11/25] cpu-defs.h: Expose CPUTLBEntryFull to non-TCG code
` [PULL 12/25] tests/avocado: add machine:none tag to version.py
` [PULL 13/25] hw/gpio/max7310: Simplify max7310_realize()
` [PULL 14/25] hw/char/pl011: Un-inline pl011_create()
` [PULL 15/25] hw/char/pl011: Open-code pl011_luminary_create()
` [PULL 16/25] hw/char/xilinx_uartlite: Expose XILINX_UARTLITE QOM type
` [PULL 17/25] hw/char/xilinx_uartlite: Open-code xilinx_uartlite_create()
` [PULL 18/25] hw/char/cmsdk-apb-uart: Open-code cmsdk_apb_uart_create()
` [PULL 19/25] hw/timer/cmsdk-apb-timer: Remove unused 'qdev-properties.h' header
` [PULL 20/25] hw/intc/armv7m_nvic: Use QOM cast CPU() macro
` [PULL 22/25] iothread: Remove unused IOThreadClass / IOTHREAD_CLASS
` [PULL 23/25] hw/irq: Declare QOM macros using OBJECT_DECLARE_SIMPLE_TYPE()
` [PULL 24/25] hw/or-irq: "
` [PULL 25/25] hw: Replace qemu_or_irq typedef by OrIRQState

[RESEND PULL 000/126] Buildsys / QOM / QDev / UI patches for 2023-02-27
 2023-02-27 14:02 UTC  (50+ messages)
` [PULL 011/126] target/hppa: Extract system helpers to sys_helper.c
` [PULL 012/126] target/alpha: Remove obsolete STATUS document
` [PULL 013/126] target/loongarch/cpu: Remove unused "sysbus.h" header
` [PULL 014/126] target/loongarch/cpu: Restrict "memory.h" header to sysemu
` [PULL 015/126] target/ppc/internal: Restrict MMU declarations "
` [PULL 016/126] target/ppc/kvm: Remove unused "sysbus.h" header
` [PULL 017/126] target/ppc: Fix warning with clang-15
` [PULL 018/126] target/riscv/cpu: Move Floating-Point fields closer
` [PULL 019/126] target/sparc/sysemu: Remove pointless CONFIG_USER_ONLY guard
` [PULL 020/126] target/xtensa/cpu: Include missing "memory.h" header
` [PULL 021/126] target/tricore: Remove unused fields from CPUTriCoreState
` [PULL 022/126] qom/object_interfaces: Fix QAPI headers included
` [PULL 024/126] exec: Remove unused 'qemu/timer.h' timer
` [PULL 025/126] tcg: Silent -Wmissing-field-initializers warning
` [PULL 026/126] tcg/tcg-op-gvec: Remove unused "qemu/main-loop.h" header
` [PULL 027/126] accel/tcg: Restrict 'qapi-commands-machine.h' to system emulation
` [PULL 028/126] accel/xen: Remove dead code
` [PULL 029/126] accel/kvm: Silent -Wmissing-field-initializers warning
` [PULL 031/126] replay: Extract core API to 'exec/replay-core.h'
` [PULL 032/126] tests/unit: Restrict machine-smp.c test to system emulation
` [PULL 033/126] softmmu: Silent -Wmissing-field-initializers warning
` [PULL 034/126] softmmu: Extract watchpoint API from physmem.c
` [PULL 035/126] qemu/typedefs: Sort in case-insensitive alphabetical order (again)
` [PULL 037/126] hw/qdev: Constify DeviceState* argument of qdev_get_parent_bus()
` [PULL 038/126] hw/cpu: Extend CPUState::cluster_index documentation
` [PULL 039/126] hw/i386/x86: Reduce init_topo_info() scope
` [PULL 040/126] hw/i386/ich9: Rename Q35_MASK to ICH9_MASK
` [PULL 045/126] hw/i386/pc_q35: Allow for setting properties before realizing TYPE_ICH9_LPC_DEVICE
` [PULL 046/126] hw/isa/lpc_ich9: Connect PM stuff to LPC internally
` [PULL 047/126] hw/isa/lpc_ich9: Remove redundant ich9_lpc_reset() invocation
` [PULL 048/126] hw/i386/ich9: Remove redundant GSI_NUM_PINS
` [PULL 049/126] hw: Move ioapic*.h to intc/
` [PULL 050/126] hw/i386/ich9: Clean up includes
` [PULL 052/126] hw/pci: Fix a typo
` [PULL 057/126] hw/sparc64/sun4u: Keep reference to ISA input IRQs in EbusState
` [PULL 067/126] hw/rtc/mc146818rtc: Pass MC146818RtcState instead of ISADevice argument
` [PULL 069/126] hw/timer/hpet: Include missing 'hw/qdev-properties.h' header
` [PULL 070/126] hw/audio/hda-codec: Avoid forward-declaring HDAAudioState
` [PULL 072/126] hw/audio/es1370: Replace container_of() by ES1370() QOM cast macro
` [PULL 086/126] hw/usb/uhci: Replace container_of() by UHCI_GET_CLASS() QOM macro
` [PULL 088/126] hw/usb/xhci-nec: Replace container_of() by NEC_XHCI() QOM cast macro
` [PULL 094/126] block/vvfat: Remove pointless check of NDEBUG
` [PULL 096/126] MAINTAINERS: Mark IDE and Floppy as "Odd Fixes"
` [PULL 102/126] hw/ide/isa: Remove intermediate ISAIDEState::irq variable
` [PULL 105/126] hw/ide: Include 'exec/ioport.h' instead of 'hw/isa/isa.h'
` [PULL 108/126] hw/ide: Rename ide_create_drive() -> ide_bus_create_drive()
` [PULL 109/126] hw/ide: Rename ide_register_restart_cb -> ide_bus_register_restart_cb
` [PULL 124/126] dump: Simplify compiling win_dump.o by introducing win_dump_available()
` [PULL 125/126] dump: Add create_win_dump() stub for non-x86 targets

[PATCH v16 00/11] s390x: CPU Topology
 2023-02-27 14:17 UTC  (22+ messages)
` [PATCH v16 06/11] s390x/cpu topology: interception of PTF instruction
` [PATCH v16 07/11] target/s390x/cpu topology: activating CPU topology
` [PATCH v16 08/11] qapi/s390x/cpu topology: set-cpu-topology monitor command
` [PATCH v16 09/11] machine: adding s390 topology to query-cpu-fast
` [PATCH v16 10/11] qapi/s390x/cpu topology: CPU_POLARIZATION_CHANGE qapi event
` [PATCH v16 11/11] docs/s390x/cpu topology: document s390x cpu topology

[LSF/MM/BPF TOPIC] XDP metadata for TX
 2023-02-27 14:17 UTC  (4+ messages)

bpf: Question about odd BPF verifier behaviour
 2023-02-27 14:17 UTC  (9+ messages)

[PATCH 0/3] tools: use xen-tools/libs.h for common definitions
 2023-02-27 14:17 UTC  (9+ messages)
` [PATCH 3/3] tools: add offsetof() to xen-tools/libs.h

[PATCH net] net: avoid skb end_offset change in __skb_unclone_keeptruesize()
 2023-02-27 14:17 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-02-27 14:16 UTC 

[Intel-gfx] [PATCH] drm/i915/display: Communicate display power demands to pcode more accurately
 2023-02-27 14:15 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.BAT: success for drm/i915/display: Communicate display power demands to pcode more accurately (rev2)

[PATCH v3 00/19] Support android boot image v3/v4
 2023-02-27 14:15 UTC  (4+ messages)
` [PATCH v3 18/19] test/py: android: extend abootimg test

[PATCH v3] drm/edid DSC pass-through timing support
 2023-02-27 10:58 UTC  (3+ messages)
` [PATCH v3 1/2] drm/edid: parse DRM VESA dsc bpp target

[PATCH] Fix snprintf format warnings during 'alsa' kselftest compilation
 2023-02-27 14:12 UTC  (5+ messages)

pull request: liquidio: remove lio_23xx_vsw.bin
 2023-02-27 14:12 UTC  (2+ messages)

[PATCH 4/5] afs: Zero bytes after 'oldsize' if we're expanding the file
 2023-02-27 14:09 UTC  (4+ messages)
` [PATCH 0/5] Fix a minor POSIX conformance problem

[PATCH] spi: spi-sn-f-ospi: fix white spaces and improve code formatting
 2023-02-27 14:09 UTC  (2+ messages)

[LSF/MM/BPF TOPIC] XDP Multi-Attach
 2023-02-27 14:08 UTC  (2+ messages)

[PATCH v2] blk-iocost: Pass disk queue to ioc_refresh_params
 2023-02-27 14:08 UTC  (3+ messages)

vmlinux.o: warning: objtool: mptscsih_abort+0x7f4: unreachable instruction
 2023-02-27 14:08 UTC  (3+ messages)

[PATCH] platform/x86/intel/tpmi: Fix double free reported by Smatch
 2023-02-27 14:06 UTC 

[PATCH v2 0/4] PHY: Add multilink DP support in Cadence Torrent PHY driver
 2023-02-27 13:31 UTC 

[PATCH v8 0/3] Firmware Support for USB-HID Devices and CP2112
 2023-02-27 14:07 UTC  (4+ messages)
` [PATCH v8 1/3] dt-bindings: i2c: Add CP2112 HID USB to SMBus Bridge
` [PATCH v8 2/3] HID: usbhid: Share USB device firmware node with child HID device
` [PATCH v8 3/3] HID: cp2112: Fwnode Support

[PATCH] wifi: mt76: add a check of vzalloc in mt7615_coredump_work
 2023-02-27 14:06 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 0/1] mpt3sas: Remove usage of dma_get_required_mask api
 2023-02-27 14:07 UTC  (8+ messages)
` [PATCH 1/1] "

[l1k:rpi-6.2.y-await-linktraining 162/583] drivers/mfd/rpisense-core.c:141:34: warning: 'rpisense_core_id' defined but not used
 2023-02-27 14:06 UTC 

[intel-tdx:kvm-upstream-workaround 435/440] vmlinux.o: warning: objtool: vmx_vcpu_enter_exit+0x2c: call to perf_event_guest_enter_exit() leaves .noinstr.text section
 2023-02-27 14:06 UTC 

[PATCH] nvme-tcp: don't access released socket during error recovery
 2023-02-27 14:06 UTC  (2+ messages)

[PATCH] nvme: fix sparse warning on effects masking
 2023-02-27 14:06 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-02-27 14:06 UTC 

[PATCH] nvme-auth: fix an error code in nvme_auth_process_dhchap_challenge()
 2023-02-27 14:05 UTC  (2+ messages)

[PATCH v5 0/2] hwmon: Add StarFive JH71X0 temperature sensor
 2023-02-27 14:03 UTC  (4+ messages)
` [PATCH v5 2/2] hwmon: (sfctemp) Add StarFive JH71x0 "

[PATCH v3] tools/memory-model: Make ppo a subrelation of po
 2023-02-27 14:03 UTC  (10+ messages)

[PATCH] hooks: add sendemail-validate-series
 2023-02-27 14:03 UTC  (2+ messages)

[PATCH] nvme-fabrics: show well known discovery name
 2023-02-27 14:02 UTC  (2+ messages)

[PATCH] arch/alpha/kernel: Remove form feed characters
 2023-02-27 14:01 UTC 

[PATCH 09/14] iommufd: Add iommufd_device_replace()
 2023-02-27 14:00 UTC  (5+ messages)

[PATCH -next v14 00/19] riscv: Add vector ISA support
 2023-02-27 13:58 UTC  (6+ messages)
` [PATCH -next v14 19/19] riscv: Enable Vector code to be built

[PATCH 0/5] rust: error: Add missing wrappers to convert to/from kernel error codes
 2023-02-27 13:59 UTC  (12+ messages)
` [PATCH 4/5] rust: error: Add a helper to convert a C ERR_PTR to a `Result`
` [PATCH 5/5] rust: error: Add from_kernel_result!() macro

[PATCH v3 00/27] Replace TARGET_TB_PCREL with CF_PCREL
 2023-02-27 13:52 UTC  (28+ messages)
` [PATCH v3 01/27] include/exec: Introduce `CF_PCREL`
` [PATCH v3 02/27] target/i386: set `CF_PCREL` in `x86_cpu_realizefn`
` [PATCH v3 03/27] target/arm: set `CF_PCREL` in `arm_cpu_realizefn`
` [PATCH v3 04/27] accel/tcg: Replace `TARGET_TB_PCREL` with `CF_PCREL`
` [PATCH v3 05/27] include/exec: "
` [PATCH v3 06/27] target/arm: "
` [PATCH v3 07/27] target/i386: "
` [PATCH v3 08/27] include/exec: Remove `TARGET_TB_PCREL` define
` [PATCH v3 09/27] target/arm: "
` [PATCH v3 10/27] target/i386: "
` [PATCH v3 11/27] accel/tcg: Move jmp-cache `CF_PCREL` checks to caller
` [PATCH v3 12/27] accel/tcg: Replace `tb_pc()` with `tb->pc`
` [PATCH v3 13/27] target/tricore: "
` [PATCH v3 14/27] target/sparc: "
` [PATCH v3 15/27] target/sh4: "
` [PATCH v3 16/27] target/rx: "
` [PATCH v3 17/27] target/riscv: "
` [PATCH v3 18/27] target/openrisc: "
` [PATCH v3 19/27] target/mips: "
` [PATCH v3 20/27] target/microblaze: "
` [PATCH v3 21/27] target/loongarch: "
` [PATCH v3 22/27] target/i386: "
` [PATCH v3 23/27] target/hppa: "
` [PATCH v3 24/27] target/hexagon: "
` [PATCH v3 25/27] target/avr: "
` [PATCH v3 26/27] target/arm: "
` [PATCH v3 27/27] include/exec: Remove `tb_pc()`

[linux-next:master] BUILD REGRESSION 7f7a8831520f12a3cf894b0627641fad33971221
 2023-02-27 13:57 UTC  (2+ messages)

[PATCH] i386: QEMU support LAM (Linear Address Masking)
 2023-02-27 13:52 UTC 

[PATCH v2] blk-ioprio: Introduce promote-to-rt policy
 2023-02-27 13:56 UTC  (3+ messages)

[PATCH v3 00/12] x86/mtrr: fix handling with PAT but without MTRR
 2023-02-27 13:56 UTC  (6+ messages)
` [PATCH v3 05/12] x86/xen: set MTRR state when running as Xen PV initial domain

RTT-PROBE: lore-subspace-rtt
 2023-02-27 13:56 UTC 

[bitbake-devel] [PATCH 1/2] doc: ref-variables: add LAYERSERIES_COMPAT to term glossary
 2023-02-27 13:55 UTC  (2+ messages)
`  "

[l1k:rpi-6.2.y-await-linktraining 562/583] drivers/media/i2c/imx290.c:1361:35: warning: variable 'xclk_freq' is uninitialized when used here
 2023-02-27 13:54 UTC 

[bug report] net/sched: cls_api: Support hardware miss to tc action
 2023-02-27 13:55 UTC  (2+ messages)

[PATCH v3 0/3] imx93: add ADC support
 2023-02-27 12:55 UTC  (4+ messages)
` [PATCH 1/3] dm: adc: add iMX93 "
` [PATCH 2/3] imx93_evk: add adc node to dts file
` [PATCH 3/3] imx93_evk: defconfig: add adc support

[PATCH] drm: omapdrm: Do not use helper unininitialized in omap_fbdev_init()
 2023-02-27 13:48 UTC  (3+ messages)

[PATCH] build: add crypto/ to SUBDIRS
 2023-02-27 13:54 UTC  (4+ messages)

[RFC PATCH 00/76] SSDFS: flash-friendly LFS file system for ZNS SSD
 2023-02-27 13:53 UTC  (2+ messages)

[PATCH] spi: spi-mem: s/dummy/data buswidth check in dtr_supports_op()
 2023-02-27 10:22 UTC  (2+ messages)

[PATCH 1/2] clk: sunxi: add THS clk/reset
 2023-02-27 10:20 UTC  (4+ messages)
` [PATCH 2/2] drivers: thermal: Introduce sun8i_thermal

[PATCH 1/2] cifs: improve checking of DFS links over STATUS_OBJECT_NAME_INVALID
 2023-02-27 13:53 UTC  (2+ messages)
` [PATCH 2/2] cifs: prevent data race in cifs_reconnect_tcon()

[PATCH] bcache: remove return value from bch_cached_dev_error
 2023-02-27 13:52 UTC  (2+ messages)

[PATCH 00/16] Header cleanups
 2023-02-27 13:51 UTC  (3+ messages)
` [PATCH v2 00/17] "

[PATCH v2 1/2] doc: ref-variables: add LAYERSERIES_COMPAT to term glossary
 2023-02-27 13:51 UTC  (2+ messages)
` [PATCH v2 2/2] bitbake-user-manual: update Hello World example

[PATCH v5 0/7] Introduce __xchg, non-atomic xchg
 2023-02-27 13:49 UTC  (8+ messages)
  ` [Intel-gfx] "

Servicio de la flota
 2023-02-27  8:45 UTC 

[PATCH v2 00/20] vfio: Add migration pre-copy support and device dirty tracking
 2023-02-27 13:50 UTC  (6+ messages)

[PATCH] arm64: defconfig: Fix unintentional disablement of PCI on i.MX
 2023-02-27 13:50 UTC  (2+ messages)

[PATCH] ARM: dts: aspeed: p10bmc: Update battery node name
 2023-02-27 13:50 UTC  (2+ messages)

[GIT PULL] fixes: ARM: dts: samsung: Fixes for v6.3
 2023-02-27 13:50 UTC  (2+ messages)

[PATCH] arm64: defconfig: Add IOSCHED_BFQ to the default configs
 2023-02-27 13:50 UTC  (2+ messages)

[PATCH] ARM: dts: spear320-hmi: correct STMPE GPIO compatible
 2023-02-27 13:50 UTC  (2+ messages)

Patchwork summary for: linux-soc
 2023-02-27 13:50 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.