All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2022-09-16 04:09:21 to 2022-09-16 06:17:30 UTC [more...]

[PATCH 0/7] arm: mvebu: Support for 98DX25xx/98DX35xx (AlleyCat5)
 2022-09-16  4:54 UTC  (8+ messages)
` [PATCH 1/7] net: mvneta: Add support for AlleyCat5
` [PATCH 2/7] usb: ehci: ehci-marvell: Support for marvell,ac5-ehci
` [PATCH 3/7] pinctrl: mvebu: Add AlleyCat5 support
` [PATCH 4/7] misc: mvebu: Add sample at reset driver
` [PATCH 5/7] arm: mvebu: Support for 98DX25xx/98DX35xx SoC
` [PATCH 6/7] arm: mvebu: Add RD-AC5X board
` [PATCH 7/7] tools: kwboot: Add knowledge of Marvell's TIM

[PATCH 00/11] ppc/e500: Add support for two types of flash, cleanup
 2022-09-16  6:15 UTC  (3+ messages)
` [PATCH 04/11] hw/ppc/mpc8544ds: Add platform bus

[PATCH 1/8] vdpa/ifc: add new device ID
 2022-09-16  6:16 UTC  (7+ messages)
` [PATCH v3 0/8] vdpa/ifc: add multi queue support
  ` [PATCH v3 1/8] vdpa/ifc: add new device ID for legacy network device
  ` [PATCH v3 2/8] vdpa/ifc: add multi-queue support
  ` [PATCH v3 3/8] vdpa/ifc: set max queues based on virtio spec
  ` [PATCH v3 4/8] vdpa/ifc: write queue count to MQ register
  ` [PATCH v3 5/8] vdpa/ifc: only configure enabled queue

Crash when writing to x86 hardware debug registers
 2022-09-16  6:14 UTC  (3+ messages)

[PATCH] ASoC: fsl_spdif: add ALSA event on dpll locked
 2022-09-16  6:12 UTC  (5+ messages)

[PATCH v3 0/3] phy: qcom-qmp-ufs: add symbol clocks support
 2022-09-16  6:13 UTC  (5+ messages)
` [PATCH v3 1/3] clk: asm9260: use new helper for fixed rate clock creation

[PATCH v2] vfs: fix link vs. rename race
 2022-09-16  6:13 UTC  (6+ messages)
        ` [PATCH RFC] VFS: lock source directory for link to avoid "

+ libfs-fix-error-format-in-simple_attr_write.patch added to mm-nonmm-unstable branch
 2022-09-16  6:11 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-09-16  6:10 UTC 

[PATCH 1/3] eventdev/eth_tx: add queue start stop API
 2022-09-16  6:10 UTC  (4+ messages)

[PATCH RFC 0/8] Introduce provisioning primitives for thinly provisioned storage
 2022-09-16  6:09 UTC  (6+ messages)
` [PATCH RFC 3/8] virtio_blk: Add support for provision requests

[PATCH] MAINTAINERS: change my email
 2022-09-16  6:08 UTC  (2+ messages)

[PATCH 1/5] tty: remove TTY_MAGIC
 2022-09-16  1:55 UTC  (2+ messages)
` [PATCH 5/5] tty: hvc: remove HVC_IUCV_MAGIC

[PATCH 00/11] Add support for the T-Head vendor extensions
 2022-09-16  6:05 UTC  (4+ messages)
` [PATCH 01/11] riscv: Add privilege level to DisasContext

[syzbot] WARNING in gfs2_ri_update
 2022-09-16  6:06 UTC 

[Intel-gfx] [PATCH v1 0/4] drm/i915: Improvements to stolen memory setup
 2022-09-16  6:05 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for drm/i915: Improvements to stolen memory setup (rev2)

[PATCH 0/4] support query rlcv/rlcp firmware version
 2022-09-16  6:04 UTC  (2+ messages)

[PATCH 0/2] ad5593r fix read protocol
 2022-09-16  6:05 UTC  (3+ messages)

Alphascale asm9260 status
 2022-09-16  6:00 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-09-16  6:00 UTC 

[PATCH v2 0/4] compare machine type compat_props
 2022-09-16  5:57 UTC  (3+ messages)
` [PATCH v2 4/4] scripts: add script to compare compatible properties

