All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-10 09:13:20 to 2023-08-10 09:52:59 UTC [more...]

[PATCH] Fix nomenclature for USB and PCI wireless devices
 2023-08-10  9:31 UTC  (5+ messages)

[RFC v6 0/3] Introduce KUnit tests for TTM subsystem
 2023-08-10  9:52 UTC  (3+ messages)

[PATCH net-next v2 0/5] TSN auto negotiation between 1G and 2.5G
 2023-08-10  9:52 UTC  (8+ messages)
` [PATCH net-next v2 3/5] net: phy: update in-band AN mode when changing interface by PHY driver

[PATCH v1 mptcp-next] mptcp: Remove unnecessary test for __mptcp_init_sock()
 2023-08-10  9:51 UTC  (2+ messages)

[PATCH 0/6] RISC-V: Enable cbo.zero in usermode
 2023-08-10  9:49 UTC  (13+ messages)
` [PATCH 1/6] RISC-V: Make zicbom/zicboz errors consistent
` [PATCH 2/6] RISC-V: Enable cbo.zero in usermode
` [PATCH 3/6] RISC-V: hwprobe: Expose Zicboz extension and its block size
` [PATCH 4/6] RISC-V: selftests: Statically link hwprobe test

[Intel-gfx] [PATCH] drm/i915/guc: Fix potential null pointer deref in GuC 'steal id' test
 2023-08-10  9:50 UTC  (5+ messages)

[DRBD-announce] linstor-server 1.24.1 release
 2023-08-10  9:49 UTC 

[PATCH] net: sfp: handle 100G/25G active optical cables in sfp_parse_support
 2023-08-10  9:48 UTC 

[arm-integrator:b4/virt-to-phys-hexagon 2/2] arch/hexagon/include/asm/page.h: asm/mem-layout.h is included more than once
 2023-08-10  9:48 UTC 

[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-08-10  9:48 UTC 

[XEN PATCH] xen/arm: traps: remove unused function 'dump_guest_s1_walk'
 2023-08-10  9:48 UTC  (2+ messages)

[PATCH v1] Bluetooth: btnxpuart: Add support for IW624 chipset
 2023-08-10  9:48 UTC 

[PATCH net-next 0/2] Support more IPsec selectors in mlx5 packet offload
 2023-08-10  9:47 UTC  (2+ messages)

[PATCH] mm/filemap.c:fix update prev_pos after one read request done
 2023-08-10  9:45 UTC  (5+ messages)

[PATCH -next] usb: dwc3: dwc3-octeon: remove unnecessary platform_set_drvdata()
 2023-08-10  9:46 UTC  (2+ messages)

[PATCH v5 0/9] Refactor the SMMU's CD table ownership
 2023-08-10  9:45 UTC  (23+ messages)
` [PATCH v5 2/9] iommu/arm-smmu-v3: Replace s1_cfg with cdtab_cfg
` [PATCH v5 5/9] iommu/arm-smmu-v3: Refactor write_ctx_desc
` [PATCH v5 6/9] iommu/arm-smmu-v3: Move CD table to arm_smmu_master

[PATCH v3 0/1] Compatible with NCT3015Y-R and NCT3018Y-R
 2023-08-10  9:43 UTC  (4+ messages)
` [PATCH v3 1/1] rtc: nuvoton: "

[PATCH v3 00/27] KVM: arm64: NV trap forwarding infrastructure
 2023-08-10  9:44 UTC  (4+ messages)
` [PATCH v3 25/27] KVM: arm64: nv: Expose FGT to nested guests

next-20230726 and later - crash in radeon module during init
 2023-08-10  9:44 UTC  (4+ messages)

[PATCH 00/36] tty: type unifications -- part I
 2023-08-10  9:42 UTC  (38+ messages)
