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

[PATCH 00/10] sound: convert tasklets to use new tasklet_setup()
 2020-08-17  9:08 UTC  (12+ 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 09/10] sound: midi: "
` [PATCH 10/10] sound: ua101: "

[PATCH 00/16] wirless: convert tasklets to use new tasklet_setup()
 2020-08-17  9:06 UTC  (44+ messages)
` [PATCH 01/16] wireless: ath5k: convert tasklets to use new tasklet_setup() API
` [PATCH 02/16] wireless: ath9k: "
` [PATCH 03/16] wireless: ath: "
` [PATCH 04/16] wireless: ath11k: "
` [PATCH 05/16] wireless: atmel: "
` [PATCH 06/16] wireless: b43legacy: "
` [PATCH 07/16] wireless: brcm80211: "
` [PATCH 08/16] wireless: ipw2x00: "
` [PATCH 09/16] wireless: iwlegacy: "
` [PATCH 10/16] wireless: intersil: "
` [PATCH 11/16] wireless: marvell: "
` [PATCH 12/16] wireless: mediatek: "
` [PATCH 13/16] wireless: quantenna: "
` [PATCH 14/16] wireless: ralink: "
` [PATCH 15/16] wireless: realtek: "
` [PATCH 16/16] wireless: zydas: "

[PATCH v3 0/3] Try to release mmap_lock temporarily in smaps_rollup
 2020-08-17  8:38 UTC  (6+ messages)
` [PATCH v3 2/3] mm: smaps*: extend smap_gather_stats to support specified beginning
` [PATCH v3 3/3] mm: proc: smaps_rollup: do not stall write attempts on mmap_lock

[Buildroot] [PATCH 1/1] package/apcupsd: fix missing __exchange_and_add symbol
 2020-08-17  9:08 UTC  (5+ messages)

[PATCH 00/20] ethernet: convert tasklets to use new tasklet_setup() API
 2020-08-17  8:24 UTC  (8+ messages)
` [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 19/20] ethernet: silan: "
` [PATCH 20/20] ethernet: smsc: "

[RFC v4 00/70] support vector extension v1.0
 2020-08-17  8:49 UTC  (32+ messages)
` [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 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 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 32/70] target/riscv: rvv-1.0: element index instruction
` [RFC v4 35/70] target/riscv: rvv-1.0: integer scalar move instructions
` [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 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 46/70] target/riscv: rvv-1.0: quad-widening "
` [RFC v4 50/70] target/riscv: rvv-1.0: floating-point compare instructions

[PATCH 00/35] dma: convert tasklets to use new tasklet_setup()
 2020-08-17  8:17 UTC  (5+ messages)
` [PATCH 23/35] dma: sa11x0: convert tasklets to use new tasklet_setup() API
` [PATCH 29/35] dma: txx9dmac: "

[PATCH 00/10] mmc: convert tasklets to use new tasklet_setup()
 2020-08-17  8:35 UTC  (10+ messages)
` [PATCH 01/10] mmc: atmel-mci: convert tasklets to use new tasklet_setup() API
` [PATCH 02/10] mmc: au1xmmc: "
` [PATCH 03/10] mmc: cb710: "
` [PATCH 04/10] mmc: dw_mmc: "
` [PATCH 05/10] mmc: omap: "
` [PATCH 06/10] mmc: renesas: "
` [PATCH 07/10] mmc: s3cmci: "
` [PATCH 08/10] mmc: tifm_sd: "
` [PATCH 09/10] mmc: uniphier: "

[PATCH] wireless: ath10k: Return early in ath10k_qmi_event_server_exit() to avoid hard crash on reboot
 2020-08-17  9:06 UTC  (8+ messages)

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2020-08-17  9:06 UTC 

[PATCH 0/5] slimming down installed size
 2020-08-17  4:42 UTC  (7+ messages)
