All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-04-19 15:41:10 to 2026-04-19 18:03:07 UTC [more...]

[GIT PULL] NFSD changes for the v7.1 merge window
 2026-04-19 18:03 UTC 

[PATCH] arm64: dts: amlogic: add support for Amedia X98Q
 2026-04-19 17:59 UTC  (7+ messages)

[PATCH v3 00/23] Add SMMUv3 Stage 1 Support for Xen guests
 2026-04-19 17:55 UTC  (7+ messages)
` [PATCH v3 01/23] xen/arm: smmuv3: Maintain a SID->device structure
` [PATCH v3 02/23] xen/arm: smmuv3: Add support for stage-1 and nested stage translation

[PATCH] MAINTAINERS: add new fuse-devel list
 2026-04-19 17:55 UTC  (2+ messages)

[PATCH] mm/migrate_device: Cleanup up PMD Checks and warnings
 2026-04-19 17:53 UTC  (2+ messages)

[PATCH v2 sched_ext/for-7.1-fixes] tools/sched_ext: Remove dead -d option in scx_flatcg
 2026-04-19 17:53 UTC  (2+ messages)

[PATCH sched_ext/for-7.2] sched_ext: Document the ops compat strategy in compat.h/compat.bpf.h
 2026-04-19 17:53 UTC  (4+ messages)

[PATCH v3 0/3] mm/damon/modules: detect and use fresh status
 2026-04-19 17:51 UTC  (8+ messages)
` [PATCH v3 1/3] mm/damon/reclaim: detect and use fresh enabled and kdamond_pid values
` [PATCH v3 2/3] mm/damon/lru_sort: "
` [PATCH v3 3/3] mm/damon/stat: detect and use fresh enabled value

[PATCH] iio: chemical: bme680: remove unused BME680_NUM_CHANNELS macro
 2026-04-19 17:50 UTC  (3+ messages)

[PATCH v2] mm/migrate_device: Cleanup up PMD Checks and warnings
 2026-04-19 17:50 UTC  (2+ messages)

[PATCH v6 0/3] iio: dac: mcp4821: add configurable gain support
 2026-04-19 17:49 UTC  (3+ messages)

[PATCH v2 0/2] iio: adc: hx711: add HX710B support
 2026-04-19 17:46 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: iio: adc: avia-hx711: add avia,hx710b compatible
` [PATCH v2 2/2] iio: adc: hx711: add support for HX710B

[PATCH v2 00/25] libfuse: Add support for synchronous init
 2026-04-19 17:45 UTC  (4+ messages)
` [PATCH v2 13/25] Add support for the new linux mount API

[PATCH v3 0/1] media: atomisp: mt9m114: graceful teardown and reprobe fixes
 2026-04-19 17:42 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v6 0/7] iio: ssp_sensors: improve resource cleanup
 2026-04-19 17:39 UTC  (11+ messages)
` [PATCH v6 1/7] iio: ssp_sensors: cleanup codestyle warning
` [PATCH v6 2/7] iio: ssp_sensors: cleanup codestyle check
` [PATCH v6 5/7] iio: ssp_sensors: convert probe and teardown to devm-managed resources
` [PATCH v6 6/7] iio: ssp_sensors: Use dev_err_probe

[PATCH v1] mach-snapdragon: Add KVM hypervisor support
 2026-04-19 17:38 UTC 

[PATCH] MAINTAINERS: Update maintainer for iio driver(s)
 2026-04-19 17:38 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2 00/23] Add SMMUv3 Stage 1 Support for Xen guests
 2026-04-19 17:34 UTC  (4+ messages)
` [PATCH v2 02/23] xen/arm: smmuv3: Add support for stage-1 and nested stage translation

[PATCH 1/2] arm64: dts: qcom: sc8280xp: add several missing pdc map entries
 2026-04-19 17:32 UTC  (2+ messages)
