All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-09-29 19:08:43 to 2020-09-29 19:53:29 UTC [more...]

[PATCH v3 00/10] builtin/diff: learn --merge-base
 2020-09-29 19:53 UTC  (4+ messages)
` [PATCH v4 "
  ` [PATCH v4 08/10] builtin/diff-index: "

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

[PATCH Kernel v24 0/8] Add UAPIs to support migration for VFIO devices
 2020-09-29 19:52 UTC  (3+ messages)

[PATCH v2 00/19] Parallel Checkout (part I)
 2020-09-29 19:52 UTC  (3+ messages)
` [PATCH v2 11/19] parallel-checkout: make it truly parallel

[PATCH 1/1] clk: kendryte: no need to check argument of free()
 2020-09-29 19:52 UTC 

linux-next: Tree for Sep 29
 2020-09-29 19:51 UTC  (3+ messages)
` linux-next: Tree for Sep 29 (drivers/acpi/nfit/core.c)

[PATCH] hw/arm: Restrict APEI tables generation to the 'virt' machine
 2020-09-29 19:37 UTC  (2+ messages)

Rook orchestrator module
 2020-09-29 19:50 UTC  (2+ messages)

[RFC PATCH 0/4] ceph: fix spurious recover_session=clean errors
 2020-09-29 19:50 UTC  (5+ messages)

[BlueZ PATCH v5 1/3] core: Add params to set interleaving durations
 2020-09-29 19:50 UTC  (3+ messages)
` [BlueZ PATCH v5 2/3] core: Add param to disable interleave scan

[PATCH] hwmon: add support for SMSC EMC2305/03/02/01 fan controller
 2020-09-29 19:49 UTC  (2+ messages)

[PATCH 0/7] Maintenance III: Background maintenance
 2020-09-29 19:48 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 6/7] maintenance: recommended schedule in register/start

[PATCH] iscsi: iscsi_tcp: Avoid holding spinlock while calling getpeername
 2020-09-29 19:48 UTC  (2+ messages)

[PATCH 0/8] selftests/vm: gup_test, hmm-tests, assorted improvements
 2020-09-29 19:48 UTC  (10+ messages)
` [PATCH 2/8] selftests/vm: use a common gup_test.h

[PATCH 0/2] PCI/PM: Fix D2 transition delay
 2020-09-29 19:47 UTC  (3+ messages)
` [PATCH 1/2] PCI/PM: Remove unused PCI_PM_BUS_WAIT
` [PATCH 2/2] PCI/PM: Revert "PCI/PM: Apply D2 delay as milliseconds, not microseconds"

[PATCH 1/1] mmc: do not check argument of free() beforehand
 2020-09-29 19:48 UTC 

[Buildroot] [Bug 13216] New: [Documentation] 2020.02.6 requires GNU find utils
 2020-09-29 19:47 UTC  (2+ messages)
` [Buildroot] [Bug 13216] "

[PATCH v2 1/1] i2c: busses: Add support for atomic transfers in Actions Semi Owl driver
 2020-09-29 19:45 UTC  (7+ messages)

[PATCH] phy: qcom-qusb2: Add support for SDM630/660
 2020-09-29 19:46 UTC  (4+ messages)

[PATCH 0/2] irqchip/ti-sci-inta: Support for unmapped events
 2020-09-29 19:43 UTC  (4+ messages)
` [PATCH 1/2] dt-bindings: irqchip: ti,sci-inta: Update for unmapped event handling
  ` [PATCH 1/2] dt-bindings: irqchip: ti, sci-inta: "

[PATCH v2 devicetree 0/2] Add Seville Ethernet switch to T1040RDB
 2020-09-29 19:39 UTC  (5+ messages)
` [PATCH v2 devicetree 2/2] powerpc: dts: t1040rdb: add ports for Seville Ethernet switch

[PATCH] i2c: busses: replace spin_lock_irqsave by spin_lock in hard IRQ
 2020-09-29 19:42 UTC  (3+ messages)

master - lvmlockd vdo: add support
 2020-09-29 19:43 UTC 

master - lvmlockd vdo: disallow use of shared lock on LV
 2020-09-29 19:43 UTC 

[PATCH] compiler.h: avoid escaped section names
 2020-09-29 19:43 UTC 

[PATCH v1 0/2] Modify documentation and machine driver for SC7180 sound card
 2020-09-29 19:41 UTC  (5+ messages)
` [PATCH v1 1/2] ASoC: qcom: dt-bindings: Modify sc7180 machine bindings

RTL8402 stops working after hibernate/resume
 2020-09-29 19:41 UTC  (16+ messages)

[PATCH 0/3] a family of FTDI-based devices that need ftdi_sio quirks
 2020-09-29 19:40 UTC  (3+ messages)

[igt-dev] [v4 0/2] New subtest for VRR Flipline mode
 2020-09-29 19:41 UTC  (3+ messages)
` [igt-dev] [v4 1/2] tests/kms_vrr: Use atomic API for page flip

