All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2026-03-27 10:43:53 to 2026-03-27 11:28:37 UTC [more...]

[PATCH net-next v4] selftests: net: add tests for PPP
 2026-03-27 11:28 UTC  (4+ messages)

[PATCH] media: cx231xx: fix devres lifetime
 2026-03-27 11:27 UTC  (3+ messages)

[PATCH 0/3] hw/tpm: add PPI support to tpm-tis-device on ARM64 virt
 2026-03-27 11:26 UTC  (10+ messages)
` [PATCH 1/3] docs/specs/tpm: document PPI support "

[PATCH v2 00/65] arm: Implement an emulation of GICv5 interrupt controller
 2026-03-27 11:17 UTC  (66+ messages)
` [PATCH v2 01/65] qom/object: Add object_resolve_and_typecheck()
` [PATCH v2 02/65] hw/core: Permit devices to define an array of link properties
` [PATCH v2 03/65] hw/intc: Skeleton of GICv5 IRS classes
` [PATCH v2 04/65] hw/arm/Kconfig: select ARM_GICV5 for ARM_VIRT board
` [PATCH v2 05/65] hw/intc/arm_gicv5: Implement skeleton code for IRS register frames
` [PATCH v2 06/65] hw/intc/arm_gicv5: Add migration blocker
` [PATCH v2 07/65] hw/intc/arm_gicv5: Create and validate QOM properties
` [PATCH v2 08/65] hw/intc/arm_gicv5: Create inbound GPIO lines for SPIs
` [PATCH v2 09/65] hw/intc/arm_gicv5: Define macros for config frame registers
` [PATCH v2 10/65] hw/intc/arm_gicv5: Implement IRS ID regs
` [PATCH v2 11/65] hw/intc/arm_gicv5: Add link property for MemoryRegion for DMA
` [PATCH v2 12/65] hw/intc/arm_gicv5: Implement gicv5_class_name()
` [PATCH v2 13/65] hw/intc/arm_gicv5: Add defines for GICv5 architected PPIs
` [PATCH v2 14/65] target/arm: GICv5 cpuif: Initial skeleton and GSB barrier insns
` [PATCH v2 15/65] target/arm: Set up pointer to GICv5 in each CPU
` [PATCH v2 16/65] hw/intc/arm_gicv5: Implement IRS_IST_{BASER, STATUSR, CFGR}
` [PATCH v2 17/65] hw/intc/arm_gicv5: Cache LPI IST config in a struct
` [PATCH v2 18/65] hw/intc/arm_gicv5: Implement gicv5_set_priority()
` [PATCH v2 19/65] target/arm: GICv5 cpuif: Implement the GIC CDPRI instruction
` [PATCH v2 20/65] hw/intc/arm_gicv5: Implement IRS_MAP_L2_ISTR
` [PATCH v2 21/65] hw/intc/arm_gicv5: Implement remaining set-config functions
` [PATCH v2 22/65] target/arm: GICv5 cpuif: Implement GIC CD* insns for setting config
` [PATCH v2 23/65] hw/intc/arm_gicv5: Create backing state for SPIs
` [PATCH v2 24/65] hw/intc/arm_gicv5: Make gicv5_set_* update SPI state
` [PATCH v2 25/65] hw/intc/arm_gicv5: Implement gicv5_request_config()
` [PATCH v2 26/65] target/arm: GICv5 cpuif: Implement GIC CDRCFG and ICC_ICSR_EL1
` [PATCH v2 27/65] hw/intc/arm_gicv5: Implement IRS_SPI_{SELR, STATUSR, CFGR, DOMAINR}
` [PATCH v2 28/65] hw/intc/arm_gicv5: Update SPI state for CLEAR/SET events
` [PATCH v2 29/65] hw/intc/arm_gicv5: Implement IRS_CR0 and IRS_CR1
` [PATCH v2 30/65] hw/intc/arm_gicv5: Implement IRS_SYNCR and IRS_SYNC_STATUSR
` [PATCH v2 31/65] hw/intc/arm_gicv5: Implement IRS_PE_{CR0, SELR, STATUSR}
` [PATCH v2 32/65] hw/intc/arm_gicv5: Implement CoreSight ID registers
` [PATCH v2 33/65] hw/intc/arm_gicv5: Cache pending LPIs in a hash table
` [PATCH v2 34/65] target/arm: GICv5 cpuif: Implement ICC_IAFFIDR_EL1
` [PATCH v2 35/65] target/arm: GICv5 cpuif: Implement ICC_IDR0_EL1
` [PATCH v2 36/65] target/arm: GICv5 cpuif: Implement GICv5 PPI active set/clear registers
` [PATCH v2 37/65] target/arm: GICv5 cpuif: Implement PPI handling mode register
` [PATCH v2 38/65] target/arm: GICv5 cpuif: Implement PPI pending status registers
` [PATCH v2 39/65] target/arm: GICv5 cpuif: Implement PPI enable register
` [PATCH v2 40/65] target/arm: GICv5 cpuif: Implement PPI priority registers
` [PATCH v2 41/65] target/arm: GICv5 cpuif: Implement ICC_APR_EL1 and ICC_HAPR_EL1
` [PATCH v2 42/65] target/arm: GICv5 cpuif: Calculate the highest priority PPI
` [PATCH v2 43/65] hw/intc/arm_gicv5: Calculate HPPI in the IRS
` [PATCH v2 44/65] target/arm: GICv5 cpuif: Implement ICC_CR0_EL1
` [PATCH v2 45/65] target/arm: GICv5 cpuif: Implement ICC_PCR_EL1
` [PATCH v2 46/65] target/arm: GICv5 cpuif: Implement ICC_HPPIR_EL1
` [PATCH v2 47/65] hw/intc/arm_gicv5: Implement Activate command
` [PATCH v2 48/65] target/arm: GICv5 cpuif: Implement GICR CDIA command
` [PATCH v2 49/65] target/arm: GICv5 cpuif: Implement GIC CDEOI
` [PATCH v2 50/65] hw/intc/arm_gicv5: Implement Deactivate command
` [PATCH v2 51/65] target/arm: GICv5 cpuif: Implement GIC CDDI
` [PATCH v2 52/65] target/arm: GICv5 cpuif: Signal IRQ or FIQ
` [PATCH v2 53/65] target/arm: Connect internal interrupt sources up as GICv5 PPIs
` [PATCH v2 54/65] target/arm: Add has_gcie property to enable FEAT_GCIE
` [PATCH v2 55/65] hw/intc/arm_gicv3_cpuif: Don't allow GICv3 if CPU has GICv5 cpuif
` [PATCH v2 56/65] hw/arm/virt: Remember CPU phandles rather than looking them up by name
` [PATCH v2 57/65] hw/arm/virt: Move MSI controller creation out of create_gic()
` [PATCH v2 58/65] hw/arm/virt: Pull "wire CPU interrupts" "
` [PATCH v2 59/65] hw/arm/virt: Split GICv2 and GICv3/4 creation
` [PATCH v2 60/65] hw/arm/virt: Create and connect GICv5
` [PATCH v2 61/65] hw/arm/virt: Advertise GICv5 in the DTB
` [PATCH v2 62/65] hw/arm/virt: Handle GICv5 in interrupt bindings for PPIs
` [PATCH v2 63/65] hw/arm/virt: Use correct interrupt type for GICv5 SPIs in the DTB
` [PATCH v2 64/65] hw/arm/virt: Enable GICv5 CPU interface when using GICv5
` [PATCH v2 65/65] hw/arm/virt: Allow user to select GICv5

[PATCH v1 0/3] block: Add 'posix' option for file locking
 2026-03-27 11:25 UTC  (3+ messages)

[PATCH v5 8/8] platform/x86: lenovo-wmi-other: Add WMI battery charge limiting
 2026-03-27 11:25 UTC  (3+ messages)
` [PATCH] platform/x86: lenovo: Decouple lenovo-wmi-gamezone and lenovo-wmi-other

[PATCH v3] migration/rdma: add x-rdma-chunk-size parameter
 2026-03-27 11:24 UTC  (4+ messages)

[PATCH] rust: list: hide macros from top-level kernel doc
 2026-03-27 11:25 UTC  (2+ messages)

[PATCH v6] staging: media: atomisp: fix GP_TIMER_BASE scope in gp_timer.c
 2026-03-27 11:24 UTC  (2+ messages)

[PATCH 00/16] drm/msm: A8xx Support - Batch 2
 2026-03-27 11:23 UTC  (5+ messages)
` [PATCH 10/16] drm/msm/a6xx: Fix gpu init from secure world

[PATCH] net/ice/base: fix double HW reinitialization
 2026-03-27 11:21 UTC  (2+ messages)

[PATCH v4 00/22] slab: replace cpu (partial) slabs with sheaves
 2026-03-27 11:21 UTC  (10+ messages)