` [PATCH 2/2] arm64: dts: qcom: sc8280xp: gaokun3: correct EC interrupt pin

[Buildroot] [PATCH] package/fakeroot: bump to version 1.37.2
 2026-04-19 17:30 UTC 

[PATCH] scripts/kernel-doc: Detect mismatched inline member documentation tags
 2026-04-19 17:28 UTC 

[PATCH v2] iio: adc: ad7280a: use cleanup helpers guard() and scoped_guard() for mutex locking
 2026-04-19 17:25 UTC  (3+ messages)

[PATCH bpf-next v6 00/17] bpf: Support stack arguments for BPF functions and kfuncs
 2026-04-19 17:25 UTC  (24+ messages)
` [PATCH bpf-next v6 01/17] bpf: Remove unused parameter from check_map_kptr_access()
` [PATCH bpf-next v6 02/17] bpf: Refactor to avoid redundant calculation of bpf_reg_state
` [PATCH bpf-next v6 03/17] bpf: Refactor to handle memory and size together
` [PATCH bpf-next v6 04/17] bpf: Prepare verifier logs for upcoming kfunc stack arguments
` [PATCH bpf-next v6 05/17] bpf: Introduce bpf register BPF_REG_PARAMS
` [PATCH bpf-next v6 06/17] bpf: Reuse MAX_BPF_FUNC_ARGS for maximum number of arguments
` [PATCH bpf-next v6 07/17] bpf: Support stack arguments for bpf functions
` [PATCH bpf-next v6 08/17] bpf: Reject stack arguments in non-JITed programs
` [PATCH bpf-next v6 09/17] bpf: Track r11 registers in const_fold and liveness
` [PATCH bpf-next v6 10/17] bpf: Prepare architecture JIT support for stack arguments
` [PATCH bpf-next v6 11/17] bpf: Enable r11 based insns
` [PATCH bpf-next v6 12/17] bpf: Support stack arguments for kfunc calls
` [PATCH bpf-next v6 13/17] bpf: Reject stack arguments if tail call reachable
` [PATCH bpf-next v6 14/17] bpf,x86: Implement JIT support for stack arguments
` [PATCH bpf-next v6 15/17] selftests/bpf: Add tests for BPF function "
` [PATCH bpf-next v6 16/17] selftests/bpf: Add tests for stack argument validation
` [PATCH bpf-next v6 17/17] selftests/bpf: Add verifier "

[PATCH sched_ext/for-7.2] sched_ext: add p->scx.tid and SCX_OPS_TID_TO_TASK lookup
 2026-04-19 17:23 UTC  (3+ messages)

[PATCH] iio: adc: ingenic-adc: use guard(mutex)(&lock) to handle synchronisation
 2026-04-19 17:21 UTC  (3+ messages)

[PATCH v6 0/2] iio: frequency: ad9832: cleanups
 2026-04-19 17:19 UTC  (7+ messages)
` [PATCH v6 1/2] iio: frequency: ad9832: remove kernel.h proxy header
` [PATCH v6 2/2] iio: frequency: ad9832: simplify bitwise math

[PATCH 0/2] iio: accel: small cleanups and error-handling improvements
 2026-04-19 17:19 UTC  (3+ messages)

[PATCH v7 0/4] KVM: arm64: PMU: Use multiple host PMUs
 2026-04-19 17:19 UTC  (3+ messages)
` [PATCH v7 3/4] KVM: arm64: PMU: Introduce FIXED_COUNTERS_ONLY

[PATCH] gdrom: use strscpy in probe_gdrom_{setupcd,setupdisk}
 2026-04-19 17:17 UTC  (2+ messages)

[PATCH v1 1/1] iio: adc: nxp-sar-adc: Avoid division by zero
 2026-04-19 17:16 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/libjxl: security bump to version 0.11.2
 2026-04-19 17:10 UTC  (3+ messages)

[Buildroot] [PATCH v2 1/1] package/openvpn: bump version to 2.7.1
 2026-04-19 17:10 UTC 

[PATCH] Documentation: fix spelling mistake "Minumum" -> "Minimum"
 2026-04-19 17:08 UTC 

[PATCH v1 0/1] iio: Fix iio_multiply_value use in iio_read_channel_processed_scale
 2026-04-19 17:04 UTC  (4+ messages)
` [PATCH v1 1/1] "

[PATCH] usb: gadget: f_fs: serialize DMABUF cancel against request completion
 2026-04-19 16:12 UTC 

[PATCH bpf] bpf: Fix NULL pointer dereference in bpf_skb_fib_lookup()
 2026-04-19 17:01 UTC 

