All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-07-10 12:41:22 to 2020-07-10 13:03:11 UTC [more...]

[PATCH v3 00/14] vfio: expose virtual Shared Virtual Addressing to VMs
 2020-07-10 13:03 UTC  (18+ messages)
` [PATCH v3 06/14] vfio/type1: Add VFIO_IOMMU_PASID_REQUEST (alloc/free)

ethtool - LLDP Not staying Persistent
 2020-07-10 13:02 UTC 

[RFC 00/65] target/riscv: support vector extension v0.9
 2020-07-10 12:46 UTC  (81+ messages)
` [RFC 01/65] target/riscv: fix rsub gvec tcg_assert_listed_vecop assertion
` [RFC 02/65] target/riscv: correct the gvec IR called in gen_vec_rsub16_i64()
` [RFC 03/65] target/riscv: fix return value of do_opivx_widen()
` [RFC 04/65] target/riscv: fix vill bit index in vtype register
` [RFC 05/65] target/riscv: remove vsll.vi, vsrl.vi, vsra.vi insns from using gvec
` [RFC 06/65] target/riscv: rvv-0.9: add vcsr register
` [RFC 07/65] target/riscv: rvv-0.9: add vector context status
` [RFC 08/65] target/riscv: rvv-0.9: update mstatus_vs by tb_flags
` [RFC 09/65] target/riscv: rvv-0.9: add vlenb register
` [RFC 10/65] target/riscv: rvv-0.9: remove MLEN calculations
` [RFC 11/65] target/riscv: rvv-0.9: add fractional LMUL, VTA and VMA
` [RFC 12/65] target/riscv: rvv-0.9: update check functions
` [RFC 13/65] target/riscv: rvv-0.9: configure instructions
` [RFC 14/65] target/riscv: rvv-0.9: stride load and store instructions
` [RFC 15/65] target/riscv: rvv-0.9: index "
` [RFC 16/65] target/riscv: rvv-0.9: fix address index overflow bug of indexed load/store insns
` [RFC 17/65] target/riscv: rvv-0.9: fault-only-first unit stride load
` [RFC 18/65] target/riscv: rvv-0.9: amo operations
` [RFC 19/65] target/riscv: rvv-0.9: load/store whole register instructions
` [RFC 20/65] target/riscv: rvv-0.9: update vext_max_elems() for load/store insns
` [RFC 21/65] target/riscv: rvv-0.9: take fractional LMUL into vector max elements calculation
` [RFC 22/65] target/riscv: rvv-0.9: floating-point square-root instruction
` [RFC 23/65] target/riscv: rvv-0.9: floating-point classify instructions
` [RFC 24/65] target/riscv: rvv-0.9: mask population count instruction
` [RFC 25/65] target/riscv: rvv-0.9: find-first-set mask bit instruction
` [RFC 26/65] target/riscv: rvv-0.9: set-X-first mask bit instructions
` [RFC 27/65] target/riscv: rvv-0.9: iota instruction
` [RFC 28/65] target/riscv: rvv-0.9: element index instruction
` [RFC 29/65] target/riscv: rvv-0.9: integer scalar move instructions
` [RFC 30/65] target/riscv: rvv-0.9: floating-point "
` [RFC 31/65] target/riscv: rvv-0.9: whole register "
` [RFC 32/65] target/riscv: rvv-0.9: integer extension instructions
` [RFC 33/65] target/riscv: rvv-0.9: single-width averaging add and subtract instructions
` [RFC 34/65] target/riscv: rvv-0.9: integer add-with-carry/subtract-with-borrow
` [RFC 35/65] target/riscv: rvv-0.9: narrowing integer right shift instructions
` [RFC 36/65] target/riscv: rvv-0.9: widening integer multiply-add instructions
` [RFC 37/65] target/riscv: rvv-0.9: quad-widening "
` [RFC 38/65] target/riscv: rvv-0.9: integer merge and move instructions
` [RFC 39/65] target/riscv: rvv-0.9: single-width saturating add and subtract instructions
` [RFC 40/65] target/riscv: rvv-0.9: integer comparison instructions
` [RFC 41/65] target/riscv: rvv-0.9: floating-point compare instructions
` [RFC 42/65] target/riscv: rvv-0.9: single-width integer reduction instructions
` [RFC 43/65] target/riscv: rvv-0.9: widening "
` [RFC 44/65] target/riscv: rvv-0.9: mask-register logical instructions
` [RFC 45/65] target/riscv: rvv-0.9: register gather instructions
` [RFC 46/65] target/riscv: rvv-0.9: slide instructions
` [RFC 47/65] target/riscv: rvv-0.9: floating-point "
` [RFC 48/65] target/riscv: rvv-0.9: narrowing fixed-point clip instructions
` [RFC 49/65] target/riscv: rvv-0.9: floating-point move instructions
` [RFC 50/65] target/riscv: rvv-0.9: floating-point/integer type-convert instructions
` [RFC 51/65] target/riscv: rvv-0.9: single-width floating-point reduction
` [RFC 52/65] target/riscv: rvv-0.9: widening floating-point reduction instructions
` [RFC 53/65] target/riscv: rvv-0.9: single-width scaling shift instructions
` [RFC 54/65] target/riscv: rvv-0.9: remove widening saturating scaled multiply-add
` [RFC 55/65] target/riscv: rvv-0.9: remove vmford.vv and vmford.vf
` [RFC 56/65] target/riscv: rvv-0.9: remove integer extract instruction
` [RFC 57/65] target/riscv: rvv-0.9: floating-point min/max instructions
` [RFC 58/65] target/riscv: rvv-0.9: widening floating-point/integer type-convert
` [RFC 59/65] target/riscv: rvv-0.9: narrowing "
` [RFC 60/65] softfloat: add fp16 and uint8/int8 interconvert functions
` [RFC 61/65] fpu: fix float16 nan check
` [RFC 62/65] fpu: add api to handle alternative sNaN propagation
` [RFC 63/65] fpu: implement full set compare for fp16
` [RFC 64/65] target/riscv: use softfloat lib float16 comparison functions
` [RFC 65/65] target/riscv: bump to RVV 0.9

