All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-10 16:05:07 to 2020-12-10 16:25:06 UTC [more...]

[PATCH 00/10] Fix floating-point -> text conversion precision
 2020-12-10 16:14 UTC  (6+ messages)
` [PATCH 03/10] tests/check-qjson: Cover number 2^63
` [PATCH 04/10] tests/check-qjson: Replace redundant large_number()
` [PATCH 05/10] tests/check-qnum: Cover qnum_to_string() for "unround" argument
` [PATCH 07/10] test-string-output-visitor: Cover "unround" number
` [PATCH 08/10] string-output-visitor: Fix to use sufficient precision

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-12-10 16:00 UTC  (86+ messages)
` [PATCH v3 10/66] KVM: arm64: nv: Inject HVC exceptions to the virtual EL2
` [PATCH v3 11/66] KVM: arm64: nv: Handle trapped ERET from "
` [PATCH v3 12/66] KVM: arm64: nv: Add non-VHE-EL2->EL1 translation helpers
` [PATCH v3 13/66] KVM: arm64: nv: Handle virtual EL2 registers in vcpu_read/write_sys_reg()
` [PATCH v3 14/66] KVM: arm64: nv: Handle SPSR_EL2 specially
` [PATCH v3 15/66] KVM: arm64: nv: Handle HCR_EL2.E2H specially
` [PATCH v3 16/66] KVM: arm64: nv: Save/Restore vEL2 sysregs
` [PATCH v3 17/66] KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisor
` [PATCH v3 18/66] KVM: arm64: nv: Trap EL1 VM register accesses in virtual EL2
` [PATCH v3 19/66] KVM: arm64: nv: Trap SPSR_EL1, ELR_EL1 and VBAR_EL1 from "
` [PATCH v3 20/66] KVM: arm64: nv: Trap CPACR_EL1 access in "
` [PATCH v3 21/66] KVM: arm64: nv: Handle PSCI call via smc from the guest
` [PATCH v3 22/66] KVM: arm64: nv: Respect virtual HCR_EL2.TWX setting
` [PATCH v3 23/66] KVM: arm64: nv: Respect virtual CPTR_EL2.{TFP, FPEN} settings
` [PATCH v3 24/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV bit setting
` [PATCH v3 25/66] KVM: arm64: nv: Respect virtual HCR_EL2.TVM and TRVM settings
` [PATCH v3 26/66] KVM: arm64: nv: Respect the virtual HCR_EL2.NV1 bit setting
` [PATCH v3 27/66] KVM: arm64: nv: Emulate EL12 register accesses from the virtual EL2
` [PATCH v3 29/66] KVM: arm64: nv: Configure HCR_EL2 for nested virtualization
` [PATCH v3 31/66] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v3 32/66] KVM: arm64: nv: Hide RAS from nested guests
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [PATCH v3 34/66] KVM: arm64: nv: Implement nested Stage-2 page table walk logic
` [PATCH v3 35/66] KVM: arm64: nv: Handle shadow stage 2 page faults
` [PATCH v3 36/66] KVM: arm64: nv: Restrict S2 RD/WR permissions to match the guest's
` [PATCH v3 38/66] KVM: arm64: nv: Introduce sys_reg_desc.forward_trap
` [PATCH v3 39/66] KVM: arm64: nv: Set a handler for the system instruction traps
` [PATCH v3 40/66] KVM: arm64: nv: Trap and emulate AT instructions from virtual EL2
` [PATCH v3 41/66] KVM: arm64: nv: Trap and emulate TLBI "
` [PATCH v3 42/66] KVM: arm64: nv: Fold guest's HCR_EL2 configuration into the host's
` [PATCH v3 43/66] KVM: arm64: nv: arch_timer: Support hyp timer emulation
` [PATCH v3 44/66] KVM: arm64: nv: Add handling of EL2-specific timer registers
` [PATCH v3 45/66] KVM: arm64: nv: Load timer before the GIC
` [PATCH v3 46/66] KVM: arm64: nv: Nested GICv3 Support
` [PATCH v3 47/66] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [PATCH v3 48/66] KVM: arm64: nv: vgic: Emulate the HW bit in software
` [PATCH v3 49/66] KVM: arm64: nv: vgic: Allow userland to set VGIC maintenance IRQ
` [PATCH v3 50/66] KVM: arm64: nv: Implement maintenance interrupt forwarding
` [PATCH v3 51/66] KVM: arm64: nv: Add nested GICv3 tracepoints
` [PATCH v3 52/66] KVM: arm64: nv: Allow userspace to request KVM_ARM_VCPU_NESTED_VIRT
` [PATCH v3 53/66] KVM: arm64: nv: Add handling of ARMv8.4-TTL TLB invalidation
` [PATCH v3 54/66] KVM: arm64: nv: Invalidate TLBs based on shadow S2 TTL-like information
` [PATCH v3 55/66] KVM: arm64: Allow populating S2 SW bits
` [PATCH v3 56/66] KVM: arm64: nv: Tag shadow S2 entries with nested level
` [PATCH v3 57/66] KVM: arm64: nv: Add include containing the VNCR_EL2 offsets
` [PATCH v3 58/66] KVM: arm64: Map VNCR-capable registers to a separate page
` [PATCH v3 59/66] KVM: arm64: nv: Move nested vgic state into the sysreg file
` [PATCH v3 60/66] KVM: arm64: Add ARMv8.4 Enhanced Nested Virt cpufeature
` [PATCH v3 61/66] KVM: arm64: nv: Synchronize PSTATE early on exit
` [PATCH v3 62/66] KVM: arm64: nv: Sync nested timer state with ARMv8.4
` [PATCH v3 63/66] KVM: arm64: nv: Allocate VNCR page when required
` [PATCH v3 64/66] KVM: arm64: nv: Enable ARMv8.4-NV support
` [PATCH v3 65/66] KVM: arm64: nv: Fast-track 'InHost' exception returns
` [PATCH v3 66/66] KVM: arm64: nv: Fast-track EL1 TLBIs for VHE guests

[PATCH] usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'
 2020-12-10 16:22 UTC 

[PATCH v3 0/3] f2fs-tools: sload compression support
 2020-12-10 16:22 UTC  (5+ messages)
` [PATCH v3 2/3] f2fs-tools:sload.f2fs "
  ` [f2fs-dev] "

[PATCH] iommu/amd: Add sanity check for interrupt remapping table length macros
 2020-12-10 16:24 UTC  (2+ messages)

[dpdk-dev] ipv6 rte_flow supported on intel ixgbe/i40e dpdk 18.11.2
 2020-12-09 12:00 UTC 

[PATCH 0/5] USB: typec: various patches
 2020-12-10 16:05 UTC  (3+ messages)
` [PATCH 3/5] USB: typec: tcpm: Fix PR_SWAP error handling
` [PATCH 5/5] USB: typec: tcpci: Add Bleed discharge to POWER_CONTROL definition

[BUG] iwlwifi: card unusable after firmware crash
 2020-12-10 16:21 UTC  (10+ messages)

stable-rc/queue/4.9 build: 197 builds: 0 failed, 197 passed, 4 warnings (v4.9.247-45-g2028d68d9bb54)
 2020-12-10 16:21 UTC 

[dpdk-dev] [PATCH] Remove printf from signal handler
 2020-12-10  0:28 UTC  (3+ messages)

[PATCH v8 00/12] Free some vmemmap pages of HugeTLB page
 2020-12-10 16:19 UTC  (8+ messages)
` [PATCH v8 12/12] mm/hugetlb: Optimize the code with the help of the compiler
    ` [External] "

[kvm-unit-tests PATCH 0/2] s390x: Move from LGPL 2 to GPL 2
 2020-12-10 16:20 UTC  (6+ messages)
` [kvm-unit-tests PATCH 2/2] s390x: lib: Move to GPL 2 and SPDX license identifiers

[dpdk-dev] Windows DPDK real-time priority threads causing thread starvation
 2020-12-09 16:12 UTC  (3+ messages)
  ` [dpdk-dev] [EXTERNAL] "

[PATCH v4 00/15] Cryptodisk fixes for v2.06 redux
 2020-12-10 16:20 UTC  (9+ messages)
` [PATCH v8 00/18] "
  ` [PATCH v8 14/18] luks2: Better error handling when setting up the cryptodisk
  ` [PATCH v8 15/18] luks2: Error check segment.sector_size
  ` [PATCH v8 16/18] mips: Enable __clzdi2()

[dpdk-dev] [PATCH v1 2/2] linux/kni: Added support for KNI multiple fifos
 2020-12-09  1:47 UTC 

[PATCH net-next] ice, xsk: Move Rx alloction out of while-loop
 2020-12-10 16:11 UTC  (3+ messages)
  ` [Intel-wired-lan] "

[PATCH] yocto-check-layer: make argument parsing unambiguous
 2020-12-10 16:20 UTC 

[RESEND PATCH v2 00/12] Convert all vmstat counters to pages or bytes
 2020-12-10 16:10 UTC  (5+ messages)
` [RESEND PATCH v2 01/12] mm: memcontrol: fix NR_ANON_THPS account
` [RESEND PATCH v2 02/12] mm: memcontrol: convert NR_ANON_THPS account to pages

stable-rc/queue/4.19 build: 206 builds: 0 failed, 206 passed, 77 warnings (v4.19.162-39-gf9a489c417aa)
 2020-12-10 16:06 UTC 

[PATCH 0/4] hwmon: aspeed2600-pwm-tacho: Add driver support
 2020-12-10 16:16 UTC  (4+ messages)
` [PATCH 4/4] hwmon: Support Aspeed AST2600 PWM/Fan tachometer

[PATCH 0/4] Chunk Heap Support on DMA-HEAP
 2020-12-10 16:06 UTC  (9+ messages)
` [PATCH 4/4] dma-heap: Devicetree binding for chunk heap

[PATCH] ext4: remove the unused EXT4_CURRENT_REV macro
 2020-12-10 16:18 UTC  (2+ messages)

[PATCH] file-posix: detect the lock using the real file
 2020-12-10 16:12 UTC  (4+ messages)
` [PATCH v2] "

[PATCH v2 00/12] Decouple Mediatek DRM sub driver
 2020-12-10 16:10 UTC  (26+ messages)
` [PATCH v2 01/12] drm/mediatek: Get CMDQ client register for all ddp component
` [PATCH v2 02/12] drm/mediatek: Use correct device pointer to get CMDQ client register
` [PATCH v2 03/12] drm/mediatek: Separate getting larb device to a function
` [PATCH v2 04/12] drm/mediatek: Move clk info from struct mtk_ddp_comp to sub driver private data
` [PATCH v2 05/12] drm/mediatek: Move regs "
` [PATCH v2 06/12] drm/mediatek: Remove irq in struct mtk_ddp_comp
` [PATCH v2 07/12] drm/mediatek: Use struct cmdq_client_reg to gather cmdq variable
` [PATCH v2 08/12] drm/mediatek: Move cmdq_reg info from struct mtk_ddp_comp to sub driver private data
` [PATCH v2 09/12] drm/mediatek: Change sub driver interface from mtk_ddp_comp to device
` [PATCH v2 10/12] drm/mediatek: Register vblank callback function
` [PATCH v2 11/12] drm/mediatek: DRM driver directly refer to sub driver's function
` [PATCH v2 12/12] drm/mediatek: Move mtk_ddp_comp_init() from sub driver to DRM driver

[PATCH bpf-next] selftests/bpf: Fix selftest compilation on clang 11
 2020-12-10 16:15 UTC  (3+ messages)

[PATCH v3 0/7] xen/arm: Emulate ID registers
 2020-12-10 16:17 UTC  (6+ messages)
` [PATCH v3 3/7] xen/arm: create a cpuinfo structure for guest

[Intel-gfx] [RFC v2] refactor intel display a bit more
 2020-12-10 16:17 UTC  (5+ messages)
` [Intel-gfx] [PATCH 4/9] drm/i915: refactor cursor code out of i915_display.c

[PATCH] target/i386/sev: add the support to query the attestation report
 2020-12-10 16:13 UTC  (2+ messages)

[PATCH] btrfs-progs: cmd-subvolume: set subvol_path to NULL after free
 2020-12-10 16:13 UTC  (2+ messages)

[PATCH 4.19-stable 4/5] spi: bcm2835aux: Fix use-after-free on unbind
 2020-12-10 16:13 UTC  (11+ messages)

[PATCH v2 00/18] btrfs: add read-only support for subpage sector size
 2020-12-10 16:13 UTC  (5+ messages)
` [PATCH v2 06/18] btrfs: extent_io: make attach_extent_buffer_page() to handle subpage case
` [PATCH v2 08/18] btrfs: extent_io: support subpage for extent buffer page release

[PATCH bpf-next] net: xdp: introduce xdp_init_buff utility routine
 2020-12-10 16:05 UTC  (2+ messages)

[PATCH] generic/563: use a loop device to avoid partition incompatibility
 2020-12-10 16:14 UTC 

[RFC 0/4] vfio-pci/zdev: Fixing s390 vfio-pci ISM support
 2020-12-10 16:14 UTC  (4+ messages)

[sched/hotplug] 2558aacff8: will-it-scale.per_thread_ops -1.6% regression
 2020-12-10 16:14 UTC  (3+ messages)

question: CSI on imx8mq with (any) CSI2 camera / experience with mx6s_capture?
 2020-12-10 16:04 UTC  (5+ messages)

[PATCH] kbuild: avoid static_assert for genksyms
 2020-12-10 16:12 UTC  (2+ messages)

[PATCHv3 net-next] octeontx2-pf: Add RSS multi group support
 2020-12-10 16:12 UTC  (3+ messages)
  ` [EXT] "

Some performance numbers for virtiofs, DAX and virtio-9p
 2020-12-10 16:11 UTC  (2+ messages)
` [Virtio-fs] "

[PATCH] accel/tcg: Remove deprecated '-tb-size' option
 2020-12-10 16:06 UTC  (2+ messages)

[PULL v2 00/65] pc,pci,virtio: fixes, cleanups
 2020-12-10 16:09 UTC  (3+ messages)
` [PULL v2 48/65] libvhost-user: make it a meson subproject

[PATCH 0/4] Remove deprecated CLI parameters
 2020-12-10 16:09 UTC  (5+ messages)
` [PATCH 1/4] accel/tcg: Remove deprecated '-tb-size' option
` [PATCH 2/4] docs/system: Move the list of removed features to a separate file
` [PATCH 4/4] Remove the deprecated -show-cursor option

[PATCH 1/5] thermal/core: Emit a warning if the thermal zone is updated without ops
 2020-12-10 16:10 UTC  (3+ messages)
` [PATCH 4/5] thermal/drivers/rcar: Remove notification usage

[PATCH 0/2] Fix direct write with respect to inode locking
 2020-12-10 16:10 UTC  (4+ messages)
` [PATCH 1/2] btrfs: Fold generic_write_checks() in btrfs_write_check()

[PATCH v2 0/5] ALSA: hda/ca0132 - Fix no-audio issues and add documentation
 2020-12-10 16:06 UTC  (12+ messages)
` [PATCH v2 1/5] ALSA: hda/ca0132 - Reset codec upon initialization
` [PATCH v2 2/5] ALSA: hda/ca0132 - Add stream port remapping function
` [PATCH v2 3/5] ALSA: hda/ca0132 - Add 8051 exram helper functions
` [PATCH v2 4/5] ALSA: hda/ca0132 - Ensure DSP is properly setup post-firmware download
` [PATCH v2 5/5] ALSA: hda/ca0132 - Remove now unnecessary DSP setup functions

[PATCH] cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()
 2020-12-10 16:04 UTC  (3+ messages)

acpi_device_notify() binding devices that don't seem like they should be bound
 2020-12-10 16:07 UTC  (11+ messages)

[input:master] BUILD SUCCESS 7002932325ef8efff354a70b93a63dcdbca20d81
 2020-12-10 16:06 UTC 

[meta-zephyr][PATCH 0/5] Add 96Boards Nitrogen support
 2020-12-10 16:09 UTC  (6+ messages)
` [meta-zephyr][PATCH 5/5] zephyr-flash-pyocd.bbclass: support for flashing via pyocd
  ` [yocto] "

Hardcoded multicast queue length in macvlan.c driver causes poor multicast receive performance
 2020-12-10 16:07 UTC  (4+ messages)
    ` [PATCH iproute2-next v1] iplink macvlan: Added bcqueuelen parameter

[PATCH v2 0/8] Raspberry Pi 400/Compute Module 4 support
 2020-12-10 16:08 UTC  (3+ messages)
` [PATCH v2 4/8] dm: Introduce xxx_get_dma_range()

[PATCH] imx: Add support for i.MX8MN Beacon EmbeddedWorks devkit
 2020-12-10 16:07 UTC 

linux-next: build warning after merge of the akpm-current tree
 2020-12-10 16:05 UTC  (2+ messages)

[PATCH 00/13] Address issues with PDF output at media uAPI docs
 2020-12-10 16:03 UTC  (4+ messages)
` [PATCH 01/13] docs: conf.py: fix sphinx version detection for margin set


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.