All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-02-17 16:11:13 to 2018-02-17 19:04:07 UTC [more...]

[Qemu-arm] [PATCH v2 00/67] target/arm: Scalable Vector Extension
 2018-02-17 18:23 UTC  (92+ messages)
` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 01/67] target/arm: Enable SVE for aarch64-linux-user
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 02/67] target/arm: Introduce translate-a64.h
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 03/67] target/arm: Add SVE decode skeleton
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 04/67] target/arm: Implement SVE Bitwise Logical - Unpredicated Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 05/67] target/arm: Implement SVE load vector/predicate
` [Qemu-arm] [PATCH v2 06/67] target/arm: Implement SVE predicate test
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 07/67] target/arm: Implement SVE Predicate Logical Operations Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 08/67] target/arm: Implement SVE Predicate Misc Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 09/67] target/arm: Implement SVE Integer Binary Arithmetic - Predicated Group
` [Qemu-arm] [PATCH v2 10/67] target/arm: Implement SVE Integer Reduction Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 11/67] target/arm: Implement SVE bitwise shift by immediate (predicated)
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 12/67] target/arm: Implement SVE bitwise shift by vector (predicated)
` [Qemu-devel] [PATCH v2 13/67] target/arm: Implement SVE bitwise shift by wide elements (predicated)
` [Qemu-devel] [PATCH v2 14/67] target/arm: Implement SVE Integer Arithmetic - Unary Predicated Group
` [Qemu-devel] [PATCH v2 15/67] target/arm: Implement SVE Integer Multiply-Add Group
` [Qemu-arm] [PATCH v2 16/67] target/arm: Implement SVE Integer Arithmetic - Unpredicated Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 17/67] target/arm: Implement SVE Index Generation Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 18/67] target/arm: Implement SVE Stack Allocation Group
` [Qemu-arm] [PATCH v2 19/67] target/arm: Implement SVE Bitwise Shift - Unpredicated Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 20/67] target/arm: Implement SVE Compute Vector Address Group
` [Qemu-arm] [PATCH v2 21/67] target/arm: Implement SVE floating-point exponential accelerator
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 22/67] target/arm: Implement SVE floating-point trig select coefficient
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 23/67] target/arm: Implement SVE Element Count Group
` [Qemu-arm] [PATCH v2 24/67] target/arm: Implement SVE Bitwise Immediate Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 25/67] target/arm: Implement SVE Integer Wide Immediate - Predicated Group
` [Qemu-arm] [PATCH v2 26/67] target/arm: Implement SVE Permute - Extract Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 27/67] target/arm: Implement SVE Permute - Unpredicated Group
` [Qemu-devel] [PATCH v2 28/67] target/arm: Implement SVE Permute - Predicates Group
` [Qemu-arm] [PATCH v2 29/67] target/arm: Implement SVE Permute - Interleaving Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 30/67] target/arm: Implement SVE compress active elements
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 31/67] target/arm: Implement SVE conditionally broadcast/extract element
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 32/67] target/arm: Implement SVE copy to vector (predicated)
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 33/67] target/arm: Implement SVE reverse within elements
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 34/67] target/arm: Implement SVE vector splice (predicated)
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 35/67] target/arm: Implement SVE Select Vectors Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 36/67] target/arm: Implement SVE Integer Compare - "
` [Qemu-arm] [PATCH v2 37/67] target/arm: Implement SVE Integer Compare - Immediate Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 38/67] target/arm: Implement SVE Partition Break Group
` [Qemu-devel] [PATCH v2 39/67] target/arm: Implement SVE Predicate Count Group
` [Qemu-devel] [PATCH v2 41/67] target/arm: Implement FDUP/DUP
` [Qemu-devel] [PATCH v2 42/67] target/arm: Implement SVE Integer Wide Immediate - Unpredicated Group
` [Qemu-devel] [PATCH v2 43/67] target/arm: Implement SVE Floating Point Arithmetic "
` [Qemu-arm] [PATCH v2 44/67] target/arm: Implement SVE Memory Contiguous Load Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 46/67] target/arm: Implement SVE load and broadcast quadword
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 47/67] target/arm: Implement SVE integer convert to floating-point
` [Qemu-devel] [PATCH v2 48/67] target/arm: Implement SVE floating-point arithmetic (predicated)
` [Qemu-arm] [PATCH v2 49/67] target/arm: Implement SVE FP Multiply-Add Group
  ` [Qemu-devel] "
