All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-05-20 15:25:01 to 2026-05-20 16:03:52 UTC [more...]

[PATCH net-next v2 0/7] net: convert atm/xdp/af_iucv/l2tp_ppp/rxrpc/tipc to getsockopt_iter
 2026-05-20 16:03 UTC  (11+ messages)
` [PATCH net-next v2 1/7] af_iucv: take socket lock around SO_MSGSIZE getsockopt
` [PATCH net-next v2 3/7] atm: convert to getsockopt_iter
` [PATCH net-next v2 7/7] tipc: "

[PATCH] Arm: do a 4th linking pass if necessary
 2026-05-20 16:03 UTC  (2+ messages)

[OE-core][PATCH v2] libffi: add ptest support
 2026-05-20 16:02 UTC  (3+ messages)
` [OE-core][PATCH v4] "

[PATCH] iommu/riscv: prefer WSI on IGS=BOTH when wired IRQs are described
 2026-05-20 16:03 UTC  (4+ messages)

[PATCH v15 00/20] unwind_deferred: Implement sframe handling
 2026-05-20 16:02 UTC  (24+ messages)
` [PATCH v15 01/20] unwind_user: Add generic and arch-specific headers to MAINTAINERS
` [PATCH v15 02/20] unwind_user/sframe: Add support for reading .sframe headers
` [PATCH v15 03/20] unwind_user/sframe: Store .sframe section data in per-mm maple tree
` [PATCH v15 04/20] x86/uaccess: Add unsafe_copy_from_user() implementation
` [PATCH v15 05/20] unwind_user/sframe: Add support for reading .sframe contents
` [PATCH v15 06/20] unwind_user/sframe: Detect .sframe sections in executables
` [PATCH v15 07/20] unwind_user/sframe: Wire up unwind_user to sframe
` [PATCH v15 08/20] unwind_user: Stop when reaching an outermost frame
` [PATCH v15 09/20] unwind_user/sframe: Add support for outermost frame indication
` [PATCH v15 10/20] unwind_user/sframe: Remove .sframe section on detected corruption
` [PATCH v15 11/20] unwind_user/sframe: Show file name in debug output
` [PATCH v15 12/20] unwind_user/sframe: Add .sframe validation option
` [PATCH v15 13/20] unwind_user: Enable archs that pass RA in a register
` [PATCH v15 14/20] unwind_user: Flexible FP/RA recovery rules
` [PATCH v15 15/20] unwind_user: Flexible CFA "
` [PATCH v15 16/20] unwind_user/sframe: Add support for SFrame V3 flexible FDEs
` [PATCH v15 17/20] unwind_user/sframe: Separate reading of FRE from reading of FRE data words
` [PATCH v15 18/20] unwind_user/sframe: Duplicate registered .sframe section data on clone/fork
` [PATCH v15 19/20] unwind_user/sframe/x86: Enable sframe unwinding on x86
` [PATCH v15 20/20] unwind_user/sframe: Add prctl() interface for registering .sframe sections

[PATCH] scsi: target: iscsi: validate CHAP_R length before base64 decode
 2026-05-20 15:56 UTC  (3+ messages)
` [PATCH v2] "

[QUESTION] move load_uefi_certs() and keyring initcall to earlier initcall
 2026-05-20 16:02 UTC  (2+ messages)

[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
 2026-05-20 16:01 UTC  (4+ messages)
` [PATCH v14 04/44] arm64: RMI: Add SMC definitions for calling the RMM

[PATCH RFC 00/12] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-05-20 16:01 UTC  (2+ messages)

[PATCH net] tun: free page on short-frame rejection in tun_xdp_one()
 2026-05-20 16:00 UTC 

[PATCH i-g-t 0/2] Update pre-Xe large-buffer compute support
 2026-05-20 15:59 UTC  (4+ messages)
` [PATCH i-g-t 2/2] lib/intel_compute: Improve executing large-buffer compute on pre-Xe
` ✓ i915.CI.BAT: success for Update pre-Xe large-buffer compute support

[PATCH v3] bpf, sockmap: keep sk_msg copy state in sync
 2026-05-20 16:00 UTC  (2+ messages)

