All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-04-19 07:39:06 to 2023-04-19 08:21:39 UTC [more...]

[PATCH v13 000/113] KVM TDX basic feature support
 2023-04-19  8:21 UTC  (4+ messages)
` [PATCH v13 021/113] KVM: TDX: Make pmu_intel.c ignore guest TD case

[Intel-xe] [PATCH] fixup! drm/xe: Select graphics/media descriptors from GMD_ID
 2023-04-19  8:21 UTC 

[PATCH] staging: media: atomisp: init high & low vars
 2023-04-19  8:20 UTC  (2+ messages)

[PATCH v2] firmware/sysfb: Fix VESA format selection
 2023-04-19  8:21 UTC  (2+ messages)

[PATCH v2 0/4] Improves polling mode of s3c64xx driver
 2023-04-19  8:21 UTC  (14+ messages)
    ` [PATCH v2 1/4] spi: s3c64xx: changed to PIO mode if there is no DMA
    ` [PATCH v2 2/4] spi: s3c64xx: add cpu_relax in polling loop
    ` [PATCH v2 3/4] spi: s3c64xx: add sleep during transfer
    ` [PATCH v2 4/4] spi: s3c64xx: support interrupt based pio mode

[PATCH] firmware: arm_scmi: Remove unnecessary (void*) conversions
 2023-04-19  8:19 UTC  (2+ messages)

[PATCH v5 00/12] SVE feature for arm guests
 2023-04-19  8:20 UTC  (13+ messages)
` [PATCH v5 07/12] xen: enable Dom0 to use SVE feature

[Intel-gfx] [PATCH 0/3] Consider multi-gt instead of to_gt()
 2023-04-19  8:20 UTC  (8+ messages)
` [Intel-gfx] [PATCH 1/3] drm/i915/gt: "
` [Intel-gfx] [PATCH 2/3] drm/i915/gem: "
` [Intel-gfx] [PATCH 3/3] drm/i915/selftests: "
` [Intel-gfx] ✗ Fi.CI.IGT: failure for "

[PATCH net 0/2] mptcp: fixes around listening sockets and the MPTCP worker
 2023-04-19  8:20 UTC  (2+ messages)

xen cache colors in ARM
 2023-04-19  8:25 UTC  (8+ messages)

[RFC PATCH] getting misc stats/attributes via xattr API
 2023-04-19  8:18 UTC  (8+ messages)
    ` [LSF/MM TOPIC] fsinfo and mount namespace notifications

[PATCH] configure: Honour cross-prefix when finding ObjC compiler
 2023-04-19  8:17 UTC  (2+ messages)

[PATCH v4 0/7] Add JH7110 USB and USB PHY driver support
 2023-04-19  8:16 UTC  (9+ messages)

Performance improvement with 81f730d4
 2023-04-19  8:16 UTC  (2+ messages)

[RFC PATCH 00/14] RISC-V: Add steal-time support
 2023-04-19  8:15 UTC  (4+ messages)
` [RFC PATCH 02/14] RISC-V: Add SBI STA extension definitions

[PATCH net v2] nfp: correct number of MSI vectors requests returned
 2023-04-19  8:15 UTC 

core dump analysis, was Re: stack smashing detected
 2023-04-19  8:15 UTC  (17+ messages)

[linux-next:master] BUILD REGRESSION 67d5d9f013d6c3829383c08162939cabff14fccc
 2023-04-19  8:13 UTC  (4+ messages)