` [REGRESSION] "

[PATCH v2 1/1] arm64: defconfig: Enable pinctrl/gpio/pcie for CIX Sky1 SoC
 2026-03-27 11:21 UTC  (4+ messages)

[PATCH net] bridge: cfm: do not reschedule TX work when interval is zero
 2026-03-27 11:20 UTC  (2+ messages)

gitignore documentation for info/exclude files and patterns with relative directories
 2026-03-27 11:20 UTC 

[PATCH] MAINTAINERS: add `.rustfmt.toml` to "RUST" entry
 2026-03-27 11:20 UTC  (2+ messages)

[PATCH v2 00/17] drm/msm: A8xx Support - Batch 2
 2026-03-27 11:19 UTC  (9+ messages)
` [PATCH v2 11/17] drm/msm/a8xx: Add SKU table for A840
` [PATCH v2 12/17] drm/msm/a6xx: Add soft fuse detection support
` [PATCH v2 14/17] drm/msm/a8xx: Implement IFPC support for A840
` [PATCH v2 17/17] drm/msm/adreno: Expose a PARAM to check AQE support

Pull request doc-2026-04-rc6
 2026-03-27 11:19 UTC 

[PATCH 0/3] USE drm mm instead of drm SA for CCS read/write
 2026-03-27 11:17 UTC  (8+ messages)
` [PATCH 1/3] drm/xe/mm: add XE DRM MM manager with shadow support
` [PATCH 3/3] drm/xe/vf: Use drm mm instead of drm sa for CCS read/write

[PATCH next] ACPICA: AML Parser: Remove spurious precision from format used to dump parse trees
 2026-03-27 11:17 UTC  (6+ messages)

[PATCH v3] PCI: pciehp: Fix hotplug on Catlow Lake with unreliable PME status
 2026-03-27 11:16 UTC  (7+ messages)

[PATCH] selftests/mm: Fix soft-dirty kselftest supported check
 2026-03-27 11:15 UTC  (8+ messages)

[PATCH v3] staging: rtl8723bs: fix spelling in comment
 2026-03-27 11:14 UTC 

[PATCH 0/4] sched/fair: SMT-aware asymmetric CPU capacity
 2026-03-27 11:14 UTC  (5+ messages)
` [PATCH 1/4] sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selection

[PATCH v5 1/7] NFSD: Extract revoke_one_stid() utility function
 2026-03-27 11:13 UTC  (2+ messages)

[PATCH v3 0/5] linux-user/riscv: add vector state to signal context
 2026-03-27 11:12 UTC  (2+ messages)

[PATCH 0/7] Misc changes to allow building with Windows Clang
 2026-03-27 11:10 UTC  (9+ messages)
` [PATCH 4/7] Remove unused dirent.h
` [PATCH 7/7] meson: Build block_syms and qemu_syms only when enable_modules

[Buildroot] [PATCH v2] package/rwmem: bump to version 2.0
 2026-03-27 11:09 UTC 

Re: [PATCH v5 2/3] RISC-V: KVM: Detect and expose supported HGATP G-stage modes
 2026-03-27 11:11 UTC  (4+ messages)
`  "

[PATCH 0/8] drm/mxsfb/lcdif: use DRM_BRIDGE_ATTACH_NO_CONNECTOR and the bridge-connector
 2026-03-27 11:10 UTC  (8+ messages)
` [PATCH 2/8] drm/mxsfb/lcdif: don't unnecessarily loop over ports
` [PATCH 4/8] drm/bridge: dw-hdmi: document the output_port field

[PATCH v6] staging: media: av7110: fix coding style
 2026-03-27 11:10 UTC  (2+ messages)

[PATCH] ovl: make fsync after metadata copy-up opt-in mount option
 2026-03-27 11:09 UTC  (6+ messages)

[PATCH 1/2] HID: core: factor out hid_parse_collections()
 2026-03-27 11:09 UTC  (2+ messages)

[PATCH v1] arm64: dts: qcom: hamoa-iot-som: Add firmware-name to QUPv3 nodes
 2026-03-27 11:09 UTC  (2+ messages)

[PATCH v5 0/4] iio: adc: ad4691: add driver for AD4691 multichannel SAR ADC family
 2026-03-27 11:08 UTC  (10+ messages)
` [PATCH v5 1/4] dt-bindings: iio: adc: add AD4691 family
` [PATCH v5 2/4] iio: adc: ad4691: add initial driver for "
` [PATCH v5 3/4] iio: adc: ad4691: add triggered buffer support
` [PATCH v5 4/4] iio: adc: ad4691: add SPI offload support

[PATCH net-next 00/10] net: lan966x: add support for PCIe FDMA
 2026-03-27 11:07 UTC  (8+ messages)

[PATCH] wifi: rt2x00usb: fix devres lifetime
 2026-03-27 11:07 UTC  (2+ messages)

[LTP] [PATCH] lib: tst_kconfig: Add runtime checks
 2026-03-27 11:06 UTC  (3+ messages)

[meta-virtualization] [master] [PATCH] containerd: Add CVE_PRODUCT to align with NVD CPE
 2026-03-27 11:06 UTC 

[PATCH 0/2] rust: add support for Software Tag-Based KASAN
 2026-03-27 11:04 UTC  (7+ messages)
` [PATCH 1/2] rust: kasan: do not pass -Zsanitizer-recover