[RESEND PATCH 0/2] genirq/ath12k: fallback to threaded NAPI when IRQ affinity is unavailable
 2026-05-20 16:00 UTC  (5+ messages)
` [RESEND PATCH 1/2] genirq: export irq_can_set_affinity() for module drivers

[PATCH] media: s5p-mfc: avoid double free on video register failure
 2026-05-20 15:59 UTC  (3+ messages)

[PATCH v7 0/5] soc: qcom: ice: Fix race between qcom_ice_probe() and of_qcom_ice_get()
 2026-05-20 15:58 UTC  (4+ messages)
` [PATCH v7 3/5] soc: qcom: ice: Return proper error codes from devm_of_qcom_ice_get() instead of NULL

[OE-core][PATCH v1] libxslt: add ptest support
 2026-05-20 15:57 UTC  (3+ messages)
` [OE-core][PATCH v2] "

[PATCH v2] semodule_package: fix wrong variable in error message
 2026-05-20 15:58 UTC  (2+ messages)

[PATCH v3 00/12] crypto: atmel - introduce shared i2c core client management and capability-based selection framework
 2026-05-20 15:57 UTC  (13+ messages)
` [PATCH v3 01/12] crypto: atmel-ecc - rename driver_data before moving it into atmel-i2c
` [PATCH v3 02/12] crypto: atmel-ecc - fix use after free situation
` [PATCH v3 03/12] crypto: atmel-ecc - fix multi-device kpp registration
` [PATCH v3 04/12] crypto: atmel - rename atmel_ecc_driver_data to atmel_i2c_client_mgmt
` [PATCH v3 05/12] crypto: atmel-i2c - move client management instance into core
` [PATCH v3 06/12] crypto: atmel-i2c - introduce shared teardown helpers and fix queue flush
` [PATCH v3 07/12] crypto: atmel-ecc - switch to module_i2c_driver
` [PATCH v3 08/12] crypto: atmel-i2c - move shared client allocation logic to core
` [PATCH v3 09/12] crypto: atmel-i2c - implement capability-based client selection
` [PATCH v3 10/12] crypto: atmel-sha204a - integrate into core management tracking
` [PATCH v3 11/12] crypto: atmel-sha204a - fix heap info leak on I2C transfer failure
` [PATCH v3 12/12] crypto: atmel-sha204a - switch to module_i2c_driver

[PATCH] soc: qcom: ice: Fix the error code when 'qcom,ice' property is not found
 2026-05-20 15:57 UTC 

[PATCH v3 0/2] media: Add bindings and driver for Sony IMX678
 2026-05-20 15:56 UTC  (3+ messages)
` [PATCH v3 1/2] dt-bindings: media: i2c: Add "

[PATCH 0/2] riscv: lib: add optimized memchr() and extend KUnit tests
 2026-05-20 15:55 UTC  (6+ messages)
` [PATCH 1/2] riscv: lib: add memchr() implementation
` [PATCH 2/2] lib/string_kunit: extend benchmarks and unit test to memchr()

[PATCH] perf build-id: Fix off-by-one bug when printing kernel/module build-id
 2026-05-20 15:55 UTC  (2+ messages)

[PATCH v3 0/6] media: qcom: iris: add support for decoding 10bit formats
 2026-05-20 15:55 UTC  (18+ messages)
` [PATCH v3 4/6] media: qcom: iris: vdec: update size and stride calculations for "
` [PATCH v3 5/6] media: qcom: iris: vdec: update find_format to handle 8bit and "
` [PATCH v3 6/6] media: qcom: iris: vdec: allow GEN2 decoding into 10bit format

[PATCH v5 0/7] thermal/drivers: airoha: Add support for AN7583
 2026-05-20 15:55 UTC  (8+ messages)
` [PATCH v5 1/7] thermal/drivers: airoha: fix copy paste error on clamp_t low temp
` [PATCH v5 2/7] thermal/drivers: airoha: fix copy paste error for sen internal
` [PATCH v5 3/7] thermal/drivers: airoha: Convert to regmap API
` [PATCH v5 4/7] thermal/drivers: airoha: Generalize probe function
` [PATCH v5 5/7] thermal/drivers: airoha: Generalize get_thermal_ADC and set_mux function
` [PATCH v5 6/7] dt-bindings: arm: airoha: Add the chip-scu node for AN7583 SoC
` [PATCH v5 7/7] thermal/drivers: airoha: Add support for AN7583 Thermal Sensor

