All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2019-08-21 14:17:52 to 2019-08-21 14:39:19 UTC [more...]

post-receive: pub/scm/linux/kernel/git/dhowells/linux-fs
 2019-08-21 14:39 UTC 

[PATCH RESEND v2 1/6] dt-bindings: watchdog: Add YAML schemas for the generic watchdog bindings
 2019-08-21 14:38 UTC  (9+ messages)
` [PATCH RESEND v2 2/6] dt-bindings: watchdog: Convert Allwinner watchdog to a schema
` [PATCH RESEND v2 3/6] dt-bindings: watchdog: sun4i: Add the watchdog interrupts
` [PATCH RESEND v2 4/6] dt-bindings: watchdog: sun4i: Add the watchdog clock
` [PATCH RESEND v2 5/6] ARM: dts: sunxi: Add missing watchdog interrupts
` [PATCH RESEND v2 6/6] ARM: dts: sunxi: Add missing watchdog clocks

[RFC v2] rcu/tree: Try to invoke_rcu_core() if in_irq() during unlock
 2019-08-21 14:38 UTC  (11+ messages)

post-receive: pub/scm/linux/kernel/git/powerpc/linux
 2019-08-21 14:38 UTC 

[Virtio-fs] [PATCH][RFC] viriofsd: do not fall back to buffer io when cache=auto
 2019-08-21 14:38 UTC  (7+ messages)
` [Virtio-fs] [PATCH RESEND][RFC] virtiofsd: do not fall back to buffer io when cache=auto/always

memory-barriers.txt questions
 2019-08-21 14:38 UTC 

[PATCH] PCI: Add sysfs attribute for disabling PCIe link to downstream component
 2019-08-21 14:37 UTC  (10+ messages)

[Bug 204181] New: NULL pointer dereference regression in amdgpu
 2019-08-21 14:37 UTC  (2+ messages)
` [Bug 204181] "

[PATCH v2 0/10] Symbol namespaces - RFC
 2019-08-21 14:36 UTC  (5+ messages)
` [PATCH v3 00/11] Symbol Namespaces
  ` [PATCH v3 10/11] RFC: usb-storage: export symbols in USB_STORAGE namespace

[PATCH v2 00/40] Tiger Lake batch 3
 2019-08-21 14:36 UTC  (5+ messages)
` [PATCH v2 37/40] drm/framebuffer/tgl: Format modifier for Intel Gen-12 render compression
` [PATCH v2 40/40] drm/i915/tgl: Gen-12 media compression

[Xen-devel] [PATCH V3 0/8] iommu/arm: Add Renesas IPMMU-VMSA support + Linux's iommu_fwspec
 2019-08-21 14:36 UTC  (4+ messages)
` [Xen-devel] [PATCH V3 3/8] xen/common: Introduce _xrealloc function

[ANNOUNCE] Git Rev News edition 54
 2019-08-21 14:36 UTC  (2+ messages)

[U-Boot] [PATCH v5 0/7] usb: Add cadence USB3 gadget/host/phy driver
 2019-08-21 14:36 UTC  (8+ messages)
` [U-Boot] [PATCH v5 1/7] dt-bindings: add dt-binding doc for CDNS3 controller
` [U-Boot] [PATCH v5 2/7] usb: gadget: Add the cadence USB3 gadget driver
` [U-Boot] [PATCH v5 3/7] usb: gadget: Add match_ep call back to usb_gadget_ops
` [U-Boot] [PATCH v5 4/7] usb: gadget: Add gadget_is_cdns3 checking to provide bcdUSB value
` [U-Boot] [PATCH v5 5/7] usb: host: Add the USB3 host driver
` [U-Boot] [PATCH v5 6/7] phy: Add USB PHY driver for the cadence USB3
` [U-Boot] [PATCH v5 7/7] usb: gadget: core: introduce ->udc_set_speed() method

[PATCH v2 0/3] staging: rtl8192u: coding style fixes in ieee80211
 2019-08-21 14:35 UTC 

[PATCH] drm/amd/amdgpu: Modify sdma instance number
 2019-08-21 14:35 UTC  (2+ messages)

[PATCH 0/1] btrfs: Simplify parsing max_inline mount option
 2019-08-21 14:35 UTC  (3+ messages)
` [PATCH 1/1] "

[PATCH 1/2] rtnetlink: gate MAC address with an LSM hook
 2019-08-21 14:34 UTC  (2+ messages)

