All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-11-21 02:47:05 to 2018-11-21 03:44:16 UTC [more...]

[Cluster-devel] [PATCH V10 00/19] block: support multi-page bvec
 2018-11-21  3:44 UTC  (12+ messages)
` [Cluster-devel] [PATCH V10 09/19] block: introduce bio_bvecs()
              `  "

[PATCH] kbuild: move modpost out of 'scripts' target
 2018-11-20 17:13 UTC 

[U-Boot] [PATCH v3 0/3] RISC-V S-mode support
 2018-11-21  3:41 UTC  (4+ messages)
` [U-Boot] [PATCH v3 1/3] riscv: Add kconfig option to run u-boot in S-mode
` [U-Boot] [PATCH v3 2/3] riscv: qemu: Use different SYS_TEXT_BASE for S-mode
` [U-Boot] [PATCH v3 3/3] riscv: Add S-mode defconfigs for QEMU virt machine

[RFC v3 0/3] Add VRF support for VXLAN underlay
 2018-11-20 17:09 UTC  (8+ messages)
` [RFC v3 3/3] vxlan: handle underlay VRF changes

[PATCH v2 00/15] Add initial RDA8810PL SoC and Orange Pi boards support
 2018-11-21  3:36 UTC  (32+ messages)
` [PATCH v2 01/15] dt-bindings: Add RDA Micro vendor prefix
` [PATCH v2 02/15] dt-bindings: arm: Document RDA8810PL and reference boards
` [PATCH v2 03/15] ARM: Prepare RDA8810PL SoC
` [PATCH v2 04/15] dt-bindings: interrupt-controller: Document RDA8810PL intc
` [PATCH v2 05/15] arm: dts: Add devicetree for RDA8810PL SoC
` [PATCH v2 06/15] arm: dts: Add devicetree for OrangePi 2G IoT board
` [PATCH v2 07/15] arm: dts: Add devicetree for OrangePi i96 board
` [PATCH v2 08/15] irqchip: Add RDA8810PL interrupt driver
` [PATCH v2 09/15] dt-bindings: timer: Document RDA8810PL SoC timer
` [PATCH v2 10/15] arm: dts: rda8810pl: Add timer support
` [PATCH v2 11/15] clocksource: Add clock driver for RDA8810PL SoC
` [PATCH v2 12/15] dt-bindings: serial: Document RDA Micro UART
` [PATCH v2 13/15] arm: dts: rda8810pl: Add interrupt support for UART
` [PATCH v2 14/15] tty: serial: Add RDA8810PL UART driver
` [PATCH v2 15/15] MAINTAINERS: Add entry for RDA Micro SoC architecture

[virtio] [PATCH v2] VIRTIO_F_NOTIFICATION_DATA: extra data to devices
 2018-11-21  3:35 UTC 

[PATCH V3 0/1] can: flexcan: Add CAN self wakeup support
 2018-11-21  3:34 UTC  (3+ messages)
` [PATCH V3 1/1] can: flexcan: Add "

[Qemu-devel] [PATCH] memory: check write/read_with_attrs in memory dispatch
 2018-11-21  3:23 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] Monitor patches for 2018-10-30
 2018-11-21  3:28 UTC  (11+ messages)

[PATCH v2] f2fs: fix wrong return value of f2fs_acl_create
 2018-11-21  3:32 UTC  (2+ messages)

[PATCH v2 5/5] Staging: iio: adt7316: Use device tree data to assign irq_type
 2018-11-20 17:00 UTC 

[PATCH 1/2] f2fs: remove stale inode entry before eviction from gdirty_list
 2018-11-21  3:30 UTC  (5+ messages)

(no subject)
 2018-11-21  3:29 UTC  (3+ messages)
` [PATCH 1/2] commit-graph: rename 'num_extra_edges' variable to 'num_large_edges'

[PATCH v5] target: add emulate_pr backstore attr to toggle PR support
 2018-11-21  3:29 UTC  (2+ messages)

[Cluster-devel] [PATCH V11 00/19] block: support multi-page bvec
 2018-11-21  3:23 UTC  (60+ messages)
`  "
` [Cluster-devel] [PATCH V11 01/19] block: don't use bio->bi_vcnt to figure out segment number
  `  "
` [Cluster-devel] [PATCH V11 02/19] block: introduce multi-page bvec helpers
  `  "
` [Cluster-devel] [PATCH V11 03/19] block: introduce bio_for_each_bvec()
  `  "
` [Cluster-devel] [PATCH V11 04/19] block: use bio_for_each_bvec() to compute multi-page bvec count
  `  "
` [Cluster-devel] [PATCH V11 05/19] block: use bio_for_each_bvec() to map sg
  `  "
` [Cluster-devel] [PATCH V11 06/19] block: introduce bvec_last_segment()
  `  "
` [Cluster-devel] [PATCH V11 07/19] fs/buffer.c: use bvec iterator to truncate the bio
  `  "
