All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-05-19 17:10:34 to 2024-05-19 21:09:33 UTC [more...]

[PATCH v5 1/1] ALSA: hda/tas2781: Add tas2781 hda driver based on SPI
 2024-05-19 18:40 UTC  (3+ messages)

[PATCH V9 0/8] Add architecture agnostic code to support vCPU Hotplug
 2024-05-19 21:06 UTC  (9+ messages)
` [PATCH V9 1/8] accel/kvm: Extract common KVM vCPU {creation, parking} code
  ` [PATCH V9 1/8] accel/kvm: Extract common KVM vCPU {creation,parking} code
` [PATCH V9 2/8] hw/acpi: Move CPU ctrl-dev MMIO region len macro to common header file
` [PATCH V9 3/8] hw/acpi: Update ACPI GED framework to support vCPU Hotplug
` [PATCH V9 4/8] hw/acpi: Update GED _EVT method AML with CPU scan
` [PATCH V9 5/8] hw/acpi: Update CPUs AML with cpu-(ctrl)dev change

[PATCH] rust: avoid unused import warning in `rusttest`
 2024-05-19 21:07 UTC 

[PATCH] cpuidle: teo: fix underflow of recent intercepts
 2024-05-19 21:03 UTC 

[Buildroot] [PATCH v3 0/3] swtpm and libtpms host packages
 2024-05-19 21:02 UTC  (4+ messages)
` [Buildroot] [PATCH v3 1/3] package/json-glib: add host build
` [Buildroot] [PATCH v3 2/3] package/libtpms: add host package
` [Buildroot] [PATCH v3 3/3] package/swtpm: "

[PATCH v2 1/3] perf report: Support LLVM for addr2line()
 2024-05-19 21:01 UTC  (3+ messages)

[PATCH v2 0/2] Add threshold events support
 2024-05-19 21:00 UTC  (7+ messages)
` [PATCH v2 1/2] iio: temperature: mcp9600: Provide index for both channels
` [PATCH v2 2/2] iio: temperature: mcp9600: add threshold events support

[PATCH v2] Add a trie to map quickly from address range to compilation unit
 2024-05-19 20:58 UTC  (4+ messages)

[PATCH v3 00/12] MIPS: Boston: Various enhancements
 2024-05-19 20:57 UTC  (22+ messages)
` [PATCH v3 01/12] pci: xilinx: Handle size of ecam region properly
` [PATCH v3 02/12] pci: auto: Reduce bridge mem alignment boundary for boston
` [PATCH v3 03/12] pci: Enable PCI_MAP_SYSTEM_MEMORY when ARCH_MAP_SYSMEM is not set
` [PATCH v3 06/12] MIPS: Provide dummy acpi_table.h
` [PATCH v3 07/12] MIPS: boston: Imply various options
` [PATCH v3 08/12] MIPS: boston: Provide default env vars
` [PATCH v3 09/12] clk: boston: Allow to get regmap from parent device
` [PATCH v3 10/12] dts/upstream: Add Makefile for MIPS
` [PATCH v3 11/12] MIPS: boston: Migrate to OF_UPSTREAM
` [PATCH v3 12/12] mailmap: Update email for Paul Burton

[PATCH 00/10] xtensa: Enable qemu-xtensa board
 2024-05-19 20:53 UTC  (11+ messages)
` [PATCH 01/10] xtensa: Move dram_init to xtfpga board file
` [PATCH 02/10] xtensa: Correct define of _end symbol
` [PATCH 03/10] xtensa: Implement phys virt conversion for PTP_MMU
` [PATCH 04/10] xtensa: Define PLATFORM_ELFFLAGS
` [PATCH 05/10] xtensa: Bring in semihosting headers and config options
` [PATCH 06/10] drivers: serial: Add xtensa semihosting driver
` [PATCH 07/10] drivers: cpu: Add xtensa CPU driver
` [PATCH 08/10] dts/upsteam: Add Makefile for xtensa
` [PATCH 09/10] board: emulation: New board qemu-xtensa
` [PATCH 10/10] doc: New documentation for qemu-xtensa

[PATCH] ufs: mcq: Fix missing argument 'hba' in MCQ_OPR_OFFSET_n
 2024-05-19 20:39 UTC  (3+ messages)

Workaround for uid_map error on Ubuntu 24.04
 2024-05-19 20:47 UTC  (2+ messages)
` [yocto] "