` [Qemu-arm] [PATCH v2 50/67] target/arm: Implement SVE Floating Point Accumulating Reduction Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 51/67] target/arm: Implement SVE load and broadcast element
` [Qemu-arm] [PATCH v2 52/67] target/arm: Implement SVE store vector/predicate register
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 53/67] target/arm: Implement SVE scatter stores
` [Qemu-devel] [PATCH v2 55/67] target/arm: Implement SVE gather loads
` [Qemu-devel] [PATCH v2 56/67] target/arm: Implement SVE scatter store vector immediate
` [Qemu-arm] [PATCH v2 57/67] target/arm: Implement SVE floating-point compare vectors
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 58/67] target/arm: Implement SVE floating-point arithmetic with immediate
` [Qemu-arm] [PATCH v2 59/67] target/arm: Implement SVE Floating Point Multiply Indexed Group
  ` [Qemu-devel] "
` [Qemu-devel] [PATCH v2 63/67] target/arm: Implement SVE floating-point trig multiply-add coefficient
` [Qemu-devel] [PATCH v2 65/67] target/arm: Implement SVE floating-point convert to integer
` [Qemu-devel] [PATCH v2 66/67] target/arm: Implement SVE floating-point round to integral value

issues with at86rf212b transceiver
 2018-02-17 19:04 UTC  (2+ messages)

[PATCH v4 1/2] can: kvaser_usb: Simplify struct kvaser_msg_cardinfo
 2018-02-17 18:56 UTC  (3+ messages)
` [PATCH v4 2/2] can: kvaser_usb: Expose EAN and serial number via sysfs

[RFC] fix parallelism for rpc tasks
 2018-02-17 18:55 UTC  (10+ messages)

TCP and BBR: reproducibly low cwnd and bandwidth
 2018-02-17 18:52 UTC  (5+ messages)

[Qemu-devel] [PATCH v9 00/14] ARM SMMUv3 Emulation Support
 2018-02-17 18:46 UTC  (15+ messages)
` [Qemu-devel] [PATCH v9 01/14] hw/arm/smmu-common: smmu base device and datatypes
` [Qemu-devel] [PATCH v9 02/14] hw/arm/smmu-common: IOMMU memory region and address space setup
` [Qemu-devel] [PATCH v9 03/14] hw/arm/smmu-common: VMSAv8-64 page table walk
` [Qemu-devel] [PATCH v9 04/14] hw/arm/smmuv3: Skeleton
` [Qemu-devel] [PATCH v9 05/14] hw/arm/smmuv3: Wired IRQ and GERROR helpers
` [Qemu-devel] [PATCH v9 06/14] hw/arm/smmuv3: Queue helpers
` [Qemu-devel] [PATCH v9 07/14] hw/arm/smmuv3: Implement MMIO write operations
` [Qemu-devel] [PATCH v9 08/14] hw/arm/smmuv3: Event queue recording helper
` [Qemu-devel] [PATCH v9 09/14] hw/arm/smmuv3: Implement translate callback
` [Qemu-devel] [PATCH v9 10/14] hw/arm/smmuv3: Abort on vfio or vhost case
` [Qemu-devel] [PATCH v9 11/14] target/arm/kvm: Translate the MSI doorbell in kvm_arch_fixup_msi_route
` [Qemu-devel] [PATCH v9 12/14] hw/arm/virt: Add SMMUv3 to the virt board
` [Qemu-devel] [PATCH v9 13/14] hw/arm/virt-acpi-build: Add smmuv3 node in IORT table
` [Qemu-devel] [PATCH v9 14/14] hw/arm/virt: Handle iommu in 2.12 machine type

[meta-networking][PATCH] waf-samba: use new oe.utils.parallel_make_argument function instead of removed get_waf_parallel_make
 2018-02-17 18:39 UTC  (6+ messages)

[PATCH] Backport "ARM: dts: am335x-bone*: usb0 is hardwired for peripheral" from linux
 2018-02-17 18:31 UTC 

[SPDK] NVMf Direct mode
 2018-02-17 18:37 UTC 

[net-next 09/10] tipc: separate topology server listener socket from subcsriber sockets
 2018-02-17 18:35 UTC  (3+ messages)
` [tipc] 5fb6af56fa: BUG:sleeping_function_called_from_invalid_context_at_net/core/sock.c

[PATCH V2] lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodings
 2018-02-17 18:33 UTC  (2+ messages)