[PATCH net] net: phy: mdio_device: leave PHY reset deasserted on unregister
 2026-05-20 15:55 UTC  (2+ messages)

[PATCH v5 0/9] iommufd: Enable noiommu mode for cdev
 2026-05-20 15:54 UTC  (4+ messages)
` [PATCH v5 4/9] iommufd: Allow binding to a noiommu device

[PATCH] net/ice: improve log messages for DDP loading
 2026-05-20 15:52 UTC  (5+ messages)

[PATCH] pv32: Fix bogus cr2 on fault in emulation gate
 2026-05-20 15:51 UTC 

Linux won't boot, drive is btrfs
 2026-05-20 15:52 UTC 

[PATCH i-g-t v1 0/4] RFC: Create smaller dmesg reports for a test
 2026-05-20 15:49 UTC  (5+ messages)
` [PATCH i-g-t v1 1/4] runner/executor: Create temporary unlimited dmesg save
` [PATCH i-g-t v1 2/4] lib/igt_core: Create message for runner with unlimiting dmesg size
` [PATCH i-g-t v1 3/4] tests/intel/xe_exec_system_allocator: Lower dmesg size collected
` [PATCH i-g-t v1 4/4] runner/resultgen: Create smaller dmesg report by dropping lines matched with skip regex

[PATCH] hyperv: move vmbus_root_device outside of the VMBus driver
 2026-05-20 15:49 UTC 

[PATCH v1 0/4] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2026-05-20 15:50 UTC  (10+ messages)
` [PATCH v1 3/4] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v2 0/2] ASoC: codecs: max98090: switch to standard set_jack callback
 2026-05-20 15:50 UTC  (3+ messages)
` [PATCH v2 1/2] ASoC: mt8173-max98090: use standard callback to set jack
` [PATCH v2 2/2] ASoC: codecs: max98090: use component set_jack callback

[RFC PATCH 0/2] Add driver for TI BQ25630 charger
 2026-05-20 15:49 UTC  (2+ messages)

[PATCH v3 0/5] i2c: mt7621: improve support for Airoha
 2026-05-20 15:49 UTC  (3+ messages)
` [PATCH v3 3/5] dt-bindings: i2c: mt7621: Document an7581 compatible

[kvm-unit-tests PATCH v2 0/7] arm64: Add Stage-2 MMU and Nested Guest Framework
 2026-05-20 15:49 UTC  (3+ messages)
` [kvm-unit-tests PATCH v2 6/7] lib: arm64: Add guest-internal exception handling (EL1)

[PATCH rtw-next v2] wifi: rtw88: Add more validation for the RX descriptor
 2026-05-20 15:48 UTC  (2+ messages)

[PATCH v2] docs: submitting-patches: Clarify that "reviewer" is a person
 2026-05-20 15:48 UTC 

[PATCH v2 0/6] ppc/spapr: Add RTAS error injection support for VFIO EEH
 2026-05-20 15:47 UTC  (4+ messages)
` [PATCH v2 5/6] ppc/spapr: Split VFIO code and refactor EEH interface

[PATCH v3 0/3] regulator: Add support for Unisoc SC2730 PMIC regulators
 2026-05-20 15:48 UTC  (3+ messages)
` [PATCH v3 3/3] regulator: Add regulator driver for Unisoc SC2730 PMIC

[PATCH v5 00/32] hw/arm/virt: Introduce Tegra241 CMDQV support for accelerated SMMUv3
 2026-05-20 15:47 UTC  (4+ messages)
