All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-06 07:40:58 to 2020-08-06 11:00:39 UTC [more...]

[PATCH 0/5] log: Add logs for some modules
 2020-08-06 10:07 UTC  (4+ messages)
` [PATCH 1/5] log: Add logs for vm start and destroy

[PATCH 2/2] drm/ttm: make TT creation purely optional v3
 2020-08-06  9:05 UTC  (6+ messages)
` [2/2] "

[PATCH v2 3/4] drm/gem: Use struct drm_gem_membuf in vmap op and convert GEM backends
 2020-08-06 10:50 UTC  (2+ messages)

[Intel-gfx] [PATCH 00/37] Replace obj->mm.lock with reservation_ww_class
 2020-08-06 10:44 UTC  (4+ messages)
` [Intel-gfx] [PATCH 03/37] drm/i915/gt: Free stale request on destroying the virtual engine

[PATCH] drm/amdgpu: Enable P2P dmabuf over XGMI
 2020-08-06  9:04 UTC 

[PATCH] drm/amd/powerplay: update driver if file for sienna_cichlid
 2020-08-06  9:42 UTC 

[PATCH] drm/amdgpu: use mode1 reset by default for sienna_cichlid
 2020-08-06  9:43 UTC 

[PATCH 0/6] multipath cleanups
 2020-08-06 10:58 UTC  (6+ messages)
` [PATCH 2/6] kpartx: fix -Wsign-compare error
` [PATCH 3/6] libmultipath: remove code duplication in path counting

[Buildroot] [PATCH 1/4] package/mender-artifact: bump version to 3.4.0
 2020-08-06 10:57 UTC  (3+ messages)

[igt-dev] [PATCH v3 0/2] tests/kms_pipe_crc_basic: Sanity check for CRC mismatches
 2020-08-06 18:24 UTC  (6+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for tests/kms_pipe_crc_basic: Sanity check for CRC mismatches (rev7)
` [igt-dev] [PATCH v3 1/2] tests/kms_pipe_crc_basic: Sanity check for CRC mismatches
` [igt-dev] [PATCH v1 2/2] intel-ci: Add compare CRC sanity test to BAT
  ` [igt-dev] [PATCH v2] "

[PATCH] can: grcan: fix spelling mistake "buss" -> "bus"
 2020-08-06 10:56 UTC  (2+ messages)

Revert "ARM: socfpga: Remove socfpga_sdram_apply_static_cfg()
 2020-08-06 10:53 UTC 

[PATCH] ALSA: usb: fix spelling mistake "buss" -> "bus"
 2020-08-06 10:51 UTC 

[RFC v3 00/71] target/riscv: support vector extension v1.0
 2020-08-06 10:47 UTC  (72+ messages)
