All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-25 21:03:37 to 2020-08-25 22:01:16 UTC [more...]

[PATCH 0/7] [RFC] Maintenance III: background maintenance
 2020-08-25 22:01 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/7] maintenance: optionally skip --auto process
  ` [PATCH v2 2/7] maintenance: store the "last run" time in config
  ` [PATCH v2 3/7] maintenance: add --scheduled option and config

[PATCH 0/3] spapr NVDIMM: consider 'nvdimm' machine option
 2020-08-25 21:57 UTC  (3+ messages)
` [PATCH 1/3] ppc/spapr_nvdimm: use g_autofree in spapr_nvdimm_validate_opts()
` [PATCH 2/3] spapr, spapr_nvdimm: fold NVDIMM validation in the same place

"Connect rejected: status 28" from "nvme discover"
 2020-08-25 21:59 UTC 

[PATCH v3] block: Raise an error when backing file parameter is an empty string
 2020-08-25 21:57 UTC  (2+ messages)

[PATCH] dt-bindings: mtd: spi-nor: Sort list of support chip names
 2020-08-25 21:57 UTC  (3+ messages)

[qemu-mainline test] 152793: regressions - FAIL
 2020-08-25 21:58 UTC 

[PATCH 0/2] drm/virtio: fix unblank
 2020-08-25 21:56 UTC  (2+ messages)
` [PATCH] "

[PATCH 1/4] meson: Fixes the ninjatool issue that E$$: are generated in Makefile.ninja
 2020-08-25 21:55 UTC  (9+ messages)
` [PATCH 2/4] meson: fixes relpath may fail on win32
` [PATCH 3/4] meson: Mingw64 gcc doesn't recognize system include_type for sdl2
` [PATCH 4/4] configure: Fix include and linkage issue on msys2

[PATCH v4 -rcu 0/4] Maintain the length of each segment in the segcblist
 2020-08-25 21:55 UTC  (5+ messages)
` [PATCH v4 -rcu 3/4] rcu/segcblist: Add counters to segcblist datastructure
` [PATCH v4 -rcu 4/4] rcu/trace: Add tracing for how segcb list changes

(no subject)
 2020-08-25 21:54 UTC  (4+ messages)
` [PATCH v4 1/2] dt-bindings: display: himax,hx8837: Add Himax HX8837 bindings
  ` [PATCH v4 1/2] dt-bindings: display: himax, hx8837: "

[Intel-gfx] [PATCH v2] drm/i915/gt: Implement WA_1406941453
 2020-08-25 21:54 UTC  (2+ messages)
` [Intel-gfx] [PATCH v3] "

[PATCH nfs-utils] Convert remaining python scripts to python3
 2020-08-25 21:54 UTC 

[PATCH 0/2] ASoC: qcom: common: Parse auxiliary devices from device tree
 2020-08-25 21:52 UTC  (4+ messages)
` [PATCH 1/2] ASoC: dt-bindings: qcom: Document "aux-devs" property

5.9 nfsd update breaks v4.2 copy_file_range
 2020-08-25 21:53 UTC  (3+ messages)

[PATCH 1/3] p2p: Send the right UUID-E in probe request WSC IEs
 2020-08-25 21:53 UTC  (2+ messages)

[PATCH] docs: crypto: Fix parameters order for keyctl()
 2020-08-25 21:53 UTC 

[PATCH 0/2] drm/panel: Add support for Innolux LS075AT011
 2020-08-25 21:53 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: display: simple: add "

[PATCH net-next v3 0/3] net: openvswitch: improve codes
 2020-08-25 21:51 UTC  (3+ messages)
