All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-10-13 14:05:26 to 2015-10-13 14:33:26 UTC [more...]

[PATCH v3 0/5] crypto: fixes for Marvell hash
 2015-10-13 14:33 UTC  (3+ messages)
` [PATCH v3 1/5] crypto: ensure algif_hash does not pass a zero-sized state

[PATCH v3 0/6] atomics: powerpc: Implement relaxed/acquire/release variants of some atomics
 2015-10-13 14:32 UTC  (4+ messages)
` [PATCH v3 6/6] powerpc: atomic: Implement cmpxchg{, 64}_* and atomic{, 64}_cmpxchg_* variants
  ` [PATCH v3 6/6] powerpc: atomic: Implement cmpxchg{,64}_* and atomic{,64}_cmpxchg_* variants

[PATCH v2 0/4] soc: ti: knav_qmss: enable accumulator queue support
 2015-10-13 14:32 UTC  (4+ messages)
` [PATCH v2 2/4] soc: ti: add firmware file name as part of the driver

[PATCH] drm: misc cleanup
 2015-10-13 14:32 UTC  (4+ messages)
` [PATCH] drm/dp: add DPCD logging

switchdev and VLAN ranges
 2015-10-13 14:32 UTC  (5+ messages)
` [PATCH net-next] switchdev: enforce no pvid flag in vlan ranges

[PATCH v2] drm/i915: set proper N/CTS in modeset
 2015-10-13 14:35 UTC  (5+ messages)

[Qemu-devel] [RFC] scsi-disk: add -device scsi-disk, slow=on property
 2015-10-13 14:31 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC] hw/virtio: Add PCIe capability to virtio devices
 2015-10-13 14:31 UTC  (3+ messages)

ARM64 EFI runtime
 2015-10-13 14:31 UTC  (3+ messages)

[Resend: PATCH v2 1/4] Documentation: dt: soc: move driver description to a separate document
 2015-10-13 14:31 UTC  (4+ messages)

[PATCH openbmc 0/3] A couple more changes for flash images
 2015-10-13 14:30 UTC  (4+ messages)
` [PATCH openbmc 1/3] Use lzma compression for rootfs
` [PATCH openbmc 2/3] Fix initrd load address
` [PATCH openbmc 3/3] Palmetto u-boot console fixes

[PATCH 2/2] fstests: update btrfs/035 to check for data loss
 2015-10-13 14:30 UTC 

[RFC v2 PATCH 00/14] Implement generic IPI support mechanism
 2015-10-13 14:30 UTC  (9+ messages)
` [RFC v2 PATCH 03/14] irq: add new struct ipi_mask
` [RFC v2 PATCH 06/14] irq: add struct ipi_mapping and its helper functions

[PATCH 1/2] fstests: btrfs test for cloning of inline extents
 2015-10-13 14:29 UTC 

[PATCH 0/4] eth_ring: perf test and usability improvements
 2015-10-13 14:29 UTC  (3+ messages)
` [PATCH 2/4] rte_ring: store memzone pointer inside ring

[PATCH] Btrfs: fix file corruption and data loss after cloning inline extents
 2015-10-13 14:29 UTC 

[Qemu-devel] [PULL v3 00/51] Ivshmem patches
 2015-10-13 14:26 UTC  (52+ messages)