[patch v2 00/14] Improve /proc/interrupts further and add a binary interface
 2026-03-27 11:03 UTC  (12+ messages)
` [patch v2 04/14] x86/irq: Make irqstats array based

[PATCH 1/2] usb: chipidea: core: fix device mode not work in non-lpm
 2026-03-27 10:54 UTC  (3+ messages)

[PATCH v3 0/4] gpio: timberdale: remove platform data header
 2026-03-27 11:02 UTC  (6+ messages)
` [PATCH v3 1/4] mfd: timberdale: move GPIO_NR_PINS into the driver
` [PATCH v3 2/4] mfd: timberdale: set up a software node for the GPIO cell
` [PATCH v3 3/4] gpio: timberdale: use device properties
` [PATCH v3 4/4] gpio: timberdale: remove platform data header

[RFC] : android-tools: move from dynamic-layers/selinux to meta-oe
 2026-03-27 11:00 UTC  (2+ messages)
` [oe] "

[PATCH v2 1/2] module/kallsyms: fix nextval for data symbol lookup
 2026-03-27 11:00 UTC  (2+ messages)
` [PATCH v2 2/2] module/kallsyms: sort function symbols and use binary search

[PATCH] dt-bindings: arm: marvell: Convert armada-380-mpcore-soc-ctrl to DT Schema
 2026-03-27 10:59 UTC  (2+ messages)

IOMMU faults after S3
 2026-03-27 10:59 UTC  (3+ messages)

[axboe:rw_iter 204/525] drivers/misc/bcm-vk/bcm_vk_msg.c:1054 bcm_vk_read() error: we previously assumed 'entry' could be null (see line 1045)
 2026-03-27 10:59 UTC  (2+ messages)

[PATCH v2] staging: rtl8723bs: fix spelling in comment
 2026-03-27 10:58 UTC  (2+ messages)

[PATCH v2] xen/sched: validate RTDS putinfo period and budget
 2026-03-27 10:58 UTC  (3+ messages)

[PATCH v9 0/9] ADF41513/ADF41510 PLL frequency synthesizers
 2026-03-27 10:57 UTC  (6+ messages)
` [PATCH v9 2/9] lib: vsprintf: export simple_strntoull() in a safe prototype

[PATCH v3 0/2] rohm-bdi718x7/71828: Use software nodes for gpio-keys
 2026-03-27 10:58 UTC  (5+ messages)
` [PATCH v3 1/2] mfd: rohm-bd71828: "
` [PATCH v3 2/2] mfd: rohm-bd718x7: "

[PATCH v6 00/13] Enable I2C on SA8255p Qualcomm platforms
 2026-03-27 10:57 UTC  (3+ messages)

[PATCH 6.6.y] gfs2: Validate i_depth for exhash directories
 2026-03-27 10:56 UTC 

[PATCH v2 0/5] bpf: skb_adjust_room helper refactor and tunnel decap flags
 2026-03-27 10:55 UTC  (6+ messages)
` [PATCH v2 3/5] bpf: add helper masks for ADJ_ROOM flags and encap validation

[akpm-mm:mm-unstable 199/330] vm_util.c:127:14: error: too few arguments to function 'pagemap_scan_supported'
 2026-03-27 10:55 UTC  (2+ messages)

[PATCH v2] drm/xe: Apply WA_14026999295 to engine
 2026-03-27 10:55 UTC  (2+ messages)
` ✓ CI.KUnit: success for drm/xe: Apply WA_14026999295 to engine (rev2)