[Outreachy][PATCH] Port helper/test-strcmp-offset.c to unit-tests/t-strcmp-offset.c
 2024-05-19 20:44 UTC  (2+ messages)
` [GSoC][PATCH v2] t/: port "

[PATCH] ARM: dts: renesas: Reserve space in 64bit R-Car DTs
 2024-05-19 20:40 UTC 

[PATCH] ARM: dts: renesas: Remove leftovers after OF_UPSTREAM conversion
 2024-05-19 20:39 UTC 

[PATCH] spidev: Introduce "linux,spidev-name" property for device tree of spidev
 2024-05-19 20:35 UTC  (2+ messages)

[PATCH] dt-bindings: usb: gpio-sbu-mux: Add an entry for TMUXHS4212
 2024-05-19 20:27 UTC  (3+ messages)

[PATCH v5 00/28] NT synchronization primitive driver
 2024-05-19 20:24 UTC  (29+ messages)
` [PATCH v5 01/28] ntsync: Introduce NTSYNC_IOC_WAIT_ANY
` [PATCH v5 02/28] ntsync: Introduce NTSYNC_IOC_WAIT_ALL
` [PATCH v5 03/28] ntsync: Introduce NTSYNC_IOC_CREATE_MUTEX
` [PATCH v5 04/28] ntsync: Introduce NTSYNC_IOC_MUTEX_UNLOCK
` [PATCH v5 05/28] ntsync: Introduce NTSYNC_IOC_MUTEX_KILL
` [PATCH v5 06/28] ntsync: Introduce NTSYNC_IOC_CREATE_EVENT
` [PATCH v5 07/28] ntsync: Introduce NTSYNC_IOC_EVENT_SET
` [PATCH v5 08/28] ntsync: Introduce NTSYNC_IOC_EVENT_RESET
` [PATCH v5 09/28] ntsync: Introduce NTSYNC_IOC_EVENT_PULSE
` [PATCH v5 10/28] ntsync: Introduce NTSYNC_IOC_SEM_READ
` [PATCH v5 11/28] ntsync: Introduce NTSYNC_IOC_MUTEX_READ
` [PATCH v5 12/28] ntsync: Introduce NTSYNC_IOC_EVENT_READ
` [PATCH v5 13/28] ntsync: Introduce alertable waits
` [PATCH v5 14/28] selftests: ntsync: Add some tests for semaphore state
` [PATCH v5 15/28] selftests: ntsync: Add some tests for mutex state
` [PATCH v5 16/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ANY
` [PATCH v5 17/28] selftests: ntsync: Add some tests for NTSYNC_IOC_WAIT_ALL
` [PATCH v5 18/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ANY
` [PATCH v5 19/28] selftests: ntsync: Add some tests for wakeup signaling with WINESYNC_IOC_WAIT_ALL
` [PATCH v5 20/28] selftests: ntsync: Add some tests for manual-reset event state
` [PATCH v5 21/28] selftests: ntsync: Add some tests for auto-reset "
` [PATCH v5 22/28] selftests: ntsync: Add some tests for wakeup signaling with events
` [PATCH v5 23/28] selftests: ntsync: Add tests for alertable waits
` [PATCH v5 24/28] selftests: ntsync: Add some tests for wakeup signaling via alerts
` [PATCH v5 25/28] selftests: ntsync: Add a stress test for contended waits
` [PATCH v5 26/28] maintainers: Add an entry for ntsync
` [PATCH v5 27/28] docs: ntsync: Add documentation for the ntsync uAPI
` [PATCH v5 28/28] ntsync: No longer depend on BROKEN

Scuf Envision Pro controller support
 2024-05-19 20:23 UTC 

Amiga, serial and SYSRQ
 2024-05-19 20:09 UTC  (9+ messages)

[PATCH v2 3/3] leds: leds-lp5569: Add support for Texas Instruments LP5569
 2024-05-19 20:04 UTC 

[PATCH v2] platform/x86: hp-wmi: Fix platform profile option switch bug on Omen and Victus laptops
 2024-05-19 20:03 UTC  (2+ messages)

[PATCH v3 0/3] cyclic/watchdog patches
 2024-05-19 19:55 UTC  (4+ messages)
` [PATCH v3 1/3] cyclic: stop strdup'ing name in cyclic_register()
` [PATCH v3 2/3] wdt-uclass: prevent multiple cyclic_register calls
` [PATCH v3 3/3] cyclic: make clients embed a struct cyclic_info in their own data structure