` [Qemu-devel] [PULL v3 01/51] tests: Add ivshmem qtest
` [Qemu-devel] [PULL v3 02/51] char: add qemu_chr_free()
` [Qemu-devel] [PULL v3 03/51] msix: add VMSTATE_MSIX_TEST
` [Qemu-devel] [PULL v3 04/51] ivhsmem: read do not accept more than sizeof(long)
` [Qemu-devel] [PULL v3 05/51] ivshmem: fix number of bytes to push to fifo
` [Qemu-devel] [PULL v3 06/51] ivshmem: factor out the incoming fifo handling
` [Qemu-devel] [PULL v3 07/51] ivshmem: remove unnecessary dup()
` [Qemu-devel] [PULL v3 08/51] ivshmem: remove superflous ivshmem_attr field
` [Qemu-devel] [PULL v3 09/51] ivshmem: remove useless doorbell field
` [Qemu-devel] [PULL v3 10/51] ivshmem: more qdev conversion
` [Qemu-devel] [PULL v3 11/51] ivshmem: remove last exit(1)
` [Qemu-devel] [PULL v3 12/51] ivshmem: limit maximum number of peers to G_MAXUINT16
` [Qemu-devel] [PULL v3 13/51] ivshmem: simplify around increase_dynamic_storage()
` [Qemu-devel] [PULL v3 14/51] ivshmem: allocate eventfds in resize_peers()
` [Qemu-devel] [PULL v3 15/51] ivshmem: remove useless ivshmem_update_irq() val argument
` [Qemu-devel] [PULL v3 16/51] ivshmem: initialize max_peer to -1
` [Qemu-devel] [PULL v3 17/51] ivshmem: remove max_peer field
` [Qemu-devel] [PULL v3 18/51] ivshmem: improve debug messages
` [Qemu-devel] [PULL v3 19/51] ivshmem: improve error handling
` [Qemu-devel] [PULL v3 20/51] ivshmem: print error on invalid peer id
` [Qemu-devel] [PULL v3 21/51] ivshmem: simplify a bit the code
` [Qemu-devel] [PULL v3 22/51] ivshmem: use common return
` [Qemu-devel] [PULL v3 23/51] ivshmem: use common is_power_of_2()
` [Qemu-devel] [PULL v3 24/51] ivshmem: migrate with VMStateDescription
` [Qemu-devel] [PULL v3 25/51] ivshmem: shmfd can be 0
` [Qemu-devel] [PULL v3 26/51] ivshmem: check shm isn't already initialized
` [Qemu-devel] [PULL v3 27/51] ivshmem: add device description
` [Qemu-devel] [PULL v3 28/51] ivshmem: fix pci_ivshmem_exit()
` [Qemu-devel] [PULL v3 29/51] ivshmem: replace 'guest' for 'peer' appropriately
` [Qemu-devel] [PULL v3 30/51] ivshmem: error on too many eventfd received
` [Qemu-devel] [PULL v3 31/51] ivshmem: reset mask on device reset
` [Qemu-devel] [PULL v3 32/51] util: const event_notifier_get_fd() argument
` [Qemu-devel] [PULL v3 33/51] contrib: add ivshmem client and server
` [Qemu-devel] [PULL v3 34/51] ivshmem-client: check the number of vectors
` [Qemu-devel] [PULL v3 35/51] ivshmem-server: use a uint16 for client ID
` [Qemu-devel] [PULL v3 36/51] ivshmem-server: fix hugetlbfs support
` [Qemu-devel] [PULL v3 37/51] docs: update ivshmem device spec
` [Qemu-devel] [PULL v3 38/51] ivshmem: add check on protocol version in QEMU
` [Qemu-devel] [PULL v3 39/51] contrib: remove unnecessary strdup()
` [Qemu-devel] [PULL v3 40/51] msix: implement pba write (but read-only)
` [Qemu-devel] [PULL v3 41/51] qtest: add qtest_add_abrt_handler()
` [Qemu-devel] [PULL v3 42/51] glib-compat: add 2.38/2.40/2.46 asserts
` [Qemu-devel] [PULL v3 43/51] tests: add ivshmem qtest
` [Qemu-devel] [PULL v3 44/51] ivshmem: do not keep shm_fd open
` [Qemu-devel] [PULL v3 45/51] ivshmem: use qemu_strtosz()
` [Qemu-devel] [PULL v3 46/51] ivshmem: add hostmem backend
` [Qemu-devel] [PULL v3 47/51] ivshmem: remove EventfdEntry.vector
` [Qemu-devel] [PULL v3 48/51] ivshmem: rename MSI eventfd_table
` [Qemu-devel] [PULL v3 49/51] ivshmem: use kvm irqfd for msi notifications
` [Qemu-devel] [PULL v3 50/51] ivshmem: use little-endian int64_t for the protocol
` [Qemu-devel] [PULL v3 51/51] doc: document ivshmem & hugepages

[Patch RFC 00/13] VT-d Asynchronous Device-TLB Flush for ATS Device
 2015-10-13 14:29 UTC  (8+ messages)

4.3-rc5 triggering warning in i915 driver
 2015-10-13 14:32 UTC  (3+ messages)

Kernel error in extent-tree, forced readonly
 2015-10-13 14:28 UTC 

[Qemu-devel] [PATCH v8 00/18] post-introspection cleanups, subset B
 2015-10-13 14:27 UTC  (7+ messages)
` [Qemu-devel] [PATCH v8 10/18] qapi: Move union tag quirks into subclass
` [Qemu-devel] [PATCH v8 12/18] qapi: Track location that created an implicit type

ICMPv6 too big Packet will makes the network unreachable
 2015-10-13 14:26 UTC  (2+ messages)

[PATCH 0/2] Fix various issues
 2015-10-13 14:26 UTC  (3+ messages)
` [Outreachy kernel] "

