All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-01-31 09:35:55 to 2023-01-31 09:54:03 UTC [more...]

[PATCH] tools: imx8mimage: Fix handle leak
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix MAGN sensor scale and unit" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] ARM: imx: Drop board side icache enable on Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v8 00/69] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2023-01-31  9:25 UTC  (82+ messages)
` [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

patch "iio: imu: fxos8700: fix failed initialization ODR mode assignment" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imu: fxos8700: remove definition FXOS8700_CTRL_ODR_MIN" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PULL] IIO fixes for 6.2 - set 1
 2023-01-31  9:52 UTC  (2+ messages)

[PATCHv4 net-next] sched: add new attr TCA_EXT_WARN_MSG to report tc extact message
 2023-01-31  9:53 UTC  (8+ messages)
` [PATCH iproute2-next 1/2] Revert "tc/tc_monitor: print netlink extack message"
  ` [PATCH iproute2-next 2/2] tc: add new attr TCA_EXT_WARN_MSG

[PATCH v4 1/2] dts: imx8mp: assign binman_configuration label to config-SEQ
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: light: cm32181: Fix PM support on system with 2 I2C resources" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: hid: fix the retval in accel_3d_capture_sample" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imu: fxos8700: fix incorrect ODR mode readback" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH v1 01/10] powerpc/bpf/32: Fix Oops on tail call tests
 2023-01-31  9:52 UTC  (7+ messages)
` [PATCH v1 06/10] powerpc/bpf: Perform complete extra passes to update addresses

[PATCH 0/5] add lcore set name and get name API
 2023-01-31  9:53 UTC  (7+ messages)
` [PATCH v10 0/4] add rte_thread_set_name API for rte_thread_t
  ` [PATCH v10 4/4] eal: deprecation notice for rte thread setname API

patch "iio: imu: st_lsm6dsx: fix build when CONFIG_IIO_TRIGGERED_BUFFER=m" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: hid: fix the retval in gyro_3d_capture_sample" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] pico-imx7d: Add support for the 2GB variant
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix ACCEL measurement range selection" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imu: fxos8700: fix IMU data bits returned to user space" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] arm64: dts: imx8mm-kontron: Add RTC aliases
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix incomplete ACCEL and MAGN channels readback" added to char-misc-linus
 2023-01-31  9:52 UTC 

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

patch "iio: imu: fxos8700: fix map label of channel type to MAGN sensor" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH] ARM: imx: Reinstate decode ECSPI env location from i.MX8M ROMAPI tables
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: imu: fxos8700: fix swapped ACCEL and MAGN channels readback" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: imx8qxp-adc: fix irq flood when call imx8qxp_adc_read_raw()" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio:adc:twl6030: Enable measurements of VUSB, VBAT and others" added to char-misc-linus
 2023-01-31  9:52 UTC 

patch "iio: adc: xilinx-ams: fix devm_krealloc() return value check" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH 2/3] mx7: clock: Use 60MHz for the I2C clocks
 2023-01-31  9:50 UTC  (2+ messages)

patch "iio: adc: berlin2-adc: Add missing of_node_put() in error path" added to char-misc-linus
 2023-01-31  9:52 UTC 

[PATCH 0/5] Increase the number of IRQ descriptors for SPARSEIRQ
 2023-01-31  9:52 UTC  (3+ messages)
` [PATCH 5/5] genirq: Use the maple tree for IRQ descriptors management

[PATCH] imx6qdl-sabresd: Pass mmc alias
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v2 (repost)] locking/lockdep: add debug_show_all_lock_holders()
 2023-01-31  9:52 UTC  (5+ messages)

[PATCH] tools: imx8image: Fix handle leak
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH] ARM: imx: Enable LTO for Data Modul i.MX8M Mini eDM SBC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v4 2/2] dts: imx8mp-rsb3720: modify configrations to load fip into memory
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH v2 0/7] RISC-V KVM virtualize AIA CSRs
 2023-01-31  9:51 UTC  (4+ messages)
` [PATCH v2 4/7] RISC-V: KVM: Initial skeletal support for AIA