` [PATCH 01/36] tty: xtensa/iss: drop unneeded tty_operations hooks
` [PATCH 02/36] tty: ldisc: document that ldops are optional
` [PATCH 03/36] tty: remove dummy tty_ldisc_ops::poll() implementations
` [PATCH 04/36] tty: n_null: remove optional ldops
` [PATCH 05/36] tty: change tty_write_lock()'s ndelay parameter to bool
` [PATCH 06/36] tty: tty_port: rename 'disc' to 'ld'
` [PATCH 07/36] tty: drop tty_debug_wait_until_sent()
` [PATCH 08/36] tty: make tty_change_softcar() more understandable
` [PATCH 09/36] tty: make tty_port_client_operations operate with u8
` [PATCH 10/36] tty: make counts in tty_port_client_operations hooks size_t
` [PATCH 11/36] tty: switch receive_buf() counts to size_t
` [PATCH 12/36] tty: switch count in tty_ldisc_receive_buf() "
` [PATCH 13/36] tty: can327: unify error paths in can327_ldisc_rx()
` [PATCH 14/36] tty: can327, move overflow test inside can327_ldisc_rx()'s loop
` [PATCH 15/36] tty: make tty_ldisc_ops::*buf*() hooks operate on size_t
` [PATCH 17/36] tty: use u8 for flags
` [PATCH 18/36] misc: ti-st: make st_recv() conforming to tty_ldisc_ops::receive_buf()
` [PATCH 19/36] tty: make char_buf_ptr()/flag_buf_ptr()'s offset unsigned
` [PATCH 20/36] tty: tty_buffer: make all offsets unsigned
` [PATCH 21/36] tty: don't pass write() to do_tty_write()
` [PATCH 22/36] tty: rename and de-inline do_tty_write()
` [PATCH 23/36] tty: use min() in iterate_tty_write()
` [PATCH 24/36] tty: use ssize_t for iterate_tty_read() returned type
` [PATCH 25/36] tty: switch size and count types in iterate_tty_read() to size_t
` [PATCH 26/36] tty: use min() for size computation in iterate_tty_read()
` [PATCH 27/36] tty: propagate u8 data to tty_operations::write()
` [PATCH 28/36] tty: propagate u8 data to tty_operations::put_char()
` [PATCH 29/36] tty: make tty_operations::write()'s count size_t
` [PATCH 30/36] tty: audit: unify to u8
` [PATCH 31/36] tty: ldops: "
` [PATCH 32/36] tty: hvc: convert counts to size_t
` [PATCH 33/36] tty: vcc: "
` [PATCH 34/36] tty: gdm724x: "
` [PATCH 35/36] tty: hso: simplify hso_serial_write()
` [PATCH 36/36] tty: rfcomm: convert counts to size_t

[PATCH V13 - RESEND 00/10] arm64/perf: Enable branch stack sampling
 2023-08-10  9:41 UTC  (5+ messages)
` [PATCH V13 - RESEND 01/10] drivers: perf: arm_pmu: Add new sched_task() callback

[OE-core][kirkstone][PATCH] qemu: fix CVE-2023-3354 VNC: improper I/O watch removal in TLS handshake can lead to remote unauthenticated denial of service
 2023-08-10  9:41 UTC 

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 0b50d5a40675d0ba185db89191a1fc40a6636f0f
 2023-08-10  9:41 UTC 

[PATCH v3 00/36] arm64/gcs: Provide support for GCS in userspace
 2023-08-10  9:40 UTC  (8+ messages)

[Intel-xe] [PATCH v2 0/4] Supporting RAS on XE
 2023-08-10  9:38 UTC  (4+ messages)
` [Intel-xe] [PATCH v2 1/4] drm/xe: Handle errors from various components

[PATCH v3 0/3] Add timer driver for StarFive JH7110 RISC-V SoC
 2023-08-10  9:32 UTC  (5+ messages)
` [PATCH v3 2/3] clocksource: Add JH7110 timer driver

[PATCH v3 0/9] Use dev_err_probe in i2c probe function
 2023-08-10  8:19 UTC  (2+ messages)

[PATCH 0/5 v2] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size
 2023-08-10  9:36 UTC  (3+ messages)
` [OE-core] "

[PATCH net-next v5 0/3] net: dsa: rzn1-a5psw: add support for vlan and .port_bridge_flags
 2023-08-10  9:36 UTC  (4+ messages)
` [PATCH net-next v5 1/3] net: dsa: rzn1-a5psw: use a5psw_reg_rmw() to modify flooding resolution
` [PATCH net-next v5 2/3] net: dsa: rzn1-a5psw: add support for .port_bridge_flags
` [PATCH net-next v5 3/3] net: dsa: rzn1-a5psw: add vlan support

[PATCH v7 1/2] wifi: cfg80211: Add short_beacon_tail/head/period
 2023-08-10  9:35 UTC  (2+ messages)