` [RFC v3 01/71] target/riscv: drop vector 0.7.1 and add 1.0 support
` [RFC v3 02/71] target/riscv: Use FIELD_EX32() to extract wd field
` [RFC v3 03/71] target/riscv: rvv-1.0: add mstatus VS field
` [RFC v3 04/71] target/riscv: rvv-1.0: add sstatus "
` [RFC v3 05/71] target/riscv: rvv-1.0: introduce writable misa.v field
` [RFC v3 06/71] target/riscv: rvv-1.0: add translation-time vector context status
` [RFC v3 07/71] target/riscv: rvv-1.0: remove vxrm and vxsat fields from fcsr register
` [RFC v3 08/71] target/riscv: rvv-1.0: add vcsr register
` [RFC v3 09/71] target/riscv: rvv-1.0: add vlenb register
` [RFC v3 10/71] target/riscv: rvv-1.0: check MSTATUS_VS when accessing vector csr registers
` [RFC v3 11/71] target/riscv: rvv-1.0: remove MLEN calculations
` [RFC v3 12/71] target/riscv: rvv-1.0: add fractional LMUL
` [RFC v3 13/71] target/riscv: rvv-1.0: add VMA and VTA
` [RFC v3 14/71] target/riscv: rvv-1.0: update check functions
` [RFC v3 15/71] target/riscv: introduce more imm value modes in translator functions
` [RFC v3 16/71] target/riscv: add fp16 nan-box check generator function
` [RFC v3 17/71] target/riscv: rvv:1.0: add translation-time nan-box helper function
` [RFC v3 18/71] target/riscv: rvv-1.0: apply nanbox helper in opfvf_trans
` [RFC v3 19/71] target/riscv: rvv-1.0: configure instructions
` [RFC v3 20/71] target/riscv: rvv-1.0: stride load and store instructions
` [RFC v3 21/71] target/riscv: rvv-1.0: index "
` [RFC v3 22/71] target/riscv: rvv-1.0: fix address index overflow bug of indexed load/store insns
` [RFC v3 23/71] target/riscv: rvv-1.0: fault-only-first unit stride load
` [RFC v3 24/71] target/riscv: rvv-1.0: amo operations
` [RFC v3 25/71] target/riscv: rvv-1.0: load/store whole register instructions
` [RFC v3 26/71] target/riscv: rvv-1.0: update vext_max_elems() for load/store insns
` [RFC v3 27/71] target/riscv: rvv-1.0: take fractional LMUL into vector max elements calculation
` [RFC v3 28/71] target/riscv: rvv-1.0: floating-point square-root instruction
` [RFC v3 29/71] target/riscv: rvv-1.0: floating-point classify instructions
` [RFC v3 30/71] target/riscv: rvv-1.0: mask population count instruction
` [RFC v3 31/71] target/riscv: rvv-1.0: find-first-set mask bit instruction
` [RFC v3 32/71] target/riscv: rvv-1.0: set-X-first mask bit instructions
` [RFC v3 33/71] target/riscv: rvv-1.0: iota instruction
` [RFC v3 34/71] target/riscv: rvv-1.0: element index instruction
` [RFC v3 35/71] target/riscv: rvv-1.0: allow load element with sign-extended
` [RFC v3 36/71] target/riscv: rvv-1.0: register gather instructions
` [RFC v3 37/71] target/riscv: rvv-1.0: integer scalar move instructions
` [RFC v3 38/71] target/riscv: rvv-1.0: floating-point move instruction
` [RFC v3 39/71] target/riscv: rvv-1.0: floating-point scalar move instructions
` [RFC v3 40/71] target/riscv: rvv-1.0: whole register "
` [RFC v3 41/71] target/riscv: rvv-1.0: integer extension instructions
` [RFC v3 42/71] target/riscv: rvv-1.0: single-width averaging add and subtract instructions
` [RFC v3 43/71] target/riscv: rvv-1.0: single-width bit shift instructions
` [RFC v3 44/71] target/riscv: rvv-1.0: integer add-with-carry/subtract-with-borrow
` [RFC v3 45/71] target/riscv: rvv-1.0: narrowing integer right shift instructions
` [RFC v3 46/71] target/riscv: rvv-1.0: widening integer multiply-add instructions
` [RFC v3 47/71] target/riscv: rvv-1.0: add Zvqmac extension
` [RFC v3 48/71] target/riscv: rvv-1.0: quad-widening integer multiply-add instructions
` [RFC v3 49/71] target/riscv: rvv-1.0: single-width saturating add and subtract instructions
` [RFC v3 50/71] target/riscv: rvv-1.0: integer comparison instructions
` [RFC v3 51/71] target/riscv: use softfloat lib float16 comparison functions
` [RFC v3 52/71] target/riscv: rvv-1.0: floating-point compare instructions
` [RFC v3 53/71] target/riscv: rvv-1.0: mask-register logical instructions
` [RFC v3 54/71] target/riscv: rvv-1.0: slide instructions
` [RFC v3 55/71] target/riscv: rvv-1.0: floating-point "
` [RFC v3 56/71] target/riscv: rvv-1.0: narrowing fixed-point clip instructions
` [RFC v3 57/71] target/riscv: rvv-1.0: single-width floating-point reduction
` [RFC v3 58/71] target/riscv: rvv-1.0: widening floating-point reduction instructions
` [RFC v3 59/71] target/riscv: rvv-1.0: single-width scaling shift instructions
` [RFC v3 60/71] target/riscv: rvv-1.0: remove widening saturating scaled multiply-add
` [RFC v3 61/71] target/riscv: rvv-1.0: remove vmford.vv and vmford.vf
` [RFC v3 62/71] target/riscv: rvv-1.0: remove integer extract instruction
` [RFC v3 63/71] target/riscv: rvv-1.0: floating-point min/max instructions
` [RFC v3 64/71] target/riscv: introduce floating-point rounding mode enum
` [RFC v3 65/71] target/riscv: rvv-1.0: floating-point/integer type-convert instructions
` [RFC v3 66/71] target/riscv: rvv-1.0: widening floating-point/integer type-convert
` [RFC v3 67/71] target/riscv: add "set round to odd" rounding mode helper function
` [RFC v3 68/71] target/riscv: rvv-1.0: narrowing floating-point/integer type-convert
` [RFC v3 69/71] target/riscv: gdb: modify gdb csr xml file to align with csr register map
` [RFC v3 70/71] target/riscv: gdb: support vector registers for rv64
` [RFC v3 71/71] target/riscv: gdb: support vector registers for rv32

[PATCH 0/4] Refactor get_fpstatus_ptr() ready for AArch32 fp16
 2020-08-06 10:44 UTC  (5+ messages)
` [PATCH 1/4] target/arm: Replace A64 get_fpstatus_ptr() with generic fpstatus_ptr()
` [PATCH 2/4] target/arm: Make A32/T32 use new fpstatus_ptr() API
` [PATCH 3/4] target/arm: Implement FPST_STD_F16 fpstatus
` [PATCH 4/4] target/arm: Use correct FPST for VCMLA, VCADD on fp16

[PATCH][next][V2] staging: wfx: fix a handful of spelling mistakes
 2020-08-06 10:47 UTC 

RISC-V: crash in riscv_get_time()
 2020-08-06 10:44 UTC 

[igt-dev] [PATCH v3 0/2] tests/kms_pipe_crc_basic: Sanity check for CRC mismatches
 2020-08-06 18:34 UTC  (4+ messages)
` [igt-dev] [PATCH v3 1/2] "
` [igt-dev] [PATCH v2 2/2] intel-ci: Add compare CRC sanity test to BAT

[MPTCP] mptcp diag interface weirdness
 2020-08-06 10:41 UTC 

[PATCH] cml1: Add the option to choose the .config root dir
 2020-08-06 10:37 UTC 

Host related testcases in openbmc-test-automation
 2020-08-06 10:36 UTC 

[PATCH v2] cmd: exception: unaligned data access on RISC-V
 2020-08-06 10:34 UTC 

[PATCH][V2] macintosh: windfarm: remove detatch debug containing spelling mistakes
 2020-08-06 10:29 UTC 

[PATCH v3 0/6] mm: introduce memfd_secret system call to create "secret" memory areas
 2020-08-06 10:27 UTC  (5+ messages)
` [PATCH v3 1/6] mm: add definition of PMD_PAGE_ORDER
` [PATCH v3 3/6] mm: introduce memfd_secret system call to create "secret" memory areas

[p2pmem:nvme_spin_lock 1/1] drivers/nvme/host/core.c:3013 nvme_get_effects_log() error: double unlocked 'ctrl->lock' (orig line 2991)
 2020-08-06 10:27 UTC 

[intel-linux-intel-lts:5.4/yocto 3/3] drivers/gpu/drm/hantro_driver/hx280enc.c:393:17: sparse: sparse: incorrect type in argument 1 (different address spaces)
 2020-08-06 10:24 UTC 

[intel-linux-intel-lts:5.4/preempt-rt 8748/9103] drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:1058:35: warning: variable 'mem' is uninitialized when used here
 2020-08-06 10:21 UTC 

fs/exfat/namei.c:1297:6: warning: Variable 'ret' is reassigned a value before the old one has been used
 2020-08-06 10:20 UTC 

[igt-dev] [PATCH] tests/kms_pipe_crc_basic: Sanity check for CRC mismatches
 2020-08-06 18:04 UTC  (8+ messages)
` [igt-dev] [PATCH v2] "
  ` [igt-dev] [PATCH v3 1/2] "
  ` [igt-dev] [PATCH v1 2/2] intel-ci: Add compare CRC sanity test to BAT