[PATCH v2] iio: adc: nxp-sar-adc: use field_get() for EOC bit check
 2026-04-19 17:00 UTC  (3+ messages)

[PATCH v2 0/2] cdrom: gdrom: fix block I/O and capacity setting
 2026-04-19 16:59 UTC  (5+ messages)
` [PATCH v2 1/2] cdrom: gdrom: replace port I/O with MMIO accessors
` [PATCH v2 2/2] cdrom: gdrom: update gendisk capacity on open

[PATCH v3] iio: frequency: ad9834: clean up includes
 2026-04-19 16:59 UTC  (6+ messages)

[PATCH] iio: dac: ad3552r: use field_get() for power-down bit read
 2026-04-19 16:57 UTC  (3+ messages)

[PATCH] stash: infer "push" when push-specific options are given
 2026-04-19 16:54 UTC  (2+ messages)
` [PATCH v5] stash: assume "push" when command line starts with an option

[ANNOUNCE] fstests: for-next branch updated to v2026.04.20
 2026-04-19 16:49 UTC 

[PATCH 0/2] io: use g_clear_handle_id() for GSource cleanup
 2026-04-19 16:46 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v8 0/2] Add support for AD5706R DAC
 2026-04-19 16:46 UTC  (7+ messages)
` [PATCH v8 2/2] iio: dac: ad5706r: "

[Buildroot] [PATCH 1/1] package/libgcrypt: bump version to 1.12.2
 2026-04-19 16:39 UTC  (2+ messages)

[Buildroot] [git commit] package/libgcrypt: bump version to 1.12.2
 2026-04-19 16:20 UTC 

[PATCH v3 0/2] NFS: fix RCU and tracing pointer safety
 2026-04-19 16:31 UTC  (3+ messages)
` [PATCH v3 1/2] NFS: remove redundant __private attribute from nfs_page_class
` [PATCH v3 2/2] NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_address

[PATCH ath-next] wifi: ath12k: Fix invalid IRQ requests during AHB probe
 2026-04-19 16:31 UTC  (2+ messages)

[PATCH v2 0/3] Update APDS990x ALS to support device trees
 2026-04-19 16:28 UTC  (13+ messages)
` [PATCH v2 2/3] iio: tsl2772: add support for Avago APDS9900/9901 ALS/Proximity sensor
` [PATCH v2 3/3] misc: Remove old APDS990x driver

[PATCH v2 0/4] HID: Proper fix for OOM in hid-core
 2026-04-19 16:26 UTC  (3+ messages)
` [PATCH v2 1/4] HID: pass the buffer size to hid_report_raw_event

[PATCH net-next v3 00/12] BIG TCP for UDP tunnels
 2026-04-19 16:24 UTC  (4+ messages)
` [PATCH net-next v3 12/12] selftests: net: Add a test for BIG TCP in "

[PATCH v2 0/2] Input/omap1: fix touchscreen functionality on Nokia 770
 2026-04-19 16:18 UTC  (3+ messages)
` [PATCH v2 1/2] Input: ads7846 - restore half-duplex support
` [PATCH v2 2/2] Input: ads7846 - fix up the pendown GPIO setup on Nokia 770

[PATCH] iio: magnetometer: ak8975: remove unnecessary braces
 2026-04-19 16:19 UTC  (3+ messages)

Discuss: Future of AX25, NETROM and ROSE in the kernel ?
 2026-04-19 16:18 UTC  (6+ messages)

[Buildroot] [PATCH 1/1] package/openvpn: bump version to 2.7.1
 2026-04-19 16:17 UTC  (2+ messages)

[PATCH 0/2] Add support for Microchip MCP48F(E/V)B(0/1/2)(1/2/4/8) on MCP47F(E/V)B(0/1/2)(1/2/4/8)
 2026-04-19 16:16 UTC  (3+ messages)