` [PATCH 1/5] Makefile: drop builtins from MSVC pdb list

post-receive: pub/scm/linux/kernel/git/at91/linux
 2020-08-17  9:05 UTC 

What's cooking in git.git (Aug 2020, #01; Mon, 3)
 2020-08-17  4:41 UTC  (11+ messages)

[PATCH] x86/nmi: Fix nmi_handle duration miscalculation
 2020-08-17  9:04 UTC 

[PATCH] drm/amdgpu: add condition check for trace_amdgpu_cs()
 2020-08-17  9:04 UTC 

include/linux/sched/topology.h:237:9: error: implicit declaration of function 'cpu_logical_map'
 2020-08-17  9:03 UTC  (3+ messages)

[PATCH] drm/virtio: fix unblank
 2020-08-17  9:03 UTC  (5+ messages)

[PATCH] mm/mempolicy: Remove the useless newline in policy_node()
 2020-08-17  9:02 UTC 

[RFC][PATCH 0/9] smp: irq_work / smp_call_function rework
 2020-08-17  9:03 UTC  (4+ messages)
` [RFC][PATCH 1/9] irq_work: Cleanup

[PATCH 0/3] KVM: arm64: Some fixes and code adjustments for pvtime ST
 2020-08-17  9:02 UTC  (5+ messages)
` [PATCH 1/3] KVM: arm64: Some fixes of PV-time interface document

[Intel-gfx] [PATCH 1/3] drm/i915/gt: Widen CSB pointer to u64 for the parsers
 2020-08-17  9:02 UTC  (6+ messages)
` [Intel-gfx] [PATCH 3/3] drm/i915/gt: Apply the CSB w/a for all

[PATCH 0/7] usb: convert tasklets to use new tasklet_setup()
 2020-08-17  9:02 UTC  (8+ messages)
` [PATCH 1/7] usb: atm: convert tasklets to use new tasklet_setup() API
` [PATCH 2/7] usb: c67x00: "
` [PATCH 3/7] usb: hcd: "
` [PATCH 4/7] usb/gadget: f_midi: "
` [PATCH 5/7] usb/gadget: fsl_qe_udc: "
` [PATCH 6/7] usb: xhci: "
` [PATCH 7/7] usb: mos7720: "

[PATCH 00/11] media: convert tasklets to use new tasklet_setup()
 2020-08-17  8:31 UTC  (12+ 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: "
` [PATCH 06/11] media: tw5864: "
` [PATCH 07/11] media: marvell-ccic: "
` [PATCH 08/11] media: pxa_camera: "
` [PATCH 09/11] media: sti: "
` [PATCH 10/11] media/radio: wl128x: "
` [PATCH 11/11] media: ttusb-dec: "

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

post-receive: pub/scm/linux/kernel/git/at91/linux
 2020-08-17  9:00 UTC 

[PATCH] efi: discover ESRT table on Xen PV too
 2020-08-17  9:00 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/pablo/nf-next
 2020-08-17  9:00 UTC 

[PATCH 0/4] tty: convert tasklets to use new tasklet_setup()
 2020-08-17  8:59 UTC  (5+ messages)
` [PATCH 1/4] tty: ipwireless: convert tasklets to use new tasklet_setup() API
` [PATCH 2/4] tty: atmel_serial: "
` [PATCH 3/4] tty: ifx6x60: "
` [PATCH 4/4] tty: timbuart: "

[PATCH v2] v4l2-ctrl: Add VP9 codec levels
 2020-08-17  8:58 UTC 

post-receive: pub/scm/linux/kernel/git/pablo/nf
 2020-08-17  8:58 UTC 

io_uring process termination/killing is not working
 2020-08-17  8:58 UTC  (20+ messages)

[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 0/8] drivers: net: convert tasklets to use new tasklet_setup()
 2020-08-17  8:58 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] 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  (3+ messages)
` [PATCH 3/8] net: mac80211: "

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

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

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

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

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

post-receive: pub/scm/linux/kernel/git/abelloni/linux
 2020-08-17  8:55 UTC 

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

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

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

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

post-receive: pub/scm/linux/kernel/git/at91/linux
 2020-08-17  8:55 UTC 

post-receive: pub/scm/linux/kernel/git/gregkh/staging
 2020-08-17  8:54 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.