` [Cluster-devel] [PATCH V11 08/19] btrfs: use bvec_last_segment to get bio's last page
  `  "
` [Cluster-devel] [PATCH V11 09/19] btrfs: move bio_pages_all() to btrfs
  `  "
` [Cluster-devel] [PATCH V11 10/19] block: loop: pass multi-page bvec to iov_iter
  `  "
` [Cluster-devel] [PATCH V11 11/19] bcache: avoid to use bio_for_each_segment_all() in bch_bio_alloc_pages()
  `  "
` [Cluster-devel] [PATCH V11 12/19] block: allow bio_for_each_segment_all() to iterate over multi-page bvec
  `  "
` [Cluster-devel] [PATCH V11 13/19] block: move bounce_clone_bio into bio.c
  `  "
` [Cluster-devel] [PATCH V11 14/19] block: handle non-cluster bio out of blk_bio_segment_split
  `  "
` [Cluster-devel] [PATCH V11 15/19] block: enable multipage bvecs
  `  "
` [Cluster-devel] [PATCH V11 16/19] block: always define BIO_MAX_PAGES as 256
  `  "
` [Cluster-devel] [PATCH V11 17/19] block: document usage of bio iterator helpers
  `  "
` [Cluster-devel] [PATCH V11 18/19] block: kill QUEUE_FLAG_NO_SG_MERGE
  `  "
` [Cluster-devel] [PATCH V11 19/19] block: kill BLK_MQ_F_SG_MERGE
  `  "

[PATCH v2 4/5] Staging: iio: adt7316: Change the name from irq_flags to irq_type
 2018-11-20 16:58 UTC 

[PATCH v2 3/5] Staging: iio: adt7316: Switch irq_flags to a local variable
 2018-11-20 16:56 UTC 

[RFC PATCH v2 0/3] realize dax_operations for dm-snapshot
 2018-11-21  3:27 UTC  (8+ messages)
  ` [RFC PATCH v2 1/3] dm: enable "
  ` [RFC PATCH v2 2/3] dm: expand hc_map in mapped_device for lack of map
  ` [RFC PATCH v2 3/3] dm: expand valid types for dm-ioctl

[PATCH 0/5] xfs-5.0: miscellaneous cleanups
 2018-11-20 16:56 UTC  (16+ messages)
` [PATCH 1/5] xfs: const-ify xfs_owner_info arguments
` [PATCH 2/5] xfs: remove xfs_rmap_ag_owner and friends
` [PATCH 3/5] xfs: add a block to inode count converter
` [PATCH 4/5] xfs: precalculate inodes and blocks per inode cluster
` [PATCH 5/5] xfs: precalculate cluster alignment in inodes and blocks

[PATCH net] sctp: count sk_wmem_alloc by skb truesize in sctp_packet_transmit
 2018-11-21  3:25 UTC  (4+ messages)

[PATCH v2 2/5] Staging: iio: adt7316: Use device tree data to set ldac_pin
 2018-11-20 16:54 UTC 

[PATCH v1 0/8] mm/kdump: allow to exclude pages that are logically offline
 2018-11-21  3:22 UTC  (10+ messages)
` [PATCH v1 3/8] kexec: export PG_offline to VMCOREINFO
` [PATCH v1 6/8] vmw_balloon: mark inflated pages PG_offline

[PATCH v2 1/5] Staging: iio: adt7316: Add of_device_id table
 2018-11-20 16:52 UTC 

[PATCH v5 00/11] media: ov5640: Misc cleanup and improvements
 2018-11-20 16:51 UTC  (5+ messages)
` [PATCH v5 01/11] media: ov5640: Adjust the clock based on the expected rate

Clang backports for 4.9 and 4.4
 2018-11-20 16:52 UTC  (10+ messages)

[PATCH net-next v3] wireless-drivers: rtnetlink wifi simulation device
 2018-11-21  3:20 UTC  (11+ messages)

Memory hotplug softlock issue
 2018-11-21  3:20 UTC  (15+ messages)

[U-Boot] [PATCH v2 0/3] RISC-V S-mode support
 2018-11-21  3:19 UTC  (7+ messages)
` [U-Boot] [PATCH v2 1/3] riscv: Add kconfig option to run u-boot in S-mode
` [U-Boot] [PATCH v2 3/3] riscv: Add S-mode defconfigs for QEMU virt machine

[PATCH v3] scsi: tcmu: avoid cmd/qfull timers updated whenever a new cmd comes
 2018-11-21  3:19 UTC  (2+ messages)

[PATCH] mm: use this_cpu_cmpxchg_double in put_cpu_partial
 2018-11-21  3:18 UTC  (5+ messages)

[PATCH mac80211-next v4] mac80211-next: rtnetlink wifi simulation device
 2018-11-21  3:14 UTC  (2+ messages)

[PATCH v3 0/1] Fix scissors bug during merge conflict
 2018-11-21  3:13 UTC  (4+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 1/2] t7600: clean up 'merge --squash c3 with c7' test
  ` [PATCH v4 2/2] merge: add scissors line on merge conflict