drivers/irqchip/irq-loongson-pch-lpc.c:151:13: warning: declaration of 'struct acpi_madt_lpc_pic' will not be visible outside of this function
 2022-09-16  5:59 UTC 

[PATCH 00/23] powerpc: Syscall wrapper and register clearing
 2022-09-16  5:58 UTC  (26+ messages)
` [PATCH 01/23] powerpc: Remove asmlinkage from syscall handler definitions
` [PATCH 02/23] powerpc: Save caller r3 prior to system_call_exception
` [PATCH 03/23] powerpc: Add ZEROIZE_GPRS macros for register clears
` [PATCH 04/23] powerpc/64s: Use {ZEROIZE,SAVE,REST}_GPRS macros in sc, scv 0 handlers
` [PATCH 05/23] powerpc/32: Clarify interrupt restores with REST_GPR macro in entry_32.S
` [PATCH 06/23] powerpc/64e: Clarify register saves and clears with {SAVE,ZEROIZE}_GPRS
` [PATCH 07/23] powerpc/64s: Fix comment on interrupt handler prologue
` [PATCH 08/23] powerpc: Fix fallocate and fadvise64_64 compat parameter combination
` [PATCH 09/23] asm-generic: compat: Support BE for long long args in 32-bit ABIs
` [PATCH 10/23] powerpc: Use generic fallocate compatibility syscall
` [PATCH 11/23] powerpc/32: Remove powerpc select specialisation
` [PATCH 12/23] powerpc: Remove direct call to personality syscall handler
` [PATCH 13/23] powerpc: Remove direct call to mmap2 syscall handlers
` [PATCH 14/23] powerpc: Provide do_ppc64_personality helper
` [PATCH 15/23] powerpc: Adopt SYSCALL_DEFINE for arch-specific syscall handlers
` [PATCH 16/23] powerpc: Include all arch-specific syscall prototypes
` [PATCH 17/23] powerpc: Enable compile-time check for syscall handlers
` [PATCH 18/23] powerpc: Use common syscall handler type
` [PATCH 19/23] powerpc: Provide syscall wrapper
` [PATCH 20/23] powerpc/64s: Clear/restore caller gprs in syscall interrupt/return
` [PATCH 21/23] powerpc/64: Add INTERRUPT_SANITIZE_REGISTERS Kconfig
` [PATCH 22/23] powerpc/64s: Clear gprs on interrupt routine entry in Book3S
` [PATCH 23/23] powerpc/64e: Clear gprs on interrupt routine entry on Book3E

Console output stops on dbgp=xhci
 2022-09-16  5:57 UTC  (10+ messages)

[PATCH v1 0/2] Add power domain support for MT8188
 2022-09-16  5:52 UTC  (6+ messages)
` [PATCH v1 1/2] dt-bindings: power: Add MT8188 power domains
` [PATCH v1 2/2] soc: mediatek: pm-domains: Add support for mt8188

[PATCH v8 0/2] iio: pressure: dps310: Reset chip if MEAS_CFG is corrupt
 2022-09-16  5:51 UTC  (3+ messages)
` [PATCH v8 2/2] iio: pressure: dps310: Reset chip after timeout

RTT-PROBE: lore-subspace-rtt
 2022-09-16  5:50 UTC 

[Intel-gfx] [PATCH] drm/display: Don't rewrite link config when setting phy test pattern
 2022-09-16  5:49 UTC  (2+ messages)
`  "

[PATCH] keyval: Print types on merge inconsistency
 2022-09-16  5:47 UTC  (2+ messages)

[kirkstone] glibc : stable 2.35 branch updates
 2022-09-16  5:48 UTC  (4+ messages)
  ` [OE-core] "