Wireguard and wg-quick systemd unit location
 2020-07-10 13:01 UTC  (2+ messages)
` [OE-core] "

[PATCH 00/25] dma-fence annotations, round 3
 2020-07-10 13:01 UTC  (15+ messages)
` [PATCH 02/25] dma-fence: prime lockdep annotations
    ` [Intel-gfx] "

[PATCH v8 00/14] Rockchip ISP1 Driver
 2020-07-10 12:59 UTC  (6+ messages)
` [PATCH v8 03/14] media: rkisp1: Add user space ABI definitions

[PATCH] media: videobuf2: Print videobuf2 buffer state by name
 2020-07-10 13:00 UTC  (3+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] media: staging: rkisp1: fix typos in file rkisp1-config.h
 2020-07-10 12:59 UTC  (2+ messages)

[PATCH] media: staging: rkisp1: remove duplicate macro definition
 2020-07-10 12:59 UTC  (2+ messages)

[PATCH v2] mm, oom: make the calculation of oom badness more accurate
 2020-07-10 12:58 UTC  (3+ messages)

[PATCH] iommu: Remove unused IOMMU_SYS_CACHE_ONLY flag
 2020-07-10 12:58 UTC  (3+ messages)

stop using ->read and ->write for kernel access v3
 2020-07-10 12:58 UTC  (6+ messages)
` [PATCH 15/23] seq_file: switch over direct seq_read method calls to seq_read_iter

[dpdk-dev] Weird 2 KB MBUF data room requirement
 2020-07-10 12:58 UTC  (3+ messages)

[ANNOUNCE] Git v2.28.0-rc0
 2020-07-10 12:58 UTC  (2+ messages)

[PATCH 0/2] Exynos5422 DMC: adjust to new devfreq monitoring mechanism
 2020-07-10 12:56 UTC  (8+ messages)
  ` [PATCH 1/2] memory: samsung: exynos5422-dmc: Adjust polling interval and uptreshold

