All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-28 18:00:26 to 2020-08-28 19:21:00 UTC [more...]

[PATCH v4 0/7] Make hcd-xhci independent of pci hooks
 2020-08-28 19:19 UTC  (5+ messages)
` [PATCH v4 3/7] usb/hcd-xhci: Split pci wrapper for xhci base model
` [PATCH v4 5/7] misc: Add versal-usb2-regs module
` [PATCH v4 6/7] usb: Add DWC3 model
` [PATCH v4 7/7] Versal: Connect DWC3 controller with virt-versal

[PATCH 1/4] dt-bindings: mtd: nand-controller: Fix matching with size-cells==1
 2020-08-28 19:20 UTC  (3+ messages)
` [PATCH 2/4] ARM: dts: imx23: Align GPMI NAND node name with schema
` [PATCH 3/4] ARM: dts: imx28: "

[PATCH] efi: change usage syntax
 2020-08-28 19:20 UTC 

[PATCH 0/3] pinctrl: mcp23s08: Fixups for mcp23x17
 2020-08-28 19:19 UTC  (4+ messages)
` [PATCH 1/3] pinctrl: mcp23s08: Fixup mcp23x17 regmap_config

[PATCH v2 0/7] Implement PCI Error Recovery on Navi12
 2020-08-28 19:19 UTC  (3+ messages)
` [PATCH v2 5/7] drm/amdgpu: Fix consecutive DPC recovery failures

[PATCH v2 2/3] Add LT9611UXC DSI to HDMI bridge support
 2020-08-28 19:18 UTC  (4+ messages)
` [PATCH v2 1/3] dt-bindings: display: bridge: Add documentation for LT9611UXC

[MPTCP] Re: [PATCH mptcp-next 1/1] mptcp: fix stale subflow->writeable caching
 2020-08-28 19:15 UTC 

[MPTCP] Re: [PATCH mptcp-next] mptcp: free acked data before waiting for more memory
 2020-08-28 19:15 UTC 

[MPTCP] Re: [PATCH mptcp-next] mptcp: only wake parent if subflow is writable
 2020-08-28 19:15 UTC 

[MPTCP] Re: [PATCH mptcp-next v3] mptcp: adjust mptcp receive buffer limit if subflow has larger one
 2020-08-28 19:15 UTC 

[MPTCP] Re: [PATCH v2] Squash-to: "mptcp: cleanup mptcp_subflow_discard_data()"
 2020-08-28 19:14 UTC 

[PATCH 0/3] drm/vc4: Support HDMI QHD or higher output
 2020-08-28 19:10 UTC  (11+ messages)
  ` [PATCH 3/3] drm/vc4: hdmi: Add pixel bvb clock control

[PATCH] ninjatool: quote dollars in variables
 2020-08-28 18:57 UTC  (6+ messages)

[PATCH] nvme: Revert: Fix controller creation races with teardown flow
 2020-08-28 19:08 UTC  (4+ messages)

[PATCH v1 0/2] target/microblaze: Improve bus fault handling
 2020-08-28 18:46 UTC  (5+ messages)
` [PATCH v1 1/2] target/microblaze: Use CPU properties to conditionalize bus exceptions
` [PATCH v1 2/2] target/microblaze: Improve transaction failure handling

[PATCH] midx: traverse the local MIDX first
 2020-08-28 19:07 UTC  (7+ messages)

[PATCH] hpsa: update copyright
 2020-08-28 19:07 UTC 

QEMU | Pipeline #183242166 has failed for master | ea1bb830
 2020-08-28 18:52 UTC 

[bitbake-devel][PATCH v2] bitbake: fetch2/npm: allow to build npm package with no dependency
 2020-08-28 19:06 UTC 

[qemu-mainline test] 152992: regressions - FAIL
 2020-08-28 19:05 UTC 

Golang design session follow-up
 2020-08-28 19:05 UTC  (3+ messages)

[PATCH] sparse: use static inline for __chk_{user,io}_ptr()
 2020-08-28 19:04 UTC  (2+ messages)

[PATCH v8 0/4] introduce memory hinting API for external process
 2020-08-28 19:04 UTC  (6+ messages)
