All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-12-10 16:09:50 to 2020-12-10 16:32:40 UTC [more...]

[PATCH 00/10] Fix floating-point -> text conversion precision
 2020-12-10 16:14 UTC  (11+ messages)
` [PATCH 01/10] tests/check-qjson: Don't skip funny QNumber to JSON conversions
` [PATCH 02/10] tests/check-qjson: Examine QNum more thoroughly
` [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 06/10] qobject: Fix qnum_to_string() to use sufficient precision
` [PATCH 07/10] test-string-output-visitor: Cover "unround" number
` [PATCH 08/10] string-output-visitor: Fix to use sufficient precision
` [PATCH 09/10] test-visitor-serialization: Drop insufficient precision workaround
` [PATCH 10/10] test-visitor-serialization: Clean up test_primitives()

[PATCH v3 0/2] drm: automatic legacy gamma support
 2020-12-10 16:32 UTC  (4+ messages)
` [PATCH v3 1/2] "

[PATCH V2 1/2] arm64: topology: Avoid the have_policy check
 2020-12-10 16:29 UTC  (4+ messages)
` [PATCH V2 2/2] arm64: topology: Reorder init_amu_fie() a bit

[PATCH] ext4: Fix an IS_ERR() vs NULL check
 2020-12-10 16:04 UTC  (2+ messages)

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

[PATCH 01/13] docs: conf.py: fix sphinx version detection for margin set
 2020-12-10 16:29 UTC  (3+ messages)
` [PATCH RFC] docs: experimental: build PDF with rst2pdf

[PATCH v3 00/66] KVM: arm64: ARMv8.3/8.4 Nested Virtualization support
 2020-12-10 16:00 UTC  (77+ 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 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 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 30/66] KVM: arm64: nv: Only toggle cache for virtual EL2 when SCTLR_EL2 changes
` [PATCH v3 31/66] KVM: arm64: nv: Filter out unsupported features from ID regs
` [PATCH v3 33/66] KVM: arm64: nv: Support multiple nested Stage-2 mmu structures
` [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 45/66] KVM: arm64: nv: Load timer before the GIC
` [PATCH v3 47/66] KVM: arm64: nv: Don't load the GICv4 context on entering a nested guest
` [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 0/5] USB: typec: various patches
 2020-12-10 16:05 UTC  (6+ messages)
` [PATCH 1/5] USB: typec: tcpm: Prevent log overflow by removing old entries
` [PATCH 2/5] USB: typec: tcpm: Hard Reset after not receiving a Request
` [PATCH 3/5] USB: typec: tcpm: Fix PR_SWAP error handling
` [PATCH 4/5] USB: typec: tcpm: Add a 30ms room for tPSSourceOn in PR_SWAP
` [PATCH 5/5] USB: typec: tcpci: Add Bleed discharge to POWER_CONTROL definition

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

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

[dpdk-dev] [PATCH 0/4] hns3 fixes
 2020-12-10 16:30 UTC  (3+ messages)
` [dpdk-dev] [PATCH V2 0/2] "

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

udevadm etc
 2020-12-10 16:29 UTC  (4+ messages)

[PATCH v2 1/4] thermal/core: Rename passive_delay and polling_delay with units
 2020-12-10 16:25 UTC  (3+ messages)
` [PATCH v2 4/4] thermal/core: Remove ms based delay fields

[PATCH] drm: rework description of primary and cursor planes
 2020-12-10 16:27 UTC  (9+ messages)

[PATCH bpf-next] samples/bpf: fix possible hang in xdpsock with multiple threads
 2020-12-10 16:25 UTC  (3+ messages)

[PATCH] libtracefs: Fix the building dependencies for make install
 2020-12-10 16:24 UTC 

[PATCH] genksyms: Ignore module scoped _Static_assert()
 2020-12-10 16:25 UTC  (6+ messages)

[PATCH 0/3] perf tools: Allow to enable/disable events via control pipe
 2020-12-10 16:24 UTC  (4+ messages)
` [PATCH 2/3] perf tools: Allow to enable/disable events via control file

[EXTERNAL] Re: [PATCH] PCI: Mark AMD Raven iGPU ATS as broken
 2020-12-10 16:25 UTC  (3+ messages)

[PATCH v2 0/5] ALSA: hda/ca0132 - Fix no-audio issues and add documentation
 2020-12-10 16:24 UTC  (9+ messages)
` [PATCH v2 1/5] ALSA: hda/ca0132 - Reset codec upon initialization
` [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] usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'
 2020-12-10 16:22 UTC 

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

[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 

[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  (7+ 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  (5+ messages)
` [PATCH v8 00/18] "
  ` [PATCH v8 16/18] mips: Enable __clzdi2()

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

[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 

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

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] 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] kbuild: avoid static_assert for genksyms
 2020-12-10 16:12 UTC  (2+ messages)

[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 

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

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

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

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  (3+ messages)
` [PATCH 1/4] accel/tcg: Remove deprecated '-tb-size' option

[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 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] cxl: Reduce scope for the variable “mm” in cxllib_get_PE_attributes()
 2020-12-10 16:04 UTC  (3+ messages)
` [PATCH] cxl: Reduce scope for the variable “mm” in cxllib_

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


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.