[linux-linus test] 186040: regressions - FAIL
 2024-05-19 19:51 UTC 

r8169: Crash with TX segmentation offload on RTL8125
 2024-05-19 19:46 UTC  (2+ messages)

[PATCH v2 0/3] cyclic/watchdog patches
 2024-05-19 19:44 UTC  (4+ messages)
` [PATCH v2 3/3] cyclic: make clients embed a struct cyclic_info in their own data structure

[PATCH v8 0/6] iio: adc: ad7192: Add AD7194 support
 2024-05-19 19:37 UTC  (12+ messages)
` [PATCH v8 1/6] iio: adc: ad7192: Use standard attribute
` [PATCH v8 2/6] dt-bindings: iio: adc: ad7192: Add aincom supply
` [PATCH v8 3/6] "
` [PATCH v8 6/6] iio: adc: ad7192: Add AD7194 support

[GIT PULL] Performance events updates for v6.10, #2
 2024-05-19 19:36 UTC  (2+ messages)

[GIT PULL] scheduler fixes
 2024-05-19 19:36 UTC  (2+ messages)

[GIT PULL] x86 fixes
 2024-05-19 19:36 UTC  (2+ messages)

[GIT PULL] kgdb changes for v6.10
 2024-05-19 19:36 UTC  (2+ messages)

[GIT PULL] Turbostat 2024.05.10 for Linux-6.10-merge
 2024-05-19 19:36 UTC  (2+ messages)

[PATCH] serial: pxa: Disable TX interrupt if there is no more data to transmit
 2024-05-19 19:31 UTC 

[PATCH 0/2] dt-bindings: interrupt-controller: riscv,cpu-intc:
 2024-05-19 19:32 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
` [PATCH 2/2] dt-bindings: riscv: cpus: add ref to interrupt-controller

[meta-parsec][master,scarthgap][PATCH] meta-parsec: Update parsec-service to 1.4.1
 2024-05-19 19:25 UTC  (2+ messages)
` [yocto-patches] "

[PATCH] serial: 8250_pxa: Configure tx_loadsz to match FIFO IRQ level
 2024-05-19 19:19 UTC 

[PATCH RFC 0/4] iio: add support for multiple scan types
 2024-05-19 19:20 UTC  (8+ messages)
` [PATCH RFC 3/4] iio: add support for multiple scan types per channel
` [PATCH RFC 4/4] iio: adc: ad7380: add support for multiple scan type

[PATCH 0/3] Android partition load optimization
 2024-05-19 19:18 UTC  (4+ messages)
` [PATCH 1/3] abootcmd: Add load subcommand
` [PATCH 2/3] avb: Implement get_preloaded_partition callback
` [PATCH 3/3] abootimg: Implement smart image load feature

[BUG] Linux 6.8.10 NPE
 2024-05-19 19:17 UTC  (7+ messages)