` [Intel-gfx] "

stable-rc/linux-5.10.y build: 184 builds: 2 failed, 182 passed, 9 warnings (v5.10.176-294-gabbd2e43cd45)
 2023-04-19  8:14 UTC 

[PATCH 2/2] drm/amdgpu: Fix integer overflow in amdgpu_cs_pass1
 2023-04-19  8:14 UTC  (7+ messages)

Rule error using ct helper for TFTP
 2023-04-19  8:14 UTC 

RTT-PROBE: lore-subspace-rtt
 2023-04-19  8:14 UTC 

[syzbot] KASAN: slab-out-of-bounds Read in ntfs_listxattr
 2023-04-19  8:13 UTC  (2+ messages)

[PATCH] ALSA: hda/realtek: Remove specific patch for Dell Precision 3260
 2023-04-19  8:11 UTC 

[PATCH 0/3] Rust 1.68.2 upgrade
 2023-04-19  8:11 UTC  (5+ messages)
` [PATCH 1/3] rust: alloc: clarify what is the upstream version
` [PATCH 2/3] rust: arc: fix intra-doc link in `Arc<T>::init`

[Intel-xe] [PATCH 00/17] Cleanup registers and introduce xe_reg_t
 2023-04-19  8:12 UTC  (22+ messages)
` [Intel-xe] [PATCH 01/17] drm/xe: Cleanup page-related defines
` [Intel-xe] [PATCH 02/17] fixup! drm/i915/display: Remaining changes to make xe compile
` [Intel-xe] [PATCH 03/17] fixup! drm/i915/display: Allow fbdev to allocate stolen memory
` [Intel-xe] [PATCH 04/17] drm/xe: Rename RC0/RC6 macros
` [Intel-xe] [PATCH 05/17] drm/xe: Rename instruction field to avoid confusion
` [Intel-xe] [PATCH 06/17] drm/xe/guc: Rename GEN11_SOFT_SCRATCH for clarity
` [Intel-xe] [PATCH 07/17] drm/xe/guc: Move GuC registers to regs/
` [Intel-xe] [PATCH 08/17] drm/xe/guc: Convert GuC registers to REG_FIELD/REG_BIT
` [Intel-xe] [PATCH 09/17] drm/xe: Drop gen prefixes and suffixes from registers
` [Intel-xe] [PATCH 10/17] drm/xe: Use REG_FIELD/REG_BIT for all regs/*.h
` [Intel-xe] [PATCH 11/17] drm/xe: Introduce xe_reg_t
` [Intel-xe] [PATCH 12/17] drm/xe: Clarify register types on PAT programming
` [Intel-xe] [PATCH 13/17] drm/xe/rtp: Improve magic macros for RTP tables
` [Intel-xe] [PATCH 14/17] drm/xe: Add XE_REG/XE_REG_MCR
` [Intel-xe] [PATCH 15/17] drm/xe: Annotate masked registers used by RTP
` [Intel-xe] [PATCH 16/17] drm/xe: Plumb xe_reg_t into WAs, rtp, etc
` [Intel-xe] [PATCH 17/17] drm/xe: Move helper macros to separate header
` [Intel-xe] ✓ CI.Patch_applied: success for Cleanup registers and introduce xe_reg_t
` [Intel-xe] ✓ CI.KUnit: "
` [Intel-xe] ✓ CI.Build: "
` [Intel-xe] ○ CI.BAT: info "

BUG: KASAN: null-ptr-deref in drm_sched_job_cleanup+0x96/0x290 [gpu_sched]
 2023-04-19  8:12 UTC  (4+ messages)

pull request: mt76 2023-04-18 v2
 2023-04-19  8:12 UTC 

[PATCH linux-next v3 0/4] Support timer drivers as loadable modules
 2023-04-19  8:10 UTC  (12+ messages)
` [PATCH linux-next v3 1/4] time/sched_clock: Export sched_clock_register()
` [PATCH linux-next v3 2/4] clocksource/drivers/mmio: Export clocksource_mmio_init()
` [PATCH linux-next v3 3/4] clocksource/drivers/timer-of: Remove __init markings
` [PATCH linux-next v3 4/4] clocksource/drivers/timer-mediatek: Make timer-mediatek become loadable module

[PATCH 5.15 00/88] 5.15.108-rc2 review
 2023-04-19  8:11 UTC  (2+ messages)

[tip:locking/core 5/5] drivers/gpu/drm/i915/gt/intel_engine_heartbeat.c:232:34: sparse: sparse: Using plain integer as NULL pointer
 2023-04-19  8:10 UTC 

[PATCH] kheaders: Follow symlinks to source files
 2023-04-19  8:10 UTC  (2+ messages)

[PATCHv2 net] net: rpl: fix rpl header size calculation
 2023-04-19  8:10 UTC  (2+ messages)

[Buildroot] [PATCH 1/1] package/meson: bump to version 1.1.0
 2023-04-19  8:10 UTC 

[PATCH] net: vmxnet3: Fix NULL pointer dereference in vmxnet3_rq_rx_complete()
 2023-04-19  8:10 UTC  (2+ messages)

[PATCH V3 00/20] Add basic ACPI support for RISC-V
 2023-04-19  8:07 UTC  (11+ messages)

[PATCH] KVM: arm64: Fix buffer overflow in kvm_arm_set_fw_reg()
 2023-04-19  8:06 UTC  (2+ messages)

[RFC PATCH v8] sched: Fix performance regression introduced by mm_cid
 2023-04-19  8:06 UTC  (4+ messages)

[PATCH] Drivers: hv: vmbus: Remove unnecessary (void*) conversions
 2023-04-19  8:03 UTC 

[PATCH 2/2] vfs: clean up d_backing_inode() function
 2023-04-19  8:05 UTC  (2+ messages)

[PATCH v10 0/8] i2c-atr and FPDLink
 2023-04-19  8:05 UTC  (5+ messages)