[PATCH] tools: imximage: Fix check array index
 2023-01-31  9:49 UTC  (2+ messages)

[xen-unstable-smoke test] 176293: trouble: blocked/broken/pass
 2023-01-31  9:51 UTC 

[PATCH 3/3] pico-imx7d: Convert to DM_I2C and DM_PMIC
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH 2/2] ARM: imx: Remove PMIC reset configuration from board files
 2023-01-31  9:50 UTC  (2+ messages)

[PATCH v2 0/3] Add support for NXP bluetooth chipsets
 2023-01-31  9:50 UTC  (3+ messages)
` [PATCH v2 1/3] serdev: Add method to assert break

[PATCH v5 0/2]Adds status interface for zynqmp-fpga
 2023-01-31  9:48 UTC  (3+ messages)
` [PATCH v5 1/2] firmware: xilinx: Add pm api function for PL config reg readback
` [PATCH v5 2/2] fpga: zynqmp-fpga: Adds status interface

[PATCH v2] vfio: platform: ignore missing reset if disabled at module init
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH v6 0/4] Migrate MT8195 VPPSYS 0/1 to mtk-mmsys driver
 2023-01-31  9:50 UTC  (3+ messages)
` [PATCH v6 3/4] clk: mediatek: remove MT8195 vppsys/0/1 simple_probe

[PATCH 2/2] configs: verdin-imx8mm: Add bootaux command
 2023-01-31  9:49 UTC  (2+ messages)

[PATCH v2 00/13] Introduce igb
 2023-01-31  9:48 UTC  (9+ messages)

[PATCH v1 00/13] test/bbdev: changes for 23.03
 2023-01-31  9:48 UTC  (3+ messages)
` [PATCH v1 02/13] test/bbdev: refactor TB throughput report

[PATCH] erofs-utils: fix chunk-based image handling without real data
 2023-01-31  9:48 UTC 

[PATCH] .gitignore: Keep track of archived files as they are added to a new git repo
 2023-01-31  9:47 UTC  (3+ messages)

[PATCH] most: fix kernel-doc warnings
 2023-01-31  9:46 UTC  (4+ messages)

[PATCH] iio: adis16480: select CONFIG_CRC32
 2023-01-31  9:46 UTC 

[PATCH] vhost-user-gpio: Configure vhost_dev when connecting
 2023-01-31  9:46 UTC  (2+ messages)

[PATCH v5 0/9] Introduce igb
 2023-01-31  9:45 UTC  (3+ messages)
` [PATCH v5 4/9] Intrdocue igb device emulation

[PATCH v3 0/9] igb: merge changes from <20221229190817.25500-1-sriram.yagnaraman@est.tech>
 2023-01-31  9:42 UTC  (10+ messages)
` [PATCH v3 1/9] MAINTAINERS: Add Sriram Yagnaraman as a igb reviewer
` [PATCH v3 2/9] igb: handle PF/VF reset properly
` [PATCH v3 3/9] igb: add ICR_RXDW
` [PATCH v3 4/9] igb: implement VFRE and VFTE registers
` [PATCH v3 5/9] igb: check oversized packets for VMDq
` [PATCH v3 6/9] igb: respect E1000_VMOLR_RSSE
` [PATCH v3 7/9] igb: implement VF Tx and Rx stats
` [PATCH v3 8/9] igb: respect VT_CTL ignore MAC field
` [PATCH v3 9/9] igb: respect VMVIR and VMOLR for VLAN

[PATCH 5.10 000/143] 5.10.166-rc1 review
 2023-01-31  9:45 UTC  (2+ messages)

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

[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  (9+ messages)
` [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  (10+ messages)
` [PATCH 2/6] clk: qcom: ipq9574: Enable APSS clock driver
` [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)

[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  (3+ 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  (9+ messages)
` [v1 08/16] net/mlx5/hws: move matcher size check to function
` [v1 09/16] net/mlx5/hws: support range match
` [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


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.