` [PATCH v8 3/4] mm/madvise: introduce process_madvise() syscall: an external memory hinting API

[PATCH 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-08-28 19:01 UTC  (4+ messages)

[PATCH v2 00/45] target/arm: Implement fp16 for AArch32 VFP and Neon
 2020-08-28 18:33 UTC  (46+ messages)
` [PATCH v2 01/45] target/arm: Remove local definitions of float constants
` [PATCH v2 02/45] target/arm: Use correct ID register check for aa32_fp16_arith
` [PATCH v2 03/45] target/arm: Implement VFP fp16 for VFP_BINOP operations
` [PATCH v2 04/45] target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL
` [PATCH v2 05/45] target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS
` [PATCH v2 06/45] target/arm: Implement VFP fp16 for fused-multiply-add
` [PATCH v2 07/45] target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()
` [PATCH v2 08/45] target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT
` [PATCH v2 09/45] target/arm: Implement VFP fp16 for VMOV immediate
` [PATCH v2 10/45] target/arm: Implement VFP fp16 VCMP
` [PATCH v2 11/45] target/arm: Implement VFP fp16 VLDR and VSTR
` [PATCH v2 12/45] target/arm: Implement VFP fp16 VCVT between float and integer
` [PATCH v2 13/45] target/arm: Make VFP_CONV_FIX macros take separate float type and float size
` [PATCH v2 14/45] target/arm: Use macros instead of open-coding fp16 conversion helpers
` [PATCH v2 15/45] target/arm: Implement VFP fp16 VCVT between float and fixed-point
` [PATCH v2 16/45] target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode
` [PATCH v2 17/45] target/arm: Implement VFP fp16 VSEL
` [PATCH v2 18/45] target/arm: Implement VFP fp16 VRINT*
` [PATCH v2 19/45] target/arm: Implement new VFP fp16 insn VINS
` [PATCH v2 20/45] target/arm: Implement new VFP fp16 insn VMOVX
` [PATCH v2 21/45] target/arm: Implement VFP fp16 VMOV between gp and halfprec registers
` [PATCH v2 22/45] fpu: Add float16 comparison functions
` [PATCH v2 23/45] target/arm: Implement FP16 for Neon VADD, VSUB, VABD, VMUL
` [PATCH v2 24/45] target/arm: Implement fp16 for Neon VRECPE, VRSQRTE using gvec
` [PATCH v2 25/45] target/arm: Implement fp16 for Neon VABS, VNEG of floats
` [PATCH v2 26/45] target/arm: Implement fp16 for VCEQ, VCGE, VCGT comparisons
` [PATCH v2 27/45] target/arm: Implement fp16 for VACGE, VACGT
` [PATCH v2 28/45] target/arm: Implement fp16 for Neon VMAX, VMIN
` [PATCH v2 29/45] target/arm: Implement fp16 for Neon VMAXNM, VMINNM
` [PATCH v2 30/45] target/arm: Implement fp16 for Neon VMLA, VMLS operations
` [PATCH v2 31/45] target/arm: Implement fp16 for Neon VFMA, VMFS
` [PATCH v2 32/45] target/arm: Implement fp16 for Neon fp compare-vs-0
` [PATCH v2 33/45] target/arm: Implement fp16 for Neon VRECPS
` [PATCH v2 34/45] target/arm: Implement fp16 for Neon VRSQRTS
` [PATCH v2 35/45] target/arm: Implement fp16 for Neon pairwise fp ops
` [PATCH v2 36/45] target/arm: Implement fp16 for Neon float-integer VCVT
` [PATCH v2 37/45] target/arm: Convert Neon VCVT fixed-point to gvec
` [PATCH v2 38/45] target/arm: Implement fp16 for Neon VCVT fixed-point
` [PATCH v2 39/45] target/arm: Implement fp16 for Neon VCVT with rounding modes
` [PATCH v2 40/45] target/arm: Implement fp16 for Neon VRINT-with-specified-rounding-mode
` [PATCH v2 41/45] target/arm: Implement fp16 for Neon VRINTX
` [PATCH v2 42/45] target/arm/vec_helper: Handle oprsz less than 16 bytes in indexed operations
` [PATCH v2 43/45] target/arm/vec_helper: Add gvec fp indexed multiply-and-add operations
` [PATCH v2 44/45] target/arm: Implement fp16 for Neon VMUL, VMLA, VMLS
` [PATCH v2 45/45] target/arm: Enable FP16 in '-cpu max'