` [PATCH net-next v3 1/3] net: openvswitch: improve coding style

[PATCH 00/77] target/microblaze improvements
 2020-08-25 20:59 UTC  (75+ messages)
` [PATCH 01/77] tests/tcg: Add microblaze to arches filter
` [PATCH 02/77] tests/tcg: Do not require FE_TOWARDZERO
` [PATCH 04/77] target/microblaze: Tidy gdbstub
` [PATCH 06/77] target/microblaze: Split out MSR from env->sregs
` [PATCH 07/77] target/microblaze: Split out EAR "
` [PATCH 09/77] target/microblaze: Split out FSR "
` [PATCH 10/77] target/microblaze: Split out BTR "
` [PATCH 11/77] target/microblaze: Split out EDR "
` [PATCH 12/77] target/microblaze: Split the cpu_SR array
` [PATCH 13/77] target/microblaze: Fix width of PC and BTARGET
` [PATCH 14/77] target/microblaze: Fix width of MSR
` [PATCH 15/77] target/microblaze: Fix width of ESR
` [PATCH 16/77] target/microblaze: Fix width of FSR
` [PATCH 17/77] target/microblaze: Fix width of BTR
` [PATCH 18/77] target/microblaze: Fix width of EDR
` [PATCH 19/77] target/microblaze: Remove cpu_ear
` [PATCH 20/77] target/microblaze: Tidy raising of exceptions
` [PATCH 21/77] target/microblaze: Mark raise_exception as noreturn
` [PATCH 22/77] target/microblaze: Remove helper_debug and env->debug
` [PATCH 23/77] target/microblaze: Rename env_* tcg variables to cpu_*
` [PATCH 24/77] target/microblaze: Tidy mb_tcg_init
` [PATCH 25/77] target/microblaze: Split out MSR[C] to its own variable
` [PATCH 26/77] target/microblaze: Use DISAS_NORETURN
` [PATCH 27/77] target/microblaze: Check singlestep_enabled in gen_goto_tb
` [PATCH 28/77] target/microblaze: Convert to DisasContextBase
` [PATCH 29/77] target/microblaze: Convert to translator_loop
` [PATCH 30/77] target/microblaze: Remove SIM_COMPAT
` [PATCH 31/77] target/microblaze: Remove DISAS_GNU
` [PATCH 32/77] target/microblaze: Remove empty D macros
` [PATCH 33/77] target/microblaze: Remove LOG_DIS
` [PATCH 34/77] target/microblaze: Ensure imm constant is always available
` [PATCH 35/77] target/microblaze: Add decodetree infrastructure
` [PATCH 36/77] target/microblaze: Convert dec_add to decodetree
` [PATCH 37/77] target/microblaze: Convert dec_sub "
` [PATCH 38/77] target/microblaze: Implement cmp and cmpu inline
` [PATCH 39/77] target/microblaze: Convert dec_pattern to decodetree
` [PATCH 40/77] target/microblaze: Convert dec_and, dec_or, dec_xor "
` [PATCH 41/77] target/microblaze: Convert dec_mul "
` [PATCH 42/77] target/microblaze: Convert dec_div "
` [PATCH 43/77] target/microblaze: Unwind properly when raising divide-by-zero
` [PATCH 44/77] target/microblaze: Convert dec_bit to decodetree
` [PATCH 45/77] target/microblaze: Convert dec_barrel "
` [PATCH 46/77] target/microblaze: Convert dec_imm "
` [PATCH 47/77] target/microblaze: Convert dec_fpu "
` [PATCH 48/77] target/microblaze: Fix cpu unwind for fpu exceptions
` [PATCH 49/77] target/microblaze: Mark fpu helpers TCG_CALL_NO_WG
` [PATCH 50/77] target/microblaze: Replace MSR_EE_FLAG with MSR_EE
` [PATCH 51/77] target/microblaze: Cache mem_index in DisasContext
` [PATCH 52/77] target/microblaze: Fix cpu unwind for stackprot
` [PATCH 53/77] target/microblaze: Convert dec_load and dec_store to decodetree
` [PATCH 54/77] target/microblaze: Assert no overlap in flags making up tb_flags
` [PATCH 55/77] target/microblaze: Move bimm to BIMM_FLAG
` [PATCH 56/77] target/microblaze: Store "current" iflags in insn_start
` [PATCH 57/77] tcg: Add tcg_get_insn_start_param
` [PATCH 58/77] target/microblaze: Use cc->do_unaligned_access
` [PATCH 59/77] target/microblaze: Replace clear_imm with tb_flags_to_set
` [PATCH 60/77] target/microblaze: Replace delayed_branch "
` [PATCH 61/77] target/microblaze: Tidy mb_cpu_dump_state
` [PATCH 62/77] target/microblaze: Try to keep imm and delay slot together
` [PATCH 63/77] target/microblaze: Convert brk and brki to decodetree
` [PATCH 64/77] target/microblaze: Convert mbar "
` [PATCH 65/77] target/microblaze: Reorganize branching
` [PATCH 66/77] target/microblaze: Use tcg_gen_lookup_and_goto_ptr
` [PATCH 67/77] target/microblaze: Convert dec_br to decodetree
` [PATCH 68/77] target/microblaze: Convert dec_bcc "
` [PATCH 69/77] target/microblaze: Convert dec_rts "
` [PATCH 70/77] target/microblaze: Tidy do_rti, do_rtb, do_rte
` [PATCH 71/77] target/microblaze: Convert msrclr, msrset to decodetree
` [PATCH 72/77] target/microblaze: Convert dec_msr "
` [PATCH 73/77] target/microblaze: Convert dec_stream "
` [PATCH 74/77] target/microblaze: Remove last of old decoder
` [PATCH 75/77] target/microblaze: Remove cpu_R[0]
` [PATCH 76/77] target/microblaze: Add flags markup to some helpers
` [PATCH 77/77] target/microblaze: Reduce linux-user address space to 32-bit

[cip-dev] [PATCH 4.19.y-cip 00/12] Support RZ/G2[MN] rev4 board
 2020-08-25 21:51 UTC  (7+ messages)
` [cip-dev] [PATCH 4.19.y-cip 01/12] arm64: dts: renesas: r8a774a1-hihope-rzg2m[-ex/-ex-idk-1110wr]: Rename HiHope RZ/G2M boards