` [igt-dev] [PATCH v3 0/2] tests/kms_pipe_crc_basic: Sanity check for CRC mismatches

[mm/swap.c] 1ce108b11b: WARNING:at_include/linux/cpumask.h:#cpumask_test_cpu
 2020-08-06 10:14 UTC  (2+ messages)

[PATCH] drivers: usb: Fix config indentation
 2020-08-06 10:12 UTC 

[PATCH v2 0/7] target/riscv: NaN-boxing for multiple precison
 2020-08-06 10:02 UTC  (9+ messages)
` [PATCH v2 1/7] target/riscv: Generate nanboxed results from fp helpers

[PATCHv3 1/2] hwrng: optee: handle unlimited data rates
 2020-08-06 10:00 UTC  (2+ messages)
` [PATCHv3 2/2] hwrng: optee: fix wait use case

[PATCHv3 2/2] hwrng: optee: fix wait use case
 2020-08-06  9:58 UTC 

[Buildroot] [PATCH 1/1] package/smstools3: fix build with gcc 10.x
 2020-08-06  9:58 UTC 

[PATCH] configs: socfpga: add CONFIG_BOOTCOMMAND for cyclone5
 2020-08-06  9:55 UTC  (2+ messages)

[Buildroot] sysklogd 1.6: messages from klogd are logged to user facility
 2020-08-06  9:46 UTC  (3+ messages)

[PATCH 1/2] ghostscript: fix CVE-2020-15900
 2020-08-06  9:46 UTC  (2+ messages)
` [PATCH 2/2] qemu : fix CVE-2020-15863