[PATCH v19 00/12] Landlock LSM
 2020-07-10 12:57 UTC  (10+ messages)
` [PATCH v19 08/12] landlock: Add syscall implementation

[PATCH 1/2] iommu: Tidy up Kconfig for SoC IOMMUs
 2020-07-10 12:56 UTC  (3+ messages)

[PATCH 0/6] introduce support for mt7663s devices
 2020-07-10 12:56 UTC  (14+ messages)
` [PATCH 1/6] mt76: mt7615: take into account sdio bus configuring txwi
` [PATCH 2/6] mt76: mt76u: add mt76_skb_adjust_pad utility routine
` [PATCH 3/6] mt76: mt7615: sdio code must access rate/key regs in preocess context
` [PATCH 4/6] mt76: mt7615: introduce mt7663-common module
` [PATCH 5/6] mt76: introduce mt76_sdio module
` [PATCH 6/6] mt76: mt7615: introduce mt7663s support

[PULL v2 00/52] Misc patches for QEMU 5.1 soft freeze
 2020-07-10 12:55 UTC  (8+ messages)

a question of split_huge_page
 2020-07-10 12:56 UTC  (8+ messages)

[PATCH 0/4] perf-probe: Fix GNU IFUNC probe issue etc
 2020-07-10 12:56 UTC  (6+ messages)
` [PATCH 4/4] perf-probe: Warn if the target function is GNU Indirect function

drivers/irqchip/irq-loongson-liointc.c:134:12: warning: no previous prototype for 'liointc_of_init'
 2020-07-10 12:55 UTC 

[PATCH v1 0/4] Agilex's clock driver updates and fixes
 2020-07-10 12:55 UTC  (5+ messages)
` [PATCH v1 1/4] clk: agilex: Add NAND clock support
` [PATCH v1 2/4] clk: agilex: Add clock enable support
` [PATCH v1 3/4] clk: agilex: Handle clock configuration differently in SPL and U-Boot proper
` [PATCH v1 4/4] clk: agilex: Additional membus writes for HPS PLL

[PATCH v5 0/5] virtio-pci: enable blk and scsi multi-queue by default
 2020-07-10 12:53 UTC  (4+ messages)
` [PATCH v5 5/5] vhost-user-blk: default num_queues to -smp N

[dpdk-dev] [PATCH 20.08] mempool/ring: add support for new ring sync modes
 2020-07-10 12:52 UTC  (5+ messages)
` [dpdk-dev] [PATCH v2] "

[Intel-gfx] [RFC 00/60] DG1 LMEM enabling
 2020-07-10 12:52 UTC  (3+ messages)
` [Intel-gfx] ✗ Fi.CI.CHECKPATCH: warning for "
` [Intel-gfx] ✗ Fi.CI.SPARSE: "

[PATCH v2] drm/amdgpu: fix system hang issue during GPU reset
 2020-07-10 12:52 UTC  (2+ messages)

[PATCH v2] Remove the CONFIG_PRAGMA_DIAGNOSTIC_AVAILABLE switch
 2020-07-10 12:50 UTC  (2+ messages)

Linux kernel in-tree Rust support
 2020-07-10 12:50 UTC  (3+ messages)

[Intel-gfx] [PATCH] drm/i915/gt: Be defensive in the face of false CS events
 2020-07-10 12:49 UTC  (5+ messages)

[PATCH v3 0/2] linux-user: support of semtimedop syscall
 2020-07-10 12:46 UTC  (5+ messages)
` [PATCH v3 1/2] linux-user: refactor ipc syscall
` [PATCH v3 2/2] linux-user: support of semtimedop syscall

[PATCH v5 0/5] net: macb: Wake-on-Lan magic packet fixes and GEM handling
 2020-07-10 12:46 UTC  (12+ messages)