[Qemu-devel] [PATCH v23 00/22] Add RX archtecture support
 2019-08-21 14:33 UTC  (4+ messages)
` [Qemu-devel] [PATCH v23 22/22] target/rx: remove unused functions

[Qemu-devel] [PATCH 0/2] Fix bug in nios2 and m68k semihosting
 2019-08-21 14:31 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] target/nios2: Fix bug in semihosted exit handling
` [Qemu-devel] [PATCH 2/2] target/m68k: "

[PATCH 00/17] crypto: arm/aes - XTS ciphertext stealing and other updates
 2019-08-21 14:32 UTC  (18+ messages)
` [PATCH 01/17] crypto: arm/aes - fix round key prototypes
` [PATCH 02/17] crypto: arm/aes-ce - yield the SIMD unit between scatterwalk steps
` [PATCH 03/17] crypto: arm/aes-ce - switch to 4x interleave
` [PATCH 04/17] crypto: arm/aes-ce - replace tweak mask literal with composition
` [PATCH 05/17] crypto: arm/aes-neonbs "
` [PATCH 06/17] crypto: arm64/aes-neonbs "
` [PATCH 07/17] crypto: arm64/aes-neon - limit exposed routines if faster driver is enabled
` [PATCH 08/17] crypto: skcipher - add the ability to abort a skcipher walk
` [PATCH 09/17] crypto: arm64/aes-cts-cbc-ce - performance tweak
` [PATCH 10/17] crypto: arm64/aes-cts-cbc - move request context data to the stack
` [PATCH 11/17] crypto: arm64/aes - implement support for XTS ciphertext stealing
` [PATCH 12/17] crypto: arm64/aes-neonbs - implement ciphertext stealing for XTS
` [PATCH 13/17] crypto: arm/aes-ce "
` [PATCH 14/17] crypto: arm/aes-neonbs "
` [PATCH 15/17] crypto: arm/aes-ce - implement ciphertext stealing for CBC
` [PATCH 16/17] crypto: testmgr - add test vectors for XTS ciphertext stealing
` [PATCH 17/17] crypto: testmgr - Add additional AES-XTS vectors for covering CTS

[PATCH] drm/amdgpu: prevent memory leaks in AMDGPU_CS ioctl
 2019-08-21 14:33 UTC  (2+ messages)

[PATCH v2 1/6] dt-bindings: watchdog: Add YAML schemas for the generic watchdog bindings
 2019-08-21 14:33 UTC  (4+ messages)

[phosphor-pid-control] scaling issue
 2019-08-21 14:32 UTC  (2+ messages)

Recipe svn-fetcher and scmdata
 2019-08-21 14:32 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2019-08-21 14:32 UTC 

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2019-08-21 14:31 UTC 

[Qemu-devel] [PATCH v5 00/10] Measure Tiny Code Generation Quality
 2019-08-21 14:29 UTC  (5+ messages)
` [Qemu-devel] [PATCH v5 08/10] Adding info [tbs|tb|coverset] commands to HMP. These commands allow the exploration of TBs generated by the TCG. Understand which one hotter, with more guest/host instructions... and examine their guest, host and IR code

[linuxwifi] Intel Centrino Ultimate N 6300 regression
 2019-08-21 14:30 UTC 

[PATCH 0/2] A General Accelerator Framework, WarpDrive
 2019-08-21 14:30 UTC  (7+ messages)
` [PATCH 2/2] uacce: add uacce module

[PATCH 0/3] RFC/T: dma_resv vs. mmap_sem
 2019-08-21 14:30 UTC  (9+ messages)
` [PATCH 3/3] drm/ttm: remove ttm_bo_wait_unreserved

[PATCH] usb: gadget: udc: core: Fix error case while binding pending gadget drivers
 2019-08-21 14:30 UTC  (2+ messages)

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2019-08-21 14:29 UTC 

[PATCH v4 0/9] Use MFD framework for SGI IOC3 drivers
 2019-08-21 12:48 UTC  (8+ messages)
` [PATCH v4 3/9] nvmem: core: add nvmem_device_find

[PATCH v5 00/17] Use MFD framework for SGI IOC3 drivers
 2019-08-21 14:28 UTC  (4+ messages)
` [PATCH v5 10/17] net: sgi: ioc3-eth: rework skb rx handling

[PATCH v1 rdma-core 00/12] Shared PD and MR
 2019-08-21 14:26 UTC  (13+ messages)
