All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-17 08:45:58 to 2020-08-17 08:58:23 UTC [more...]

[Bug 1890545] [NEW] (ARM64) qemu-x86_64+schroot(Debian bullseye) can't run chrome and can't load HTML
 2020-08-17  8:40 UTC  (2+ messages)
` [Bug 1890545] "

[PATCH 00/10] sound: convert tasklets to use new tasklet_setup()
 2020-08-17  8:57 UTC  (9+ messages)
` [PATCH 01/10] sound: core: convert tasklets to use new tasklet_setup() API
` [PATCH 02/10] sound: firewire: "
` [PATCH 03/10] sound: asihpi: "
` [PATCH 04/10] sound: riptide: "
` [PATCH 05/10] sound: rm9652: "
` [PATCH 06/10] sound/soc: fsl_esai: "
` [PATCH 07/10] sound/soc: sh: "
` [PATCH 08/10] sound/soc: txx9: "

[PATCH 0/8] drivers: net: convert tasklets to use new tasklet_setup()
 2020-08-17  8:58 UTC  (26+ messages)
` [PATCH 1/2] net: arcnet: convert tasklets to use new tasklet_setup() API
` [PATCH 1/9] net: ifb: "
` [PATCH] net: mvpp2: Prepare to use the new tasklet API
` [PATCH 2/2] net: caif: convert tasklets to use new tasklet_setup() API
` [PATCH 2/9] net: ppp: "
` [PATCH 3/9] net: cdc_ncm: "
` [PATCH 4/9] net: hso: "
` [PATCH 5/9] net: lan78xx: "
` [PATCH 6/9] net: pegasus: "
` [PATCH 7/9] net: r8152: "
` [PATCH 8/9] net: rtl8150: "
` [PATCH 9/9] net: usbnet: "

[PATCH 00/11] media: convert tasklets to use new tasklet_setup()
 2020-08-17  8:31 UTC  (6+ messages)
` [PATCH 01/11] media: bt8xx: convert tasklets to use new tasklet_setup() API
` [PATCH 02/11] media: mantis: "
` [PATCH 03/11] media: ngene: "
` [PATCH 04/11] media: smipcie: "
` [PATCH 05/11] media: ttpci: "

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

[PATCH] sched/fair: reduce preemption with IDLE tasks runable
 2020-08-17  8:57 UTC  (12+ messages)
  ` [PATCH] sched/fair: reduce preemption with IDLE tasks runable(Internet mail)

[PATCH 1/8] net: dccp: convert tasklets to use new tasklet_setup() API
 2020-08-17  8:56 UTC  (9+ messages)
` [PATCH 2/8] net: ipv4: "
` [PATCH 3/8] net: mac80211: "
` [PATCH 4/8] net: mac802154: "
` [PATCH 5/8] net: rds: "
` [PATCH 6/8] net: sched: "
` [PATCH 7/8] net: smc: "
` [PATCH 8/8] net: xfrm: "

Grammar in a bash script
 2020-08-17  8:56 UTC  (2+ messages)

[PATCH 00/20] ethernet: convert tasklets to use new tasklet_setup() API
 2020-08-17  8:24 UTC  (26+ messages)
` [PATCH] ethernet: cxgb4: "
` [PATCH 02/20] ethernet: amd: "
` [PATCH 03/20] broadcom: cnic: "
` [PATCH 04/20] ethernet: cadence: "
` [PATCH 05/20] ethernet: cavium: "
` [PATCH 06/20] ethernet: chelsio: "
` [PATCH 07/20] ethernet: dlink: "
` [PATCH 08/20] ethernet: hinic: "
` [PATCH 09/20] ethernet: ehea: "
` [PATCH 10/20] ethernet: ibmvnic: "
` [PATCH 11/20] ethernet: jme: "
` [PATCH 12/20] ethernet: marvell: "
` [PATCH 13/20] ethernet: mellanox: "
` [PATCH 14/20] ethernet: micrel: "
` [PATCH 15/20] ethernet: natsemi: "
` [PATCH 16/20] ethernet: netronome: "
` [PATCH 17/20] ethernet: ni: "
` [PATCH 18/20] ethernet: qlogic: "
` [PATCH 19/20] ethernet: silan: "
` [PATCH 20/20] ethernet: smsc: "

[PATCH v10 0/2] Amazon's Annapurna Labs Memory Controller EDAC
 2020-08-17  8:31 UTC  (2+ messages)

[PATCH 0/8] scsi: convert tasklets to use new tasklet_setup()
 2020-08-17  8:55 UTC  (18+ messages)
` [PATCH 3/8] scsi: ibmvscsi: convert tasklets to use new tasklet_setup() API
` [PATCH 6/8] scsi: mvsas: "
` [PATCH 1/8] scsi: aic94xx: "
` [PATCH 2/8] scsi: esas2r: "
` [PATCH 7/8] scsi: pm8001: "
` [PATCH 8/8] scsi: pmcraid: "
` [PATCH 5/8] scsi: megaraid: "
` [PATCH 4/8] scsi: isci: "

[PATCH] lib: Convert test_printf.c to KUnit
 2020-08-17  8:46 UTC  (4+ messages)

[PATCH 0/3] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-08-17  8:52 UTC  (7+ messages)
` [PATCH 1/3] KVM: arm64: Some fixes of PV-time interface document
` [PATCH 3/3] KVM: arm64: Use kvm_write_guest_lock when init stolen time

[PATCH 0/6] multipath-tools series: some cleanups and fixes
 2020-08-17  8:51 UTC  (3+ messages)
` [PATCH 4/6] libmultipath: check blist before calling MALLOC in alloc_ble_device func

[PATCH v2 0/2] Add support for Kontron i.MX8MM SoMs and boards
 2020-08-17  8:51 UTC  (3+ messages)
` [PATCH v2 1/2] arm64: dts: Add the Kontron i.MX8M Mini SoMs and baseboards

[RFC PATCH 00/22] block/export: Add infrastructure and QAPI for block exports
 2020-08-17  8:50 UTC  (3+ messages)
` [RFC PATCH 02/22] qapi: Create block-export module

[PATCH v6 0/3] Modularization of DFL private feature drivers
 2020-08-17  8:40 UTC  (2+ messages)
` [PATCH v6 1/3] fpga: dfl: map feature mmio resources in their own "

[PATCH 00/30] Rid W=1 warnings in Networking
 2020-08-17  8:50 UTC  (7+ messages)
` [PATCH 07/30] net: wireless: broadcom: b43: main: Add braces around empty statements

[MPTCP] Re: [PATCH mptcp-next v2 0/3] bpf: add MPTCP subflow support
 2020-08-17  8:49 UTC 

[PATCH] mm/page_reporting: the "page" must not be the list head
 2020-08-17  8:48 UTC 

[PATCH -next] EDAC, thunderx: Make symbol 'lmc_dfs_ents' static
 2020-08-17  8:49 UTC  (2+ messages)

[PATCH][SMB3] mount.cifs integration with PAM
 2020-08-17  8:48 UTC  (3+ messages)

[RFC-PATCH 1/2] mm: Add __GFP_NO_LOCKS flag
 2020-08-17  8:47 UTC  (3+ messages)


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.