[PULL 00/18] riscv-to-apply queue
 2020-08-25 21:49 UTC  (4+ messages)

[patch RFC 34/38] x86/msi: Let pci_msi_prepare() handle non-PCI MSI
 2020-08-25 21:50 UTC  (5+ messages)

[PATCH] keys: Print more useful debug info if encryption algo is not available
 2020-08-25 21:50 UTC 

[PATCH 1/4] regmap: sdw: move to -EOPNOTSUPP
 2020-08-25 21:48 UTC  (3+ messages)

better file/line info for format string errors in trace events
 2020-08-25 21:49 UTC 

[PATCH 0/2] Add MStar interrupt controller support
 2020-08-25 21:48 UTC  (5+ messages)
` [PATCH 2/2] dt-bindings: interrupt-controller: Add MStar interrupt controller

[PATCH 1/5] wscutil: Allow 0-length attributes in wsc_attr_builder
 2020-08-25 21:49 UTC  (2+ messages)

linux-user static build broken
 2020-08-25 21:22 UTC  (2+ messages)

ANNOUNCE: libnbd 1.4 - high performance NBD client library
 2020-08-25 21:20 UTC 

[PATCH 0/7] Better threaded delta resolution in index-pack (another try)
 2020-08-25 21:46 UTC  (4+ messages)

[PULL] nvme updates
 2020-08-25 21:43 UTC  (4+ messages)

[PATCH 0/3] dt-bindings: media: ov772x: Convert to json-schama
 2020-08-25 21:41 UTC  (12+ messages)
` [PATCH 1/3] dt-bindings: media: ov772x: Convert to json-schema
` [PATCH 2/3] dt-bindings: media: ov772x: Make bus-type mandatory

[patch RFC 30/38] PCI/MSI: Allow to disable arch fallbacks
 2020-08-25 21:40 UTC  (7+ messages)

[PATCH v8 0/5] Provide basic driver to control Arm R5 co-processor found on Xilinx ZynqMP
 2020-08-25 21:09 UTC  (4+ messages)
` [PATCH v8 5/5] remoteproc: Add initial zynqmp R5 remoteproc driver