[PATCH v4 00/23] kprobes: Unify kretprobe trampoline handlers and make kretprobe lockless
 2020-08-28 19:02 UTC  (4+ messages)
` [PATCH v4 19/23] kprobes: Remove kretprobe hash

[meta-oe][PATCH] nss: fix postinst in do_rootfs for target
 2020-08-28 19:01 UTC 

[PATCH] nvme: Revert: Fix controller creation races with teardown flow
 2020-08-28 19:01 UTC 

[Buildroot] [PATCH] {linux, linux-headers}: bump 4.{4, 9, 14, 19}.x / 5.{4, 7}.x series
 2020-08-28 19:01 UTC 

[cip-dev] [PATCH 4.19.y-cip 00/10] Add support for [H]SCIF/SDHI/I2C/RWDT/MSIOF
 2020-08-28 18:59 UTC  (2+ messages)

[PATCH v2 00/19] arm64: dts: imx8: Align pins and regulators with dtschema
 2020-08-28 16:47 UTC  (5+ messages)
` [PATCH v2 08/19] arm64: dts: imx8mm-evk: Add 32.768 kHz clock to PMIC
` [PATCH v2 09/19] arm64: dts: imx8mm-evk: Align pin configuration group names with schema
` [PATCH v2 10/19] arm64: dts: imx8mm-ddr4-evk: "
` [PATCH v2 11/19] arm64: dts: imx8mn-ddr4-evk: Align regulator "

[Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: add security fix for CVE-2020-14347
 2020-08-28 18:56 UTC  (5+ messages)
  ` [Buildroot] [PATCH 1/1] package/x11r7/xserver_xorg-server: add security fix

[PATCH 1/2] media: uvcvideo: Ensure all probed info is returned to v4l2
 2020-08-28 18:55 UTC  (9+ messages)
` [PATCH 2/2] media: uvcvideo: Convey full ycbcr colorspace information "

[PATCH nf-next v3 0/3] Netfilter egress hook
 2020-08-28 18:52 UTC  (3+ messages)
` [PATCH nf-next v3 3/3] netfilter: Introduce "

[Fwd] Issue 25164 in oss-fuzz: qemu: Fuzzing build failure
 2020-08-28 18:33 UTC  (5+ messages)

[PATCH] send-email: do not prompt for In-Reply-To
 2020-08-28 18:39 UTC  (2+ messages)

[PATCH v3 00/15] Test Runner rewrite
 2020-08-28 18:47 UTC  (16+ messages)
` [PATCH v3 01/15] auto-t: prepare autotests for test-runner re-write
` [PATCH v3 02/15] auto-t: introduce pure python "
` [PATCH v3 03/15] auto-t: hostapd.py: update to work with test-runner rewrite
` [PATCH v3 04/15] auto-t: testutil.py: "
` [PATCH v3 05/15] auto-t: ofono.py: fix timeout cleanup and wait for service
` [PATCH v3 06/15] auto-t: iwd.py: update to work with test-runner rewrite
` [PATCH v3 07/15] auto-t: iwd.py: fix multiple timeout cleanup issues
` [PATCH v3 08/15] auto-t: remove wiphy.py
` [PATCH v3 09/15] auto-t: fix hidden network test
` [PATCH v3 10/15] auto-t: fix testSAE autoconnect_test.py
` [PATCH v3 11/15] auto-t: skip ofono tests if ofonod isn't running
` [PATCH v3 12/15] auto-t: replace hard-coded interfaces
` [PATCH v3 13/15] auto-t: remove device.wait_for_connected
` [PATCH v3 14/15] tools: post test-runner rewrite cleanup
` [PATCH v3 15/15] doc: update test runner docs

[linux-next:master 3147/3958] drivers/virtio/virtio_mem.c:723 virtio_mem_memory_notifier_cb() warn: inconsistent returns 'vm->hotplug_mutex'
 2020-08-28 18:46 UTC 

pyverbs failures
 2020-08-28 18:44 UTC  (2+ messages)

[Buildroot] [PATCH v3] package/easyframes: new package
 2020-08-28 18:44 UTC  (2+ messages)

[patch V2 00/46] x86, PCI, XEN, genirq ...: Prepare for device MSI
 2020-08-28 18:42 UTC  (5+ messages)
` [patch V2 43/46] genirq/msi: Provide and use msi_domain_set_default_info_flags()