` [PATCH v5 17/32] hw/arm/tegra241-cmdqv: mmap VINTF Page0 for CMDQV

[PATCH v2 1/1] leds: Adjust documentation of brightness sysfs node
 2026-05-20 15:48 UTC  (5+ messages)

[PATCH v2] riscv: misaligned: Make enabling delegation depend on NONPORTABLE
 2026-05-20 15:47 UTC  (3+ messages)

[PATCH] vfio/nvgrace-gpu: add GB10 device ID (0x2e12)
 2026-05-20 15:47 UTC  (2+ messages)

[resend, PATCH v2 1/1] leds: Adjust documentation of brightness sysfs node
 2026-05-20 15:47 UTC  (2+ messages)
` (subset) "

[PATCH 00/15] accel/qda: Qualcomm DSP Accelerator driver
 2026-05-20 15:47 UTC  (4+ messages)
` [PATCH 02/15] accel/qda: Add QDA driver documentation

[PATCH] IB/mad: cap RMPP reassembly window size to bound find_seg_location walk
 2026-05-20 15:47 UTC  (2+ messages)
` [PATCH v2] IB/mad: cap RMPP reassembly window size

[PATCH bpf-next] bpf, docs: add LOAD_AQCUIRE and STORE_RELEASE instructions
 2026-05-20 15:46 UTC  (5+ messages)
  ` [Bpf] "

[Bug 221065] New: ideapad_acpi: unexpected charge_types spam on Yoga Pro 7 14ASP9
 2026-05-20 15:46 UTC  (3+ messages)
` [Bug 221065] "

[PATCH 0/2] Adjustments to _PR3 detection
 2026-05-20 15:46 UTC  (3+ messages)
` [PATCH 1/2] drm/amd: Add dedicated helper for amdgpu_device_find_parent()
` [PATCH 2/2] drm/amd: Adjust _PR3 detection

perf test case 'perf kwork record' fails due to abortion
 2026-05-20 15:46 UTC  (2+ messages)

[PATCH v3] selinux: tighten type validation during policy load
 2026-05-20 15:45 UTC  (2+ messages)

[PATCH] dt-bindings: misc: pvpanic-mmio: fix grammar in binding description
 2026-05-20 15:45 UTC 

[PATCH v2 2/3] rtc: ds1307: Fix off-by-one issue with wday for rx8130
 2026-05-20 15:45 UTC  (2+ messages)

FAILED: patch "[PATCH] io-wq: check that the predecessor is hashed in" failed to apply to 5.15-stable tree
 2026-05-20 15:44 UTC  (3+ messages)

[PATCH 0/6] drm/panthor: Use guards
 2026-05-20 15:43 UTC  (9+ messages)
` [PATCH 1/6] drm/panthor: Driver-wide xxx_[un]lock -> [scoped_]guard replacement
` [PATCH 2/6] dma-resv: Define guards for context-less dma_resv locks

[PATCH v2 0/3] Enhance RPMsg buffer management
 2026-05-20 15:43 UTC  (6+ messages)
` [PATCH v2 2/3] rpmsg: virtio_rpmsg_bus: get buffer size from config space

[PATCH] glibc: fix CVE-2026-5450
 2026-05-20 15:41 UTC 

[PATCH net] octeontx2-af: validate body pcifunc in rvu_mbox_handler_rep_event_notify
 2026-05-20 15:41 UTC 

[PATCH 0/2] ASoC: codecs: max98090: switch to standard set_jack callback
 2026-05-20 15:41 UTC  (5+ messages)
` [PATCH 2/2] ASoC: mt8173-max98090: use standard callback to set jack

[PATCH net v2] selftests: net: Fix checksums in xdp_native
 2026-05-20 15:39 UTC 

[PATCH v1] board: toradex: verdin-imx95: fix ram size check calculated addresses
 2026-05-20 15:39 UTC  (2+ messages)

[PATCH v3 00/15] media: qcom: camss: CAMSS Offline Processing Engine support
 2026-05-20 15:39 UTC  (5+ messages)
` [PATCH v3 13/15] media: qcom: camss: Add CAMSS Offline Processing Engine driver

[PATCH v5 0/6] Add Rockchip RK3576 PWM Support Through MFPWM
 2026-05-20 15:38 UTC  (5+ messages)
` [PATCH v5 2/6] mfd: Add Rockchip mfpwm driver

