All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-25 17:59:32 to 2020-08-25 19:06:06 UTC [more...]

[PULL 00/18] riscv-to-apply queue
 2020-08-25 18:48 UTC  (14+ messages)
` [PULL 01/18] hw/riscv: Allow creating multiple instances of CLINT
` [PULL 02/18] hw/riscv: Allow creating multiple instances of PLIC
` [PULL 03/18] hw/riscv: Add helpers for RISC-V multi-socket NUMA machines
` [PULL 04/18] hw/riscv: spike: Allow creating multiple NUMA sockets
` [PULL 05/18] hw/riscv: virt: "
` [PULL 06/18] target/riscv: Allow setting a two-stage lookup in the virt status
` [PULL 07/18] target/riscv: Allow generating hlv/hlvx/hsv instructions
` [PULL 08/18] target/riscv: Do two-stage lookups on "
` [PULL 09/18] target/riscv: Don't allow guest to write to htinst
` [PULL 10/18] target/riscv: Convert MSTATUS MTL to GVA
` [PULL 12/18] target/riscv: Update the Hypervisor trap return/entry
` [PULL 13/18] target/riscv: Update the CSRs to the v0.6 Hyp extension
` [PULL 14/18] target/riscv: Only support a single VSXL length

[PATCH 0/4] SEV-ES guest support
 2020-08-25 19:05 UTC 

[dpdk-dev] [PATCH v7 0/5] aarch64 -> aarch32 cross compilation support
 2020-08-25 19:05 UTC  (4+ messages)
` [dpdk-dev] [PATCH v8 "
  ` [dpdk-dev] [PATCH v8 1/5] net/bnxt: add support for aarch32

[Help] Can't login to my systemd-homed user account due to fallocate failure
 2020-08-25 19:05 UTC  (10+ messages)

What mailer to use with Gmail?
 2020-08-25 19:04 UTC 

[Intel-gfx] [PATCH v2 1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
 2020-08-25 19:04 UTC  (5+ messages)
` [Intel-gfx] [PATCH v2 2/3] drm/i915/display/ehl: Use EHL "
` [Intel-gfx] [PATCH v2 3/3] drm/i915/ehl: Update voltage swing table
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for series starting with [v2,1/3] drm/i915/display/tgl: Use TGL DP tables for eDP ports without low power support
` [Intel-gfx] ✓ Fi.CI.BAT: success "

[v4,0/4] introduce TI reset controller for MT8192 SoC
 2020-08-25 19:02 UTC  (5+ messages)
` [v4, 2/4] dt-binding: reset-controller: ti: add 'mediatek, infra-reset' to compatible
  ` [v4,2/4] dt-binding: reset-controller: ti: add 'mediatek,infra-reset' "

[PATCH] iommu: Add support to filter non-strict/lazy mode based on device names
 2020-08-25 19:00 UTC  (5+ messages)

[PATCH] git-gui: Basic dark mode support
 2020-08-25 19:01 UTC  (2+ messages)

[PATCH] io_uring: ensure read requests go through -ERESTART* transformation
 2020-08-25 19:01 UTC 

[PATCH bpf-next v4 00/30] bpf: switch to memcg-based memory accounting
 2020-08-25 19:00 UTC  (3+ messages)
` [PATCH bpf-next v4 02/30] bpf: memcg-based memory accounting for bpf progs

[PATCH] io_uring: don't use poll handler if file can't be nonblocking read/written
 2020-08-25 18:58 UTC 

[Buildroot] [Bug 13141] New: Target-finalize fail with "depmod: ERROR: Bad version passed"
 2020-08-25 18:57 UTC  (2+ messages)
` [Buildroot] [Bug 13141] "

[PATCH bpf-next 0/3] bpf: add MPTCP subflow support
 2020-08-25 18:55 UTC  (4+ messages)
    ` [MPTCP] "

[PATCH 1/3] drm/amdgpu/si: Fix buffer overflow in si_get_register_value()
 2020-08-25 18:53 UTC  (4+ messages)

[PATCH 1/3] net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver
 2020-08-25 18:51 UTC  (13+ messages)
    ` [PATCH 2/3] ARM: dts: Add ethernet
    ` [PATCH 3/3] ARM: defconfig: Enable ax88796c driver

[PATCH net] mwifiex: Increase AES key storage size to 256 bits
 2020-08-25 18:51 UTC  (2+ messages)

[PATCH 00/22] target/arm: Implement fp16 for AArch32 VFP
 2020-08-25 18:51 UTC  (33+ messages)
` [PATCH 01/22] target/arm: Remove local definitions of float constants
` [PATCH 02/22] target/arm: Use correct ID register check for aa32_fp16_arith
` [PATCH 03/22] target/arm: Implement VFP fp16 for VFP_BINOP operations
` [PATCH 04/22] target/arm: Implement VFP fp16 VMLA, VMLS, VNMLS, VNMLA, VNMUL
` [PATCH 05/22] target/arm: Macroify trans functions for VFMA, VFMS, VFNMA, VFNMS
` [PATCH 06/22] target/arm: Implement VFP fp16 for fused-multiply-add
` [PATCH 07/22] target/arm: Macroify uses of do_vfp_2op_sp() and do_vfp_2op_dp()
` [PATCH 08/22] target/arm: Implement VFP fp16 for VABS, VNEG, VSQRT
` [PATCH 09/22] target/arm: Implement VFP fp16 for VMOV immediate
` [PATCH 10/22] target/arm: Implement VFP fp16 VCMP
` [PATCH 11/22] target/arm: Implement VFP fp16 VLDR and VSTR
` [PATCH 12/22] target/arm: Implement VFP fp16 VCVT between float and integer
` [PATCH 13/22] target/arm: Make VFP_CONV_FIX macros take separate float type and float size
` [PATCH 14/22] target/arm: Use macros instead of open-coding fp16 conversion helpers
` [PATCH 15/22] target/arm: Implement VFP fp16 VCVT between float and fixed-point
` [PATCH 16/22] target/arm: Implement VFP vp16 VCVT-with-specified-rounding-mode

[PATCH v3] lib/string.c: implement stpcpy
 2020-08-25 18:51 UTC  (2+ messages)

[Intel-gfx] [PATCH v3 1/3] drm/i915/display: Compute has_drrs after compute has_psr
 2020-08-25 18:50 UTC  (2+ messages)
` [Intel-gfx] ✗ Fi.CI.IGT: failure for series starting with [v3,1/3] "

[REGRESSION] x86/cpu fsgsbase breaks TLS in 32 bit rr tracees on a 64 bit system
 2020-08-25 18:50 UTC  (9+ messages)

[xen-unstable-smoke test] 152811: tolerable all pass - PUSHED
 2020-08-25 18:49 UTC 

[PATCH RFC 0/2] Block and buffer invalidation under a filesystem
 2020-08-25 18:49 UTC  (7+ messages)
` [PATCH RFC 2/2] block: Do not discard buffers under a mounted filesystem

[Bug 208257] New: Kingston USB flash drive repeatedly disconnected after "Set SEL for device-initiated U2 failed."
 2020-08-25 18:48 UTC  (2+ messages)
` [Bug 208257] "

[patch 0/2] posix-timers: avoid nohz_full= IPIs via task cpu masks
 2020-08-25 18:41 UTC  (3+ messages)
` [patch 1/2] nohz: try to avoid IPI when configuring per-CPU posix timer
` [patch 2/2] nohz: try to avoid IPI when setting tick dependency for task

[PATCH 00/18] hw/riscv: Add Microchip PolarFire SoC Icicle Kit board support
 2020-08-25 18:33 UTC  (4+ messages)
` [PATCH 17/18] hw/riscv: clint: Avoid using hard-coded timebase frequency

[PATCH] Add Zstandard support
 2020-08-25 18:45 UTC  (5+ messages)

Ext. HDDs not working under Linux via USB 3.0 but under Windows
 2020-08-25 18:45 UTC  (11+ messages)

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

[PATCH v2 00/17] Add BLK_CTRL support for i.MX8MP
 2020-08-25 18:30 UTC  (7+ messages)
` [PATCH v2 11/17] clk: imx: Add blk_ctrl combo driver

[PATCH 0/7] [RFC] Maintenance III: background maintenance
 2020-08-25 18:40 UTC  (9+ 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 v2 4/7] for-each-repo: run subcommands on configured repos
  ` [PATCH v2 5/7] maintenance: add [un]register subcommands
  ` [PATCH v2 6/7] maintenance: add start/stop subcommands
  ` [PATCH v2 7/7] maintenance: recommended schedule in register/start

[meta-oe][PATCH] libeigen: update SRC_URI to download from gitlab
 2020-08-25 18:39 UTC  (5+ messages)
` [oe] "

[PATCH 0/8] riscv/mm/fault: Page fault handler cleanups
 2020-08-25 18:39 UTC  (9+ messages)
` [PATCH 1/8] riscv/mm/fault: Move no context handling to no_context()
` [PATCH 2/8] riscv/mm/fault: Move bad area handling to bad_area()
` [PATCH 3/8] riscv/mm/fault: Move vmalloc fault handling to vmalloc_fault()
` [PATCH 4/8] riscv/mm/fault: Simplify fault error handling
` [PATCH 5/8] riscv/mm/fault: Move fault error handling to mm_fault_error()
` [PATCH 6/8] riscv/mm/fault: Simplify mm_fault_error()
` [PATCH 7/8] riscv/mm/fault: Move FAULT_FLAG_WRITE handling in do_page_fault()
` [PATCH 8/8] riscv/mm/fault: Move access error check to function

[RFD] x86: Curing the exception and syscall trainwreck in hardware
 2020-08-25 18:38 UTC  (9+ messages)
  ` TDX #VE in SYSCALL gap (was: [RFD] x86: Curing the exception and syscall trainwreck in hardware)

git clone --shallow-since can result in inconsistent shallow clones
 2020-08-25 18:38 UTC 

[PATCH] usb: typec: intel_pmc_mux: Un-register the USB role switch
 2020-08-25 18:38 UTC 

[PATCH v2 0/2] util/hexdump: Cleanup qemu_hexdump()
 2020-08-25 18:25 UTC  (4+ messages)
` [PATCH v2 1/2] util/hexdump: Convert to take a void pointer argument

[PATCH v2 0/9] Maintenance II: prefetch, loose-objects, incremental-repack tasks
 2020-08-25 18:36 UTC  (10+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 1/8] maintenance: add prefetch task
  ` [PATCH v3 2/8] maintenance: add loose-objects task
  ` [PATCH v3 3/8] maintenance: create auto condition for loose-objects
  ` [PATCH v3 4/8] midx: enable core.multiPackIndex by default
  ` [PATCH v3 5/8] midx: use start_delayed_progress()
  ` [PATCH v3 6/8] maintenance: add incremental-repack task
  ` [PATCH v3 7/8] maintenance: auto-size incremental-repack batch
  ` [PATCH v3 8/8] maintenance: add incremental-repack auto condition

Z-Turn board support on U-Boot 2020.10-rc2, got some errors
 2020-08-25 18:36 UTC  (3+ messages)

[master][PATCH 0/5] Allow PR Service and hash equiv together
 2020-08-25 18:36 UTC  (5+ messages)
` [master][PATCH 2/5] hash equivalency and pr service
  ` [OE-core] "

Adding sockmap element iterator
 2020-08-25 18:35 UTC  (2+ messages)

[PATCH] x86/mce: Increase maximum number of banks to 64
 2020-08-25 18:34 UTC  (6+ messages)

[PATCH v2 00/11] Maintenance I: Command, gc and commit-graph tasks
 2020-08-25 18:33 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/11] maintenance: create basic maintenance runner
  ` [PATCH v3 02/11] maintenance: add --quiet option
  ` [PATCH v3 03/11] maintenance: replace run_auto_gc()
  ` [PATCH v3 04/11] maintenance: initialize task array
  ` [PATCH v3 05/11] maintenance: add commit-graph task
  ` [PATCH v3 06/11] maintenance: add --task option
  ` [PATCH v3 07/11] maintenance: take a lock on the objects directory
  ` [PATCH v3 08/11] maintenance: create maintenance.<task>.enabled config
  ` [PATCH v3 09/11] maintenance: use pointers to check --auto
  ` [PATCH v3 10/11] maintenance: add auto condition for commit-graph task
  ` [PATCH v3 11/11] maintenance: add trace2 regions for task execution

[meta-oe][PATCH] xmlrpc-c: fix Makefile macro error
 2020-08-25 18:34 UTC  (2+ messages)
` [oe] "

[linux-linus test] 152788: regressions - FAIL
 2020-08-25 18:33 UTC 

[PATCH] Make target to install binaries only
 2020-08-25 18:29 UTC  (2+ messages)

[PATCH bpf-next v10 0/7] Generalizing bpf_local_storage
 2020-08-25 18:29 UTC  (8+ messages)
` [PATCH bpf-next v10 1/7] bpf: Renames in preparation for bpf_local_storage
` [PATCH bpf-next v10 2/7] bpf: Generalize caching for sk_storage
` [PATCH bpf-next v10 3/7] bpf: Generalize bpf_sk_storage
` [PATCH bpf-next v10 4/7] bpf: Split bpf_local_storage to bpf_sk_storage
` [PATCH bpf-next v10 5/7] bpf: Implement bpf_local_storage for inodes
` [PATCH bpf-next v10 6/7] bpf: Allow local storage to be used from LSM programs
` [PATCH bpf-next v10 7/7] bpf: Add selftests for local_storage

[PATCH] refs: remove lookup cache for reference-transaction hook
 2020-08-25 18:29 UTC  (5+ messages)
` [PATCH v2] "

localmodconfig - "intel_rapl_perf config not found!!"
 2020-08-25 18:28 UTC 

[PATCH] builtin/repack.c: invalidate MIDX only when necessary
 2020-08-25 18:27 UTC  (6+ messages)

[PATCH] MAINTAINERS: add namespace entry
 2020-08-25 18:27 UTC  (3+ messages)

[meta-oe][PATCH 1/3] doxygen: Upgrade 1.8.17 -> 1.8.20
 2020-08-25 18:25 UTC  (2+ messages)
` [oe] "

[PATCH] block: Fix a race in the runtime power management code
 2020-08-25 18:24 UTC  (3+ messages)

[bug report] ASoC: Intel: KMB: Enable TDM audio capture
 2020-08-25 18:23 UTC  (7+ messages)

[PATCH v5] overlayfs: Provide a mount option "volatile" to skip sync
 2020-08-25 18:23 UTC  (13+ messages)

[PATCH v8 0/4] add some power supply properties about wireless/wired charging
 2020-08-25 18:19 UTC  (10+ messages)
` [PATCH v8 1/4] power: supply: core: add quick charge type property

[PATCH 4.19 00/71] 4.19.142-rc1 review
 2020-08-25 18:19 UTC  (3+ messages)
` [PATCH 4.19 09/71] btrfs: sysfs: use NOFS for device creation

[Intel-gfx] 5.9-rc1: graphics regression moved from -next to mainline
 2020-08-25 18:19 UTC  (11+ messages)

[PATCH] RDMA/umem: Fix signature of stub ib_umem_find_best_pgsz()
 2020-08-25 18:17 UTC 

[PATCH 0/5] meson: mingw installation fixes & nsis conversion
 2020-08-25 18:14 UTC  (4+ messages)

drivers/staging/octeon/ethernet.c:158:45: sparse: sparse: invalid access past the end of 'ipd_ctl_status' (4 8)
 2020-08-25 17:59 UTC 

[meta-oe][PATCH] v3 liburing: add v0.7
 2020-08-25 18:14 UTC  (2+ messages)
` [meta-oe][PATCH] vulkan-cts: Update to 1.2.3.2

[PATCH 00/49] DRM driver for Hikey 970
 2020-08-25 18:11 UTC  (10+ messages)

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

[bug report] selinux: encapsulate policy state, refactor policy load
 2020-08-25 18:12 UTC  (6+ messages)

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

sdbusplus - const/readonly flags
 2020-08-25 18:08 UTC  (3+ messages)

[OE-core] [PATCH] libubootenv: inherit uboot-config
 2020-08-25 18:08 UTC 

[Bug 209025] New: The "VFIO_MAP_DMA failed: Cannot allocate memory" bug is back
 2020-08-25 18:06 UTC  (2+ messages)
` [Bug 209025] "

Advisory file locking behaviour of bpf_link (and others?)
 2020-08-25 18:06 UTC  (2+ messages)

[PATCH] irqchip/eznps: Fix build error for !ARC700 builds
 2020-08-25 18:05 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v6 0/9] Add UEFI support for RISC-V
 2020-08-25 18:04 UTC  (3+ messages)

[PATCH v6 5/9] RISC-V: Add PE/COFF header for EFI stub
 2020-08-25 18:04 UTC  (3+ messages)

Pass the gpio value from phospohr-gpio-monitor to other applications
 2020-08-25 18:03 UTC  (2+ messages)

[PATCH] IMA: Handle early boot data measurement
 2020-08-25 18:03 UTC  (6+ messages)

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

systemd clarification
 2020-08-25 18:03 UTC  (3+ messages)

cp --reflix between subvolume
 2020-08-25 18:03 UTC 

[PATCH v2 0/5] meson: mingw installation fixes & nsis conversion
 2020-08-25 17:58 UTC  (6+ messages)
` [PATCH v2 1/5] meson: pass confsuffix option
` [PATCH v2 2/5] meson: use meson datadir instead of qemu_datadir
` [PATCH v2 3/5] meson: add docdir option and pass pre-prefix qemu_docdir
` [PATCH v2 4/5] meson: use meson mandir instead of qemu_mandir
` [PATCH v2 5/5] meson: add NSIS building

[PATCH] xen/arm: Update silicon-errata.txt with the Neoverse AT erratum
 2020-08-25 17:42 UTC 

[Linux-kernel-mentees] [PATCH v2] PCI: Add support for LTR
 2020-08-25 18:01 UTC  (2+ messages)
`  "

[PATCH] iomap: iomap_bmap should accept unwritten maps
 2020-08-25 18:00 UTC  (5+ messages)

Facing issues in adding the package 'phospohr-gpio-monitor' to the image
 2020-08-25 18:00 UTC  (2+ messages)

[PATCH 0/3] binman: Make FIT image subentries respect offset, alignment and padding
 2020-08-25 17:59 UTC  (4+ messages)
` [PATCH 1/3] binman: Ignore hash*, signature* nodes in sections
` [PATCH 2/3] binman: Respect pad-before property of section subentries
` [PATCH 3/3] binman: Build FIT image subentries with the section etype


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.