[PATCH] HID: hid-lenovo-go: fix LEDS dependencies
 2026-03-27 10:55 UTC  (2+ messages)

[LTP] [PATCH v2 1/1] editorconfig: add consistent formatting rules for LTP
 2026-03-27 10:53 UTC  (2+ messages)

[PATCH v2 0/3] USE drm mm instead of drm SA for CCS read/write
 2026-03-27 10:53 UTC  (2+ messages)
` ✓ Xe.CI.BAT: success for USE drm mm instead of drm SA for CCS read/write (rev2)

[BUG] wifi: rtw88: Hard system freeze on RTL8821CE when power_save is enabled (LPS/ASPM conflict)
 2026-03-27 10:52 UTC  (17+ messages)

[PATCH 0/4] mmc: vub300: fix NULL-deref and UAF on disconnect
 2026-03-27 10:52 UTC  (5+ messages)
` [PATCH 1/4] mmc: vub300: fix NULL-deref "
` [PATCH 2/4] mmc: vub300: fix use-after-free "
` [PATCH 3/4] mmc: vub300: rename probe error labels
` [PATCH 4/4] mmc: vub300: clean up module init

[PATCH 0/3] drm/bridge: cdns-dsi: A few fixes
 2026-03-27 10:51 UTC  (4+ messages)
` [PATCH 1/3] drm/bridge: cdns-dsi: Add clk debug print
` [PATCH 2/3] drm/bridge: cdns-dsi: Fix stop-state at enable time
` [PATCH 3/3] drm/bridge: cdns-dsi: Fix mode and bus flags

[PATCH] drm/i915/lt_phy: Build HDMI VDR config from fields and use VDR_NUM_REGISTERS
 2026-03-27 10:51 UTC  (2+ messages)
` ✓ i915.CI.BAT: success for "

[PATCH v2] HID: quirks: add HID_QUIRK_ALWAYS_POLL for 8BitDo Pro 3
 2026-03-27 10:51 UTC  (2+ messages)

[cocci] [PATCH v2] coccinelle: update Coccinelle URL
 2026-03-22 20:53 UTC  (2+ messages)

[cocci] [PATCH] coccinelle: kmalloc_obj: Remove default GFP_KERNEL arg
 2026-03-20 17:51 UTC 

[PATCH 00/61] treewide: Use IS_ERR_OR_NULL over manual NULL check - refactor
 2026-03-19 14:13 UTC  (3+ messages)
` [PATCH 12/61] quota: Prefer IS_ERR_OR_NULL over manual NULL check
  ` [cocci] "

[GIT PULL] ~RISC-V~Starfive devicetrees fixes for v7.0-rc6
 2026-03-27 10:50 UTC  (9+ messages)

[cocci] possible regressions in 1.1.1 -> 1.2
 2026-03-27 10:49 UTC  (4+ messages)

[PATCH v2 1/4] ASoC: SDCA: make q78_get_volsw and q78_put_volsw extern
 2026-03-27 10:49 UTC  (4+ messages)
` [PATCH v2 2/4] ASoC: tac5xx2-sdw: add soundwire based codec driver

[PATCH] HID: sony: add support for more instruments
 2026-03-27 10:49 UTC  (2+ messages)

[PATCH next] ext4: Fix diagnostic printf formats
 2026-03-27 10:48 UTC  (2+ messages)

[Question mpam mpam/snapshot+extras/v6.18-rc1] Question with Configuring iommu_group in 'task'
 2026-03-27 10:47 UTC  (2+ messages)

[Intel-wired-lan] [PATCH iwl-next v3] ice: add 200G_AUI8 PHY type definitions and wire them up
 2026-03-27 10:47 UTC  (3+ messages)
  `  "

[PATCH v3 0/2] Bluetooth: fix race during h4 bluetooth initialization
 2026-03-27 10:47 UTC  (3+ messages)
` [PATCH v3 1/2] Bluetooth: hci_ldisc: Clear HCI_UART_PROTO_INIT on error
` [PATCH v3 2/2] Bluetooth: hci_h4: Fix race during initialization

[PATCH] selftests/livepatch: add test for module function patching
 2026-03-27 10:46 UTC  (4+ messages)

[PATCH v3] rust: Mark all from() for Error functions inline
 2026-03-27 10:46 UTC  (2+ messages)

[PATCH] can: ucan: fix devres lifetime
 2026-03-27 10:45 UTC 

[cocci] Cocci MUCH more slow after 6.11
 2026-03-27 10:43 UTC  (15+ messages)


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.