` [PATCH 2/2] iio: dac: mcp47feb02: add MCP48FEB02 SPI driver to MCP47FEB02 I2C driver

[PATCH v3] staging: rtl8723bs: Remove boolean comparisons
 2026-04-19 16:16 UTC 

[PATCH v2] vfs: replace ints with enum component_type for LAST_XXX
 2026-04-19 16:16 UTC 

[PATCH] util: fix use of pthread_get_name_np on OpenBSD
 2026-04-19 16:15 UTC  (2+ messages)

[PATCH 00/12] net/pcap: cleanups and test
 2026-04-19 16:09 UTC  (26+ messages)
` [PATCH v25 00/24] net/pcap: bug fixes and new features
  ` [PATCH v25 01/24] maintainers: update for pcap driver
  ` [PATCH v25 02/24] net/pcap: fix build on Windows
  ` [PATCH v25 03/24] doc: update features for PCAP PMD
  ` [PATCH v25 04/24] net/pcap: include used headers
  ` [PATCH v25 05/24] net/pcap: remove unnecessary casts
  ` [PATCH v25 06/24] net/pcap: avoid using rte_malloc and rte_memcpy
  ` [PATCH v25 07/24] net/pcap: advertise Tx multi segment
  ` [PATCH v25 08/24] net/pcap: replace stack bounce buffer
  ` [PATCH v25 09/24] net/pcap: fix error accounting and backpressure on transmit
  ` [PATCH v25 10/24] net/pcap: clean up TX dumper return value and types
  ` [PATCH v25 11/24] net/pcap: add datapath debug logging
  ` [PATCH v25 12/24] net/pcap: consolidate boolean flag handling
  ` [PATCH v25 13/24] net/pcap: support VLAN strip and insert offloads
  ` [PATCH v25 14/24] net/pcap: add link status for interface mode
  ` [PATCH v25 15/24] net/pcap: support nanosecond timestamp precision
  ` [PATCH v25 16/24] net/pcap: reject non-Ethernet interfaces
  ` [PATCH v25 17/24] net/pcap: reduce scope of file-level variables
  ` [PATCH v25 18/24] net/pcap: clarify maximum received packet
  ` [PATCH v25 19/24] eal/windows: add wrapper for access function
  ` [PATCH v25 20/24] net/pcap: add snapshot length devarg
  ` [PATCH v25 21/24] net/pcap: add Rx scatter offload
  ` [PATCH v25 22/24] net/pcap: add link status change support for iface mode
  ` [PATCH v25 23/24] net/pcap: add EOF notification via link status change
  ` [PATCH v25 24/24] test: add comprehensive test suite for pcap PMD

[PATCH net v2] net: airoha: Fix possible TX queue stall in airoha_qdma_tx_napi_poll()
 2026-04-19 16:12 UTC  (2+ messages)

[PATCH 0/8] target/ppc: Forbid to use legacy ldst_phys() API
 2026-04-19 16:11 UTC  (5+ messages)
` [PATCH 5/8] target/ppc/mmu: Replace legacy ld/st_phys() -> address_space_ld/st()

[PATCH 0/7] tools/nolibc: large file support
 2026-04-19 16:10 UTC  (8+ messages)
` [PATCH 1/7] tools/nolibc: also handle _llseek system call

[PATCH sched_ext/for-7.1-fixes] tools/sched_ext: Add missing -d option in scx_flatcg
 2026-04-19 16:08 UTC  (3+ messages)

[PATCH 0/3] tools/nolibc: open() cleanups
 2026-04-19 16:08 UTC  (5+ messages)
` [PATCH 2/3] tools/nolibc: add creat()
` [PATCH 3/3] tools/nolibc: simplify mode handling in open() and openat()

[syzbot] [net?] KASAN: null-ptr-deref Write in send_to_lecd
 2026-04-19 16:07 UTC 

[Buildroot] [PATCH 1/1] package/pkcs11-helper: bump version to 1.31.0
 2026-04-19 16:07 UTC 

[bluez/bluez]
 2026-04-19 16:06 UTC 

[PATCH v2 0/2] NFS: fix RCU and tracing pointer safety
 2026-04-19 16:06 UTC  (4+ messages)