[Intel-gfx] 5.9-rc1: graphics regression moved from -next to mainline
 2020-08-25 21:38 UTC  (12+ messages)

[PATCH v5 0/6] irqchip: qcom: pdc: Introduce irq_set_wake call
 2020-08-25 21:38 UTC  (4+ messages)
` [PATCH v5 3/6] genirq/PM: Introduce IRQCHIP_ENABLE_WAKEUP_ON_SUSPEND flag

[PATCH] USB: core: limit access to rawdescriptors which were not allocated
 2020-08-25 21:35 UTC  (3+ messages)

[PATCH v2 0/2] linux-user: Introducing support for 'recvmmsg_time64()'
 2020-08-25 21:20 UTC  (3+ messages)
` [PATCH v2 1/2] linux-user: Modify 'recvmmsg()' implementation
` [PATCH v2 2/2] linux-user: Add support for 'recvmmsg_time64()'

localmodconfig - "intel_rapl_perf config not found!!"
 2020-08-25 21:34 UTC  (5+ messages)

[PATCH v4 00/78] drm/vc4: Support BCM2711 Display Pipeline
 2020-08-25 21:30 UTC  (9+ messages)
` [PATCH v4 29/78] drm/vc4: crtc: Add a delay after disabling the PixelValve output

[linux-next:master] BUILD REGRESSION 3a00d3dfd4b68b208ecd5405e676d06c8ad6bb63
 2020-08-25 21:32 UTC  (2+ messages)

+ device-dax-make-align-a-per-device-property-fix.patch added to -mm tree
 2020-08-25 21:32 UTC 

[PATCH v2 1/2] MIPI I3c HCI (Host Controller Interface) driver
 2020-08-25 21:29 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: i3c: MIPI I3C Host Controller Interface

[Printing-architecture] Fwd: [PWG-Announce] PWG August 2020 Face-to-Face Meeting - Summary
 2020-08-25 21:27 UTC 

[Buildroot] [PATCH 1/2] package/assimp: workaround m68k build issues
 2020-08-25 21:26 UTC  (2+ messages)

[PATCH v2 0/3] KVM: x86: KVM_MEM_PCI_HOLE memory
 2020-08-25 21:25 UTC  (2+ messages)

[RESEND PATCH v1 0/4] Support spaces in reboot mode framework
 2020-08-25 21:25 UTC  (3+ messages)
` [RESEND PATCH v1 2/4] dt-bindings: power: reset: Add alternate reboot mode format

[Buildroot] [git commit] package/assimp: also build with -mxgot on mips64(el)
 2020-08-25 21:25 UTC 

[PATCH 1/5] multipath-tools tests: fix memory leak in alias test
 2020-08-25 21:24 UTC  (5+ messages)
` [PATCH 2/5] libmultipath: fix memory leak in ble handlers
` [PATCH 3/5] libmultipath: fix enable_foreign memory leak
` [PATCH 4/5] multipath-tools tests: fix memory leak in hwtable test
` [PATCH 5/5] multipath-tools tests: fix memory leak in vpd test

QEMU | Pipeline #181919678 has failed for master | d1a2b51f
 2020-08-25 21:00 UTC 

[Buildroot] [git commit] package/assimp: workaround m68k build issues
 2020-08-25 21:23 UTC 

[PATCH] Ignore UAS for JMicron JMS567 ATA/ATAPI Bridge
 2020-08-25 21:22 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v7 00/10] Enable Linux guests on Hyper-V on ARM64
 2020-08-25 21:20 UTC  (5+ messages)
` [PATCH v7 07/10] arm64: hyperv: Initialize hypervisor on boot

Paid Post
 2020-08-25 21:19 UTC 

[PATCH v3 0/3] usb: gadget: f_ncm: support SuperSpeed Plus, improve on SuperSpeed
 2020-08-25 21:17 UTC  (5+ messages)