` Fwd: "

[PATCH v2 0/9] Add support for AD411x
 2024-05-19 19:17 UTC  (5+ messages)
` [PATCH v2 4/9] iio: adc: ad7173: refactor ain and vref selection
` [PATCH v2 8/9] iio: adc: ad7173: Add support for AD411x devices

[PATCH 0/2] usercopy: Convert test_user_copy to KUnit test
 2024-05-19 19:12 UTC  (3+ messages)
` [PATCH 1/2] kunit: test: Add vm_mmap() allocation resource manager
` [PATCH 2/2] usercopy: Convert test_user_copy to KUnit test

[PATCH v2] iio: temperature: mlx90635: Fix ERR_PTR dereference in mlx90635_probe()
 2024-05-19 19:00 UTC  (4+ messages)

[GIT PULL] MM updates for 6.10-rc1
 2024-05-19 18:59 UTC  (7+ messages)

[PATCH 2/2 v3] board: starfive: support Pine64 Star64 board
 2024-05-19 14:45 UTC 

[PATCH 1/2 v3] board: starfive: support Pine64 Star64 board
 2024-05-19 14:45 UTC 

[GIT PULL] non-MM updates for 6.10-rc1
 2024-05-19 18:57 UTC 

[PATCH v3 0/9] adis16501 and adis1657x support
 2024-05-19 18:57 UTC  (7+ messages)
` [PATCH v3 7/9] iio: imu: adis_trigger: Allow level interrupts
` [PATCH v3 9/9] drivers: iio: imu: Add support for adis1657x family

[PATCH] dt-bindings: mfd: syscon: Add more simple compatibles
 2024-05-19 18:43 UTC  (4+ messages)

[PATCH 0/8] dt-bindings: mfd: syscon: Document more compatibles and require simpe-mfd description
 2024-05-19 18:42 UTC  (18+ messages)
` [PATCH 1/8] dt-bindings: mfd: syscon: Drop hwlocks
` [PATCH 2/8] dt-bindings: soc: sprd: sc9863a-glbregs: Document SC9863A syscon
` [PATCH 3/8] dt-bindings: soc: intel: lgm-syscon: Move to dedicated schema
` [PATCH 4/8] dt-bindings: soc: microchip: sparx5-cpu-syscon: "
` [PATCH 5/8] dt-bindings: soc: ti: am654-serdes-ctrl: "
` [PATCH 6/8] dt-bindings: mfd: syscon: Split and enforce documenting MFD children
` [PATCH 7/8] dt-bindings: mfd: syscon: Add APM poweroff mailbox
` [PATCH 8/8] arm64: dts: apm: Add dedicated syscon poweroff compatibles

[PATCH RFC iproute2-next 0/3] xfrm: Add support for SA direction and output cleanup
 2024-05-19 18:37 UTC  (4+ messages)
` [PATCH RFC iproute2-next 1/3] uapi: Update kernel headers xfrm.h
` [PATCH RFC iproute2-next 2/3] xfrm: support xfrm SA direction attribute
` [PATCH RFC iproute2-next 3/3] xfrm: update ip xfrm state output for SA with "

[PATCH next] drivers: soc: qcom: Auto cleanup using __free(device_node)
 2024-05-19 18:40 UTC  (2+ messages)

RFC - Add AT interface to qmi device
 2024-05-19 18:26 UTC  (3+ messages)

[PATCH] bcachefs: fix last_seq and last_empty_seq in bch2_fs_journal_start()
 2024-05-19 18:25 UTC  (2+ messages)

[PATCH v1] tools api io: Move filling the io buffer to its own function
 2024-05-19 18:17 UTC 

[PATCH] efi: pstore: Return proper errors on UEFI failures
 2024-05-19 18:15 UTC  (2+ messages)

[PATCH] livepatch: introduce klp_func called interface
 2024-05-19 18:05 UTC  (2+ messages)