[intel-linux-intel-lts:5.4/preempt-rt 1346/9103] sound/soc/sof/topology.c:729:40: warning: unused variable 'stream_tokens'
 2020-08-06  9:43 UTC 

[RESEND PATCH v2 00/18] Add new board: Xen guest for ARM64
 2020-08-06  9:43 UTC  (19+ messages)
` [RESEND PATCH v2 01/18] Add MIT License
` [RESEND PATCH v2 02/18] Kconfig: Introduce CONFIG_XEN
` [RESEND PATCH v2 03/18] xen: Add essential and required interface headers
` [RESEND PATCH v2 04/18] board: Introduce xenguest_arm64 board
` [RESEND PATCH v2 05/18] xen: Port Xen hypervisor related code from mini-os
` [RESEND PATCH v2 06/18] xen: Port Xen event channel driver "
` [RESEND PATCH v2 07/18] serial: serial_xen: Add Xen PV serial driver
` [RESEND PATCH v2 08/18] linux/compat.h: Add wait_event_timeout macro
` [RESEND PATCH v2 09/18] lib: sscanf: add sscanf implementation
` [RESEND PATCH v2 10/18] xen: Port Xen bus driver from mini-os
` [RESEND PATCH v2 11/18] xen: Port Xen grant table "
` [RESEND PATCH v2 12/18] xen: pvblock: Add initial support for para-virtualized block driver
` [RESEND PATCH v2 13/18] xen: pvblock: Enumerate virtual block devices
` [RESEND PATCH v2 14/18] xen: pvblock: Read XenStore configuration and initialize
` [RESEND PATCH v2 15/18] xen: pvblock: Implement front-back protocol and do IO
` [RESEND PATCH v2 16/18] xen: pvblock: Print found devices indices
` [RESEND PATCH v2 17/18] board: xen: De-initialize before jumping to Linux
` [RESEND PATCH v2 18/18] doc: xen: Add Xen guest ARM64 board documentation

[meta-oe][sumo][PATCH] systemd: fix codesonar warnings
 2020-08-06  9:37 UTC 

[PATCH] kernel-yocto: Fix bb.debug to add missing log level
 2020-08-06  9:33 UTC  (2+ messages)
` ✗ patchtest: failure for "

[Buildroot] Fix OpTee PyCryptodomex Python 2 vs 3 issue
 2020-08-06  9:30 UTC 

[PATCH 1/3] ARM: i.MX6 dtsi: add enet_out clock
 2020-08-06  9:29 UTC  (3+ messages)
` [PATCH 2/3] ARM: imx6ul: add fec bits to GPR syscon definition
` [PATCH 3/3] ARM: i.MX: setup ENET_CLK_SEL in imx6_init for every imx6q/imx6d

[LTP] [PATCH V8] syscalls: clock_settime: Add test around y2038 vulnerability
 2020-08-06  9:21 UTC  (4+ messages)

[PATCH v8 00/14] Rockchip ISP1 Driver
 2020-08-06  9:21 UTC  (7+ messages)
` [PATCH v8 05/14] media: rkisp1: add Rockchip ISP1 subdev driver

[LTP] [PATCH] [COMMITTED] safe_macros: Add SAFE_SIGPROCMASK() and SAFE_SIGWAIT()
 2020-08-06  9:19 UTC 

[PATCH v3 0/8] Generalize start-powered-off property from ARM
 2020-08-06  9:17 UTC  (9+ messages)