` [PATCH v5 1/5] net: macb: fix wakeup test in runtime suspend/resume routines
` [PATCH v5 2/5] net: macb: mark device wake capable when "magic-packet" property present
` [PATCH v5 3/5] net: macb: fix macb_get/set_wol() when moving to phylink
` [PATCH v5 4/5] net: macb: fix macb_suspend() by removing call to netif_carrier_off()
` [PATCH v5 5/5] net: macb: fix call to pm_runtime in the suspend/resume functions

[LKP] [sched/fair] 6c8116c914: stress-ng.mmapfork.ops_per_sec -38.0% regression
 2020-07-10 12:48 UTC  (6+ messages)

[GIT PULL] USB: fixes for v5.8-rc3
 2020-07-10 12:48 UTC  (2+ messages)

PowerNV PCI & SR-IOV cleanups
 2020-07-10 12:45 UTC  (4+ messages)

[PULL 00/53] Error reporting patches patches for 2020-07-07
 2020-07-10 12:47 UTC  (2+ messages)

include/linux/spinlock.h:378:9: sparse: sparse: context imbalance in 'hashlimit_mt_common' - unexpected unlock
 2020-07-10 12:41 UTC  (2+ messages)

[OE-core][Patch 1/2] kernel-yocto.bbclass: set +e in do_configme
 2020-07-10 12:47 UTC  (3+ messages)
` [OE-core][Patch 2/2] kernel-yocto.bbclass: force creation of config.queue

[PATCH] Revert "tty: xilinx_uartps: Fix missing id assignment to the console"
 2020-07-10 12:45 UTC  (4+ messages)
` [PATCH] tty: xilinx_uartps: Really fix id assignment

[igt-dev] [PATCH i-g-t v2 0/5] Portion of libdrm removal in simple tests
 2020-07-10 12:46 UTC  (2+ messages)
` [igt-dev] ✓ Fi.CI.BAT: success for Portion of libdrm removal in simple tests (rev2)

patch "serial: mxs-auart: add missed iounmap() in probe failure and remove" added to tty-linus
 2020-07-10 12:45 UTC 

[meta-virtualization][PATCH] Prevents two getty running on single serial console (hvc0)
 2020-07-10 12:44 UTC  (2+ messages)

[dpdk-dev] [PATCH] eal/linux: truncate thread name
 2020-07-10 12:44 UTC  (3+ messages)

[hnaz-linux-mm:master 268/300] arm-linux-gnueabi-ld: section .data VMA overlaps section .rodata VMA
 2020-07-10 12:43 UTC  (2+ messages)

[dpdk-dev] [PATCH] bus/pci: fix mmap PCI resource
 2020-07-10 12:43 UTC  (4+ messages)
    ` [dpdk-dev] [dpdk-ci] "

[PATCH 7/7] mt76: mt7615: implement testmode support
 2020-07-10 12:44 UTC  (2+ messages)
` [PATCH v2 "

[PATCH v3] vmalloc: Add the right hint when vmalloc failed
 2020-07-10 12:43 UTC  (2+ messages)

[PATCH 00/12] media: allegro: Add support for firmware 2019.2
 2020-07-10 12:43 UTC  (6+ messages)
` [PATCH 01/12] media: allegro: rework mbox handling

[PATCH] kasan: Remove kasan_unpoison_stack_above_sp_to()
 2020-07-10 12:42 UTC  (3+ messages)

ptrace: seccomp: Return value when the call was already invalid
 2020-07-10 12:42 UTC  (8+ messages)

[PATCH for-5.1] qemu-img resize: Require --shrink for shrinking all image formats
 2020-07-10 12:41 UTC  (3+ messages)

drivers/i2c/busses/i2c-xgene-slimpro.c:134:9: sparse: sparse: incorrect type in assignment (different base types)
 2020-07-10 12:01 UTC 

[PATCH] tty: serial: qcom-geni-serial: Drop the icc bw votes in suspend for console
 2020-07-10 12:41 UTC  (2+ messages)

[dpdk-dev] [RFC] mbuf: accurate packet Tx scheduling
 2020-07-10 12:41 UTC  (5+ messages)
` [dpdk-dev] [PATCH v6 1/2] mbuf: introduce "
  ` [dpdk-dev] [PATCH v6 2/2] app/testpmd: add send scheduling test capability


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.