[PATCH v5] dt-bindings: i2c: i2c-fsi: Convert to json-schema
 2024-05-19 18:03 UTC  (2+ messages)

[PATCH v2] dt-bindings: interrupt-controller: riscv,cpu-intc: convert to dtschema
 2024-05-19 18:03 UTC  (6+ messages)

[PATCH 0/2] wifi: ath11k: support 2 station interfaces
 2024-05-19 17:51 UTC  (13+ messages)
` [PATCH 1/2] wifi: ath11k: supports "

[PATCH v1 0/3] coresight: Add reserve trace id support
 2024-05-19 17:46 UTC  (4+ messages)
` [PATCH v1 1/3] dt-bindings: arm: Add trace-id for coresight dummy source

[RFC] cgroup: Fix /proc/cgroups count for v2
 2024-05-19 17:46 UTC 

[PATCH v2 0/2] ASoC: codecs: add support for everest-semi es8311 codec
 2024-05-19 17:45 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: es8311: dt-bindings: add everest "

[PATCH v2 0/8] adis16501 and adis1657x support
 2024-05-19 17:43 UTC  (5+ messages)
` [PATCH v2 8/8] drivers: iio: imu: Add support for adis1657x family

[PATCH] dt-bindings: iio: adc: adi,axi-adc: tweak example node name
 2024-05-19 17:41 UTC  (3+ messages)

[PATCH v4] ASoC: dt-bindings: ak4104: convert to dt schema
 2024-05-19 17:39 UTC  (2+ messages)

[PATCH 0/2] Add I2C and SPI busses for SDX75
 2024-05-19 17:38 UTC  (3+ messages)
` [PATCH 1/2] dt-bindings: dma: qcom,gpi: document the SDX75 GPI DMA Engine

[jarkko-tpmdd:tpm2_key-2 6/7] drivers/char/tpm/tpm2_key.c:50 tpm2_key_type() warn: statement has no effect 3
 2024-05-19 17:36 UTC 

internal error: arch/alpha/kernel/core_marvel.c:815 SQL error #2: near "and": syntax error
 2024-05-19 17:36 UTC 

[PATCH 0/7] Add support for hwspinlock bust
 2024-05-19 17:36 UTC  (3+ messages)
` [PATCH 5/7] dt-bindings: remoteproc: qcom,pas: Add hwlocks

AmC - 3 / Investment Opportunity for: platform-driver-x86@vger.kernel.org
 2024-05-19 17:35 UTC 

[PATCH net-next v2 0/2] net: xilinx_gmii2rgmii: Add clock support
 2024-05-19 17:33 UTC  (4+ messages)
` [PATCH net-next v2 1/2] dt-bindings: "

[Buildroot] [PATCH 1/1] package/ruby: security bump to version 3.3.1
 2024-05-19 17:29 UTC 

[PATCH] gpiolib: Introduce "linux,gpiochip-name" property for device tree of GPIO controller
 2024-05-19 17:27 UTC  (2+ messages)

[PATCH] doc: ensure sphinx output is reproducible
 2024-05-19 17:23 UTC  (5+ messages)

[linux-next:master] [memcg] 70a64b7919: will-it-scale.per_process_ops -11.9% regression
 2024-05-19 17:20 UTC  (4+ messages)

[PATCH v4 0/3] drm/mediatek: Add support for OF graphs
 2024-05-19 17:18 UTC  (4+ messages)
` [PATCH v4 2/3] dt-bindings: arm: mediatek: mmsys: Add OF graph support for board path

[PATCH] eventfd: introduce ratelimited wakeup for non-semaphore eventfd
 2024-05-19 17:14 UTC  (2+ messages)

[RFC 0/3] generic sw counters
 2024-05-19 17:10 UTC  (11+ messages)
` [PATCH v6 0/9] Generic 64 bit counters for SW drivers
  ` [PATCH v6 1/9] eal: generic 64 bit counter


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.