` [PATCH v1 rdma-core 01/12] verbs: Introduce new inline helpers
` [PATCH v1 rdma-core 02/12] man: Add description to ibv_import_pd function
` [PATCH v1 rdma-core 03/12] verbs: Introduce new verb to import PD object
` [PATCH v1 rdma-core 04/12] mlx4: Implementation of import PD callback
` [PATCH v1 rdma-core 05/12] mlx5: "
` [PATCH v1 rdma-core 06/12] rxe: "
` [PATCH v1 rdma-core 07/12] man: Add description to ibv_import_mr function
` [PATCH v1 rdma-core 08/12] verbs: Introduce new verb to import MR object
` [PATCH v1 rdma-core 09/12] mlx4: Implementation of import MR callback
` [PATCH v1 rdma-core 10/12] mlx5: "
` [PATCH v1 rdma-core 11/12] rxe: "
` [PATCH v1 rdma-core 12/12] verbs: pinpong test using shared objects API

[PATCH 0/1] cooker.py: use depends instead of tdepends to generate recipe-depends.dot
 2019-08-21 14:28 UTC  (3+ messages)
` [PATCH 1/1] "

[RFCv3 0/3] interconnect: Add imx support via devfreq
 2019-08-21 14:26 UTC  (9+ messages)
` [RFCv3 3/3] interconnect: imx: Add platform driver for imx8mm

[v7 0/2] gpio: aspeed: Add SGPIO driver
 2019-08-21 14:25 UTC  (4+ messages)
` [v7 2/2] "

[PATCH] pinctrl: meson: meson: Add of_node_put() before return
 2019-08-21 14:24 UTC  (4+ messages)

Weird behaviour (GLX extension missing) in X11 forwarding since xorg-server 1.20 
 2019-08-21 14:26 UTC 

post-receive: pub/scm/linux/kernel/git/mkl/linux-can-next
 2019-08-21 14:26 UTC 

[PATCH 0/2] arm64: dts: meson: g12a: add tdm resets
 2019-08-21 14:23 UTC  (3+ messages)

Pointer magic in mm_init_cpumask()
 2019-08-21 14:26 UTC  (2+ messages)

stable-rc/linux-5.2.y build: 209 builds: 0 failed, 209 passed, 20 warnings (v5.2.9-136-g6451706234b4)
 2019-08-21 14:25 UTC 

[PATCH v2 00/14] arm64: dts: meson: fixes following YAML bindings schemas conversion
 2019-08-21 14:20 UTC  (46+ messages)
` [PATCH v2 01/14] arm64: dts: meson: fix ethernet mac reg format
` [PATCH v2 02/14] arm64: dts: meson-gx: drop the vpu dmc memory cell
` [PATCH v2 03/14] arm64: dts: meson-gx: fix reset controller compatible
` [PATCH v2 04/14] arm64: dts: meson-gx: fix spifc compatible
` [PATCH v2 05/14] arm64: dts: meson-gx: fix watchdog compatible
` [PATCH v2 06/14] arm64: dts: meson-gx: fix mhu compatible
` [PATCH v2 07/14] arm64: dts: meson-gx: fix periphs bus node name
` [PATCH v2 08/14] arm64: dts: meson-gxl: fix internal phy compatible
` [PATCH v2 09/14] arm64: dts: meson-axg: fix MHU compatible
` [PATCH v2 10/14] arm64: dts: meson-g12a: fix reset controller compatible
` [PATCH v2 11/14] arm64: dts: meson-g12a-x96-max: fix compatible
` [PATCH v2 12/14] arm64: dts: meson-gxbb-nanopi-k2: add missing model
` [PATCH v2 13/14] arm64: dts: meson-gxbb-p201: fix snps, reset-delays-us format
  ` [PATCH v2 13/14] arm64: dts: meson-gxbb-p201: fix snps,reset-delays-us format
` [PATCH v2 14/14] arm64: dts: meson: fix boards regulators states format

[PATCH] drm/i915/execlists: Set priority hint prior to submission
 2019-08-21 14:25 UTC  (2+ messages)

f_mass_storage vs drivers/target
 2019-08-21 14:25 UTC  (2+ messages)

[PATCH 5/6] staging: erofs: detect potential multiref due to corrupted images
 2019-08-21 14:24 UTC  (4+ messages)