[Qemu-arm] [PATCH 1/3] hw/i2c-ddc: Do not fail writes
 2018-02-17 18:32 UTC  (3+ messages)
` [Qemu-arm] [PATCH 2/3] hw/sii9022: Add support for Silicon Image SII9022
  ` [Qemu-devel] "

Project
 2018-02-17 18:28 UTC 

[Cocci] Determination for the absence of an option in a function call
 2018-02-17 18:17 UTC  (6+ messages)

[PATCH 0/2] efivars: reading variables can generate SMIs
 2018-02-17 18:12 UTC  (14+ messages)

[Qemu-devel] [PATCH 00/11] linux-user: improve NETLINK strace
 2018-02-17 18:10 UTC  (11+ messages)
` [Qemu-devel] [PATCH 03/11] linux-user/strace: add print_sockaddr_ptr() to handle plain/pointer addrlen
` [Qemu-devel] [PATCH 06/11] linux-user/strace: improve recvmsg() output
` [Qemu-devel] [PATCH 07/11] linux-user/strace: improve bind() output
` [Qemu-devel] [PATCH 08/11] linux-user/strace: improve gettimeofday() output
` [Qemu-devel] [PATCH 09/11] linux-user/strace: improve capget()/capset() output

[Qemu-devel] [PATCH v4 1/1] scripts: Add decodetree.py
 2018-02-17 18:07 UTC 

[Buildroot] [PATCH v2] Change host locale from C to en_US.UTF-8 for reproducable builds
 2018-02-17 18:06 UTC  (3+ messages)
` [Buildroot] [PATCH v3] systemd: switch to en_US.UTF-8 locale when building

[PATCH 0/9] kernel-yocto: kernel updates/drops/refreshes
 2018-02-17 18:03 UTC  (8+ messages)
` [PATCH 2/9] linux-yocto: introduce 4.15 recipes

[Question] It seems reads can cause dirty logging in EPT mode
 2018-02-17 18:01 UTC 

[PATCH] Drop linux-yocto bbappends for 4.4, 4.9, 4.10
 2018-02-17 18:01 UTC  (2+ messages)

LIO FC Target on Debian 9 for Windows Server Failover Cluster
 2018-02-17 17:58 UTC 

[net-next v2 2/2] bpf: Add eBPF seccomp sample programs
 2018-02-17 17:58 UTC  (2+ messages)

[PATCH v2] MIPS: Add basic R5900 support
 2018-02-17 17:47 UTC  (11+ messages)
              ` [RFC] MIPS: R5900: Workaround for saving and restoring FPU registers

[meta-security][PATCH 1/5] yocto-linux/4.9: fix typo in filepath
 2018-02-17 17:45 UTC  (5+ messages)
` [meta-security][PATCH 2/5] google-authenticator-libpam: add new package
` [meta-security][PATCH 3/5] linux-stable: drop old versions no longer in core
` [meta-security][PATCH 4/5] linux-yocto: drop dangling dir
` [meta-security][PATCH 5/5] linux-yocto: move to wildcard on bbappend

[U-Boot] [PATCHv1] mx53ppd: Change UART clock divider for high baudrate
 2018-02-17 17:42 UTC  (2+ messages)

[net-next PATCH v1 0/3] dwmac-meson8b: small cleanup
 2018-02-17 17:42 UTC  (9+ messages)
` [net-next PATCH v1 1/3] net: stmmac: dwmac-meson8b: simplify clock registration
` [net-next PATCH v1 3/3] net: stmmac: dwmac-meson8b: make the clock configurations private