[PATCH] Staging: rtl8192e: fixed brace, space, and align coding style issues
 2022-09-16  5:47 UTC  (2+ messages)

[PATCH] ARM: dts: rainier,everest: Move reserved memory regions
 2022-09-16  5:35 UTC  (2+ messages)

[PATCH v1] RISC-V: KVM: Allow Guest use Zihintpause extension
 2022-09-16  5:46 UTC 

[PATCH] net: mac80211: remove/avoid misleading prints
 2022-09-16  5:44 UTC  (2+ messages)

[PATCH v3] mt76: mt7921: fix antenna signal are way off in monitor mode
 2022-09-16  5:40 UTC  (2+ messages)

[PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line
 2022-09-16  5:40 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-09-16  5:40 UTC 

[Intel-gfx] [PATCH 00/19] Add DG2 OA support
 2022-09-16  5:40 UTC  (5+ messages)
` [Intel-gfx] [PATCH 16/19] drm/i915/perf: Apply Wa_18013179988
` [Intel-gfx] [PATCH 17/19] drm/i915/perf: Save/restore EU flex counters across reset

[PATCH] jailhouse: Hold reference returned from of_find_xxx API
 2022-09-16  5:38 UTC  (4+ messages)
  `  "
    `  "

[PATCH] mac80211: Ensure vif queues are operational after start
 2022-09-16  5:38 UTC  (2+ messages)

[PATCH v2] mt76: mt7921: fix antenna signal are way off in monitor mode
 2022-09-16  5:37 UTC  (3+ messages)

User questions
 2022-09-16  5:36 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-09-16  5:30 UTC 

[meta-oe][PATCH] wvstreams: Add missing dependency on boost
 2022-09-16  5:25 UTC 

[PATCH] virtio-gpu: fix shift wrapping bug in virtio_gpu_fence_event_create()
 2022-09-16  5:24 UTC  (5+ messages)

[GIT PULL] smb3 client fixes
 2022-09-16  5:25 UTC 

[PATCH net-next v2 00/10] optimize the parallelism of SMC-R connections
 2022-09-16  5:24 UTC  (9+ messages)
` [PATCH net-next v2 01/10] net/smc: remove locks smc_client_lgr_pending and smc_server_lgr_pending
` [PATCH net-next v2 10/10] net/smc: fix application data exception

[igt-dev] [PATCH i-g-t 0/1] clear igt_devs.devs_scanned in igt_devices_free
 2022-09-16  5:22 UTC  (3+ messages)
` [igt-dev] [PATCH i-g-t 1/1] lib/igt_device_scan: "

[PATCH v10 00/15] FWU: Add FWU Multi Bank Update feature support
 2022-09-16  5:22 UTC  (4+ messages)
` [PATCH v10 10/15] FWU: Add support for the FWU Multi Bank Update feature

RTT-PROBE: lore-subspace-rtt
 2022-09-16  5:20 UTC 

[PATCH kernel] KVM: PPC: Make KVM_CAP_IRQFD_RESAMPLE platform dependent
 2022-09-16  5:19 UTC  (7+ messages)

[PATCH 1/2] drm/amdgpu: fix deadlock caused by overflow
 2022-09-16  5:18 UTC  (8+ messages)

[PATCH linux-next] r8152: Replace conditional statement with min() function
 2022-09-16  5:13 UTC  (2+ messages)

[PATCH v3 2/3] cxl/acpi: Support CXL XOR Interleave Math (CXIMS)
 2022-09-16  5:13 UTC  (2+ messages)

[PATCH] powerpc: Save AMR/IAMR when switching tasks
 2022-09-16  5:05 UTC  (2+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-09-16  5:10 UTC 

[PATCH V4 0/6] Introduce erofs shared domain
 2022-09-16  5:10 UTC  (3+ messages)
` [PATCH V4 6/6] erofs: introduce 'domain_id' mount option

[PATCH] ACPI: APEI: do not add task_work for outside context error
 2022-09-16  5:05 UTC 

[PATCH] pcmcia: synclink_cs: Fix use-after-free in mgslpc_ioctl()
 2022-09-16  5:03 UTC  (6+ messages)

[Buildroot] [PATCH] package/coremark: Set cflags
 2022-09-16  5:02 UTC  (2+ messages)

[PATCH BlueZ v2 1/4] lib/uuid: Add VCS UUIDs
 2022-09-16  5:02 UTC  (4+ messages)
` [BlueZ,v2,1/4] "

[PATCH] char: pcmcia: scr24x_cs: Fix use-after-free in scr24x_fops
 2022-09-16  5:00 UTC 

[PATCH] RISC-V: KVM: Change the SBI specification version to v1.0
 2022-09-16  4:59 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-09-16  5:00 UTC 

[PATCH] char: pcmcia: cm4000_cs: Fix use-after-free in cm4000_fops
 2022-09-16  4:59 UTC 

[PATCH 0/3] Svinval support for KVM RISC-V
 2022-09-16  4:58 UTC  (3+ messages)

[PATCH 0/5] KVM: EFER.LMSLE cleanup
 2022-09-16  4:58 UTC  (6+ messages)
` [PATCH 1/5] x86/cpufeatures: Introduce X86_FEATURE_NO_LMSLE
` [PATCH 2/5] KVM: svm: Disallow EFER.LMSLE on hardware that doesn't support it
` [PATCH 3/5] KVM: x86: Report host's X86_FEATURE_NO_LMSLE in KVM_GET_SUPPORTED_CPUID
` [PATCH 4/5] KVM: x86: Enforce X86_FEATURE_NO_LMSLE in guest cpuid
` [PATCH 5/5] KVM: svm: Set X86_FEATURE_NO_LMSLE when !nested

[PATCH] char: pcmcia: cm4040_cs: Fix use-after-free in reader_fops
 2022-09-16  4:58 UTC 

[PATCH v2] char: pcmcia: synclink_cs: Fix use-after-free in mgslpc_ops
 2022-09-16  4:57 UTC 

[PATCH 0/8] Add support for J721e CPSW9G and SGMII mode
 2022-09-16  4:54 UTC  (7+ messages)
` [PATCH 5/8] net: ethernet: ti: am65-cpsw: Add support for fixed-link configuration

[PATCH v2 0/5] KVM: arm64: Enable ring-based dirty memory tracking
 2022-09-16  4:51 UTC  (18+ messages)
` [PATCH v2 1/5] KVM: x86: Introduce KVM_REQ_RING_SOFT_FULL
` [PATCH v2 2/5] KVM: arm64: Enable ring-based dirty memory tracking
` [PATCH v2 3/5] KVM: selftests: Use host page size to map ring buffer in dirty_log_test
` [PATCH v2 4/5] KVM: selftests: Clear dirty ring states between two modes "
` [PATCH v2 5/5] KVM: selftests: Automate choosing dirty ring size "

x15: kernel crash: LR is at sysc_enable_opt_clocks
 2022-09-16  4:52 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2022-09-16  4:50 UTC 

edid-decode reports "Missing Display Range Limits Descriptor". Non-conforming embedded All-in-One monitor
 2022-09-16  4:44 UTC 

RTT-PROBE: lore-subspace-rtt
 2022-09-16  4:40 UTC 

[PATCH v5 0/2] spmi: pmic-arb: Add support for PMIC v7
 2022-09-16  4:40 UTC  (5+ messages)
` [PATCH v5 1/2] dt-bindings: spmi: Add qcom,bus-id

[PATCH v6 1/3] eventdev/timer: add periodic event timer support
 2022-09-16  4:40 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/3] timer: fix function to stop all timers

[PATCH] drm/amdgpu: add MES and MES-KIQ version in debugfs
 2022-09-16  4:38 UTC 

[PATCH] MAINTAINERS: Add myself as a reviewer for Qualcomm ETHQOS Ethernet driver
 2022-09-16  4:39 UTC  (2+ messages)

[PATCH 0/6] Enable CONFIG_TIMER for all Kirwood / MVEBU boards
 2022-09-16  4:34 UTC 

[PATCH] dt-bindings: interrupt-controller: migrate MIPS CPU interrupt controller text bindings to YAML
 2022-09-16  4:34 UTC 

[PATCH v4 1/2] kernel/reboot: Add SYS_OFF_MODE_RESTART_PREPARE mode
 2022-09-16  4:33 UTC  (2+ messages)
` [PATCH v4 2/2] PM: ACPI: reboot: Reinstate S5 for reboot

[PATCH v2 0/7] Additional fixes for Azoteq IQS7222A/B/C
 2022-09-16  4:32 UTC  (8+ messages)
` [PATCH v2 1/7] Input: iqs7222 - drop unused device node references
` [PATCH v2 2/7] dt-bindings: input: iqs7222: Reduce 'linux,code' to optional
` [PATCH v2 3/7] Input: iqs7222 - report malformed properties
` [PATCH v2 4/7] dt-bindings: input: iqs7222: Correct minimum slider size
` [PATCH v2 5/7] Input: iqs7222 - protect against undefined "
` [PATCH v2 6/7] dt-bindings: input: iqs7222: Add support for IQS7222A v1.13+
` [PATCH v2 7/7] Input: iqs7222 - add "

RTT-PROBE: lore-subspace-rtt
 2022-09-16  4:30 UTC 

[PATCH v3 0/2] AXP221/AXP223/AXP809 GPIO support
 2022-09-16  4:27 UTC  (6+ messages)
` [PATCH v3 1/2] ARM: dts: axp803/axp81x: Drop GPIO LDO pinctrl nodes
` [PATCH v3 2/2] ARM: dts: axp22x/axp809: Add GPIO controller nodes

[PATCH v2 0/6] Change mmsys compatible for mt8195 mediatek-drm
 2022-09-16  3:34 UTC  (4+ messages)
` [PATCH v2 1/6] dt-bindings: arm: mediatek: mmsys: change compatible for MT8195

[qemu-mainline test] 173219: regressions - FAIL
 2022-09-16  4:25 UTC 

[igt-dev] [PATCH] Revert "tests/kms_concurrent: remove an AMD device check"
 2022-09-16  4:25 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.IGT: success for "

[PATCH] riscv: ztso: disallow elf binaries needing TSO
 2022-09-16  4:23 UTC  (3+ messages)
` [PATCH v2] "

RTT-PROBE: lore-subspace-rtt
 2022-09-16  4:20 UTC 

[PATCH] liquidio: CN23XX: delete repeated words
 2022-09-16  4:17 UTC  (2+ messages)

[PATCH v2 0/4] AXP221/AXP223/AXP809 GPIO support
 2022-09-16  4:16 UTC  (4+ messages)
` [PATCH v2 4/4] ARM: dts: axp22x/axp809: Add GPIO controller nodes

CM-ITC, pch_can/c_can_pci, sendto() returning ENOBUFS
 2022-09-16  4:14 UTC  (10+ messages)

[PATCH v2 0/7] powerpc: build / linker improvements
 2022-09-16  4:07 UTC  (8+ messages)
` [PATCH v2 1/7] powerpc: move __end_rodata to cover arch read-only sections
` [PATCH v2 2/7] powerpc/32/build: move got1/got2 sections out of text
` [PATCH v2 3/7] powerpc/build: move got, toc, plt, branch_lt sections to read-only
` [PATCH v2 4/7] powerpc/build: move .data.rel.ro, .sdata2 "
` [PATCH v2 5/7] powerpc/64/build: only include .opd with ELFv1
` [PATCH v2 6/7] powerpc/64/build: merge .got and .toc input sections
` [PATCH v2 7/7] powerpc/build: put sys_call_table in .data.rel.ro if RELOCATABLE

RTT-PROBE: lore-subspace-rtt
 2022-09-16  4:10 UTC 


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.