[PATCH v18 11/11] net/sxe2: implement Tx done cleanup
 2026-05-20 15:38 UTC  (3+ messages)
` [PATCH v19 00/11]net/sxe2: fix logic errors and address feedback

[PATCH 1/2] toradex: common: Make TDX_CFG_BLOCK select EVENT
 2026-05-20 15:38 UTC  (2+ messages)

[PATCH v8 0/5] iio: magnetometer: ak8975: driver cleanup
 2026-05-20 15:38 UTC  (7+ messages)
` [PATCH v8 1/5] iio: magnetometer: ak8975: switch to using managed resources
` [PATCH v8 4/5] iio: magnetometer: ak8975: add scan mask index enum
` [PATCH v8 5/5] iio: magnetometer: ak8975: make use of the macros from bits.h

[PATCH v1] tools clang-format: Add a tools clang-format that overrides some kernel behaviors
 2026-05-20 15:37 UTC  (3+ messages)
` [PATCH v2] perf clang-format: Add a perf "

[PATCH samba v2 0/1] smbclient: cancel pending notify on SIGINT
 2026-05-20 15:36 UTC  (2+ messages)
` [PATCH samba v2 1/1] "

[PATCH] media: bcm2835-unicam: Fix pipeline wrong validation for unpacked formats
 2026-05-20 15:37 UTC 

[PATCH v7 5/6] leds: is31fl32xx: Fix missing brightness_steps for is31fl3236
 2026-05-20 15:36 UTC  (2+ messages)

[PATCH nf-next v2 0/6] Add IPv4 over IPv6 and SIT flowtable SW acceleration
 2026-05-20 15:36 UTC  (2+ messages)

[kvm-unit-tests PATCH 0/2] nVMX: Improve IA32_DEBUGCTLMSR test on debug controls
 2026-05-20 15:36 UTC  (4+ messages)
` [kvm-unit-tests PATCH 2/2] nVMX: Test IA32_DEBUGCTLMSR behavior on set and cleared save/load "

[PATCH 0/7] Accelerate page migration with batch copying and hardware offload
 2026-05-20 15:35 UTC  (6+ messages)
` [PATCH 5/7] mm/migrate: add copy offload registration infrastructure

[PATCH 0/9] Add conf.d support and restructure settings
 2026-05-20 13:47 UTC  (2+ messages)
` [PATCH 9/9] doc: Document conf.d support

[PATCH 0/4] checkpolicy: minor miscellaneous code cleanups
 2026-05-20 15:34 UTC  (9+ messages)
` [PATCH 1/4] checkpolicy: use strcasecmp() instead of two strcmp() calls
` [PATCH 2/4] checkpolicy: remove unneeded tests before free() calls
` [PATCH 3/4] checkpolicy: add missing strdup() failure checks
` [PATCH 4/4] checkpolicy: remove unneeded malloc() casts

[PATCH] drm/xe: Fix return type of disable_late_binding_set() in debugfs
 2026-05-20 15:34 UTC  (2+ messages)
` ✗ Xe.CI.FULL: failure for "

[PATCH v2 2/2] libselinux: reset scanned file count at selinux_restorecon(3) entry
 2026-05-20 15:32 UTC  (6+ messages)
