messages from 2026-08-04 14:54:24 to 2026-08-04 16:15:19 UTC [more...]
[PATCH v4 00/17] Refcounted interrupt disable and SpinLockIrq for Rust
2026-08-04 16:14 UTC (15+ messages)
` [PATCH v4 01/17] preempt: Track NMI nesting to separate per-CPU counter
` [PATCH v4 02/17] preempt: Introduce HARDIRQ_DISABLE_BITS
` [PATCH v4 03/17] preempt: Introduce __preempt_count_{sub,add}_return()
` [PATCH v4 04/17] openrisc: Include <linux/cpumask.h> in smp.h
` [PATCH v4 05/17] irq & spin_lock: Add counted interrupt disabling/enabling
` [PATCH v4 06/17] irq: Add KUnit test for refcounted interrupt enable/disable
` [PATCH v4 07/17] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
` [PATCH v4 08/17] sched: Remove the unused preempt_offset parameter of __cant_sleep()
` [PATCH v4 09/17] sched: Avoid signed comparison of preempt_count() in __cant_migrate()
` [PATCH v4 10/17] preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v4 11/17] arm64: sched/preempt: Enable HAS_SEPARATE_PREEMPT_RESCHED_BITS
` [PATCH v4 12/17] s390/preempt: "
` [PATCH v4 13/17] rust: Introduce interrupt module
` [PATCH v4 14/17] rust: helper: Add spin_{un,}lock_irq_{enable,disable}() helpers
[PATCH] KVM: arm64: selftests: Check ID regs are immutable after a failed run
2026-08-04 16:14 UTC (2+ messages)
[PATCH] checkpatch.pl: adapt to new Assisted-by: format
2026-08-04 16:13 UTC
[PATCH 1/2] dt-bindings: remoteproc: qcom,sm8550-pas: Make SDX75, Hawi and Maili MPSS fallback to SM8650
2026-08-04 16:13 UTC (4+ messages)
[PATCH v6 0/2] ACPI / cpufreq: CPPC: Add ospm_nominal_perf support
2026-08-04 16:12 UTC (6+ messages)
` [PATCH v6 1/2] ACPI: "
[PATCH] ALSA:hda/realtek:ALC269 fixup for Yoga/Legion Mic noise
2026-08-04 16:09 UTC (2+ messages)
[PATCH v5 0/5] media: add virtio-media driver
2026-08-04 16:08 UTC (3+ messages)
[PATCH v3 0/4] cpufreq: CPPC: Preserve OSPM-set registers across hotplug and unload
2026-08-04 16:07 UTC (4+ messages)
` [PATCH v3 4/4] cpufreq: CPPC: Preserve OSPM-set registers across suspend/resume
[PATCH] ALSA: us144mkii: re-anchor capture URBs on resubmission
2026-08-04 16:07 UTC (2+ messages)
[PATCH v6 0/6] PCI: endpoint: Expose endpoint DMA resources (part 2/3)
2026-08-04 16:06 UTC (7+ messages)
` [PATCH v6 1/6] PCI: endpoint: Define endpoint DMA BAR metadata format
` [PATCH v6 2/6] PCI: endpoint: Add DMA auxiliary resource metadata
` [PATCH v6 3/6] PCI: endpoint: Add API to delegate EPC DMA channels to the host
[PATCH] Bluetooth: L2CAP: fix race l2cap_sock_cleanup_listen() vs. put_chan
2026-08-04 16:06 UTC (2+ messages)
[PATCH] ALSA: FCP: fix OOB write in fcp_meter_ctl_get()
2026-08-04 16:06 UTC (2+ messages)
[PATCH v9 00/36] pinctrl: airoha: split on shared and SoC drivers, add more SoCs
2026-08-04 16:04 UTC (37+ messages)
` [PATCH v9 01/36] dt-bindings: pinctrl: airoha: en7581: fix misprint in i2s function name
` [PATCH v9 02/36] dt-bindings: pinctrl: airoha: an7583: fix device tree binding schema
` [PATCH v9 03/36] pinctrl: airoha: fix mdio bitfield names
` [PATCH v9 04/36] pinctrl: airoha: an7581: fix pinconf of i2c_scl/i2c_sda pins
` [PATCH v9 05/36] pinctrl: airoha: an7583: fix I2C0_SDA_PD register bit order
` [PATCH v9 06/36] pinctrl: airoha: an7581: fix mux/conf of pcie_reset pins
` [PATCH v9 07/36] dt-bindings: pinctrl: airoha: en7581: allow configuration of pcie_reset pins as gpio or pwm
` [PATCH v9 08/36] pinctrl: airoha: an7583: fix muxing of non-gpio default pins
` [PATCH v9 09/36] dt-bindings: pinctrl: airoha: an7583: allow configuration of non-gpio default pins as gpio and pwm
` [PATCH v9 10/36] pinctrl: airoha: fix I2C1 pin mux config for AN7581
` [PATCH v9 11/36] pinctrl: airoha: fix I2C pin mux config for AN7583
` [PATCH v9 12/36] pinctrl: airoha: fix AN7583 MDIO pin mux config
` [PATCH v9 13/36] pinctrl: airoha: an7583: fix spi group pins
` [PATCH v9 14/36] pinctrl: airoha: add missed get_direction() function for gpio_chip
` [PATCH v9 15/36] pinctrl: airoha: add set_direction() helper "
` [PATCH v9 16/36] pinctrl: airoha: minor improvements
` [PATCH v9 17/36] pinctrl: airoha: fix getting gpiochip/pinctrl pointers in the IRQ handling code
` [PATCH v9 18/36] pinctrl: airoha: add missed IRQ resource helpers
` [PATCH v9 19/36] pinctrl: airoha: fix IRQ mask/unmask code
` [PATCH v9 20/36] pinctrl: airoha: fix edge-triggered interrupts handling
` [PATCH v9 21/36] pinctrl: airoha: remove not needed irq_type[] array
` [PATCH v9 22/36] pinctrl: airoha: statically allocate gpio regs structure
` [PATCH v9 23/36] pinctrl: airoha: move common definitions to the separate header
` [PATCH v9 24/36] pinctrl: airoha: split driver on shared code and SoC specific drivers
` [PATCH v9 25/36] pinctrl: airoha: an7581: remove en7581 prefix from variable names
` [PATCH v9 26/36] pinctrl: airoha: an7583: remove an7583 prefix from variable names and definitions
` [PATCH v9 27/36] pinctrl: airoha: an7583: rename registers to match its an7583 names
` [PATCH v9 28/36] pinctrl: airoha: an7583: add support for npu_uart pinmux
` [PATCH v9 29/36] pinctrl: airoha: an7583: add support for pon_alt pinmux
` [PATCH v9 30/36] pinctrl: airoha: an7583: add support for olt pinmux
` [PATCH v9 31/36] dt-bindings: pinctrl: airoha: an7583: add missed features
` [PATCH v9 32/36] pinctrl: airoha: add support of en7523 SoC
` [PATCH v9 33/36] pinctrl: airoha: try to find chip scu node by phandle first
` [PATCH v9 34/36] dt-bindings: pinctrl: airoha: add support of en7523 pin controller
` [PATCH v9 35/36] pinctrl: airoha: add support of an7563 SoC
` [PATCH v9 36/36] dt-bindings: pinctrl: airoha: add support of an7563 pin controller
[PATCH v3] iommu/arm-smmu-v3: Shrink command/event/PRI queues in kdump kernel
2026-08-04 16:04 UTC (7+ messages)
[PATCH iwl v4] ice: acquire NVM lock around each flash read
2026-08-04 16:04 UTC (2+ messages)
` [Intel-wired-lan] "
[PATCH] dt-bindings: remoteproc: qcom,sm8550-pas: Add Hawi and Maili MPSS compatible
2026-08-04 16:02 UTC (5+ messages)
[PATCH v12 0/8] DCD Prep Series
2026-08-04 16:00 UTC (10+ messages)
` [PATCH v12 1/8] cxl/mbox: Flag support for Dynamic Capacity Devices (DCD)
` [PATCH v12 2/8] cxl/mem: Read dynamic capacity configuration from the device
[PATCH] drm/panthor: validate userspace queue count against initialized firmware slot count
2026-08-04 16:00 UTC
[PATCH v2 0/4] test-ww_mutex: Miscellaneous fixes
2026-08-04 16:00 UTC (7+ messages)
` [PATCH v2 3/4] test-ww_mutex: Handle transient -EDEADLK in test_cycle_work
` [PATCH v2 4/4] test-ww_mutex: Retry lock acquisition after timeout if deadlocked
[PATCH v2 0/2] Documentation: html: show sections in the sidebar
2026-08-04 15:59 UTC (3+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] Documentation: html: adjust sidebar section titles styling
[RFC] [Question] memset.S old code stuff
2026-08-04 15:57 UTC (2+ messages)
[PATCH v2 0/2] mm/page_ext: remove pgdat_page_ext_init()
2026-08-04 15:57 UTC (5+ messages)
` [PATCH v2 1/2] mm/Kconfig: make FLATMEM depend on !NUMA
` [PATCH v2 2/2] mm/page_ext: remove pgdat_page_ext_init()
[PATCH v2 0/2] module: remove MODULE_VERSION() and srcversion
2026-08-04 15:55 UTC (5+ messages)
` [PATCH v2 1/2] module: remove MODULE_VERSION()
` [PATCH v2 2/2] module: remove srcversion module attribute
[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
2026-08-04 15:54 UTC (13+ messages)
` [PATCH RFC 01/14] mm/zsmalloc: replace PG_private with pointer comparison
` [PATCH RFC 07/14] fs/erofs: mm/pagemap: add readahead_folio_reverse() to avoid folio->private
[PATCH v7 0/2] hung_task: Improve warning budget handling and task reporting
2026-08-04 15:54 UTC (3+ messages)
` [PATCH v7 1/2] hung_task: Reset warning budget when problem gets resolved
` [PATCH v7 2/2] hung_task: Always print basic hung task info header
[PATCH 0/2] Support RAW12 bayer formats
2026-08-04 15:51 UTC (2+ messages)
[PATCH net] net: Defer netdev KOBJ_ADD uevent until the device is published
2026-08-04 15:51 UTC
[PATCH v2] dm dust: make badblock messages target-relative
2026-08-04 15:50 UTC (3+ messages)
[net-next PATCH v4 0/4] Add support for XPCS based RSFEC configuration
2026-08-04 15:50 UTC (3+ messages)
[syzbot] [net?] KASAN: slab-use-after-free Read in ipvlan_hard_header (5)
2026-08-04 15:49 UTC
[PATCH v3] staging: axis-fifo: align arguments to match open parenthesis
2026-08-04 15:49 UTC (2+ messages)
[RFC PATCH v1 0/3] blk-cgroup: store blkcg in bio before blkcg_mutex conversion
2026-08-04 15:47 UTC (10+ messages)
` [RFC PATCH v1 1/3] blk-cgroup: add helpers for bio cgroup state
` [RFC PATCH v1 2/3] blk-cgroup: store blkcg in bio instead of blkg
[PATCH v3 0/2] LoongArch: BPF: per-CPU address resolution and timed may_goto
2026-08-04 15:39 UTC (3+ messages)
` [PATCH v3 1/2] LoongArch: BPF: Support internal-only MOV to resolve per-CPU addrs
` [PATCH v3 2/2] LoongArch: BPF: Add timed may_goto support
[PATCH net v5 00/10] rxrpc: Fix CHALLENGE packet handling
2026-08-04 15:46 UTC (4+ messages)
` [PATCH net v5 07/10] afs: Create a server appdata key
[PATCH v2 0/5] btrfs: handle -ENOMEM errors in some synchronous dirops without aborting
2026-08-04 15:44 UTC (6+ messages)
` [PATCH v2 1/5] btrfs: use an on-stack path in btrfs_insert_orphan_item()
` [PATCH v2 2/5] btrfs: split btrfs_insert_delayed_dir_index() into prealloc and commit phases
` [PATCH v2 3/5] btrfs: pre-allocate delayed dir index before btree modification
` [PATCH v2 4/5] btrfs: handle ENOMEM from btrfs_insert_dir_item() without aborting
` [PATCH v2 5/5] btrfs: pre-allocate delayed dir index for non-overwrite rename
[PATCH v5 0/6] remoteproc: qcom: pas: Misc fixes
2026-08-04 15:44 UTC (6+ messages)
` [PATCH v5 6/6] firmware: qcom: scm: introduce keep_mdt_buf flag in PAS context
PGP keysigning at LPC/OSSE 2026
2026-08-04 15:43 UTC
[PATCH v5 0/9] vfio/pci: Add mmap() for DMABUFs
2026-08-04 15:42 UTC (3+ messages)
` [PATCH v5 2/9] PCI/P2PDMA: Add CONFIG_PCI_P2PDMA_CORE
[PATCH v9 00/41] guest_memfd: In-place conversion support
2026-08-04 15:39 UTC (15+ messages)
` [PATCH v9 14/41] mm: swap: Introduce lru_add_drain_progressive()
` [PATCH v9 20/41] KVM: Let userspace disable per-VM mem attributes, enable per-gmem attributes
[PATCH] dmaengine: mediatek: hsdma: fix runtime PM leak on init failure
2026-08-04 15:39 UTC (2+ messages)
` [PATCH v2 RESEND] "
[PATCH] kunit: irq: Continue increasing hrtimer interval for longer
2026-08-04 15:38 UTC (2+ messages)
[PATCH v2] dt-bindings: remoteproc: qcom,shikra-pas: Allow bam-dmux subnode
2026-08-04 15:38 UTC (4+ messages)
[PATCH] scsi: storvsc: Support manual scans for all Hyper-V targets
2026-08-04 15:37 UTC (3+ messages)
[PATCH net v2 1/3] net: core: propagate unreadable flag in skb_zerocopy
2026-08-04 15:36 UTC (4+ messages)
` [PATCH net v2 2/3] net: devmem: return EMSGSIZE on type mismatch
[PATCH v2 1/3] drm/amdgpu: don't disable ttm buffer funcs on reset
2026-08-04 15:36 UTC (3+ messages)
` [PATCH v2 3/3] drm/amdgpu: remove useless enable/disable of ttm buffer funcs
[PATCH v5 0/3] mm/vmscan: reduce lru_lock contention via vmstat-derived scan-balance cost
2026-08-04 15:36 UTC (5+ messages)
` [PATCH v5 1/3] mm/vmstat, mm/memcontrol: add _monotonic vmstat readers
` [PATCH v5 2/3] mm/vmscan: add pgrotate_anon and pgrotate_file vmstat counters
[PATCH v2 0/4] firmware: qcom: scm: simplify code by using classes
2026-08-04 15:35 UTC (3+ messages)
` [PATCH v2 3/4] firmware: qcom: scm: introduce qcom_scm_clk class for clock management
[PATCH] coding-assistants: simplify attribution
2026-08-04 15:35 UTC (3+ messages)
[PATCH v2] parisc: Use asm-generic/serial.h
2026-08-04 15:34 UTC (2+ messages)
[PATCH] MAINTAINERS: Add myself as co-maintainer for clk subsystem
2026-08-04 15:32 UTC
[PATCH v3] usb: raw_gadget: fix use-after-free when UDC is removed
2026-08-04 15:32 UTC (2+ messages)
[PATCH v2] arch: arm64: add early_param idle=<wfi|yield|nop>
2026-08-04 15:28 UTC (6+ messages)
[PATCH 00/21] net: phy: add X-Powers AC200/AC300 EPHY support
2026-08-04 15:26 UTC (12+ messages)
` [PATCH 10/21] net: phy: add X-Powers AC200 EPHY control driver
` [PATCH 16/21] net: phy: add X-Powers AC200/AC300 EPHY driver
[PATCH v2 0/3] phy: renesas: rcar-gen2: three cleanups
2026-08-04 15:24 UTC (4+ messages)
` [PATCH v2 1/3] phy: renesas: rcar-gen2: Fix double of_node_put on phy creation failure
` [PATCH v2 2/3] phy: renesas: rcar-gen2: Return -EINVAL for out-of-range channel reg
` [PATCH v2 3/3] phy: renesas: rcar-gen2: Use dev_err_probe() in probe
[PATCH v9 00/11] sched, steal_governor: Introduce preferred CPUs and steal-driven vCPU backoff
2026-08-04 15:22 UTC (6+ messages)
` [PATCH v9 01/11] sched/docs: Document cpu_preferred_mask and Preferred CPU concept
[RFC PATCH 00/14] KVM: ITS hardening for pKVM
2026-08-04 15:22 UTC (4+ messages)
` [PATCH 02/14] KVM: arm64: Track host-unmapped MMIO regions in a static array
[RFC v2 PATCH 0/16] Optimize this_cpu_*() ops for non-x86 (ARM64 for this series)
2026-08-04 15:21 UTC (8+ messages)
[PATCH] gpio: mvebu: convert to noirq suspend/resume to prevent interrupt storm on resume
2026-08-04 15:15 UTC (2+ messages)
[syzbot] [usb?] possible deadlock in digi_set_modem_signals
2026-08-04 15:20 UTC (2+ messages)
[PATCH v4] sched/fair: Prefer fully idle cores for NOHZ balancing
2026-08-04 15:19 UTC (2+ messages)
[PATCH v2 0/3] drm/imagination: small series of fixes for the pvr documentation
2026-08-04 15:18 UTC (4+ messages)
` [PATCH v2 1/3] drm/imagination: fixup some docs in pvr_gem.h
` [PATCH v2 2/3] drm/imagination: Update Rogue heap comments
` [PATCH v2 3/3] drm/imagination: Fix repeated typo in KCCB documentation
[syzbot] [net?] WARNING in sk_mc_loop
2026-08-04 15:16 UTC
[PATCH] drm/i915/display: fix error handling in intel_display_driver_probe_noirq
2026-08-04 15:14 UTC (2+ messages)
[PATCH] MAINTAINERS: add Julian Braha as Kconfig reviewer
2026-08-04 15:14 UTC (2+ messages)
[PATCH] pinctrl: stm32: use a raw spinlock regmap to program the EXTI mux
2026-08-04 15:12 UTC (3+ messages)
` [PATCH v3] pinctrl: stm32: program the EXTI mux from .alloc instead of .activate
[PATCH net-next v5 0/3] Add DAPU Telecom DAP8211R(I) Gigabit Ethernet PHY driver
2026-08-04 15:12 UTC (7+ messages)
[RFC] mpam,x86,fs/resctrl: Generic schema description Proof of Concept
2026-08-04 15:11 UTC (21+ messages)
[PATCH v10 00/17] AD9910 Direct Digital Synthesizer
2026-08-04 15:12 UTC (3+ messages)
` [PATCH v10 10/17] iio: frequency: ad9910: initial driver implementation
[PATCH net-next v2 0/3] net: mdio: support dynamic OF device changes
2026-08-04 15:10 UTC (5+ messages)
[PATCH] MAINTAINERS: arm64: Add Mark Rutland as an official Reviewer
2026-08-04 15:08 UTC (4+ messages)
[PATCH v8 0/6] phy: fsl-imx8mq-usb: few improvements
2026-08-04 15:08 UTC (5+ messages)
` [PATCH v8 3/6] phy: fsl-imx8mq-usb: add runtime PM support
[PATCH] drm/meson: clean up KMS polling on register failure
2026-08-04 15:08 UTC (2+ messages)
` [PATCH v2] "
[PATCH] sched/cache: honor migrate_llc_task semantics in active load balance
2026-08-04 15:07 UTC (2+ messages)
[RFC PATCH 00/13] arm64: Preemptible this_cpu_*() operations
2026-08-04 15:05 UTC (6+ messages)
` [RFC PATCH 07/13] arm64: percpu: Implement preemptible read/write ops
[PATCH] w5100: restore GPIO-based link detection
2026-08-04 15:02 UTC (2+ messages)
[PATCH] firmware: xilinx: ufs: move PHY/SRAM ready polling into the firmware backend
2026-08-04 15:02 UTC
[PATCH v3 0/5] mm: Unconditional per-VMA locks and cleanups
2026-08-04 15:00 UTC (17+ messages)
` [PATCH v3 1/5] mm: Make per-VMA locks available universally
` [PATCH v3 2/5] binder: Make shrinker rely solely on per-VMA lock
` [PATCH v3 3/5] mm: Add RCU-based VMA lookup helper that waits for writers
[PATCH v3 0/3] power: reset: pscrr: record reset cause on panic and watchdog pretimeout
2026-08-04 14:59 UTC (3+ messages)
` [PATCH v3 3/3] watchdog: pretimeout: update PSC reason in panic pretimeout governor
[PATCH v16 00/45] arm64: Support for Arm CCA in KVM
2026-08-04 14:59 UTC (4+ messages)
` [PATCH v16 11/45] KVM: arm64: CCA: Check for RMI support at KVM init
[PATCH v3] sched/fair: Prefer fully idle cores for NOHZ balancing
2026-08-04 14:58 UTC (3+ messages)
[PATCH] drm/gem-shmem: Install writable PTEs for write faults
2026-08-04 14:57 UTC (3+ messages)
[PATCH bpf-next v3 1/2] bpf: Fix sleepable check for tracing prog
2026-08-04 14:57 UTC (2+ messages)
` [PATCH bpf-next v3 2/2] selftests/bpf: Verify rejection of sleepable "
[PATCH v8 00/35] pinctrl: airoha: split on shared and SoC drivers, add more SoCs
2026-08-04 14:57 UTC (5+ messages)
` [PATCH v8 30/35] dt-bindings: pinctrl: airoha: an7583: add olt function/group
[PATCH 0/5] mtd: spi-nor: Massive QE handling cleanup and Winbond RV chips addition
2026-08-04 14:57 UTC (4+ messages)
` [PATCH 1/5] mtd: spi-nor: Refactor Read Status/Write Status support
[syzbot] [usb?] possible deadlock in tcm_alloc
2026-08-04 14:57 UTC (2+ messages)
[PATCH v3 0/2] arm64: dts: broadcom: bcm2712-d-rpi-5-b: add compatible
2026-08-04 14:57 UTC (3+ messages)
` [PATCH v3 2/2] "
[PATCH 1/2] KVM: arm64: nv: Allocate the shadow S2 MMUs individually
2026-08-04 14:56 UTC (3+ messages)
[PATCH 0/4] Congatec Board Controller: Add storage devices support
2026-08-04 14:55 UTC (5+ messages)
` [PATCH 1/4] mfd: cgbc: Fix use of negative error code as valid session handle
` [PATCH 2/4] i2c: cgbc: Add virtual I2C bus support
` [PATCH 3/4] mfd: "
` [PATCH 4/4] i2c: cgbc: Add virtual storage devices on the virtual I2C bus
[PATCH] arm64: archrandom: avoid trapping ID register read in __cpu_has_rng()
2026-08-04 14:56 UTC (4+ messages)
[PATCH] power: supply: bq256xx: drain usb_work before freeing the charger
2026-08-04 14:55 UTC
[RFC PATCH v4 0/3] iio: position: add Rust driver for ams AS5600
2026-08-04 14:57 UTC (3+ messages)
` [RFC PATCH v4 3/3] "
[RFC] PCI_IRQ_AFFINITY limits MSI-X allocation on 384 CPU / 1000+ NVMe system
2026-08-04 14:56 UTC (9+ messages)
[PATCH net] sctp: bound the auth_chunks copy length in SCTP_LOCAL_AUTH_CHUNKS
2026-08-04 14:55 UTC (4+ messages)
[syzbot] [net?] KASAN: slab-out-of-bounds Read in copy_from_sockptr
2026-08-04 14:54 UTC
[PATCH 1/2] hung_task: Reset warning budget when problem gets resolved
2026-08-04 14:54 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox