All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-31 09:23:13 to 2023-01-31 09:44:16 UTC [more...]

[PATCH v3 0/9] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-01-31  9:42 UTC  (4+ messages)
` [PATCH v3 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v3 5/9] igb: check oversized packets for VMDq
` [PATCH v3 8/9] igb: respect VT_CTL ignore MAC field

[virtio-dev] [PATCH v8] virtio_net: support for split transport header
 2023-01-31  9:44 UTC  (11+ messages)
                ` 回复:[virtio-dev] "
                  ` [virtio-comment] "

[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-31  9:25 UTC  (83+ messages)
` [PATCH v8 01/69] arm64: Add ARM64_HAS_NESTED_VIRT cpufeature
` [PATCH v8 02/69] KVM: arm64: Use the S2 MMU context to iterate over S2 table
` [PATCH v8 03/69] KVM: arm64: nv: Introduce nested virtualization VCPU feature
` [PATCH v8 04/69] KVM: arm64: nv: Reset VCPU to EL2 registers if VCPU nested virt is set
` [PATCH v8 05/69] KVM: arm64: nv: Allow userspace to set PSR_MODE_EL2x
` [PATCH v8 06/69] KVM: arm64: nv: Add EL2 system registers to vcpu context
` [PATCH v8 07/69] KVM: arm64: nv: Add nested virt VCPU primitives for vEL2 VCPU state
` [PATCH v8 08/69] KVM: arm64: nv: Handle HCR_EL2.NV system register traps
` [PATCH v8 09/69] KVM: arm64: nv: Reset VMPIDR_EL2 and VPIDR_EL2 to sane values
` [PATCH v8 10/69] KVM: arm64: nv: Support virtual EL2 exceptions
` [PATCH v8 11/69] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v8 12/69] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v8 13/69] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v8 14/69] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v8 15/69] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v8 16/69] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v8 17/69] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v8 18/69] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v8 19/69] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v8 20/69] KVM: arm64: nv: Add accessors for SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v8 21/69] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v8 22/69] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v8 23/69] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v8 24/69] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP,FPEN} settings
` [PATCH v8 25/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v8 26/69] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v8 27/69] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v8 28/69] KVM: arm64: nv: Allow a sysreg to be hidden from userspace only
` [PATCH v8 29/69] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v8 30/69] KVM: arm64: nv: Forward debug traps to the nested guest
` [PATCH v8 31/69] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v8 32/69] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v8 33/69] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v8 34/69] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v8 35/69] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v8 36/69] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v8 37/69] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v8 38/69] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v8 39/69] KVM: arm64: nv: Unmap/flush shadow stage 2 page tables
` [PATCH v8 40/69] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v8 41/69] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v8 42/69] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v8 43/69] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v8 44/69] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v8 45/69] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v8 46/69] KVM: arm64: nv: Load timer before the GIC
` [PATCH v8 47/69] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v8 48/69] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v8 49/69] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v8 50/69] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v8 51/69] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v8 52/69] KVM: arm64: nv: Deal with broken VGIC on maintenance interrupt delivery
` [PATCH v8 53/69] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v8 54/69] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v8 55/69] KVM: arm64: nv: Add handling of FEAT_TTL TLB invalidation
` [PATCH v8 56/69] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v8 57/69] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v8 58/69] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v8 59/69] KVM: arm64: nv: Map VNCR-capable registers to a separate page
` [PATCH v8 60/69] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v8 61/69] KVM: arm64: Add FEAT_NV2 cpu feature
` [PATCH v8 62/69] KVM: arm64: nv: Sync nested timer state with FEAT_NV2
` [PATCH v8 63/69] KVM: arm64: nv: Publish emulated timer interrupt state in the in-memory state
` [PATCH v8 64/69] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v8 65/69] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v8 66/69] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v8 67/69] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests
` [PATCH v8 68/69] KVM: arm64: nv: Use FEAT_ECV to trap access to EL0 timers
` [PATCH v8 69/69] KVM: arm64: nv: Accelerate EL0 timer read accesses when FEAT_ECV is on

[RFC PATCH] build: deprecate --enable-gprof builds and remove from CI
 2023-01-31  9:42 UTC 

[PATCH] ALSA: hda: Fix the control element identification for multiple codecs
 2023-01-31  9:42 UTC 

[oe][meta-oe][PATCH V2] syslog-ng: workaround segfault for ppc64le
 2023-01-31  9:42 UTC 

[PATCH v4 0/2] SimpleDRM: allow configuring physical width and height
 2023-01-31  9:42 UTC  (3+ messages)

[oe][meta-oe][PATCH] syslog-ng: workaround segfault for ppc64le
 2023-01-31  9:42 UTC  (2+ messages)

[PATCH v2 1/8] ethdev: add IPv6 routing extension header definition
 2023-01-31  9:42 UTC  (4+ messages)
` [PATCH v3 "

[PATCH v2 00/41] xen/arm: Add Armv8-R64 MPU support to Xen - Part#1
 2023-01-31  9:41 UTC  (17+ messages)
` [PATCH v2 11/40] xen/mpu: build up start-of-day Xen MPU memory region map
` [PATCH v2 13/40] xen/mpu: introduce unified function setup_early_uart to map early UART

[PATCH 0/6] Add APSS clock controller support for IPQ9574
 2023-01-31  9:40 UTC  (17+ messages)
` [PATCH 2/6] clk: qcom: ipq9574: Enable APSS clock driver
` [PATCH 3/6] arm64: defconfig: Enable ipq6018 apss clock and PLL controller
` [PATCH 6/6] clk: qcom: Fix APSS PLL and RCG Configuration

[PATCH] crypto: arm64/sm4 - Fix possible crash in GCM cryption
 2023-01-31  9:39 UTC  (7+ messages)

[kvm-unit-tests PATCH v5 0/2] arm: Add PSCI CPU_OFF test
 2023-01-31  6:56 UTC  (3+ messages)
` [kvm-unit-tests PATCH v5 2/2] arm/psci: Add PSCI CPU_OFF test case

[PATCH v2] riscv: cpu: ax25: Simplify cache enabling logic in harts_early_init()
 2023-01-31  9:40 UTC 

[PATCH v3 net-next 0/8] sfc: devlink support for ef100
 2023-01-31  9:40 UTC  (7+ messages)
` [PATCH v3 net-next 5/8] sfc: add devlink port "
` [PATCH v3 net-next 7/8] sfc: add support for devlink port_function_hw_addr_get in ef100

[PATCH V3] apt: fix do_package_qa failure
 2023-01-31  9:40 UTC 

[PATCH v7 0/5] lcore telemetry improvements
 2023-01-31  9:40 UTC  (4+ messages)
` [PATCH v7 1/5] eal: add lcore info in telemetry

[PATCH] x86/tdx: Do not corrupt frame-pointer in __tdx_hypercall()
 2023-01-31  9:39 UTC  (4+ messages)

[PATCH v2] edid-decode: print human-readable CTA infoframe types
 2023-01-31  9:38 UTC 

[PATCH] edid-decode: print human-readable CTA infoframe types
 2023-01-31  9:38 UTC  (3+ messages)

isar-cip-core: Heading for a release cycle
 2023-01-31  9:38 UTC 

[RFC PATCH net-next 00/15] taprio fixprovements
 2023-01-31  9:37 UTC  (5+ messages)
` [RFC PATCH net-next 05/15] net/sched: taprio: give higher priority to higher TCs in software dequeue mode

[PATCH v2 00/13] Add EHT support for mt7996
 2023-01-31  9:36 UTC  (9+ messages)
` [PATCH v2 02/13] wifi: mt76: connac: add CMD_CBW_320MHZ
` [PATCH v2 04/13] wifi: mt76: connac: add cmd id related to EHT support
` [PATCH v2 06/13] wifi: mt76: add EHT rate stats for ethtool
` [PATCH v2 07/13] wifi: mt76: mt7996: add variants support
` [PATCH v2 08/13] wifi: mt76: mt7996: add helpers for wtbl and interface limit
` [PATCH v2 10/13] wifi: mt76: mt7996: add EHT capability init
` [PATCH v2 11/13] wifi: mt76: mt7996: add support for EHT rate report
` [PATCH v2 12/13] wifi: mt76: mt7996: enable EHT support in firmware

[PATCH v3 1/8] ethdev: add IPv6 routing extension header definition
 2023-01-31  9:36 UTC  (5+ messages)
` [PATCH v4 0/3] add IPv6 routing extension support
  ` [PATCH v4 1/3] ethdev: add IPv6 routing extension header definition
  ` [PATCH v4 2/3] ethdev: add modify IPv6 protocol field
  ` [PATCH v4 3/3] app/testpmd: add IPv6 routing extension header in raw encap

[PATCH 0/6] Add regulator support for IPQ9574 SoC
 2023-01-31  9:37 UTC  (7+ messages)
` [PATCH 6/6] regulator: qcom_smd: Add support to define the bootup voltage

INFO: memory leak in gpio device in 6.2-rc6
 2023-01-31  9:36 UTC 

[PATCH] ftrace,kcfi: Define ftrace_stub_graph conditionally
 2023-01-31  9:36 UTC 

[v1 00/16] net/mlx5/hws: support range and partial hash matching
 2023-01-31  9:33 UTC  (17+ messages)
` [v1 01/16] net/mlx5/hws: support synchronous drain
` [v1 02/16] net/mlx5/hws: matcher remove AT and MT limitation
` [v1 03/16] net/mlx5/hws: support GTA WQE write using FW command
` [v1 04/16] net/mlx5/hws: add capability query for gen wqe command
` [v1 05/16] net/mlx5/hws: align RTC create command with PRM format
` [v1 06/16] net/mlx5/hws: add send FW match STE using gen WQE
` [v1 07/16] net/mlx5/hws: add send FW range STE WQE
` [v1 08/16] net/mlx5/hws: move matcher size check to function
` [v1 09/16] net/mlx5/hws: support range match
` [v1 10/16] net/mlx5/hws: redesign definer create
` [v1 11/16] net/mlx5/hws: support partial hash
` [v1 12/16] net/mlx5/hws: add range definer creation support
` [v1 13/16] net/mlx5/hws: add FW WQE rule creation logic
` [v1 14/16] net/mlx5/hws: add debug dump support for range and hash
` [v1 15/16] net/mlx5/hws: rename pattern cache object
` [v1 16/16] net/mlx5/hws: cache definer for reuse

[PATCH 0/5] Increase the number of IRQ descriptors for SPARSEIRQ
 2023-01-31  9:35 UTC  (3+ messages)