[PATCH 0/4] kernel/yocto: conslidated pull request
 2020-08-06  9:15 UTC  (4+ messages)
  ` [OE-core] "

[PATCHv2 2/2] hwrng: optee: fix wait use case
 2020-08-06  9:15 UTC  (2+ messages)

[OE-core] [PATCH] libcap:upgrade 2.41 -> 2.42
 2020-08-06 21:10 UTC  (3+ messages)
` [OE-core] [PATCH] libinput:upgrade 1.15.6 -> 1.16.0
` [OE-core] [PATCH] python3-setuptools:upgrade 49.2.0 -> 49.2.1

[ebiggers:wip-fscrypt 13/20] fs/crypto/keysetup.c:490 fscrypt_setup_encryption_info() warn: passing a valid pointer to 'PTR_ERR'
 2020-08-06  8:45 UTC 

[igt-dev] [PATCH v2] tests: use an empty brace initializer
 2020-08-06  8:43 UTC  (3+ messages)

[intel-linux-intel-lts:5.4/preempt-rt 8747/9103] drivers/dma/dw-axi-dmac/dw-axi-dmac-platform.c:913:22: sparse: sparse: context imbalance in 'axi_chan_handle_err' - different lock contexts for basic block
 2020-08-06  8:39 UTC 

[meta-virtualization][PATCH] libvirt: fix install error without qemu
 2020-08-06  8:38 UTC 

[igt-dev] [PATCH i-g-t] runner: Only claim the test was killed if it was killed
 2020-08-06  8:38 UTC  (3+ messages)
` [igt-dev] ✗ Fi.CI.IGT: failure for "

[OE-core][PATCH] grub: set CVE_PRODUCT to grub2
 2020-08-06  8:26 UTC 

[PATCH v2 00/21] clk: at91: add sama7g5 support
 2020-08-06  8:24 UTC  (3+ messages)
` [PATCH v2 03/21] clk: bind clk to new parent device

[meta-oe][PATCH] xxhash: Upgrade 0.7.4 -> 0.8.0
 2020-08-06  8:22 UTC 

[PATCH] common/board_f: make sure to call fix_fdt() before reserve_fdt()
 2020-08-06  8:21 UTC  (5+ messages)

[Virtio-fs] [PATCH] virtiofsd: Disable remote posix locks by default
 2020-08-06  8:20 UTC  (2+ messages)

[RFC PATCH 0/5] hw/misc: Add LED device
 2020-08-06  8:17 UTC  (6+ messages)
` [RFC PATCH 2/5] hw/misc/led: Add LED_STATUS_CHANGED QAPI event

[PATCH] docs/qdev-device-use: Clean up the sentences related to -usbdevice
 2020-08-06  8:15 UTC  (3+ messages)

[PATCH 1/6] riscv: Call spl_board_init_f() in the generic SPL board_init_f()
 2020-08-06  8:10 UTC  (7+ messages)
` [PATCH 5/6] riscv: sifive/fu540: Drop NET_RANDOM_ETHADDR
` [PATCH 6/6] riscv: sifive/fu540: Move SPL related functions to spl.c

drivers/staging/comedi/drivers/pcl730.c:223:25: sparse: sparse: cast removes address space '__iomem' of expression
 2020-08-06  8:09 UTC 

[Buildroot] [PATCH v2] package/librtlsdr: bump to last commit
 2020-08-06  8:04 UTC  (2+ messages)

[Intel-wired-lan] [jkirsher-next-queue:dev-queue] BUILD REGRESSION b9721e471d8836b587b16ade9484087e2ef7bb8d
 2020-08-06  8:02 UTC 

[Buildroot] [git commit] package/librtlsdr: bump to last commit
 2020-08-06  8:02 UTC 

[Buildroot] [PATCH] package/busybox: Enable flags for use as systemd pager
 2020-08-06  8:01 UTC  (2+ messages)

Is the main memory pool same with the private heap?
 2020-08-06  8:01 UTC 

[Buildroot] [git commit] package/busybox: enable flags for use as systemd pager
 2020-08-06  8:00 UTC 

[PATCH v2] common/board_f: make sure to call fix_fdt() before reserve_fdt()
 2020-08-06  7:54 UTC 

Is it possible to dynamically and globally modify the private heap size throughout a system?
 2020-08-06  7:46 UTC 

[PATCH] drivers/net/wan/lapbether: Added needed_headroom and a skb->len check
 2020-08-06  7:46 UTC  (2+ messages)

[Buildroot] [autobuild.buildroot.net] Daily results for 2020-08-05
 2020-08-06  7:46 UTC 

[PATCH v17 00/21] per memcg lru lock
 2020-08-06  7:41 UTC  (3+ messages)
` [PATCH v17 17/21] mm/lru: replace pgdat lru_lock with lruvec lock


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.