All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2020-08-17 08:41:33 to 2020-08-17 08:54:54 UTC [more...]

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2020-08-17  8:54 UTC 

[PATCH 0/8] scsi: convert tasklets to use new tasklet_setup()
 2020-08-17  8:54 UTC  (7+ messages)
` [PATCH 1/8] scsi: aic94xx: convert tasklets to use new tasklet_setup() API
` [PATCH 2/8] scsi: esas2r: "
` [PATCH 3/8] scsi: ibmvscsi: "

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2020-08-17  8:54 UTC 

[PATCH 00/20] ethernet: convert tasklets to use new tasklet_setup() API
 2020-08-17  8:24 UTC  (25+ messages)
` [PATCH 01/20] ethernet: alteon: "
` [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] lib: Convert test_printf.c to KUnit
 2020-08-17  8:46 UTC  (4+ messages)

[RFC v4 00/70] support vector extension v1.0
 2020-08-17  8:49 UTC  (77+ 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 0/3] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-08-17  8:52 UTC  (11+ messages)
` [PATCH 1/3] KVM: arm64: Some fixes of PV-time interface document
` [PATCH 2/3] KVM: uapi: Remove KVM_DEV_TYPE_ARM_PV_TIME in kvm_device_type
` [PATCH 3/3] KVM: arm64: Use kvm_write_guest_lock when init stolen time

[PATCH 1/8] net: dccp: convert tasklets to use new tasklet_setup() API
 2020-08-17  8:51 UTC  (8+ 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: "

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2020-08-17  8:52 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2020-08-17  8:52 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-08-17  8:52 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/tty
 2020-08-17  8:51 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2020-08-17  8:51 UTC 

[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

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-08-17  8:51 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2020-08-17  8:51 UTC 

[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

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-08-17  8:51 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2020-08-17  8:51 UTC 

[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

post-receive: pub/scm/linux/kernel/git/gregkh/usb
 2020-08-17  8:51 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-08-17  8:51 UTC 

[PATCH v6 0/3] Modularization of DFL private feature drivers
 2020-08-17  8:40 UTC  (4+ messages)
` [PATCH v6 1/3] fpga: dfl: map feature mmio resources in their own "
` [PATCH v6 2/3] fpga: dfl: create a dfl bus type to support DFL devices
` [PATCH v6 3/3] fpga: dfl: add support for N3000 Nios private feature

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-08-17  8:50 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/spdx
 2020-08-17  8:50 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/driver-core
 2020-08-17  8:50 UTC 

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

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-08-17  8:50 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/spdx
 2020-08-17  8:50 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-08-17  8:50 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/spdx
 2020-08-17  8:50 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-08-17  8:49 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/char-misc
 2020-08-17  8:49 UTC 

[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 0/8] drivers: net: convert tasklets to use new tasklet_setup()
 2020-08-17  8:46 UTC  (13+ 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][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)

post-receive: pub/scm/linux/kernel/git/ras/ras
 2020-08-17  8:48 UTC 

post-receive: pub/scm/linux/kernel/git/ras/ras
 2020-08-17  8:47 UTC 

[PATCH] drivers/hwmon/adm1029.c: use simple i2c probe
 2020-08-17  8:45 UTC  (2+ messages)

[PATCH 1/2] PM / Domains: Add GENPD_FLAG_SUSPEND_ON flag
 2020-08-17  8:44 UTC  (6+ messages)

[PATCH 0/8] Add Toshiba Visconti ARM64 Platform support
 2020-08-17  8:23 UTC  (3+ messages)
` [PATCH 6/8] arm64: dts: visconti: Add device tree for TMPV7708 RM main board

[PATCH 00/35] dma: convert tasklets to use new tasklet_setup()
 2020-08-17  8:17 UTC  (8+ messages)
` [PATCH 32/35] dma: xilinx: convert tasklets to use new tasklet_setup() API
` [PATCH 33/35] dma: plx_dma: "
` [PATCH 34/35] dma: sf-pdma: "
` [PATCH 35/35] dma: k3-udma: "

[RFC PATCH 0/5] KVM: arm64: Add pvtime LPT support
 2020-08-17  8:41 UTC  (11+ messages)
` [RFC PATCH 1/5] KVM: arm64: Document pvtime LPT interface
` [RFC PATCH 2/5] KVM: arm64: Support Live Physical Time reporting
` [RFC PATCH 3/5] KVM: arm64: Provide VM device attributes for LPT time
` [RFC PATCH 4/5] clocksource: arm_arch_timer: Add pvtime LPT initialization
` [RFC PATCH 5/5] clocksource: arm_arch_timer: Use pvtime LPT

Grammar in a bash script
 2020-08-17  8:42 UTC  (2+ 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.