[PATCH 1/2] ARM: dts: fix gpio-keys wakeup-source property
 2015-10-13 14:26 UTC  (6+ messages)
` [PATCH 2/2] ARM: dts: change gpio-key,wakeup property to boolean

[PATCH v2 0/2] Silence KASAN warnings in get_wchan()
 2015-10-13 14:19 UTC  (8+ messages)
` [PATCH v2 1/2] Provide READ_ONCE_NOCHECK()
` [PATCH v2 2/2] x86/process: Silence KASAN warnings in get_wchan()

[PATCH 00/14] md-cluster: A better way for METADATA_UPDATED processing
 2015-10-13 14:25 UTC  (14+ messages)
` [PATCH 01/14] md-cluster: Wake up suspended process
` [PATCH 02/14] md: remove_and_add_spares() to activate specific rdev
` [PATCH 03/14] md-cluster: Improve md_reload_sb to be less error prone
` [PATCH 04/14] md-cluster: Perform a lazy update
` [PATCH 05/14] md-cluster: Perform resync/recovery under a DLM lock
` [PATCH 06/14] md-cluster: Fix adding of new disk with new reload code
` [PATCH 07/14] md-cluster: Do not printk() every received message
` [PATCH 08/14] md-cluster: make other members of cluster_msg is handled by little endian funcs
` [PATCH 09/14] md-cluster: remove unnecessary setting for slot
` [PATCH 10/14] md-cluster: make sure the node do not receive it's own msg
` [PATCH 12/14] md-cluster: Add 'SUSE' as author for md-cluster.c
` [PATCH 13/14] md-cluster: only call kick_rdev_from_array after remove disk successfully
` [PATCH 14/14] md: check the return value for metadata_update_start

[RFC] arm64: ioremap: add ioremap_cache macro
 2015-10-13 14:24 UTC  (7+ messages)

[PATCH] OpenSM: LFT update breaks if IB_SMP_DATA_SIZE changes
 2015-10-13 14:25 UTC  (2+ messages)

[U-Boot] [PATCH 3/3] uuid: add shorcut for known GUID
 2015-10-13 14:25 UTC 

[U-Boot] [PATCH 2/3] gpt: add optional parameter guid in gpt command
 2015-10-13 14:23 UTC 

[PATCH v2 0/4] Add support for STM32 DMA
 2015-10-13 14:22 UTC  (4+ messages)