` [PATCH v2 "

[PATCH v1 00/24] Shared PD and MR
 2019-08-21 14:21 UTC  (24+ messages)
` [PATCH v1 01/24] RDMA/uverbs: uobj_get_obj_read should return the ib_uobject
` [PATCH v1 02/24] RDMA/uverbs: Delete the macro uobj_put_obj_read
` [PATCH v1 03/24] RDMA/nldev: ib_pd can be pointed by multiple ib_ucontext
` [PATCH v1 04/24] IB/{core,hw}: ib_pd should not have ib_uobject pointer
` [PATCH v1 05/24] IB/core: ib_uobject need HW object reference count
` [PATCH v1 06/24] IB/uverbs: Helper function to initialize ufile member of uverbs_attr_bundle
` [PATCH v1 07/24] IB/uverbs: Add context import lock/unlock helper
` [PATCH v1 08/24] IB/verbs: Prototype of HW object clone callback
` [PATCH v1 09/24] IB/core: Install clone ib_pd in device ops
` [PATCH v1 11/24] IB/mlx5: Add implementation of clone_pd callback
` [PATCH v1 12/24] RDMA/rxe: "
` [PATCH v1 13/24] IB/uverbs: Add clone reference counting to ib_pd
` [PATCH v1 14/24] IB/uverbs: Add PD import verb
` [PATCH v1 15/24] IB/mlx4: Enable import from FD verb
` [PATCH v1 16/24] IB/mlx5: "
` [PATCH v1 17/24] RDMA/rxe: "
` [PATCH v1 18/24] IB/core: ib_mr should not have ib_uobject pointer
` [PATCH v1 19/24] IB/core: Install clone ib_mr in device ops
` [PATCH v1 20/24] IB/mlx4: Add implementation of clone_pd callback
` [PATCH v1 21/24] IB/mlx5: "
` [PATCH v1 22/24] RDMA/rxe: "
` [PATCH v1 23/24] IB/uverbs: Add clone reference counting to ib_mr
` [PATCH v1 24/24] IB/uverbs: Add MR import verb

[meta-java][PATCH] openjdk-8: fix build on machines with linux kernel 5.0+
 2019-08-21 14:24 UTC  (2+ messages)

stable-rc/linux-4.19.y build: 206 builds: 0 failed, 206 passed, 6 warnings (v4.19.67-87-gbfa969cef25a)
 2019-08-21 14:23 UTC 

[Qemu-devel] QEMU bitmap backup usability FAQ
 2019-08-21 14:21 UTC  (2+ messages)

[PATCH v2] media: ov5640: add support of V4L2_CID_LINK_FREQ
 2019-08-21 14:24 UTC  (5+ messages)

[Xen-devel] [xen-unstable-smoke test] 140474: tolerable all pass - PUSHED
 2019-08-21 14:20 UTC 

[PATCH net-next] net: ethernet: ti: use devm_platform_ioremap_resource() to simplify code
 2019-08-21 14:20 UTC  (3+ messages)

[ANNOUNCE] v5.2.9-rt3
 2019-08-21 14:21 UTC  (5+ messages)

[Qemu-devel] [PULL 00/42] ppc-for-4.2 queue 20190821
 2019-08-21 14:18 UTC  (2+ messages)

[GIT PULL] Keys: Set 4 - Key ACLs for 5.3
 2019-08-21 14:20 UTC  (8+ messages)

RTNet - vnic0 question
 2019-08-21 14:20 UTC 

[PATCH] netfilter: nf_conntrack_ftp: Fix debug output
 2019-08-21 14:14 UTC 

[meta-oe][PATCH] ade: add recipe
 2019-08-21 14:19 UTC  (2+ messages)

[Patch v4 1/3] dt-bindings: spi: spi-fsl-qspi: Add ls2080a compatibility string to bindings
 2019-08-21 14:18 UTC  (3+ messages)
  ` [EXT] "

[Qemu-devel] Broken aarch64 by qcow2: skip writing zero buffers to empty COW areas [v2]
 2019-08-21 14:14 UTC 

[PATCH v3 1/4] iio: adc: ad7606: Add support for AD7606B ADC
 2019-08-21 14:16 UTC  (4+ messages)
` [PATCH v3 2/4] MAINTAINERS: Add Beniamin Bia for AD7606 driver
` [PATCH v3 3/4] dt-bindings: iio: adc: Migrate AD7606 documentation to yaml
` [PATCH v3 4/4] dt-bindings: iio: adc: Add AD7606B ADC documentation


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.