` [PATCH v7 2/2] wifi: mac80211: S1G beacon/short beacon support

[PATCH] arm64: mm: use ptep_clear() instead of pte_clear() in clear_flush()
 2023-08-10  9:32 UTC  (2+ messages)

[v1 0/6] cryptodev: support digest message in SM2
 2023-08-10  9:35 UTC  (7+ messages)
` [v1 1/6] crypto/openssl: include SM2 in asymmetric capabilities
` [v1 2/6] cryptodev: add RNG capability in EC based xform
` [v1 3/6] cryptodev: add hash support in asymmetric capability
` [v1 4/6] cryptodev: use generic EC xform params for SM2
` [v1 5/6] app/test: check asymmetric capabilities in SM2 test
` [v1 6/6] crypto/cnxk: add SM2 support

[PATCH 0/3] stm32/hash - Convert to platform remove callback returning void
 2023-08-10  9:35 UTC  (6+ messages)
` [PATCH 1/3] crypto: stm32/hash - Properly handle pm_runtime_get failing

[RFC PATCH 0/3] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-10  9:08 UTC  (9+ messages)
` [RFC PATCH 3/3] KVM: x86/mmu: skip zap maybe-dma-pinned pages for NUMA migration

[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-10  9:34 UTC  (7+ messages)
` [RFC PATCH v2 1/5] mm/mmu_notifier: introduce a new mmu notifier flag MMU_NOTIFIER_RANGE_NUMA
` [RFC PATCH v2 2/5] mm: don't set PROT_NONE to maybe-dma-pinned pages for NUMA-migrate purpose
` [RFC PATCH v2 3/5] mm/mmu_notifier: introduce a new callback .numa_protect
` [RFC PATCH v2 4/5] mm/autonuma: call .numa_protect() when page is protected for NUMA migrate
` [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration

[PATCH 1/2] dt-bindings: adc: add AD717X
 2023-08-10  9:33 UTC  (2+ messages)
` [PATCH 2/2] iio: adc: ad717x: add AD717X driver

[PATCH] MAINTAINERS: add content regex for gpio-regmap
 2023-08-10  9:34 UTC 

[igt-dev] [V5 i-g-t 00/81] Document KMS tests
 2023-08-10  9:33 UTC  (3+ messages)
` [igt-dev] [V5 i-g-t 63/81] tests/kms_plane_multiple: Document each subtest for testplan

[PATCH v5 00/12] can: m_can: Optimizations for m_can/tcan part 2
 2023-08-10  9:32 UTC  (2+ messages)

[PATCH 01/15] hwmon: (adt7475) fix Wvoid-pointer-to-enum-cast warning
 2023-08-10  9:31 UTC  (15+ messages)
` [PATCH 02/15] hwmon: (ad7418) "
` [PATCH 03/15] hwmon: (ads7828) "
` [PATCH 04/15] hwmon: (ina2xx) "
` [PATCH 05/15] hwmon: (lm63) "
` [PATCH 06/15] hwmon: (lm75) "
` [PATCH 07/15] hwmon: (lm85) "
` [PATCH 08/15] hwmon: (lm90) "
` [PATCH 09/15] hwmon: (max20730) "
` [PATCH 10/15] hwmon: (max6697) "
` [PATCH 11/15] hwmon: (tmp513) "
` [PATCH 12/15] hwmon: (pmbus/ibm-cffps) "
` [PATCH 13/15] hwmon: (pmbus/tps53679) "
` [PATCH 14/15] hwmon: (pmbus/ucd9000) "
` [PATCH 15/15] hwmon: (pmbus/ucd9200) "

[RFC PATCH] dmadev: offload to free source buffer
 2023-08-10  9:32 UTC  (6+ messages)

[PATCH] ahci: libahci: clear pending interrupt status
 2023-08-10  9:31 UTC 

[PATCH v2 00/10] qla2xxx driver misc features
 2023-08-10  9:31 UTC  (4+ messages)
` [PATCH v2 01/10] qla2xxx: Add NVMe Disconnect support

A confusion about CXL in arm virt machine
 2023-08-10  9:30 UTC  (4+ messages)
    ` CXL Namespaces of ACPI disappearing in Qemu demo

[PATCH] kea: upgrade to v2.4.0
 2023-08-10  9:30 UTC  (2+ messages)
` [OE-core] "

[PATCH v5 00/19] Enable CET Virtualization
 2023-08-10  9:29 UTC  (6+ messages)
` [PATCH v5 09/19] KVM:x86: Make guest supervisor states as non-XSAVE managed

[Intel-gfx] [PATCH 1/2] drm/i915: fix display probe for IVB Q and IVB D GT2 server
 2023-08-10  9:29 UTC  (5+ messages)
`  "

[PATCH] ASoC: rt715: Add software reset in io init
 2023-08-10  9:27 UTC 

[PATCH printk v2 0/8] wire up nbcon consoles
 2023-08-10  9:28 UTC  (3+ messages)
` [PATCH printk v2 5/8] printk: nbcon: Add sequence handling

[PATCH] ublk: zoned: support REQ_OP_ZONE_RESET_ALL
 2023-08-10  9:20 UTC 

[RFC PATCH] efi/x86: Limit mixed mode support to runtime services
 2023-08-10  9:28 UTC 

[OE-core][dunfell] kernel fitImage not found
 2023-08-10  9:27 UTC 

x86: AMD Zen1 Div leakage
 2023-08-10  9:25 UTC  (2+ messages)

[PATCH 0/1] drm/fourcc: Add documentation about software color conversion
 2023-08-10  9:23 UTC  (4+ messages)
` [PATCH 1/1] "

[PATCH for-8.2] configure: fix container_hosts misspellings and duplications
 2023-08-10  9:22 UTC  (2+ messages)

[PATCH] arm: dma-mapping: don't call folio_next() beyond the requested region
 2023-08-10  9:19 UTC  (2+ messages)

Iptables and DDoS attacks
 2023-08-10  9:22 UTC  (2+ messages)

市场研究:This is Programmable PLL market analysis and insight, maybe you are interested
 2023-08-10  9:19 UTC 

[PATCH] ARM: dts: exynos/i9100: Unconditionally enable LDO12
 2023-08-10  9:20 UTC  (4+ messages)

[PATCH -next] ublk: Fix signedness bug returning warning
 2023-08-10  9:17 UTC  (2+ messages)

[PATCH v5 0/6] accel/kvm: Specify default IPA size for arm64
 2023-08-10  9:21 UTC  (11+ messages)
` [PATCH v5 1/6] kvm: Introduce kvm_arch_get_default_type hook
` [PATCH v5 3/6] mips: Report an error when KVM_VM_MIPS_VZ is unavailable
` [PATCH v5 4/6] accel/kvm: Use negative KVM type for error propagation
` [PATCH v5 6/6] accel/kvm: Make kvm_dirty_ring_reaper_init() void

[PATCH] tpm/tpm_tis: Disable interrupts for MSI GS66 Stealth 11UG
 2023-08-10  9:18 UTC 

[PATCH v3] wifi: mwifiex: added code to support host mlme
 2023-08-10  9:18 UTC  (2+ messages)

[Buildroot] Interested in board support for BeagleV-Ahead
 2023-08-10  9:20 UTC  (3+ messages)

[bug report] blktests nvme/047 failed due to /dev/nvme0n1 not created in time
 2023-08-10  9:18 UTC  (6+ messages)

[GIT PULL 1/4] Devicetree binding changes for omaps for v6.6
 2023-08-10  9:16 UTC  (8+ messages)
` [GIT PULL 2/4] Maintainer file list update "
` [GIT PULL 3/4] Devicetree changes "
` [GIT PULL 4/4] SoC "

LTP test related to virtio releasing and reassigning resource leads to guest hung
 2023-08-10  9:08 UTC  (2+ messages)

[PATCH for-8.2 0/5] target/arm: Implement cortex-a710
 2023-08-10  9:16 UTC  (3+ messages)
` [PATCH 1/5] target/arm: Disable FEAT_TRF in neoverse-v1

Hang when booting guest kernels compiled with clang after SRSO mitigations
 2023-08-10  9:15 UTC  (4+ messages)

[PATCH] net: Fix the displayed value of bytes transferred
 2023-08-10  9:15 UTC 

pstore/ram: printk: NULL characters in pstore ramoops area
 2023-08-10  9:14 UTC  (4+ messages)

[PATCH][RFC] Add crash handler for qemu-linux-user
 2023-08-10  9:14 UTC  (3+ messages)

[PATCH net-next] thermal: samsung: fix Wvoid-pointer-to-enum-cast warning
 2023-08-10  9:13 UTC  (2+ messages)

[PATCH net-next] phy: amlogic: meson-g12a-usb2: fix Wvoid-pointer-to-enum-cast warning
 2023-08-10  9:13 UTC  (4+ messages)

[PATCH] Aspeed: i2c: Fixed Tx and Rx error in BUFF Mode
 2023-08-10  9:13 UTC  (2+ messages)

[PATCH net-next] reset: hisilicon: hi6220: fix Wvoid-pointer-to-enum-cast warning
 2023-08-10  9:13 UTC 

[PATCH net-next 1/3] spi: sc18is602: fix Wvoid-pointer-to-enum-cast warning
 2023-08-10  9:12 UTC  (6+ messages)
` [PATCH net-next 2/3] spi: pxa2xx: "
` [PATCH net-next 3/3] spi: amd: "


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.