` [PATCH v3 1/3] usb: gadget: f_ncm: fix ncm_bitrate for SuperSpeed and above
` [PATCH v3 3/3] usb: gadget: f_ncm: allow using NCM in SuperSpeed Plus gadgets

Oops in cifs_reconnect - linux kernel 4.16.2-1.el7.elrepo.x86_64
 2020-08-25 21:16 UTC 

Oops in cifs_negotiate_protocol - linux kernel 4.16.2-1.el7.elrepo.x86_64
 2020-08-25 21:16 UTC 

[dpdk-dev] [PATCH 1/2] config/arm: avoid variable reuse
 2020-08-25 21:13 UTC  (2+ messages)
` [dpdk-dev] [PATCH 2/2] build: find max lcore programmatically

[PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2020-08-25 20:49 UTC  (2+ messages)

[PATCH v3 00/19] dt-bindings / arm64: Cleanup of i.MX 8 bindings
 2020-08-25 19:35 UTC  (2+ messages)
` [PATCH v3 15/19] dt-bindings: arm: fsl: Add ZII Ultra boards binding

[patch RFC 13/38] PCI: MSI: Rework pci_msi_domain_calc_hwirq()
 2020-08-25 21:11 UTC  (3+ messages)

linux-next: build failure after merge of the bpf-next tree
 2020-08-25 21:10 UTC  (8+ messages)

"signed < sizeof()" bug in xfs_attr_shortform_verify() ?
 2020-08-25 21:10 UTC 

[PATCH] arm: trusted-firmware-a variable name misuse
 2020-08-25 21:10 UTC  (3+ messages)
` [meta-arm] "

[PATCH] arm64: dts: qcom: sc7180-trogdor: add initial trogdor and lazor dt
 2020-08-25 21:10 UTC  (2+ messages)

[igt-dev] [PATCH v3 0/2] New subtest for VRR Flipline mode
 2020-08-25 21:10 UTC  (4+ messages)
` [igt-dev] [PATCH v3 1/2] tests/kms_vrr: Use atomic API for page flip

[PATCH v2 0/5] cpufreq: intel_pstate: Address some HWP-related oddities
 2020-08-25 21:07 UTC  (5+ messages)

[m68k:m68k-queue] BUILD SUCCESS 58903b129bbae0bc128882241e48880147c4938d
 2020-08-25 21:06 UTC 

[m68k:master] BUILD SUCCESS d95f83a8adbe7eba5ab43e45496755d40b83092a
 2020-08-25 21:06 UTC 

[PATCH bpf-next v10 0/7] Generalizing bpf_local_storage
 2020-08-25 21:05 UTC  (2+ messages)

[PATCH v3 00/74] qom: Automated conversion of type checking boilerplate
 2020-08-25 19:21 UTC  (4+ messages)
` [PATCH v3 62/74] [automated] Use TYPE_INFO macro
` [PATCH v3 64/74] [automated] Move QOM typedefs and add missing includes
` [PATCH v3 66/74] [automated] Use DECLARE_*CHECKER* macros

pm/testing sleep: 2 runs, 1 regressions (v5.9-rc2-12-g4958dfca3d0f)
 2020-08-25 21:05 UTC 

drivers/gpu/drm/exynos/exynos_drm_dma.c:146:19: warning: variable 'mapping' is uninitialized when used here
 2020-08-25 21:03 UTC  (2+ messages)

[igt-dev] [PATCH i-g-t v2] tests/kms_plane: Generate reference CRCs for partial coverage too
 2020-08-25 21:04 UTC  (2+ messages)
` [igt-dev] [i-g-t, "

[PATCH] perf test: Perf test 67 dumps core on s390
 2020-08-25 21:04 UTC  (2+ messages)

[PATCH v11 00/25] Control-flow Enforcement: Shadow Stack
 2020-08-25 21:04 UTC  (6+ messages)
` [PATCH v11 25/25] x86/cet/shstk: Add arch_prctl functions for shadow stack


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.