[PATCH v2] Documentation/x86: Add documentation for /proc/cpuinfo feature flags
 2020-08-28 18:42 UTC  (2+ messages)

[dpdk-dev] [PATCH 0/1] vhost: fix iotlb mempool single-consumer flag
 2020-08-28 18:40 UTC  (3+ messages)
` [dpdk-dev] [PATCH 1/1] "

[PATCH 1/3] arm64: dts: marvell: armada-37xx: mark the gpio controllers as irq controller
 2020-08-28 18:39 UTC  (5+ messages)
` [PATCH 3/3] arm64: dts: armada-3720-espressobin: wire up LED2

[PATCH v33 0/6] LP50xx addition and remainder Multicolor patches
 2020-08-28 18:39 UTC  (5+ messages)
` [PATCH v33 6/6] ARM: dts: ste-href: Add reg property to the LP5521 channel nodes

[PATCH v3 00/11] Fix PM hibernation in Xen guests
 2020-08-28 18:39 UTC  (4+ messages)

[Intel-gfx] [PATCH] drm/i915: break TGL pci-ids in GT 1 & 2
 2020-08-28 18:36 UTC  (2+ messages)

[Printing-architecture] Free Live stream on YouTube: OpenPrinting Microconference on Linux Plumbers Conference 2020
 2020-08-28 18:38 UTC  (3+ messages)
  ` [Printing-architecture] Recording "

[PATCH v1 00/10] DDW indirect mapping
 2020-08-28 18:36 UTC  (4+ messages)
` [PATCH v1 09/10] powerpc/pseries/iommu: Make use of DDW even if it does not map the partition

[PATCH 0/2] cgroup: Enable weight tests with cgroup-v2
 2020-08-28 18:36 UTC  (3+ messages)
` [PATCH 1/2] thread_options: Add cgroup_use_bfq

[PATCH] microblaze: fix kbuild redundant file warning
 2020-08-28 18:35 UTC 

[PATCH net-next] net/sched: add act_ct_output support
 2020-08-28 18:32 UTC  (4+ messages)

[PATCH] netfilter: nf_conntrack_sip: fix parsing error
 2020-08-28 18:30 UTC  (5+ messages)

[patch V2 34/46] PCI/MSI: Make arch_.*_msi_irq[s] fallbacks selectable
 2020-08-28 18:29 UTC  (3+ messages)

[Buildroot] [PATCH v4 1/7] package/go: implement go modules integration
 2020-08-28 18:30 UTC  (2+ messages)

[PATCH 0/5] Fix nested VMX controls MSRs
 2020-08-28 18:29 UTC  (5+ messages)
` [PATCH 2/5] KVM: nVMX: Verify the VMX controls MSRs with the global capability when setting VMX MSRs
` [PATCH 4/5] KVM: nVMX: Fix the update value of nested load IA32_PERF_GLOBAL_CTRL control

[PATCH] drm/nouveau: bail out of nouveau_channel_new if channel init fails
 2020-08-28 18:29 UTC  (2+ messages)

master - Revert "lvdisplay: dispaly correct status when underlying devs missing"
 2020-08-28 18:29 UTC 

[cip-dev] [PATCH 4.4.y-cip 00/30] Add iWave RZ/G1H basic board support
 2020-08-28 18:28 UTC  (2+ messages)

KVM: x86: emulating RDPID failure shall return #UD rather than #GP
 2020-08-28 18:25 UTC  (2+ messages)

[linux-lvm] [PATCH] lib/metadata: add new api lv_is_available()
 2020-08-28 18:26 UTC  (3+ messages)

[ovmf test] 153003: regressions - FAIL
 2020-08-28 18:23 UTC 

[PATCH] driver code: print symbolic error code
 2020-08-28 18:22 UTC  (2+ messages)

[PATCH] gpio: dwapb: add support for new hisilicon ascend soc
 2020-08-28 18:21 UTC  (4+ messages)

[PATCH 1/6] gpio: bcm-kona: Simplify with dev_err_probe()
 2020-08-28 18:17 UTC  (3+ messages)

[PATCH] checkpatch: Allow not using -f with files that are in git
 2020-08-28 18:17 UTC  (3+ messages)

[PATCH v4 0/8] arm64/sve: First steps towards optimizing syscalls
 2020-08-28 18:11 UTC  (9+ messages)