[PATCH 4.9 V2 00/24] V4.9 backport of 32-bit arm spectre patches
 2018-11-20 16:42 UTC  (10+ messages)
` [PATCH 4.9 V2 09/24] ARM: spectre-v2: add firmware based hardening

[Buildroot] [PATCH v2 1/6] package/compiler-rt: new package
 2018-11-21  3:12 UTC  (8+ messages)
` [Buildroot] [PATCH v2 2/6] package/llvm: install target binary/debug tools

[virtio] [PATCH] ACCESS_PLATFORM/ACCESS_ORDER
 2018-11-21  3:09 UTC 

[PATCH 0/4] KFD upstreaming Nov 2018, part 2
 2018-11-21  3:07 UTC  (5+ messages)
  ` [PATCH 1/4] drm/amdgpu: Add KFD VRAM limit checking
  ` [PATCH 2/4] drm/amdkfd: Add NULL-pointer check
  ` [PATCH 3/4] drm/amdkfd: Add DMABuf import functionality
  ` [PATCH 4/4] drm/amdkfd: Add support for doorbell BOs

[LTP] [PATCH] syscalls/statx06.c: Fix compiler errors on old distros
 2018-11-21  3:05 UTC 

[PATCH] mm: use managed_zone() for more exact check in zone iteration
 2018-11-21  3:05 UTC  (3+ messages)

[PATCH 0/7] xfs: various fixes for 4.20
 2018-11-20 16:33 UTC  (9+ messages)
` [PATCH 6/7] xfs: don't ENOSPC on writeback when punching holes
` [PATCH 8/7] xfs: delalloc -> unwritten COW fork allocation can go wrong

[PATCH 0/6] crypto: x86/chacha20 - SIMD performance improvements
 2018-11-20 16:32 UTC  (7+ messages)

[RFCv3 PATCH 1/6] uacce: Add documents for WarpDrive/uacce
 2018-11-21  3:02 UTC  (11+ messages)

[PATCH] tee: optee: avoid possible double list_del()
 2018-11-21  3:01 UTC 

[PATCH 0/3] crypto: x86/chacha20 - AVX-512VL block functions
 2018-11-20 16:30 UTC  (4+ messages)
` [PATCH 1/3] crypto: x86/chacha20 - Add a 8-block AVX-512VL variant
` [PATCH 2/3] crypto: x86/chacha20 - Add a 2-block "
` [PATCH 3/3] crypto: x86/chacha20 - Add a 4-block "

[linux-4.19 test] 130520: regressions - trouble: blocked/broken/fail/pass
 2018-11-21  3:00 UTC 

hello@
 2018-11-21  0:05 UTC 

[PATCH 1/4] drm/edid: Add CTA-861-G modes with VIC < 128
 2018-11-21  2:58 UTC  (2+ messages)
` ✓ Fi.CI.IGT: success for series starting with [1/4] "

[RFC PATCH] net: don't keep lonely packets forever in the gro hash
 2018-11-20 16:28 UTC  (4+ messages)

[GIT PULL for v4.20-rc4] media fixes
 2018-11-20 16:25 UTC  (2+ messages)

[RFC PATCH v3 00/15] crypto: Adiantum support
 2018-11-20 16:24 UTC  (13+ messages)
` [RFC PATCH v3 10/15] crypto: poly1305 - use structures for key and accumulator
            ` [RFC PATCH] zinc chacha20 generic implementation using crypto API code
              ` [RFC PATCH v2 0/4] Exporting existing crypto API code through zinc

[U-Boot] [PATCH V2 01/15] Introduce CONFIG_FIT_EXTERNAL_OFFSET
 2018-11-21  2:54 UTC  (4+ messages)
` [U-Boot] [PATCH V2 14/15] drivers: ddr: introduce DDR driver for i.MX8M

[PATCH hwmon-next v1 1/1] hwmon: (mlxreg-fan) Fix macros for tacho fault reading
 2018-11-20 16:23 UTC  (6+ messages)

[PATCH] mm, hotplug: protect nr_zones with pgdat_resize_lock()
 2018-11-21  2:52 UTC  (4+ messages)

[PATCH 0/7] Improve I/O priority handling
 2018-11-21  2:50 UTC  (9+ messages)
` [PATCH 2/7] block: Remove bio->bi_ioc

[xen-4.7-testing test] 130564: trouble: blocked/broken/fail/pass
 2018-11-21  2:50 UTC 

Discussion: PNOR image verification (and possibly Virtual PNOR) on 64MiB flash
 2018-11-21  2:49 UTC  (2+ messages)

[PATCH 0/4] XSA-276 follow-up
 2018-11-21  2:47 UTC  (5+ messages)
` [PATCH 2/4] x86: correct instances of PGC_allocated clearing


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.