` [PATCH v2 1/4] dt-bindings: Document the STM32 DMA bindings

Tasks for ADXL377 Triple Axis Accelerometer IIO driver project
 2015-10-13 14:21 UTC 

Fwd: monitor crashing
 2015-10-13 14:21 UTC  (7+ messages)

[PATCH] i2c: at91: fix write transfers by clearing pending interrupt first
 2015-10-13 14:21 UTC  (3+ messages)

[PATCHv4 0/3] backlight: led-backlight driver
 2015-10-13 14:21 UTC  (4+ messages)
` [PATCHv4 3/3] devicetree: Add led-backlight binding

[PATCH net-next v2 1/2] hisilicon net: removes the once HANDEL_TX_MSG macro
 2015-10-13 14:18 UTC  (3+ messages)
  ` Fwd: "

chooseleaf may cause some unnecessary pg migrations
 2015-10-13 14:20 UTC  (2+ messages)

[PATCH 9/9] tests: add uuid parser check
 2015-10-13 14:20 UTC 

[U-Boot] [PATCH 1/3] part:efi: add GUID for linux file system data
 2015-10-13 14:19 UTC 

[RFC] arm64: add kc_offset_to_vaddr and kc_vaddr_to_offset macro
 2015-10-13 14:19 UTC  (3+ messages)

[PATCH v3 0/2] make it possible to not compile compress APIs
 2015-10-13 14:19 UTC  (9+ messages)
` [PATCH v3 1/2] ASoC: soc-compress: add a config item for soc-compress
` [PATCH v3 2/2] ASoC: soc-compress: split soc-compress to a module

[RFC PATCH] ASoC: Modify check condition of multiple bindings of components
 2015-10-13 14:18 UTC  (5+ messages)
  ` [alsa-devel] "

[PATCH v2 0/5] Arizona Extcon Update Device Bindings
 2015-10-13 14:18 UTC  (13+ messages)
` [PATCH v2 4/5] mfd: arizona: Update DT binding documentation for mic detection

[PATCH] clk: Allow drivers to build if COMPILE_TEST is enabled
 2015-10-13 14:18 UTC 

Run armv7 32 bit userspace on aarch64
 2015-10-13 14:18 UTC  (9+ messages)

[PATCH] DocBook media: Fix a typo in encoder cmd
 2015-10-13 14:17 UTC 

[libvirt test] 62942: tolerable FAIL - PUSHED
 2015-10-13 14:17 UTC 

[PATCH 00/37] ARM: dts: Fix fixed regulators enable GPIO polarity
 2015-10-13 14:17 UTC  (8+ messages)
` [PATCH 13/37] ARM: dts: exynos5250-arndale: Fix regulator "

[PATCH net-next 0/4] tcp: better smp listener behavior
 2015-10-13 14:17 UTC  (8+ messages)

[PATCH] imx: thermal: use CPU temperature grade info for thresholds
 2015-10-13 14:16 UTC  (4+ messages)

[PATCH] ARM: Remove open-coded version of IRQCHIP_DECLARE
 2015-10-13 14:15 UTC  (2+ messages)

[PATCHv2] arm: perf: Add event descriptions
 2015-10-13 14:15 UTC  (7+ messages)

[PATCH 0/5] ALSA: firewire-tascam: add MIDI functionality
 2015-10-13 14:15 UTC  (8+ messages)
` [PATCH 5/5] ALSA: firewire-tascam: change device probing processing

[PATCH libdrm v4 0/2] 48-bit virtual address support in i915
 2015-10-13 14:13 UTC  (8+ messages)
` [PATCH v4 1/2] intel: 48b ppgtt support (EXEC_OBJECT_SUPPORTS_48B_ADDRESS flag)

[PATCH 1/1] Adding issync field to delegreturn_exit tracepoint
 2015-10-13 14:13 UTC  (5+ messages)

DP1.2 MST audio support discussion
 2015-10-13 14:12 UTC  (7+ messages)

[Qemu-devel] [PATCH v4] arm_mptimer: Convert to use ptimer
 2015-10-13 14:11 UTC 