` [PATCH v4 1/8] arm64/fpsimd: Update documentation of do_sve_acc
` [PATCH v4 2/8] arm64/signal: Update the comment in preserve_sve_context
` [PATCH v4 3/8] arm64/fpsimdmacros: Allow the macro "for" to be used in more cases
` [PATCH v4 4/8] arm64/fpsimdmacros: Introduce a macro to update ZCR_EL1.LEN
` [PATCH v4 5/8] arm64/sve: Implement a helper to flush SVE registers
` [PATCH v4 6/8] arm64/sve: Implement a helper to load SVE registers from FPSIMD state
` [PATCH v4 7/8] arm64/sve: Don't disable SVE on syscalls return
` [PATCH v4 8/8] arm64/sve: Rework SVE trap access to use TIF_SVE_NEEDS_FLUSH

[cip-dev] [PATCH 4.19.y-cip 00/10] Add OPP/Thermal/Timer/CAN[FD] support
 2020-08-28 18:15 UTC  (2+ messages)

[PATCH 0/9] soundwire: use FIELD_{GET|PREP} in subsystem
 2020-08-28 18:13 UTC  (3+ messages)
` [PATCH 6/9] soundwire: cadence: use FIELD_{GET|PREP}

[PATCH v6 00/76] x86: SEV-ES Guest Support
 2020-08-28 18:13 UTC  (4+ messages)
` [PATCH v6 31/76] x86/head/64: Setup MSR_GS_BASE before calling into C code

[PSIGN v4 X/8] arm64/sve: First steps towards optimizing syscalls
 2020-08-28 18:12 UTC 

[cip-dev] [PATCH 4.19.y-cip] arm64: dts: renesas: Fix SD Card/eMMC interface device node names
 2020-08-28 18:11 UTC  (2+ messages)

[xen-unstable test] 152985: regressions - FAIL
 2020-08-28 18:11 UTC 

[linux-linus test] 152974: regressions - FAIL
 2020-08-28 18:09 UTC 

What's cooking in git.git (Aug 2020, #07; Thu, 27)
 2020-08-28 18:09 UTC  (7+ messages)

[PATCH v1 1/2] colibri-imx8qxp: rename all occurences to colibri-imx8x
 2020-08-28 18:08 UTC  (2+ messages)
` [PATCH v1 2/2] apalis-imx8qm: rename all occurences to apalis-imx8

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-28 18:03 UTC  (4+ messages)
` [PATCH v5 7/8] Revert "hw/386: Add EPYC mode topology decoding functions"

[dpdk-dev] Fwd: l2fwd application are not sending continuous packets 
 2020-08-28 18:06 UTC  (6+ messages)
    ` [dpdk-dev] Ipsec-secgw packet processing

Can grub-git be used to decrypt a LUKS2 encrypted partition? Testing Results
 2020-08-28 18:05 UTC  (4+ messages)

[PATCH] ASoC: meson: axg-toddr: fix channel order on g12 platforms
 2020-08-28 18:04 UTC  (4+ messages)

Data toggles not reset on "set configuration" for ports handled by "xhci_hcd" driver
 2020-08-28 18:04 UTC  (14+ messages)

[PATCH 0/3] tcg misc patches
 2020-08-28 18:02 UTC  (4+ messages)
` [PATCH 1/3] softmmu/cpus: Only set parallel_cpus for SMP
` [PATCH 2/3] tcg: Eliminate one store for in-place 128-bit dup_mem
` [PATCH 3/3] tcg: Implement 256-bit dup for tcg_gen_gvec_dup_mem

[PATCH 1/2] dt-bindings: display: simple: Add AM-1280800N3TZQW-T00H
 2020-08-28 18:03 UTC  (4+ messages)
` [PATCH 2/2] drm: panel: "

Is shmem page accounting wrong on split?
 2020-08-28 18:01 UTC  (6+ messages)

[PATCH v5 0/8] Remove EPYC mode apicid decode and use generic decode
 2020-08-28 18:00 UTC  (2+ messages)

[PATCH v2 0/3] block: improve iostat for md/bcache partitions
 2020-08-28 18:00 UTC  (2+ messages)

[PATCH v12 0/8] xfs: Delayed Attributes
 2020-08-28 18:00 UTC  (4+ messages)
` [PATCH v12 8/8] xfs_io: Add delayed attributes error tag


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.