` [PATCH v2 1/2] libselinux: improve restorecon progress locking

[PATCH] coresight: fix resource leaks on path build failure
 2026-05-20 15:31 UTC  (7+ messages)

[PATCH v7 0/2] perf tests: Add uncore and x86 topdown event sorting tests
 2026-05-20 15:31 UTC  (3+ messages)
` [PATCH v8 "

[PATCH 5/8] mm/bootmem_info: stop marking the pgdat as NODE_INFO
 2026-05-20 15:30 UTC  (2+ messages)

[PATCH v5 0/6] mfd: cpcap: convert documentation to schema and add Mot board support
 2026-05-20 15:29 UTC  (4+ messages)
` [PATCH v5 5/6] mfd: motorola-cpcap: diverge configuration per-board

[PATCH v2 0/3] spi: tegra210-quad: Improve interrupt handling for loaded systems
 2026-05-20 15:28 UTC  (5+ messages)
` [PATCH v2 1/3] spi: tegra210-quad: Convert to hard IRQ with high-priority workqueue

[RFC PATCH v1 00/13] named CPU models for ARM64 on KVM
 2026-05-20 15:27 UTC  (4+ messages)

[PATCH 00/17] KVM: arm64: Introduce pKVM hypervisor heap allocator
 2026-05-20 15:26 UTC  (18+ messages)
` [PATCH 01/17] KVM: arm64: Add __pkvm_private_range_pa
` [PATCH 02/17] KVM: arm64: Add pkvm_remove_mappings
` [PATCH 03/17] KVM: arm64: Add __hyp_allocator_map for the pKVM hyp
` [PATCH 04/17] KVM: arm64: Add a heap allocator "
` [PATCH 05/17] KVM: arm64: Allow kvm_hyp_memcache usage outside of stage-2
` [PATCH 06/17] KVM: arm64: Add topup interface for the pKVM heap allocator
` [PATCH 07/17] KVM: arm64: Add pkvm_hyp_req infrastructure
` [PATCH 08/17] KVM: arm64: Handle PKVM_HYP_REQ_HYP_ALLOC request
` [PATCH 09/17] KVM: arm64: Add reclaim interface for the pKVM heap alloc
` [PATCH 10/17] KVM: arm64: Add selftests for the pKVM heap allocator
` [PATCH 11/17] KVM: arm64: Add a shrinker for pKVM
` [PATCH 12/17] KVM: arm64: Filter out non-kernel addresses in kern_hyp_va
` [PATCH 13/17] KVM: arm64: Move hyp_vm refcount into the structure
` [PATCH 14/17] KVM: arm64: Use noclear for PGD in __pkvm_init_vm error path
` [PATCH 15/17] KVM: arm64: Alloc pkvm_hyp_vm using pKVM heap allocator
` [PATCH 16/17] KVM: arm64: Alloc pkvm_hyp_vcpu "
` [PATCH 17/17] KVM: arm64: Alloc simple_buffer_page using pKVM hyp allocator

[PATCH net 1/2] net: ethernet: oa_tc6: Interrupt is active low, level triggered
 2026-05-20 15:27 UTC  (3+ messages)

[PATCH 00/12] misc/syncobj: add /dev/syncobj device
 2026-05-20 15:27 UTC  (15+ messages)

[PATCH v1 0/4] KVM: s390: Implement KVM_PRE_FAULT_MEMORY
 2026-05-20 15:27 UTC  (3+ messages)
` [PATCH v1 3/4] KVM: selftests: Fix pre_fault_memory_test to run on s390

[PATCH v2 1/1] arm64: dts: Add usbphynop and usbotg pinctrl for S32G platforms
 2026-05-20 15:27 UTC  (2+ messages)

[PATCH RFC 0/5] block: validate bios against queue limits in the entered context
 2026-05-20 15:26 UTC  (5+ messages)
` [PATCH RFC 5/5] block, nvme: add failed_bio callback for multipath bio failover

[patch V6 00/16] Improve /proc/interrupts further
 2026-05-20 15:27 UTC  (3+ messages)

[ANNOUNCE] libva-v4l2-request: RK3588 VDPU381 VP9 decode (fork)
 2026-05-20 15:26 UTC  (2+ messages)

[PATCH v2 00/10] Add MTU3 for RZ/T2H and RZ/N2H
 2026-05-20 15:26 UTC  (5+ messages)
` [PATCH v2 03/10] mfd: rz-mtu3: use device-managed mfd_add_devices()

[PATCH v3] perf riscv: Add SDT argument parsing for RISC-V
 2026-05-20 15:25 UTC  (3+ messages)

[PATCH v2 0/3] crypto - Rework i2c_device_id initialisation
 2026-05-20 15:25 UTC  (4+ messages)
` [PATCH v2 1/3] crypto: atmel-sha204a - Drop of_device_id data

[PATCH RFC v2 0/5] ptrace: keep mm metadata accessible past exit_mm()
 2026-05-20 15:24 UTC  (4+ messages)
` [PATCH RFC v2 2/5] exec: introduce struct task_exec_state and relocate dumpable


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.