[PATCH v2 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop
 2015-10-13 14:11 UTC  (5+ messages)
` [PATCH v3 0/2] imx6: Implement external watchdog reset
  ` [PATCH v3 1/2] watchdog: imx2_wdt: add external reset support via 'ext-reset-output' dt prop

[LTP] [PATCH v3] mem/hugetlb: shift an empty region to use in hugemmap02.c
 2015-10-13 14:11 UTC 

[PATCH v3] Revert "serial: 8250_dma: don't bother DMA with small transfers"
 2015-10-13 14:10 UTC  (3+ messages)

[PATCH] PM / Domains: Fix validation of latency constraints in genpd governor
 2015-10-13 14:10 UTC 

[Qemu-devel] [PATCH v3 0/5] simplified QEMU guest exec
 2015-10-13 14:09 UTC  (4+ messages)
` [Qemu-devel] [PATCH 5/5] qga: guest-exec simple stdin/stdout/stderr redirection

[Minutes] ELCE Audio mini conf
 2015-10-13 14:09 UTC  (2+ messages)
` 'BATCH flag for USB' and 'ALSA Core Challenges'

[PATCH 1/2] mmc: sdhci: add quirk SDHCI_QUIRK2_NEED_DELAY_AFTER_INT_CLK_RST
 2015-10-13 14:09 UTC  (4+ messages)

[PATCH v1] fixup! detect_fs: use device instead of file
 2015-10-13 14:09 UTC  (3+ messages)
` [PATCH v1 resend] "

[PATCH v2 1/1] spi-pxa2xx: choose closest lower speed
 2015-10-13 14:09 UTC 

[PATCH 46/54] staging: wilc1000: rename bIsEnabled of struct set_multicast
 2015-10-13 14:08 UTC  (3+ messages)
` [PATCH 54/54] staging: wilc1000: wilc_msgqueue.c : remove the goto ERRORHANDER

Fwd: First 12Mb of data missing after accidental deletion of first drive (4 2TB raid5)
 2015-10-13 14:08 UTC  (4+ messages)
`  "

[PATCH] drm/i915: Deny wrapping an userptr into a framebuffer
 2015-10-13 14:08 UTC  (4+ messages)
` [Intel-gfx] "

[PATCH] HID: update PenMount USB report descriptor so that only one button is reported
 2015-10-13 14:08 UTC  (3+ messages)
` [PATCH v2] "

[patch net-next v4 0/7] switchdev: change locking
 2015-10-13 14:07 UTC  (9+ messages)
` [patch net-next v4 2/7] switchdev: allow caller to explicitly request attr_set as deferred

[GIT PULL 00/10] KVM: s390: Fixes for 4.4
 2015-10-13 14:06 UTC  (11+ messages)
` [GIT PULL 01/10] KVM: s390: remove unused variable in __inject_vm
` [GIT PULL 02/10] KVM: s390: disabled wait cares about machine checks, not PER
` [GIT PULL 03/10] KVM: s390: set interception requests for all floating irqs
` [GIT PULL 04/10] KVM: s390: kvm_arch_vcpu_runnable already cares about timer interrupts
` [GIT PULL 05/10] KVM: s390: drop out early in kvm_s390_has_irq()
` [GIT PULL 06/10] KVM: s390: simplify in-kernel program irq injection
` [GIT PULL 07/10] KVM: s390: correctly handle injection of pgm irqs and per events
` [GIT PULL 08/10] KVM: s390: switch to get_tod_clock() and fix STP sync races
` [GIT PULL 09/10] KVM: s390: factor out and fix setting of guest TOD clock
` [GIT PULL 10/10] KVM: s390: factor out reading of the "

[PATCH v2 0/4] Add support for STM32 DMA
 2015-10-13 14:05 UTC  (5+ messages)
` [PATCH v2 3/4] ARM: dts: Add STM32 DMA support for STM32F429 MCU
` [PATCH v2 4/4] ARM: configs: Add STM32 DMA support in STM32 defconfig


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.