` [PATCH v10 5/8] dt-bindings: media: add TI DS90UB960 FPD-Link III Deserializer

[PATCH] btrfs-progs: logical-resolve: fix the subvolume path resolution
 2023-04-19  8:04 UTC  (3+ messages)

[PATCH] media: i2c: add ov01a10 image sensor driver
 2023-04-19  8:04 UTC  (6+ messages)

[RFC PATCH v1 0/4] HiSilicon Performance Monitor Control Unit
 2023-04-19  8:01 UTC  (5+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-04-19  8:04 UTC 

[PATCH net-next v6 0/5] Support MACsec VLAN
 2023-04-19  8:03 UTC  (4+ messages)
` [PATCH net-next v6 3/5] net/mlx5: Support MACsec over VLAN

[PATCH v2] kasan: Fix lockdep report invalid wait context
 2023-04-19  8:03 UTC  (5+ messages)

[Intel-gfx] [PATCH] drm/i915/display/dp: 128/132b LT requirement
 2023-04-19  8:03 UTC  (4+ messages)
` [Intel-gfx] [RESEND PATCHv2] "

[PATCH] stm32mp: fix various array bounds checks
 2023-04-19  8:02 UTC  (3+ messages)

Postinstall scriptet failure
 2023-04-19  8:02 UTC 

[intel-tdx:kvm-upstream-workaround 100/335] arch/x86/kvm/vmx/main.c: mmu.h is included more than once
 2023-04-19  7:58 UTC 

[PATCH v3] Bluetooth: btusb: Add WCN6855 devcoredump support
 2023-04-19  8:01 UTC  (3+ messages)

[PATCH] mtd: rawnand: stm32_fmc2: remove unsupported EDO mode
 2023-04-19  8:01 UTC  (3+ messages)

[PATCH] ARM: dts: stm32: add FMC support on STM32MP13x SoC family
 2023-04-19  8:00 UTC  (3+ messages)

[PATCH net] bonding: Fix memory leak when changing bond type to Ethernet
 2023-04-19  8:00 UTC  (2+ messages)

Xenomai Community Call Minutes - Apr 19, 2023
 2023-04-19  7:59 UTC  (2+ messages)

[PATCH] arm64: delete dead code in this_cpu_set_vectors()
 2023-04-19  7:58 UTC  (2+ messages)

[PATCH 1/2] firmware: zynqmp: Mask expected and show unexpected warning
 2023-04-19  7:58 UTC  (3+ messages)

[PATCH v3 0/2] x86: RTC handling adjustments
 2023-04-19  7:56 UTC  (4+ messages)
` [PATCH v6] x86: detect CMOS aliasing on ports other than 0x70/0x71

[PATCH 5.4 00/92] 5.4.241-rc1 review
 2023-04-19  7:58 UTC  (5+ messages)
` [LTP] "

KVM call minutes for 2023-04-18
 2023-04-19  7:55 UTC 

[PATCH] clk: bcm: rpi: Fix off by one in raspberrypi_discover_clocks()
 2023-04-19  7:56 UTC 

[PATCH] configs: stm32mp15: increase malloc size for pre-reloc
 2023-04-19  7:55 UTC  (2+ messages)

Tlakově litý
 2023-04-19  7:50 UTC 

[PATCH 6.1 000/134] 6.1.25-rc1 review
 2023-04-19  7:55 UTC  (5+ messages)
` [PATCH 6.1 129/134] riscv: Move early dtb mapping into the fixmap region

[PATCH 00/33] Split ptdesc from struct page
 2023-04-19  7:54 UTC  (10+ messages)
` [PATCH 01/33] s390: Use _pt_s390_gaddr for gmap address tracking

RTT-PROBE: lore-subspace-rtt
 2023-04-19  7:54 UTC 

[PATCH 0/2] pull request (net-next): ipsec-next 2023-04-19
 2023-04-19  7:53 UTC  (3+ messages)
` [PATCH 1/2] xfrm: Remove inner/outer modes from input path
` [PATCH 2/2] xfrm: Remove inner/outer modes from output path

[PATCH] ASoC: rt722-sdca: Add RT722 SDCA driver
 2023-04-19  7:51 UTC 

[PATCH v3 0/5] Add peripherals for J784S4
 2023-04-19  7:51 UTC  (10+ messages)
` [PATCH v3 1/5] arm64: dts: ti: k3-j784s4-main: Add system controller and SERDES lane mux
` [PATCH v3 2/5] arm64: dts: ti: k3-j784s4: Add Main CPSW2G node
` [PATCH v3 4/5] arm64: dts: ti: k3-j784s4-main: Add DSS and DP-bridge node

[cxl:next] BUILD SUCCESS f960e57dca9fa3653d9e9c0a9e1386d2241e0aad
 2023-04-19  7:49 UTC 

[PATCH] pinctrl: pinctrl_stm32: Add slew rate support for stm32_pinctrl_get_pin_muxing()
 2023-04-19  7:51 UTC  (3+ messages)

