messages from 2026-03-29 13:01:00 to 2026-03-29 15:30:57 UTC [more...]
[PATCH 0/2] Docs/admin-guide/mm/damon: warn commit_inputs vs other params race
2026-03-29 15:30 UTC (3+ messages)
` [PATCH 1/2] Docs/admin-guide/mm/damon/reclaim: warn commit_inputs vs param updates race
` [PATCH 2/2] Docs/admin-guide/mm/damon/lru_sort: "
[PATCH v4 0/6] Enable new features for flipkart-rimob
2026-03-29 15:26 UTC (6+ messages)
` [PATCH v4 3/6] arm64: dts: qcom: msm8953-flipkart-rimob: Enable display and GPU
[PATCH v2 0/2] perf: marvell: Add CN20K DDR PMU support
2026-03-29 15:24 UTC (3+ messages)
` [PATCH v2 1/2] dt-bindings: perf: marvell: Document CN20K DDR PMU
` [PATCH v2 2/2] perf: marvell: Add CN20K DDR PMU support
[GSoC PATCH] backfill: add --[no-]progress option
2026-03-29 15:24 UTC
[PATCH] mm/damon/core: use time_in_range_open() for damos quota window start
2026-03-29 15:23 UTC
[PATCH] docs: generate a static 404 page
2026-03-29 15:20 UTC
[RFC v3 0/4] tests/qtest: Add memory-access attributes (secure/space)
2026-03-29 15:19 UTC (9+ messages)
` [RFC v3 1/4] tests/qtest: Add attrs support to qtest server memory commands
` [RFC v3 3/4] tests/qtest: Add qtest-attrs-test for memory access attrs
[PATCH 2/2 v2] devicetree: spi: add spi-mosi-idle-low property support
2026-03-29 15:19 UTC (3+ messages)
Website Design / Wordpress Development / Mobile Apps Development
2026-03-29 15:18 UTC
[PATCH] boot/bootm: Disable interrupts after loading the image
2026-03-29 15:17 UTC (2+ messages)
[PATCH] mm/damon: validate addr_unit to be power of 2
2026-03-29 15:15 UTC (2+ messages)
[PATCH v2] mm/damon: add synchronous commit for commit_inputs
2026-03-29 15:12 UTC (2+ messages)
[GIT PULL 1/7] dt-bindings: Changes for v7.1-rc1
2026-03-29 15:10 UTC (7+ messages)
` [GIT PULL 2/7] soc/tegra: "
` [GIT PULL 3/7] firmware: tegra: "
` [GIT PULL 4/7] ARM: tegra: Device tree changes "
` [GIT PULL 5/7] ARM: tegra: Default configuration "
` [GIT PULL 6/7] arm64: tegra: Device tree "
` [GIT PULL 7/7] arm64: tegra: Default configuration "
[PATCH net 0/2] Fix page fragment handling when PAGE_SIZE > 4K
2026-03-29 15:10 UTC (3+ messages)
[PATCH v3 net-next] net: hsr: sync hw addr of slave2 according to slave1 hw addr on PRP
2026-03-29 15:07 UTC (2+ messages)
[PATCH v5] perf utilities: cln_size header
2026-03-29 15:04 UTC
[PATCH] powerpc/mpc83xx: Move alignment padding into __u_boot_list section
2026-03-29 15:04 UTC (2+ messages)
[PATCH] taskstats: retain dead thread stats in TGID queries
2026-03-29 14:58 UTC (2+ messages)
[PATCH 0/3] USB/UVC: Add quirks to prevent Razer Kiyo Pro xHCI cascade failure
2026-03-29 15:03 UTC (5+ messages)
[PATCH v2 0/2] hwmon: (ads7871) Modernize and fix DMA safety
2026-03-29 15:01 UTC (5+ messages)
` [PATCH v2 1/2] hwmon: (ads7871) Convert to hwmon_device_register_with_info
` [PATCH v2 2/2] hwmon: (ads7871) Use DMA-safe buffer for SPI writes
[PATCH] read-cache: use index state repository for trace2 logging
2026-03-29 14:57 UTC (4+ messages)
` [PATCH v2] read-cache: use istate->repo "
[PATCH v2] mm/damon: add synchronous commit for commit_inputs
2026-03-29 14:53 UTC (2+ messages)
[PATCH iwl-net v1] igc: fix potential skb leak in igc_fpe_xmit_smd_frame()
2026-03-29 14:50 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH net-next v4 0/2] Add ICSSG0 dual EMAC support for AM642 EVM
2026-03-29 14:49 UTC (2+ messages)
` (subset) "
[PATCH v9 0/5] PCI: of: Remove max-link-speed generation validation
2026-03-29 14:47 UTC (2+ messages)
[PATCH v3 0/2] Add ICSSG0 dual EMAC support for AM642 EVM
2026-03-29 14:48 UTC (2+ messages)
` (subset) "
[PATCH 1/1] ndctl: Show region locked status to user
2026-03-29 14:47 UTC
[PATCH v1 0/7] arm64: dts: ti: verdin-am62[p]: Add Zinnia
2026-03-29 14:46 UTC (2+ messages)
[PATCH] cxl/region: Add a region sysfs interface for region lock status
2026-03-29 14:44 UTC
[PATCH bpf-next v9 0/9] bpf: Extend the bpf_list family of APIs
2026-03-29 14:45 UTC (11+ messages)
` [PATCH bpf-next v9 1/9] bpf: refactor kfunc checks using table-driven approach in verifier
` [PATCH bpf-next v9 2/9] bpf: refactor __bpf_list_del to take list node pointer
` [PATCH bpf-next v9 3/9] bpf: clear list node owner and unlink before drop
` [PATCH bpf-next v9 4/9] bpf: Introduce the bpf_list_del kfunc
` [PATCH bpf-next v9 5/9] bpf: refactor __bpf_list_add to take insertion point via **prev_ptr
` [PATCH bpf-next v9 6/9] bpf: Add bpf_list_add_impl to insert node after a given list node
` [PATCH bpf-next v9 7/9] bpf: allow bpf_list_front/back result as the prev argument of bpf_list_add_impl
` [PATCH bpf-next v9 8/9] bpf: add bpf_list_is_first/last/empty kfuncs
` [PATCH bpf-next v9 9/9] selftests/bpf: Add test cases for bpf_list_del/add/is_first/is_last/empty
[PATCH] ublk: use unchecked copy helpers for bio page data
2026-03-29 14:44 UTC (3+ messages)
[PATCH 0/2] arm64: dts: ti: k3-pinctrl: some minor cleanup
2026-03-29 14:42 UTC (2+ messages)
[PATCH 0/2] [GSoC] userdiff: adding typescript pattern
2026-03-29 14:39 UTC (2+ messages)
` Spelling JavaScript (was: Re: [PATCH 0/2] [GSoC] userdiff: adding typescript pattern)
[morimoto:sound-cleanup-2026-03-27 101/106] sound/soc/mediatek/mt2701/mt2701-afe-pcm.c:109:36: error: implicit declaration of function 'snd_soc_dai_get_drvdata'; did you mean 'snd_soc_card_get_drvdata'?
2026-03-29 14:38 UTC
[PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to prevent out-of-bounds access
2026-03-29 14:39 UTC (8+ messages)
` SYZKALLER BUG: messing with a mounted file system via loop ioctls (was: Re: [PATCH] ext4: add bounds check in ext4_xattr_ibody_get() to) "
[PATCH v3 0/6] Enable testing small DMA segment sizes
2026-03-29 14:38 UTC (3+ messages)
` [PATCH v3 4/6] block: Reduce the minimum value for the maximum DMA segment size
[paulmck-rcu:dev] BUILD SUCCESS 256f5324d317b8c139b9ca0df8ff8b2c2d78468d
2026-03-29 14:38 UTC
[PATCH 0/5] hamradio: mkiss: modernize and clean up mkiss driver
2026-03-29 14:34 UTC (6+ messages)
` [PATCH 1/5] hamradio: mkiss: move assignments out of if conditions
` [PATCH 2/5] hamradio: mkiss: remove redundant static initialization to 0
` [PATCH 3/5] hamradio: mkiss: fix spacing around assignment operator
` [PATCH 4/5] hamradio: mkiss: modernize logging with netdev and pr macros
` [PATCH 5/5] hamradio: mkiss: cleanup indentation and coding style
[PATCH 0/3] Add support for per-remote and per-namespace SSH options
2026-03-29 14:33 UTC (2+ messages)
[PATCH v2 0/3] mm/swap: use swap_ops to register swap device's methods
2026-03-29 14:31 UTC (5+ messages)
` [PATCH v2 1/3] mm/swap: rename mm/page_io.c to mm/swap_io.c
` [PATCH v2 3/3] mm/swap_io.c: rename swap_writepage_* to swap_write_folio_*
[char-misc v3] mei: me: reduce the scope on unexpected reset
2026-03-29 14:30 UTC (3+ messages)
[PATCH 1/2 v2] spi: add SPI_MOSI_IDLE_LOW support from device tree
2026-03-29 14:25 UTC (2+ messages)
[PATCH v7 0/5] Add driver for EC found on Qualcomm reference devices
2026-03-29 14:22 UTC (2+ messages)
[PATCH] Support display name substitution in customheaders
2026-03-29 14:13 UTC (5+ messages)
[android-common:android-mainline 12/12] drivers/pci/pwrctrl/core.c:198:1-7: ERROR: missing put_device; call of_find_device_by_node on line 168, but without a corresponding object release within this function
2026-03-29 14:17 UTC
[GIT PULL] xen: branch for v7.0-rc6
2026-03-29 14:13 UTC
[PATCH] Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER
2026-03-29 14:11 UTC (8+ messages)
` [PATCH] Bluetooth: hci_sync: fix refcounting in le_read_features_complete
` "
` [PATCH v3] Bluetooth: hci_conn: fix potential UAF in set_cig_params_sync
` [v3] "
` [PATCH v3] Bluetooth: hci_event: fix potential UAF in hci_le_remote_conn_param_req_evt
` [v3] "
` Bluetooth: fix locking in hci_conn_request_evt() with HCI_PROTO_DEFER
[PATCH net-next 00/10] net: stmmac: TSO fixes/cleanups
2026-03-29 14:03 UTC (4+ messages)
` [PATCH net-next 01/10] net: stmmac: fix TSO support when some channels have TBS available
[PATCH 0/5 v4] image_types: use IMAGE_FILE_MAXSIZE variable to create fixed partition size
2026-03-29 14:01 UTC (9+ messages)
` [PATCH 1/5 v4] image_types: add python function to get the IMAGE_FILE_MAXSIZE:fstype value
` [PATCH 2/5 v4] image_types: use IMAGE_FILE_MAXSIZE variable for ext2/3/4 image types
` [PATCH 3/5 v4] image_types: use IMAGE_FILE_MAXSIZE variable for btrfs "
` [PATCH 4/5 v4] image_types: use IMAGE_FILE_MAXSIZE variable for f2fs "
` [PATCH 5/5 v4] image: add check_image_max_size as post function to check file size against IMAGE_FILE_MAXSIZE
` Patchtest results for "
` [PATCH] "
` Patchtest results for "
[PATCH net-next 00/10] net: airoha: Support multiple net_devices connected to the same GDM port
2026-03-29 13:40 UTC (12+ messages)
` [PATCH net-next 01/10] dt-bindings: net: airoha: Add EN7581 ethernet-ports properties
` [PATCH net-next 02/10] net: airoha: Rely on net_device pointer in airoha_dev_setup_tc_block signature
` [PATCH net-next 03/10] net: airoha: Rely on net_device pointer in HTB callbacks
` [PATCH net-next 04/10] net: airoha: Rely on net_device pointer in ETS callbacks
` [PATCH net-next 05/10] net: airoha: Introduce airoha_gdm_dev struct
` [PATCH net-next 06/10] net: airoha: Move airoha_qdma pointer in "
` [PATCH net-next 07/10] net: airoha: Rely on airoha_gdm_dev pointer in airhoa_is_lan_gdm_port()
` [PATCH net-next 08/10] net: airoha: Support multiple net_devices for a single FE GDM port
` [PATCH net-next 09/10] net: airoha: Do not stop GDM port if it is shared
` [PATCH net-next 10/10] net: airoha: Rename get_src_port_id callback in get_sport
[PATCH v3 0/42] fs: Move metadata bh tracking from address_space
2026-03-29 13:55 UTC (3+ messages)
` [PATCH 15/42] fat: Sync and invalidate metadata buffers from fat_evict_inode()
[SECURITY] usbip: vhci: heap buffer overflow via crafted number_of_packets in RET_SUBMIT
2026-03-29 13:53 UTC (9+ messages)
` [PATCH] usbip: vhci: validate number_of_packets in RET_SUBMIT response
` [SECURITY] usbip: iso_frame_desc OOB memmove via crafted offset/length
` [PATCH] usbip: validate iso_frame_desc offset and length in usbip_recv_iso()
[6.12.y regression] Regression with 58130e7ce6cb ("PCI/ERR: Ensure error recoverability at all times"): echo vfio-pci >driver_override does not work for DVB Adapter
2026-03-29 13:52 UTC (5+ messages)
[PATCH] ethtool: don't touch the parent device of a net device being unregistered
2026-03-29 13:52 UTC (7+ messages)
[GIT PULL] Allwinner Device Tree Changes for 7.1 - Part 1
2026-03-29 13:48 UTC
[PATCH v5 1/4] mm: swap: introduce swap tier infrastructure
2026-03-29 13:46 UTC (2+ messages)
[GIT PULL] Allwinner Fixes for 7.0
2026-03-29 13:46 UTC
[PATCH] CONTRIBUTING.d/ai: Add guidelines banning AI for contributing
2026-03-29 13:42 UTC (2+ messages)
[PATCH v2 00/30] KVM: arm64: Combined user_mem_abort() rework
2026-03-29 13:41 UTC (4+ messages)
` [PATCH v2 21/30] KVM: arm64: Kill topup_memcache from kvm_s2_fault
[PATCH nf] netfilter: x_tables: ensure names are nul-terminated
2026-03-29 13:40 UTC
[PATCH] ALSA: caiaq: fix stack out-of-bounds read in init_card
2026-03-29 13:38 UTC
FAILED: patch "[PATCH] s390/entry: Scrub r12 register on kernel entry" failed to apply to 6.6-stable tree
2026-03-29 13:37 UTC (2+ messages)
` [PATCH 6.6.y] s390/entry: Scrub r12 register on kernel entry
[PATCH v1 net-next] tun: Ignore tun in netdev_lock_pos()
2026-03-29 13:36 UTC (2+ messages)
[PATCH BlueZ] iso-tester: fix missing clear of io_id in callbacks
2026-03-29 13:34 UTC (2+ messages)
` [BlueZ] "
patch "iio: adc: nxp-sar-adc: Fix DMA channel leak in trigger mode" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: light: veml6070: fix veml6070_read() return value" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: accel: fix ADXL355 temperature signature value" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: accel: adxl313: add missing error check in predisable" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: dac: ad5770r: fix error return in ad5770r_read_raw()" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: adc: ti-adc161s626: use DMA-safe memory for spi_read()" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: light: vcnl4035: fix scan buffer on big-endian" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: adc: ti-adc161s626: fix buffer read on big-endian" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: orientation: hid-sensor-rotation: add timestamp hack to not" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: imu: bmi160: Remove potential undefined behavior in" added to char-misc-linus
2026-03-29 13:28 UTC
patch "iio: proximity: rfd77402: Fix completion race condition in IRQ mode" added to char-misc-linus
2026-03-29 13:28 UTC
[PULL] IIO: 3rd set of fixes for the 7.0 cycle (or 7.1 merge window)
2026-03-29 13:27 UTC (2+ messages)
CVE-2026-23400: rust_binder: call set_notification_done() without proc lock
2026-03-29 12:55 UTC
[PATCH] selftests/bpf: Reject malformed IPv4/IPv6 skb test input
2026-03-29 13:24 UTC (2+ messages)
[PATCH] erofs-utils: lib: fix data race on __erofs_is_progressmsg
2026-03-29 13:23 UTC
[PATCH] arm64: dts: allwinner: enable h616 timer support
2026-03-29 13:22 UTC (5+ messages)
[PATCH 1/2] arm64: dts: allwinner: sun50i-a64: add UART DMA channels
2026-03-29 13:22 UTC (2+ messages)
[PATCH net-next v36 0/8] eea: Add basic driver framework for Alibaba Elastic Ethernet Adaptor
2026-03-29 13:22 UTC (9+ messages)
` [PATCH net-next v36 1/8] eea: introduce PCI framework
` [PATCH net-next v36 2/8] eea: introduce ring and descriptor structures
` [PATCH net-next v36 3/8] eea: probe the netdevice and create adminq
` [PATCH net-next v36 4/8] eea: create/destroy rx,tx queues for netdevice open and stop
` [PATCH net-next v36 5/8] eea: implement packet receive logic
` [PATCH net-next v36 6/8] eea: implement packet transmit logic
` [PATCH net-next v36 7/8] eea: introduce ethtool support
` [PATCH net-next v36 8/8] eea: introduce callback for ndo_get_stats64
[PATCH] RDMA/siw: use kzalloc_flex
2026-03-29 13:21 UTC (2+ messages)
[PATCH 00/11] drm/vc4: Switch to DRM GPU scheduler
2026-03-29 13:19 UTC (4+ messages)
` [PATCH 06/11] drm/vc4: Add new job submission implementation
patch "iio: imu: adis16550: fix swapped gyro/accel filter functions" added to char-misc-linus
2026-03-29 12:50 UTC
[PATCH] arm64: dts: qcom: msm8996: add blsp2_spi4 node
2026-03-29 13:19 UTC
patch "iio: adc: aspeed: clear reference voltage bits before configuring" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: adc: ti-ads1119: Reinit completion before" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: orientation: hid-sensor-rotation: fix quaternion alignment" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: adc: ti-ads7950: do not clobber gpio state in ti_ads7950_get()" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: adc: ti-ads7950: normalize return value of gpio_get" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: adc: ti-ads1119: Replace IRQF_ONESHOT with IRQF_NO_THREAD" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: add IIO_DECLARE_QUATERNION() macro" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: gyro: mpu3050: Fix out-of-sequence free_irq()" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: gyro: mpu3050: Fix incorrect free_irq() variable" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: gyro: mpu3050: Move iio_device_register() to correct location" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: gyro: mpu3050: Fix irq resource leak" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: imu: st_lsm6dsx: Set FIFO ODR for accelerometer and gyroscope" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: imu: st_lsm6dsx: Set buffer sampling frequency for accelerometer" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: adc: ade9000: fix wrong register in CALIBBIAS case for active" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: adc: ade9000: fix wrong return type in streaming push" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: adc: ade9000: move mutex init before IRQ registration" added to char-misc-linus
2026-03-29 12:50 UTC
patch "iio: accel: adxl380: fix FIFO watermark bit 8 always written as 0" added to char-misc-linus
2026-03-29 12:50 UTC
[PULL] IIO: 2nd set of fixes for 7.0
2026-03-29 12:50 UTC (2+ messages)
patch "iio: adc: ti-ads1119: Fix unbalanced pm reference count in" added to char-misc-linus
2026-03-29 12:50 UTC
[PULL] IIO: new device support, features and cleanup for the 7.1 cycle
2026-03-29 12:49 UTC (2+ messages)
[GIT PULL] interconnect fix for 7.0-rc
2026-03-29 12:48 UTC (2+ messages)
[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
2026-03-29 13:15 UTC
[GSoC 2026] Multi-threaded decompression for fsck.erofs — design question on z_erofs_decompress() parallelism
2026-03-29 13:16 UTC
[RFC PATCH v1 05/11] landlock: Enforce namespace entry restrictions
2026-03-29 13:15 UTC (2+ messages)
FAILED: patch "[PATCH] hwmon: (pmbus/isl68137) Add mutex protection for AVS enable" failed to apply to 5.15-stable tree
2026-03-29 12:46 UTC
FAILED: patch "[PATCH] hwmon: (pmbus/isl68137) Add mutex protection for AVS enable" failed to apply to 5.10-stable tree
2026-03-29 12:46 UTC
FAILED: patch "[PATCH] hwmon: (pmbus/isl68137) Add mutex protection for AVS enable" failed to apply to 6.1-stable tree
2026-03-29 12:46 UTC
patch "iio: adc: ti-ads7950: use iio_push_to_buffers_with_ts_unaligned()" added to char-misc-next
2026-03-29 12:44 UTC
[PATCH] arm64: dts: qcom: msm8996: fix indentation in sdhc2 node
2026-03-29 13:12 UTC
patch "iio: frequency: admv1013: fix NULL pointer dereference on str" added to char-misc-next
2026-03-29 12:44 UTC
[OE-core][scarthgap][patch] tzdata/tzcode-native: upgrade 2025c -> 2026a
2026-03-29 13:07 UTC
patch "iio: adc: ad7768-1: remove switch to one-shot mode" added to char-misc-next
2026-03-29 12:43 UTC
patch "iio: adc: ad7768-1: fix one-shot mode data acquisition" added to char-misc-next
2026-03-29 12:43 UTC
Custom Mobile and Website Development to Boost Your Brand
2026-03-29 13:06 UTC
U-Boot HDMI console on rk3399
2026-03-29 13:03 UTC (2+ messages)
[PATCH v2] raid6: arm64: add SVE optimized implementation for syndrome generation
2026-03-29 13:01 UTC (4+ messages)
[PATCH v2 0/3] media: camss: Link CAMSS power domain on MSM8996
2026-03-29 13:00 UTC (2+ 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.