[virtio-dev] [RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
 2018-02-17 17:41 UTC  (8+ messages)
` [virtio-dev] [RFC PATCH v3 2/3] virtio_net: Extend virtio to use VF datapath when available
  `  "
` [RFC PATCH v3 0/3] Enable virtio_net to act as a backup for a passthru device
  ` [virtio-dev] "

[PATCH 4.9 00/92] 4.9.81-stable review
 2018-02-17 17:35 UTC  (8+ messages)

[PATCH v3 00/15] extend initramfs archive format to support xattrs
 2018-02-17 17:32 UTC  (9+ messages)
` [PATCH v3 01/15] Documentation: add newcx initramfs format description

[PATCH 1/2] kconfig: Print reverse dependencies on new line consistently
 2018-02-17 17:31 UTC  (9+ messages)
` [PATCH 2/2] kconfig: Print the value of each reverse dependency

[PATCH] staging: rtl8723bs: Move closing braces of 'if' statements to end of line
 2018-02-17 17:27 UTC  (2+ messages)
` [Outreachy kernel] "

[PATCH 0/4] staging: iio: accel: adis16201 driver cleanup
 2018-02-17 17:24 UTC  (6+ messages)
` [PATCH 3/4] staging: iio: accel: Use sign_extend32 and adjust a switch statement

ThinkPad Yoga 370 thinkpad_acpi unhandled events
 2018-02-17 17:20 UTC  (4+ messages)

[PATCH] iio: light: lv0104cs: Add support for LV0104CS light sensor
 2018-02-17 17:13 UTC  (4+ messages)

[PATCH 0/3] x86/microcode: Add a microcode loader callback
 2018-02-17 17:06 UTC  (5+ messages)
` [PATCH 2/3] x86/CPU: "

[GIT PULL] Block IO fixes for 4.16-rc2
 2018-02-17 17:02 UTC 

[Qemu-devel] [PULL 00/23] Misc patches for 2017-02-16
 2018-02-17 17:00 UTC  (6+ messages)
` [Qemu-devel] [PULL 09/23] gdbstub: Fix vCont behaviour

[PATCH] quiet memset() warning with sizeof(VLA)
 2018-02-17 16:58 UTC 

i2c-designware: sound and s2ram broken on Broadwell-U system since commit ca382f5b38f367b6 (add i2c gpio recovery option)
 2018-02-17 16:58 UTC  (4+ messages)

[PATCHv3] iio: buffer: check if a buffer has been set up when poll is called
 2018-02-17 16:56 UTC  (2+ messages)

[PATCH v3 0/3] Print reverse dependencies in groups
 2018-02-17 16:55 UTC  (7+ messages)
` [PATCH v3 1/3] kconfig: Print reverse dependencies on new line consistently
` [PATCH v3 2/3] kconfig: Prepare for printing reverse dependencies in groups
` [PATCH v3 3/3] kconfig: Print "

[PATCH v3 07/11] watchdog/hpwdt: Modify to use watchdog core
 2018-02-17 16:49 UTC  (2+ messages)
` [v3,07/11] "

Ongoing Btrfs stability issues
 2018-02-17 16:42 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/2] tcg: tcg_can_emit_vec_op cleanup+fix
 2018-02-17 16:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] tcg: Fold unspecified opcode test into tcg_can_emit_vec_op
` [Qemu-devel] [PATCH 2/2] tcg: Add missing tcg_can_emit_vec_op check in tcg_gen_gvec_2s

[PATCH 00/18] crypto: talitos - fixes and performance improvement
 2018-02-17 16:32 UTC  (4+ messages)
` [PATCH 16/18] crypto: talitos - do hw_context DMA mapping outside the requests

[PATCH] iio: chemical: ccs811: Corrected firmware boot/application mode transition
 2018-02-17 16:28 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/3] adis16209 driver cleanup
 2018-02-17 16:21 UTC  (4+ messages)
` [PATCH 1/3] Staging: iio: adis16209: Use SPDX identifier
` [PATCH 2/3] Staging: iio: adis16209: Remove unnecessary comments and add suitable suffix
` [PATCH 3/3] Staging: iio: adis16209: Use sign_extend32 and adjust a switch statement

[PATCH v3 06/11] watchdog/hpwdt: Select WATCHDOG_CORE
 2018-02-17 16:21 UTC  (2+ messages)
` [v3,06/11] "

[PATCH v3 05/11] watchdog/hpwdt: Update Module info
 2018-02-17 16:19 UTC  (2+ messages)
` [v3,05/11] "

[PATCH v3 04/11] watchdog/hpwdt: white space changes
 2018-02-17 16:17 UTC  (2+ messages)
` [v3,04/11] "

[PATCH 00/23] kconfig: move compiler capability tests to Kconfig
 2018-02-17 16:16 UTC  (3+ messages)
` [PATCH 07/23] kconfig: add function support and implement 'shell' function

[PATCH v3 03/11] watchdog/hpwdt: Update nmi_panic message
 2018-02-17 16:14 UTC  (2+ messages)
` [v3,03/11] "

[PATCH] mm: zbud: Remove zbud_map() and zbud_unmap() function
 2018-02-17 16:12 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.