[PATCH 0/4] block: constify some structures of partitions/core.c
 2023-04-19  7:50 UTC  (5+ messages)
` [PATCH 1/4] block: constify partition prober array
` [PATCH 2/4] block: constify struct part_type part_type
` [PATCH 3/4] block: constify struct part_attr_group
` [PATCH 4/4] block: constify the whole_disk device_attribute

[Intel-wired-lan] [tnguy-net-queue:dev-queue] BUILD SUCCESS 663e7671059b59c1abb2a0b5b2fd2d4299cbd3c6
 2023-04-19  7:49 UTC 

[cocci] Checking pointer dereferences with SmPL
 2023-04-19  7:49 UTC  (7+ messages)
` [cocci] Reconsidering pointer dereferences before null pointer checks (with SmPL)
  ` [cocci] [PATCH] media: atomisp: Move a variable assignment behind a null pointer check in atomisp_cp_general_isp_parameters()
    `  "
        `  "
          ` [cocci] "

[rafael-pm:bleeding-edge] BUILD SUCCESS 7124d7671af0facf115d70f9d1fadde0d768d325
 2023-04-19  7:49 UTC 

[groeck-staging:watchdog-next] BUILD SUCCESS f616619d9f206214783324e54b094cff0f7afcc5
 2023-04-19  7:49 UTC 

[cxl:fixes] BUILD SUCCESS c841ecd8277154c9297dd9ac959494f6deb61e76
 2023-04-19  7:49 UTC 

[RFC PATCH 0/2] Baisc devicetree support for Amlogic C3
 2023-04-19  7:48 UTC  (13+ messages)
` [RFC PATCH 1/2] arm64: amlogic: add new ARCH_AMLIPC for IPC SoC
` [RFC PATCH 2/2] arm64: dts: add support for C3 based Amlogic AW409

[PATCH 1/2] configs: stm32mp15: Add usb_pgood_delay for ST boards
 2023-04-19  7:48 UTC  (4+ messages)
` [PATCH 2/2] configs: stm32mp13: Increase "

[PATCH v1] PCI: pciehp: Fix the slot in BLINKINGON_STATE when Presence Detect Changed event occurred
 2023-04-19  7:48 UTC  (6+ messages)

[PATCH 0/7] PCI: Tidy controller Kconfig
 2023-04-19  7:44 UTC  (3+ messages)
` [PATCH 3/7] PCI: xilinx-nwl: Add 'Xilinx' to Kconfig prompt

[bitbake-devel] [PATCH] npmsw fetcher: Avoid instantiating Fetch class if url list is empty
 2023-04-19  7:46 UTC  (3+ messages)
`  "

[PATCH v3 0/2] dt-bindings: sti: updates for STi platform
 2023-04-19  7:44 UTC  (3+ messages)

[PATCH] clocksource: ti: Use of_property_read_bool() for boolean properties
 2023-04-19  7:43 UTC  (3+ messages)

[PATCH v13] Rust Oe-Selftest implementation
 2023-04-19  7:44 UTC  (2+ messages)
` [OE-core] "

[PATCH -next v18 00/20] riscv: Add vector ISA support
 2023-04-19  7:43 UTC  (3+ messages)

RTT-PROBE: lore-subspace-rtt
 2023-04-19  7:44 UTC 

[PATCH] aacraid: reply queue mapping to CPUs based of IRQ affinity
 2023-04-19  7:42 UTC  (6+ messages)

[PATCH 0/1] null_blk: allow user to set QUEUE_FLAG_NOWAIT
 2023-04-19  7:42 UTC  (5+ messages)
` [PATCH 1/1] "

[PATCH] printk: Enough to disable preemption in printk deferred context
 2023-04-19  7:42 UTC 

[PATCH v2 0/3] rpi: Convert to standard boot
 2023-04-19  7:42 UTC  (3+ messages)

[PATCH RFC net-next v20] vmxnet3: Add XDP support
 2023-04-19  7:39 UTC  (2+ messages)

[PATCH] clk: fixed: handle failed clk setup
 2023-04-19  7:41 UTC 

[PATCH] ARM: sti: removal of stih415/stih416 related entries
 2023-04-19  6:23 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
 2023-04-19  7:41 UTC  (3+ messages)

[PATCH v3] netfilter: conntrack: fix wrong ct->timeout value
 2023-04-19  7:40 UTC  (2+ messages)

[Intel-wired-lan] [PATCH net-next] i40e: add PHY debug register dump
 2023-04-19  7:41 UTC 

[PATCH] thermal: mediatek: Use of_address_to_resource()
 2023-04-19  7:40 UTC  (3+ messages)

[virtio-dev] [RFC PATCH v6] virtio-video: Add virtio video device specification
 2023-04-19  7:39 UTC  (18+ messages)
` [virtio-dev] "


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.