` [PATCH v2 2/2] NFS: Fix RCU dereference of cl_xprt in nfs_compare_super_address

[ANNOUNCE] fstests: merge v2026.03.20 onto master branch
 2026-04-19 16:05 UTC 

[PATCH sched_ext/for-7.2] sched_ext: Documentation: update scx_qmap description for BPF arena
 2026-04-19 16:04 UTC  (2+ messages)

[PATCH] usb: gadget: f_fs: copy only received bytes on short ep0 read
 2026-04-19 16:03 UTC 

[PATCH b4 v2 00/11] Enable stricter local checks
 2026-04-19 16:00 UTC  (12+ messages)
` [PATCH b4 v2 01/11] Add CI script
` [PATCH b4 v2 02/11] Add ruff checks to CI
` [PATCH b4 v2 03/11] Import dependencies unconditionally
` [PATCH b4 v2 04/11] Add ruff format check to CI
` [PATCH b4 v2 05/11] Fix tests under uv with complex git config
` [PATCH b4 v2 06/11] Fix typings in misc/
` [PATCH b4 v2 07/11] Enable mypy unreachable warnings
` [PATCH b4 v2 08/11] Enable and fix pyright diagnostics
` [PATCH b4 v2 09/11] Avoid duplicate map lookups
` [PATCH b4 v2 10/11] Add ty and configuration
` [PATCH b4 v2 11/11] Enable pyright strict mode

[PATCH i-g-t 0/8] Enable Vebox engine copy on Intel Xe driver
 2026-04-19 15:58 UTC  (3+ messages)
` [PATCH i-g-t 5/8] lib/intel_batchbuffer: move engine class selection to helper

[PATCH 0/3] Add support for Renesas RZ/G3L LVDS encoder
 2026-04-19 15:58 UTC  (3+ messages)
` [PATCH 3/3] drm: renesas: rz-du: Add support for "

[PATCH v2] iio: proximity: srf08: replace sprintf with sysfs_emit
 2026-04-19 15:58 UTC 

[PATCH nft] json: output set/map element count
 2026-04-19 15:57 UTC 

[PATCH] perf unwind-libdw: Fix stale object reference in arch/loongarch
 2026-04-19 15:56 UTC  (3+ messages)

[PATCH v2 00/11] mm, swap: swap table phase IV: unify allocation and reduce static metadata
 2026-04-19 15:55 UTC  (4+ messages)
` [PATCH v2 09/11] mm/memcg, swap: store cgroup id in cluster table directly

[PATCH v2 0/3] mm/page_owner: add filter infrastructure for print_mode and NUMA filtering
 2026-04-19 15:55 UTC  (4+ messages)
` [PATCH v2 1/3] mm/page_owner: add filter infrastructure
` [PATCH v2 2/3] mm/page_owner: add print_mode filter
` [PATCH v2 3/3] mm/page_owner: add NUMA node filter with nodelist support

[GIT PULL] Staging driver changes for 7.1-rc1
 2026-04-19 15:54 UTC  (2+ messages)

[GIT PULL] USB/Thunderbolt driver changes for 7.1-rc1
 2026-04-19 15:54 UTC  (2+ messages)

[GIT PULL] TTY/Serial driver changes for 7.1-rc1
 2026-04-19 15:54 UTC  (2+ messages)

[RFC PATCH 0/2] seccomp: drop syscall exit events for rejected syscalls
 2026-04-19 15:53 UTC  (3+ messages)
` [RFC PATCH 1/2] seccomp: introduce seccomp_nack_syscall() helper
` [RFC PATCH 2/2] seccomp: drop syscall exit events for rejected syscalls

[PATCH v2] perf riscv: Add SDT argument parsing for RISC-V
 2026-04-19 15:52 UTC  (3+ messages)

[PATCH 5.10 000/491] 5.10.253-rc1 review
 2026-04-19 15:45 UTC  (3+ messages)
` [PATCH 5.10 491/491] io_uring/poll: correctly handle io_poll_add() return value on update

[GIT PULL] KEYS: keys-next-7.1-rc1
 2026-04-19 15:43 UTC  (2+ messages)

[GIT PULL] Driver core fixes for 7.1-rc1
 2026-04-19 15:43 UTC 

[GIT PULL] Additional MM updates for 7.1-rc1
 2026-04-19 15:42 UTC  (2+ messages)

[PATCH v3 00/29] Add common flow attr/action parsing infrastructure to Intel PMD's
 2026-04-19 15:42 UTC  (7+ messages)
` [PATCH v3 04/29] net/ixgbe: use adapter in flow-related calls
` [PATCH v3 05/29] net/intel/common: add common flow action parsing
` [PATCH v3 12/29] net/ixgbe: use common checks in FDIR filters


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.