[PATCH 00/10] CMake and Visual Studio
 2020-09-29 18:42 UTC  (8+ messages)
` [PATCH 02/10] cmake: do find Git for Windows' shell interpreter

[PATCH -next] i2c: efm32: Use devm_platform_get_and_ioremap_resource()
 2020-09-29 19:38 UTC  (3+ messages)

[balbi-usb:testing/next] BUILD SUCCESS WITH WARNING 8e9f3908b995a33443821dc3a977277f69a4adc3
 2020-09-29 19:37 UTC 

GUI Design Work Group - Wednesday, 9/30
 2020-09-29 19:34 UTC  (2+ messages)

[Buildroot] [RFC PATCH 0/4] add BCC and bpftrace packages
 2020-09-29 19:35 UTC  (3+ messages)
` [Buildroot] [RFC PATCH 1/4] llvm: Add BPF backend

[PATCH] i2c: i801: Add support for Intel Alder Lake PCH-S
 2020-09-29 19:34 UTC  (2+ messages)

[Bug 208891] New: Thunderbolt hotplug fails on HP x360 13t-aw000/86FA with HP Thunderbolt 3 Dock
 2020-09-29 19:33 UTC  (3+ messages)
` [Bug 208891] "

[PATCH v2] drm/i915/edp/jsl: Update vswing table for HBR and HBR2
 2020-09-29 19:33 UTC  (3+ messages)
  ` [Intel-gfx] "

[PATCH] USB: serial: ftdi_sio: Fix serial port stall after resume
 2020-09-29 19:33 UTC 

[PATCH v8 00/32] Improvements for Tegra I2C driver
 2020-09-29 19:33 UTC  (3+ messages)
` [PATCH v8 12/32] i2c: tegra: Use clk-bulk helpers

[PATCH] i915: Introduce quirk for shifting eDP brightness
 2020-09-29 19:32 UTC  (15+ messages)
        ` [Intel-gfx] "

[PATCH 1/2] rcu/tree: Add a warning if CPU being onlined did not report QS already
 2020-09-29 19:32 UTC  (3+ messages)
` [PATCH 2/2] docs: Update RCU's hotplug requirements with a bit about design

Linux-specific kernel hardening
 2020-09-29 19:25 UTC  (2+ messages)

[meta-freescale] gstreamer-plugins-bad build error in dunfell for SABRESD platform
 2020-09-29 19:31 UTC  (8+ messages)

[kbuild] [leon-rdma:rdma-next 67/71] drivers/infiniband/hw/mlx5/qp.c:861:42: sparse: sparse: subtraction of Share your drugs
 2020-09-29 19:31 UTC  (3+ messages)
`  "

[PATCH] mac80211_hwsim: close the race between running and enqueuing hrtimer
 2020-09-29 19:28 UTC 

[PATCH bpf-next 0/2] introduce BPF_F_SHARE_PE
 2020-09-29 19:28 UTC  (6+ messages)
` [PATCH bpf-next 1/2] bpf: introduce BPF_F_SHARE_PE for perf event array

[patch 15/35] net: sfc: Replace in_interrupt() usage
 2020-09-29 19:27 UTC  (5+ messages)
` [RFC PATCH net-next] sfc: replace "

[PATCH rdma-next v2 0/4] Improve ODP by using HMM API
 2020-09-29 19:27 UTC  (3+ messages)
` [PATCH rdma-next v2 1/4] IB/core: Improve ODP to use hmm_range_fault()

[PATCH] srcu: avoid escaped section names
 2020-09-29 19:25 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 0/7] Add minimal boot support for IPQ5018
 2020-09-29 19:24 UTC  (4+ messages)
` [PATCH 2/7] dt-bindings: arm64: ipq5018: Add binding descriptions for clock and reset

[PATCH] ath11k: removing the ath11k debugfs dir properly
 2020-09-29 19:21 UTC  (3+ messages)

[PATCH 1/2] dt-bindings: arm: fsl: Add imx8mn ddr3l evk board
 2020-09-29 19:21 UTC  (2+ messages)

[PATCH v3 1/2] dt-bindings: power: Convert ingenic,battery.txt to YAML
 2020-09-29 19:21 UTC  (2+ messages)

[PATCH 01/14] dt-bindings: vendor-prefixes: add DFI
 2020-09-29 19:19 UTC  (30+ messages)
