messages from 2026-06-15 11:08:41 to 2026-06-15 12:01:46 UTC [more...]
[PATCH for-4.22 0/7] CI: Refresh Alpine containers
2026-06-15 12:01 UTC (3+ messages)
` [PATCH 3/7] CI: Introduce new qubes-hw-runner.dockerfile
Linux 7.1-rc7 regression — ROCm GPU memory ops hang on Strix Halo (gfx1151)
2026-06-15 12:01 UTC (2+ messages)
[PATCH] nvme: fix crash and memory leak during invalid cdev teardown
2026-06-15 12:01 UTC (4+ messages)
[PATCH for-4.22?] domctl: correct return value of XEN_DOMCTL_[gs]etvcpuaffinity
2026-06-15 12:00 UTC
[PATCH v1] soc: qcom: geni-se: Increase MAX_GENI_CFG_RAMn_CNT to 1020
2026-06-15 12:00 UTC (5+ messages)
[PATCH net-next v5 0/4] dpll: add NCO pin type and zl3073x support
2026-06-15 12:00 UTC (12+ messages)
` [PATCH net-next v5 1/4] dpll: add DPLL_PIN_TYPE_INT_NCO pin type
[Intel-wired-lan] [PATCH net v2] ice: fix memory leak in ice_lbtest_prepare_rings()
2026-06-15 12:00 UTC (3+ messages)
[PATCH v3 0/7] livepatch: Introduce replace set support
2026-06-15 11:59 UTC (4+ messages)
` [PATCH v3 6/7] selftests/livepatch: Add test for state ID conflict across replace_sets
[PATCH] kvm: vfio: Convert kvm_vfio_file_add() to use CLASS(fd) and guard(mutex)
2026-06-15 17:29 UTC (2+ messages)
` [PATCH v2] KVM: vfio: Convert fget() to CLASS(fd) in kvm_vfio_file_add()
[OE-core][PATCH 0/2] libcap: adding ptests
2026-06-15 11:59 UTC (2+ messages)
[PATCH 1/4] python3-pytest: upgrade 9.0.3 -> 9.1.0
2026-06-15 11:59 UTC (4+ messages)
` [PATCH 2/4] fastfloat: upgrade 8.2.5 -> 8.2.10
` [PATCH 3/4] lighttpd: upgrade 1.4.82 -> 1.4.83
` [PATCH 4/4] alsa-lib: upgrade 1.2.15.3 -> 1.2.16.1
[PATCH] soc: qcom: qcom_stats: Add SoCCP and DCP subsystems stats
2026-06-15 11:59 UTC (2+ messages)
[PATCH v5] fuse: clear ent->fuse_req in commit_fetch error path
2026-06-15 11:58 UTC (2+ messages)
[PATCH v5 0/3] ext4: fix xattr iput deadlock with s_writepages_rwsem
2026-06-15 11:53 UTC (4+ messages)
` [PATCH v5 1/3] ext4: skip extra isize expansion during mount to prevent deadlock
` [PATCH v5 2/3] ext4: set EXT4_STATE_NO_EXPAND in ext4_evict_inode
` [PATCH v5 3/3] ext4: defer iput() on ea_inodes to reduce lock holding scope
[OE-core] [master] [PATCH] libusb1: fix CVE-2026-23679 and CVE-2026-47104
2026-06-15 11:58 UTC (3+ messages)
` [OE-core] [master] [PATCH v2] "
[PATCH net-next v4] ixgbe: implement get_queue_stats_rx
2026-06-15 11:58 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH] mm/page_vma_mapped: revalidate and do proper check before return device-private pmd
2026-06-15 11:58 UTC (7+ messages)
[PATCH 0/5] arm: GICv5: minor fixes
2026-06-15 11:56 UTC (11+ messages)
` [PATCH 1/5] arm/gicv5: Add URL to GICv5 specification
` [PATCH 2/5] target/arm: GICv5 cpuif: Recalculate IRQ/FIQ on ICC_PCR_EL1 write
` [PATCH 3/5] target/arm: GICv5 cpuif: Tag ICC_PPI_PRIORITYR<n> regs as ARM_CP_NO_RAW
` [PATCH 4/5] target/arm: GICv5 cpuif: Remove ICC_HAPR_EL1
` [PATCH 5/5] hw/intc/gicv5: Define and use GICV5_PENDING_IRQ_NONE
[PATCH v1] rust: workqueue: add ScopedQueue for lifetime bound items
2026-06-15 11:56 UTC
[PATCH v3 0/3] iova: use maple tree for O(log n) allocation
2026-06-15 11:56 UTC (9+ messages)
` [PATCH v3 3/3] iova: defer maple tree erase on GFP_ATOMIC failure
[f2fs-dev] [PATCH RESEND 1/5] f2fs: fix extent merge failure when largest extent is not in rb-tree
2026-06-15 11:55 UTC (4+ messages)
` [f2fs-dev] [PATCH RESEND 2/5] f2fs: only initialize largest extent without extent_node at inode init
[PATCH v3 00/15] mm/slab: introduce alloc_flags and slab_alloc_context
2026-06-15 11:54 UTC (16+ messages)
` [PATCH v3 01/15] mm/slab: do not init any kfence objects on allocation
` [PATCH v3 02/15] mm/slab: stop inlining __slab_alloc_node()
` [PATCH v3 03/15] mm/slab: introduce slab_alloc_context
` [PATCH v3 04/15] mm/slab: introduce alloc_flags and SLAB_ALLOC_NOLOCK
` [PATCH v3 05/15] mm/slab: replace struct partial_context with slab_alloc_context
` [PATCH v3 06/15] mm/slab: add alloc_flags to slab_alloc_context
` [PATCH v3 07/15] mm/slab: pass alloc_flags to new slab allocation
` [PATCH v3 08/15] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH v3 09/15] mm/slab: replace slab_alloc_node() parameters with slab_alloc_context
` [PATCH v3 10/15] mm/slab: allow kmem_cache_alloc_bulk() with any gfp flags
` [PATCH v3 11/15] mm/slab: pass slab_alloc_context to __do_kmalloc_node()
` [PATCH v3 12/15] mm/slab: allow __GFP_NOMEMALLOC and __GFP_NOWARN for kmalloc_nolock()
` [PATCH v3 13/15] mm/slab: introduce kmalloc_flags()
` [PATCH v3 14/15] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
` [PATCH v3 15/15] mm/slab: replace __GFP_NO_OBJ_EXT with SLAB_ALLOC_NO_RECURSE for sheaves
[PATCH v4 00/30] KVM: x86: x86.{c,h} spring cleaning
2026-06-15 11:55 UTC (3+ messages)
` [PATCH v4 24/30] KVM: x86: Move IRQ-related helper declarations from kvm_host.h => irq.h
[PATCH 0/2] ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI and FRAM
2026-06-15 11:55 UTC (5+ messages)
` [PATCH 2/2] ARM: dts: renesas: r9a06g032-rzn1d400-eb: Enable SPI-FRAM
[PATCH v2 0/5] Add DU, VSPD and FCPVD support for RZ/T2H and RZ/N2H SoCs
2026-06-15 11:54 UTC (6+ messages)
` [PATCH v2 1/5] arm64: dts: renesas: r9a09g077: Add VSPD and FCPVD nodes
` [PATCH v2 2/5] arm64: dts: renesas: r9a09g077: Add DU node
` [PATCH v2 3/5] arm64: dts: renesas: r9a09g087: Add VSPD and FCPVD nodes
` [PATCH v2 4/5] arm64: dts: renesas: r9a09g087: Add DU node
` [PATCH v2 5/5] arm64: dts: renesas: Add LCDC overlays for RZ/T2H and RZ/N2H EVKs with ADV7513
[PATCH v8 00/12] hw/riscv: Add the Tenstorrent Atlantis machine
2026-06-15 11:53 UTC (9+ messages)
` [PATCH v8 08/12] hw/riscv/atlantis: Provide a simple halting payload
` [PATCH v8 09/12] tests/functional/riscv64: Add tt-atlantis tests
` [PATCH v8 11/12] hw/riscv/atlantis: Integrate i2c controllers
` [PATCH v8 12/12] hw/riscv/atlantis: Add some i2c peripherals
[PATCH] keys: Pin request_key_auth payload in instantiate paths
2026-06-15 11:53 UTC (8+ messages)
[PATCH v2] spi: dt-bindings: microchip,pic32mzda-spi: Convert to DT schema
2026-06-15 11:53 UTC
[PATCH 0/7] More work supporting objects larger than 4GB on Windows
2026-06-15 11:52 UTC (9+ messages)
` [PATCH v2 "
` [PATCH v2 1/7] compat/msvc: use _chsize_s for ftruncate
` [PATCH v2 2/7] patch-delta: use size_t for sizes
` [PATCH v2 3/7] pack-objects(check_pack_inflate()): use size_t instead of unsigned long
` [PATCH v2 4/7] packfile: widen unpack_entry()'s size out-parameter to size_t
` [PATCH v2 5/7] pack-objects: use size_t for in-core object sizes
` [PATCH v2 6/7] packfile,delta: drop the `cast_size_t_to_ulong()` wrappers
` [PATCH v2 7/7] odb: use size_t for object_info.sizep and the size APIs
[PATCH v2 0/1] s390/mm: Fix handling of _PAGE_UNUSED pte bit
2026-06-15 11:51 UTC (6+ messages)
` [PATCH v2 1/1] "
[PATCH v2 0/3] Add INA232 power monitor support for Arduino VENTUNO Q
2026-06-15 11:51 UTC (3+ messages)
` [PATCH v2 3/3] arm64: dts: qcom: monaco-arduino-monza: add ina232 power sensor
[LTP] [PATCH v6 0/4] Rewrite fw_load test using new API
2026-06-15 11:50 UTC (6+ messages)
` [LTP] [PATCH v6 2/4] fw_load: rewrite test using new LTP API
` [LTP] [PATCH v6 4/4] fw_load: add fw_load02 for custom firmware path
[PATCH 00/11] Add RZ/G3L USB2.0 host support
2026-06-15 11:50 UTC (10+ messages)
` [PATCH 09/11] phy: renesas: phy-rcar-gen3-usb2: Fix devm action registration for disabled VBUS regulator
[PATCH v9 0/6] Add driver for EC found on Qualcomm reference devices
2026-06-15 11:49 UTC (4+ messages)
` [PATCH v9 1/6] dt-bindings: embedded-controller: Add Qualcomm reference device EC description
[PATCH] keys: allow request-key path to be configured via Kconfig
2026-06-15 11:49 UTC (7+ messages)
[PATCH v2] md/raid5: fix reshape deadlock while failed devices more than max degraded
2026-06-15 11:49 UTC (2+ messages)
[PATCHSET v4 sched_ext/for-7.2] bpf/arena: Direct kernel-side access
2026-06-15 11:49 UTC (5+ messages)
` [PATCH 1/8] mm: Add ptep_try_set() for lockless empty-slot installs
[PATCH v8 00/18] drm/amdgpu: AMDGPU SVM support based on DRM (Phase 1: single GPU, XNACK on)
2026-06-15 11:49 UTC (11+ messages)
` [PATCH v8 02/18] drm/amdgpu: add SVM core header and VM integration
` [PATCH v8 07/18] drm/amdgpu: implement SVM range GPU mapping core
[PATCH v2 0/7] x86/kexec: Secure Boot support
2026-06-15 11:48 UTC (7+ messages)
` [PATCH 5/7] x86/kexec: Implement new EFI load types
` [PATCH 6/7] x86/kexec: Pass boot params directly to new kernel
` [PATCH 7/7] x86/kexec: Zero general purpose registers
[syzbot] [cgroups?] INFO: task hung in cgroup_subtree_control_write (2)
2026-06-15 11:48 UTC (2+ messages)
[PATCH] of: property: Fix of_fwnode_get_reference_args() with negative index
2026-06-15 11:47 UTC (5+ messages)
[PATCH v4 00/20] rust: I/O type generalization and projection
2026-06-15 11:47 UTC (4+ messages)
` [PATCH v4 01/20] rust: io: add dynamically-sized `Region` type
[LTP] [PATCH] fstat02: Verify st_ino field
2026-06-15 11:46 UTC (2+ messages)
[PATCH net v3] tipc: fix slab-use-after-free Read in tipc_aead_decrypt_done
2026-06-15 11:46 UTC
[RESEND PATCH v1] spi: uniphier: Fix completion initialization order before devm_request_irq()
2026-06-15 11:45 UTC (2+ messages)
[PATCH v14 00/44] arm64: Support for Arm CCA in KVM
2026-06-15 11:45 UTC (6+ messages)
` [PATCH v14 10/44] arm64: RMI: Add support for SRO
[PATCH v3 00/18] iommu: Add live update state preservation
2026-06-15 11:45 UTC (3+ messages)
` [PATCH v3 01/18] memfd: export memfd_get_seals()
[PATCH net-next 0/3] net: bcmgenet: collapse TX priority queues
2026-06-15 11:35 UTC (3+ messages)
[PATCH] commit-graph: use timestamp_t for max parent generation accumulator
2026-06-15 11:44 UTC (3+ messages)
[PATCH v2] f2fs: read COW data with the original inode during atomic write
2026-06-15 11:36 UTC (2+ messages)
` [f2fs-dev] "
[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-06-15 11:43 UTC (2+ messages)
[PATCH v3] nfsd: validate sockaddr length per family in listener_set
2026-06-15 11:43 UTC
[PATCH 1/2] spi: dt-bindings: qcom,spi-geni-qcom: Add property to force GSI mode
2026-06-15 11:42 UTC (5+ messages)
` [PATCH 2/2] spi: qcom-geni: "
[PATCH] ACPI: processor: idle: Add __cpuidle to acpi_idle_lpi_enter
2026-06-15 11:40 UTC (2+ messages)
drivers/usb/dwc3/core.c:796:45: sparse: sparse: incorrect type in argument 1 (different address spaces)
2026-06-15 11:40 UTC
[PATCH v2 0/2] media: atomisp: fix probe memory leaks
2026-06-15 11:39 UTC (6+ messages)
` [PATCH v2 1/2] media: atomisp: fix memory leak in atomisp_pci_probe()
` [PATCH v2 2/2] media: atomisp: fix memory leak in atomisp_csi2_bridge_parse_firmware()
[PATCH] cgroup/cpuset: rebind mm mempolicy to effective_mems, not mems_allowed
2026-06-15 11:39 UTC (7+ messages)
` [PATCH v2] "
[PATCH v2 0/3] Improve U-Boot's TPM handling in the non-EFI case
2026-06-15 11:38 UTC (5+ messages)
` [PATCH v2 3/3] tpm: allocate tpm event log if missing
[PATCH v3 0/7] qobject: switch JSON parser to push
2026-06-15 11:35 UTC (3+ messages)
` [PATCH v3 7/7] json-parser: add location to JSON parsing errors
[PATCH v2 0/3] USB: dwc2: Fix handling NAK
2026-06-15 11:34 UTC (2+ messages)
[RESEND PATCH v1] net: dsa: motorcomm: add yt92xx dsa driver
2026-06-15 11:34 UTC (2+ messages)
[PATCH v1 0/2] domctl: Avoid taking domctl lock for certain ops used during migration
2026-06-15 11:34 UTC (6+ messages)
[RFC] devtools: add tool calling support to review-patch.py
2026-06-15 11:34 UTC (2+ messages)
[PATCH v3] drm/tests: Move test EDID data to separate .c file
2026-06-15 11:33 UTC (4+ messages)
[PATCH v2 00/16] mm/slab: introduce alloc_flags and slab_alloc_context
2026-06-15 11:33 UTC (10+ messages)
` [PATCH v2 09/16] mm/slab: pass alloc_flags through slab_post_alloc_hook() chain
` [PATCH v2 15/16] mm/slab: remove __GFP_NO_OBJ_EXT usage from alloc_slab_obj_exts()
[PATCH net] atm: br2684: reject short VC-MUX bridged frames
2026-06-15 11:31 UTC (3+ messages)
[PATCH] btrfs: log swapfile activation/deactivation and warn about pinned block groups
2026-06-15 11:30 UTC (2+ messages)
[PATCH i-g-t v2 0/4] intel_vbt_decode: fall back to guessing PCI ID from VBT signature
2026-06-15 11:29 UTC (5+ messages)
` [PATCH i-g-t v2 1/4] tools/intel_vbt_decode: store codename from VBT signature to context
` [PATCH i-g-t v2 2/4] lib/intel_device_info: add a helper to guess the PCI ID for a codename
` [PATCH i-g-t v2 3/4] tools/vbt_decode: return 0 from get_device_id()
` [PATCH i-g-t v2 4/4] tools/intel_vbt_decode: fall back to guessing PCI ID from VBT signature
[PATCH net] atm: br2684: validate IP header length before filtering
2026-06-15 11:30 UTC (3+ messages)
[PATCH] ALSA: hda/realtek: Add quirk for Lenovo Xiaoxin 14 GT
2026-06-15 11:29 UTC (2+ messages)
[PATCH v1] platform/surface: aggregator: Consistently define ssam_device_ids using named initializers
2026-06-15 11:28 UTC
[PATCH v1 0/3] Restrict alternate modes based on cable capabilities
2026-06-15 11:29 UTC (4+ messages)
` [PATCH v1 1/3] usb: typec: Add helper to check cable altmode support
[PATCH 1/2] lib/xz: Use size_t instead of uint32_t in a few places
2026-06-15 11:28 UTC (2+ messages)
[PATCH v3 0/3] iio: light: isl29018: overflow/precision fix + cover-glass gain via DT
2026-06-15 11:20 UTC (9+ messages)
` [PATCH v3 2/3] dt-bindings: iio: light: isl29018: add isil,cover-comp-gain
[PATCH] dt-bindings: arm: xen: Convert xen.txt to YAML schema
2026-06-15 11:26 UTC
[PATCH v8 0/2] scsi: ufs: Add support for static TX Equalization settings
2026-06-15 11:26 UTC (3+ messages)
` [PATCH v8 1/2] dt-bindings: ufs: Document static TX Equalization settings properties
[PATCH v3 0/2] clk: amlogic: Add A9 peripherals clock controller
2026-06-15 11:25 UTC (5+ messages)
` [PATCH v3 2/2] clk: amlogic: Add A9 peripherals clock controller driver
[PATCH 2/2] arch: arm: imx: detect secondary boot
2026-06-15 11:24 UTC (2+ messages)
[PATCH v3 0/8] media: Add iMX95 neoisp driver
2026-06-15 11:25 UTC (5+ messages)
` [PATCH v3 8/8] arm64: dts: freescale: imx95: Add NXP neoisp device tree node
[PATCH for-next v3 2/9] mm/slab, slub_kunit: register kprobe to trigger _nolock APIs
2026-06-15 11:25 UTC (2+ messages)
[PATCHv2] mm/huge_memory: do not add dropped split tail folios to LRU
2026-06-15 11:25 UTC (4+ messages)
[LTP] fs/acl: Add ACL_USER_OBJ permission test
2026-06-15 11:25 UTC (2+ messages)
[PATCH 0/3] iio: lsm303dlh-magn: endianness + boot-time fullscale selection
2026-06-15 11:16 UTC (7+ messages)
` [PATCH 1/3] iio: common: st_sensors: honour channel endianness in read_axis_data
` [PATCH 2/3] dt-bindings: iio: st,st-sensors: add st,fullscale-mg
[PATCH for-next v3 4/9] mm/slab: use call_rcu() in unknown context if irqs are enabled
2026-06-15 11:25 UTC (2+ messages)
[PATCH net-next v1] e1000: Initialize phy_data to avoid unexpected values
2026-06-15 11:24 UTC (5+ messages)
` [Intel-wired-lan] "
[PATCH bpf 1/2] bpf: Preserve dynptr slice lifetime across rdonly_cast
2026-06-15 11:24 UTC (2+ messages)
[PATCH for-next v3 3/9] mm/slab: handle the !allow_spin case in kfree_rcu_sheaf()
2026-06-15 11:24 UTC (2+ messages)
[PATCH for-next v3 5/9] mm/slab: extend deferred free mechanism to handle rcu sheaves
2026-06-15 11:24 UTC (2+ messages)
[PATCH v2 0/2] upboard pinctrl support for device id INTC1055
2026-06-15 11:23 UTC (5+ messages)
` [PATCH v2 2/2] pinctrl: upboard: add device id INTC1055 based UP boards support
[PATCH for-next v3 7/9] mm/slab: introduce kfree_rcu_nolock()
2026-06-15 11:22 UTC (2+ messages)
arch/arm64/kernel/smp.c:904:17: error: implicit declaration of function 'crash_save_cpu'
2026-06-15 11:21 UTC
[rclaveau:b4/add-adla_npu-t7-vim4 12/12] checkpatch: WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
2026-06-15 11:21 UTC
[PATCH V12 0/9] Add Invensense ICM42607
2026-06-15 11:21 UTC (4+ messages)
` [PATCH V12 7/9] iio: imu: inv_icm42607: Add Accelerometer for icm42607
[PATCH for-next v3 8/9] mm/slab: introduce struct kfree_rcu_head and use in kfree_rcu_nolock()
2026-06-15 11:22 UTC (2+ messages)
[PATCH v2] net: pch_gbe: handle TX skb allocation failure
2026-06-15 11:22 UTC (2+ messages)
[PATCH i-g-t v3 00/10] Vswing / Pre-emphasis Override decoding
2026-06-15 11:21 UTC (3+ messages)
` [PATCH i-g-t v3 07/10] tools/vbt_decode: validate DEVICE env var
[PATCH v2] arm64: tlbflush: Don't broadcast if mm was only active on local cpu
2026-06-15 11:21 UTC (3+ messages)
[PATCH 00/20] md/md-llbitmap: support reshape for RAID10 and RAID5
2026-06-15 11:16 UTC (5+ messages)
` [PATCH] md/md-llbitmap: allocate page controls independently
` [PATCH] md/md-llbitmap: grow the page cache in place for reshape
[PATCH net v2] net/sched: cake: reject overhead values that underflow length
2026-06-15 11:21 UTC (3+ messages)
[PATCH v2] ath12k: fix NULL pointer dereference in rhash table destroy
2026-06-15 11:21 UTC
[PATCH v5 00/10] add mcf54415 DAC driver
2026-06-15 11:20 UTC (4+ messages)
` [PATCH v5 09/10] iio: dac: add mcf54415 DAC
[PATCH for-next v3 6/9] mm/slab: allow kfree_rcu_sheaf() on PREEMPT_RT
2026-06-15 11:19 UTC (2+ messages)
[PATCH i-g-t 0/4] intel_vbt_decode: fall back to guessing PCI ID from VBT signature
2026-06-15 11:18 UTC (4+ messages)
` [PATCH i-g-t 2/4] lib/intel_device_info: add a helper to guess the PCI ID for a codename
[PATCH v2] debugfs: Fix lockdown check for mmap_prepare
2026-06-15 11:18 UTC (2+ messages)
[PATCH] drm/xe/pt: Fix NULL pointer dereference in xe_pt_zap_ptes_entry()
2026-06-15 11:18 UTC (2+ messages)
` ✗ Xe.CI.FULL: failure for "
[PATCH] drm/amdkfd: fix SDMA queue counter read on non-gfx9.4.3 ASICs
2026-06-15 11:17 UTC
what to update WRT "YP Kernel Development and Maintenance" section?
2026-06-15 11:17 UTC
[Buildroot] [PATCH 1/1] package/network-manager: remove initrd specific service files
2026-06-15 11:17 UTC (2+ messages)
[PATCH net-next v2 0/2] netdev: expose page pool order via netlink
2026-06-15 11:16 UTC (6+ messages)
` [PATCH net-next v2 1/2] netdev: expose io_uring rx_page_order "
[PATCH i-g-t v2] tests/xe_debugfs: Add debugfs entry read/write validation in root-dir
2026-06-15 11:16 UTC (3+ messages)
[PATCH v2] mm/kmemleak: avoid soft lockup when scanning task stacks
2026-06-15 11:15 UTC (4+ messages)
[PATCH v4 0/3] crypto: skcipher - per-request multi-data-unit batching
2026-06-15 11:14 UTC (4+ messages)
` [PATCH v4 1/3] crypto: skcipher - add per-request data_unit_size with auto-splitting
` [PATCH v4 2/3] crypto: testmgr - test for multi-data-unit dispatch
` [PATCH v4 3/3] dm crypt: batch all sectors of a bio per crypto request
[PATCH for-next v3 1/9] slub_kunit: fall back to SW perf events when HW PMU is not available
2026-06-15 11:14 UTC (2+ messages)
[PATCH] drm/displayid: fix Tiled Display Topology ID size
2026-06-15 11:14 UTC (3+ messages)
[LTP] tst_security.sh: Use enforce toggle to trigger SELinux measurement
2026-06-15 11:13 UTC (2+ messages)
` [LTP] [PATCH v2] "
[PATCH] archiver: fix .pc tar exclude pattern
2026-06-15 11:14 UTC
[PATCH 0/4] MIPS: kernel: proc: More efficient data output in show_cpuinfo()
2026-06-15 11:13 UTC (5+ messages)
` [PATCH 4/4] MIPS: kernel: proc: Delete unnecessary braces "
` [4/4] "
[Buildroot] [PATCH] package/network-manager: drop initrd-related services when unneeded
2026-06-15 11:06 UTC
[Buildroot] [PATCH] package/perl-cgi-session: new package
2026-06-15 11:12 UTC
[PATCH] iio: adc: ti-adc12138: fail init on calibration timeout
2026-06-15 11:09 UTC
[PATCH] binutils: Upgrade to 2.46.1 release
2026-06-15 11:11 UTC
[RFC PATCH] dma-buf/dma_fence: Make races for dma_fence_is_signaled() less likely
2026-06-15 11:11 UTC (2+ messages)
[PATCH] Revert "i2c: designware: defer probe if child GpioInt controllers are not bound"
2026-06-15 11:11 UTC (5+ messages)
[PATCH] firewire: core: propagate cycle-timer read failure in legacy ioctl
2026-06-15 11:11 UTC (2+ messages)
[PATCH] fuse: virtiofs: fix illegal inode address access in fuse_release_end
2026-06-15 11:08 UTC (4+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.