` [PATCH 4/5] genirq: Use the common function irq_expand_nr_irqs()

[PATCH] arm64: dts: imx8mq: update usb compatible string
 2023-01-31  9:34 UTC  (4+ messages)

[PATCH] xen/common: rwlock: Constify the parameter of _rw_is{,_write}_locked()
 2023-01-31  9:34 UTC  (2+ messages)

[PATCH 00/10] net/hns3: some bugfixes for rss
 2023-01-31  9:34 UTC  (4+ messages)
` [PATCH V2 "
  ` [PATCH V2 09/10] net/hns3: fix bad memory structure conversion

[PATCH v3 0/2] virtio_net: vdpa: update MAC address when it is generated by virtio-net
 2023-01-31  9:32 UTC  (5+ messages)
` [PATCH v3 2/2] virtio_net: notify MAC address change on device initialization

[Intel-gfx] [PATCH 1/2] drm/ttm: revert "stop allocating a dummy resource for pipelined gutting"
 2023-01-31  9:32 UTC  (7+ messages)
` [Intel-gfx] [PATCH 2/2] drm/ttm: revert "stop allocating dummy resources during BO creation"
          `  "

ROHM ALS, integration time
 2023-01-31  9:31 UTC  (3+ messages)

[PATCH 0/5] Add support for the Kosagi Novena board
 2023-01-31  9:29 UTC  (5+ messages)
` [PATCH v3 3/4] ARM: novena: Read Ethernet MAC address from EEPROM

[PATCH v2 1/3] lib: sbi: Optimize sbi_tlb
 2023-01-31  9:31 UTC  (3+ messages)
` [PATCH v2 2/3] lib: sbi: Optimize sbi_ipi
` [PATCH v2 3/3] lib: sbi: rename function of sbi_ipi

[PATCH v3 0/3] Memory region overlap check in device tree
 2023-01-31  9:30 UTC  (6+ messages)
` [PATCH v3 1/3] xen/arm: Add memory overlap check for bootinfo.reserved_mem

[RFC 1/2] testpmd: make f_quit flag volatile
 2023-01-31  9:30 UTC  (4+ messages)
` [PATCH v10 0/2] testpmd: handle signals safely
  ` [PATCH v10 2/2] testpmd: cleanup cleanly from signal

[PATCH v2 0/8] media: nxp: imx7-media-csi: Move to subdev active state
 2023-01-31  9:30 UTC  (2+ messages)

[PATCH 00/18] lib/stackdepot: fixes and clean-ups
 2023-01-31  9:29 UTC  (3+ messages)
` [PATCH 01/18] lib/stackdepot: fix setting next_slab_inited in init_stack_slab

[PATCH v2 net-next] ibmvnic: Toggle between queue types in affinity mapping
 2023-01-31  9:30 UTC  (2+ messages)

[PATCH v2 0/3] Miscellaneous about sbi_tlb and sbi_ipi
 2023-01-31  9:29 UTC 

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-31  9:27 UTC  (9+ messages)
` [PATCH v2 2/7] RISC-V: Detect AIA CSRs from ISA string
` [PATCH v2 3/7] RISC-V: KVM: Drop the _MASK suffix from hgatp.VMID mask defines

[PATCH] nvme-auth: use workqueue dedicated to authentication works
 2023-01-31  9:26 UTC 

[PATCH v1 0/5] media: imx-mipi-csis: Move to subdev active state
 2023-01-31  9:28 UTC  (2+ messages)

[PATCH v3 0/5] Add MAX77541/MAX77540 PMIC Support
 2023-01-31  9:27 UTC  (5+ messages)
` [PATCH v3 3/5] drivers: regulator: Add ADI MAX77541/MAX77540 Regulator Support

[syzbot] KASAN: slab-out-of-bounds Read in mi_find_attr
 2023-01-31  9:27 UTC  (2+ messages)

[PATCH] ASoC: nau8821: Implement DRC controls
 2023-01-31  9:25 UTC 

[RFC PATCH v3 0/3] Support for Solid Fill Planes
 2023-01-31  9:25 UTC  (8+ messages)

[PATCH v4 0/8] SM6(11|12|37)5 GPUCC
 2023-01-31  9:25 UTC  (3+ messages)
` [PATCH v4 8/8] clk: qcom: Add GPU clock controller driver for SM6115

[PATCH 0/3] Add the download mode support for IPQ5332
 2023-01-31  9:24 UTC  (3+ messages)
` [PATCH 1/3] dt-bindings: mfd: qcom,tcsr: add compatible "

Silicone rubber - vulcanization
 2023-01-31  9:15 UTC 

[PATCH 1/2] clk: qcom: gpucc-sc7180: fix clk_dis_wait being programmed for CX GDSC
 2023-01-31  9:24 UTC  (2+ messages)
` [PATCH 2/2] clk: qcom: gpucc-sdm845: "

nvme-6.3: blktests nvme/45 lockdep warning
 2023-01-31  9:23 UTC  (2+ messages)

[PATCH v6 0/3] PCI: distribute resources for root buses
 2023-01-31  9:24 UTC  (4+ messages)
` [PATCH v6 1/3] PCI: Align extra resources for hotplug bridges properly
` [PATCH v6 2/3] PCI: Take other bus devices into account when distributing resources
` [PATCH v6 3/3] PCI: Distribute available resources for root buses too

[PATCH v5 0/5] xen/arm: Don't switch TTBR while the MMU is on
 2023-01-31  9:22 UTC  (5+ messages)
` [PATCH v5 2/5] xen/arm64: Rework the memory layout


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.