` [PATCH 02/14] dt-bindings: vendor-prefixes: add iMX6 Rex Project
` [PATCH 03/14] dt-bindings: vendor-prefixes: add Embest RIoT
` [PATCH 04/14] dt-bindings: vendor-prefixes: add Wandbord/Technexion
` [PATCH 05/14] dt-bindings: vendor-prefixes: add Zealz
` [PATCH 06/14] dt-bindings: arm: fsl: document i.MX25 and i.MX27 boards
` [PATCH 07/14] dt-bindings: arm: fsl: document i.MX51 boards
` [PATCH 08/14] dt-bindings: arm: fsl: document i.MX53 boards
` [PATCH 09/14] dt-bindings: arm: fsl: document VF boards
` [PATCH 10/14] dt-bindings: arm: fsl: document i.MX6DL boards

[PATCH net-next 13/15] sctp: support for sending packet over udp4 sock
 2020-09-29 19:19 UTC  (4+ messages)

[leon-rdma:rdma-next 67/71] drivers/infiniband/hw/mlx5/qp.c:861:42: sparse: sparse: subtraction of Share your drugs
 2020-09-29 19:19 UTC 

[RFC PATCH net-next 0/6] implement kthread based napi poll
 2020-09-29 19:19 UTC  (3+ messages)

[PATCH v2] vfio/pci: Refine Intel IGD OpRegion support
 2020-09-29 19:19 UTC  (2+ messages)
` [Intel-gfx] ✓ Fi.CI.IGT: success for vfio/pci: Refine Intel IGD OpRegion support (rev2)

[ 186.758123] kernel BUG at drivers/md/bcache/writeback.c:324!
 2020-09-29 19:18 UTC 

[PATCH v2 0/3] objtool: Extend CFA updating/checking
 2020-09-29 19:18 UTC  (3+ messages)
` [PATCH v2 1/3] objtool: check: Fully validate the stack frame

next/master baseline: 459 runs, 10 regressions (next-20200929)
 2020-09-29 19:18 UTC 

auditing signals
 2020-09-29 19:17 UTC 

[PATCH] PCI: Rename d3_delay in the pci_dev struct to align with PCI specification
 2020-09-29 19:17 UTC  (3+ messages)

[xen-4.11-testing bisection] complete test-amd64-amd64-libvirt-qemuu-debianhvm-amd64-xsm
 2020-09-29 19:15 UTC 

[PATCH 1/3] dt-bindings: watchdog: fsl-imx: document i.MX compatibles
 2020-09-29 19:13 UTC  (3+ messages)

[PATCH] arm64: Make CONFIG_CMDLINE behavior configurable
 2020-09-29 19:12 UTC  (4+ messages)

[PATCH V6 0/5] Intel Platform Monitoring Technology
 2020-09-29 19:12 UTC  (4+ messages)
` [PATCH V6 3/5] platform/x86: Intel PMT class driver

[PATCH 0/8] Implement firmware quirks for Qualcomm ARM-SMMUv2
 2020-09-29 19:10 UTC  (4+ messages)
` [PATCH 3/8] dt-bindings: arm-smmu: add binding for SMMUv2 on Qualcomm SDM660

[PATCH 1/2] dt-bindings: vendor-prefixes: Add kobol prefix
 2020-09-29 19:10 UTC  (4+ messages)

[linux-next:master 11142/11173] ld.lld: warning: arch/arm/built-in.a(kernel/elf.o):(".discard.ksym") is being placed in '".discard.ksym"'
 2020-09-29 19:11 UTC  (2+ messages)

RAID 5 disk full, can't balance
 2020-09-29 19:11 UTC 

[PATCH] Only allow to set crash_kexec_post_notifiers on boot time
 2020-09-29 19:10 UTC  (14+ messages)

[Buildroot] [PATCH] gcc: powerpc32 transition to secureplt
 2020-09-29 19:09 UTC  (3+ messages)

[PATCH v3 0/5] USB DWC3 host wake up support from system suspend
 2020-09-29 19:09 UTC  (3+ messages)
` [PATCH v3 5/5] arm64: dts: qcom: sc7180: Add wakeup-source property for USB controller node

[Buildroot] [git commit branch/2020.08.x] package/gcc: transition PowerPC 32 to secureplt
 2020-09-29 19:09 UTC 

[Buildroot] [git commit branch/2020.05.x] package/gcc: transition PowerPC 32 to secureplt
 2020-09-29 19:09 UTC 

[Buildroot] [PATCH] package/qt5: allow to use imx-gpu-viv as GBM provider
 2020-09-29 19:09 UTC  (2+ messages)

[Buildroot] [git commit branch/2020.02.x] package/gcc: transition PowerPC 32 to secureplt
 2020-09-29 19:08 UTC 


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.