All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-27 18:30:45 to 2015-01-27 19:47:34 UTC [more...]

[Qemu-devel] [PATCH RESEND 00/50] blockdev: BlockBackend and media
 2015-01-27 19:46 UTC  (40+ messages)
` [Qemu-devel] [PATCH RESEND 02/50] iotests: Only create BB if necessary
` [Qemu-devel] [PATCH RESEND 04/50] hw/usb-storage: Check whether BB is inserted
` [Qemu-devel] [PATCH RESEND 05/50] block: Fix BB AIOCB AioContext without BDS
` [Qemu-devel] [PATCH RESEND 06/50] block: Add blk_is_available()
` [Qemu-devel] [PATCH RESEND 07/50] block: Make bdrv_is_inserted() recursive
` [Qemu-devel] [PATCH RESEND 08/50] block/quorum: Implement bdrv_is_inserted()
` [Qemu-devel] [PATCH RESEND 09/50] block: Move guest_block_size into BlockBackend
` [Qemu-devel] [PATCH RESEND 10/50] block: Remove wr_highest_offset from BlockAcctStats
` [Qemu-devel] [PATCH RESEND 11/50] block: Move BlockAcctStats into BlockBackend
` [Qemu-devel] [PATCH RESEND 12/50] block: Move I/O status and error actions into BB
` [Qemu-devel] [PATCH RESEND 15/50] block: Fail requests to empty BlockBackend
` [Qemu-devel] [PATCH RESEND 16/50] block: Prepare remaining BB functions for NULL BDS
` [Qemu-devel] [PATCH RESEND 18/50] block: Respect empty BB in bdrv_query_info()
` [Qemu-devel] [PATCH RESEND 19/50] blockdev: Use BlockBackend for blockdev-backup TA
` [Qemu-devel] [PATCH RESEND 21/50] blockdev: Check BB validity in internal snapshot TA
` [Qemu-devel] [PATCH RESEND 23/50] blockdev: Catch NULL BDS in block_set_io_throttle
` [Qemu-devel] [PATCH RESEND 25/50] blockdev: Check BB validity in block-commit
` [Qemu-devel] [PATCH RESEND 26/50] blockdev: Check BB validity in drive-backup
` [Qemu-devel] [PATCH RESEND 27/50] blockdev: Check BB validity in blockdev-backup
` [Qemu-devel] [PATCH RESEND 28/50] blockdev: Check BB validity in drive-mirror
` [Qemu-devel] [PATCH RESEND 29/50] blockdev: Check BB validity in find_block_job()
` [Qemu-devel] [PATCH RESEND 30/50] blockdev: Check BB validity in change-backing-file
` [Qemu-devel] [PATCH RESEND 31/50] block: Add blk_insert_bs()
` [Qemu-devel] [PATCH RESEND 32/50] blockdev: Check BB validity in eject and change
` [Qemu-devel] [PATCH RESEND 33/50] blockdev: Respect NULL BDS in do_drive_del()
` [Qemu-devel] [PATCH RESEND 34/50] blockdev: Do not create BDS for empty drive
` [Qemu-devel] [PATCH RESEND 35/50] blockdev: Pull out blockdev option extraction
` [Qemu-devel] [PATCH RESEND 36/50] blockdev: Allow more options for BB-less BDS tree
` [Qemu-devel] [PATCH RESEND 38/50] blockdev: Add blockdev-open-tray
` [Qemu-devel] [PATCH RESEND 39/50] blockdev: Add blockdev-close-tray
` [Qemu-devel] [PATCH RESEND 40/50] blockdev: Add blockdev-remove-medium
` [Qemu-devel] [PATCH RESEND 41/50] blockdev: Add blockdev-insert-medium
` [Qemu-devel] [PATCH RESEND 42/50] blockdev: Implement eject with basic operations
` [Qemu-devel] [PATCH RESEND 43/50] blockdev: Implement change "
` [Qemu-devel] [PATCH RESEND 44/50] block: Inquire tray state before tray-moved events
` [Qemu-devel] [PATCH RESEND 45/50] qmp: Introduce blockdev-change-medium
` [Qemu-devel] [PATCH RESEND 46/50] hmp: Use blockdev-change-medium for change command
` [Qemu-devel] [PATCH RESEND 47/50] blockdev: Add read-only option to blockdev-change-medium
` [Qemu-devel] [PATCH RESEND 49/50] iotests: More options for VM.add_drive()

[PATCH] clk: Fix debugfs clk removal before inited
 2015-01-27 19:47 UTC  (4+ messages)

[PATCH v3 0/3] net: stmmac: Enable Intel Quark SoC X1000 Ethernet support
 2015-01-27 19:44 UTC  (4+ messages)
` [PATCH v3 1/3] stmmac: pci: add support for Intel Quark X1000
` [PATCH v3 2/3] stmmac: pci: introduce Intel Quark X1000 runtime detection
` [PATCH v3 3/3] stmmac: pci: add MSI support for Intel Quark X1000

[PATCH] arm: sunxi: input: RFC: Add sysfs voltage for sun4i-lradc driver
 2015-01-27 19:44 UTC  (18+ messages)
  `  "
          ` [linux-sunxi] "

[PATCH] dt-bindings: document qcom tsens thermal
 2015-01-27 19:44 UTC  (3+ messages)

[git pull] clk/shmobile updates for v3.20
 2015-01-27 19:43 UTC  (3+ messages)

[PATCH RFC 0/3] power: mxs_power: add driver for mxs power subsystem
 2015-01-27 19:43 UTC  (11+ messages)
` [PATCH RFC 2/3] "

[PATCH 1/3] tty/serial: of_serial: add DT alias ID handling
 2015-01-27 19:43 UTC  (8+ messages)
` [PATCH 2/3] tty/serial: of_serial: add support for PXA/MMP uarts

old linux scsi headers
 2015-01-27 19:42 UTC  (3+ messages)

question about save_xstate_sig() - WHY DOES THIS WORK?
 2015-01-27 19:40 UTC  (4+ messages)

[PATCH] ARM: /proc/cpuinfo: Use DT machine name when possible
 2015-01-27 19:40 UTC  (7+ messages)
    ` [PATCH] ARM: /proc/atags: Export also for DT

[Qemu-devel] [PATCH 00/50] blockdev: BlockBackend and media
 2015-01-27 19:40 UTC  (22+ messages)
` [Qemu-devel] [PATCH 02/50] iotests: Only create BB if necessary
` [Qemu-devel] [PATCH 03/50] hw/block/fdc: Implement tray status
` [Qemu-devel] [PATCH 04/50] hw/usb-storage: Check whether BB is inserted
` [Qemu-devel] [PATCH 05/50] block: Fix BB AIOCB AioContext without BDS
` [Qemu-devel] [PATCH 06/50] block: Add blk_is_available()
` [Qemu-devel] [PATCH 07/50] block: Make bdrv_is_inserted() recursive
` [Qemu-devel] [PATCH 08/50] block/quorum: Implement bdrv_is_inserted()
` [Qemu-devel] [PATCH 09/50] block: Move guest_block_size into BlockBackend

[PATCH 00/54] e2fsprogs January 2015 patchbomb
 2015-01-27 19:37 UTC  (7+ messages)
` [PATCH 05/54] libext2fs: avoid pointless EA block allocation
` [PATCH 14/54] e2fsck: fix the journal recreation message

[PATCH net-next V2 1/1] dev: add per net_device packet type chains
 2015-01-27 19:35 UTC 

[PATCH] ioreq-server: handle IOREQ_TYPE_PCI_CONFIG in assist function
 2015-01-27 19:34 UTC  (2+ messages)

[PATCH 0/8] arm64 kexec kernel patches V7
 2015-01-27 19:33 UTC  (10+ messages)
` [PATCH 1/8] arm64: Move proc-macros.S to include/asm
  ` [PATCH V2 1/8] arm64: Fold proc-macros.S into assembler.h
` [PATCH 4/8] arm64: Add EL2 switch to soft_restart

[U-Boot] [RFC PATCH] ARM: Activate hypervisor mode for TI am5726 (OMAP5/dra7)
 2015-01-27 19:32 UTC  (2+ messages)

[Qemu-devel] [PATCH 00/11] target-arm: handle mmu_idx/translation regimes properly
 2015-01-27 19:30 UTC  (3+ messages)
` [Qemu-devel] [PATCH 04/11] target-arm: Define correct mmu_idx values and pass them in TB flags

git push --repo option not working as described in git manual
 2015-01-27 19:30 UTC  (3+ messages)
` [PATCH] git-push.txt: document the behavior of --repo

Pktgen-DPDK rate and traffic inconsistency problem
 2015-01-27 19:30 UTC 

[PATCH] dedupe_percentage should work even if compress_percentage is not set
 2015-01-27 19:24 UTC 

[PATCHv3 ipsec-next] xfrm: Do not parse 32bits compiled xfrm netlink msg on 64bits host
 2015-01-27 19:24 UTC  (3+ messages)

Does arping update arp table?
 2015-01-27 19:23 UTC 

[PATCH] Bluetooth: Limit OOB to P-256 values for Secure Connection Only mode
 2015-01-27 19:21 UTC 

[PATCH] can/peak_usb: mark current PEAK USB FD as non-ISO
 2015-01-27 19:19 UTC  (4+ messages)

Google Chrome recipe and systemd => how to satisfy runtime requirement for libudev.so.0?
 2015-01-27 19:19 UTC  (3+ messages)

[PATCH -tip 0/6] rwsem: Fine tuning
 2015-01-27 19:18 UTC  (4+ messages)
` [PATCH 3/6] locking/rwsem: Set lock ownership ASAP

[Buildroot] [PATCH] btrfs-progs: bump to version 3.18.2
 2015-01-27 19:18 UTC 

[PATCH net-next v2 0/4] net: phy: prevent double suspend
 2015-01-27 19:16 UTC  (3+ messages)

maxpct option for small xfs filesystems
 2015-01-27 19:15 UTC  (5+ messages)

[PATCH] usb: phy-generic: Don't fail on missing gpio reset
 2015-01-27 19:14 UTC  (7+ messages)

[PATCH] mmc: print message if a card supports secure erase/trim
 2015-01-27 19:14 UTC  (19+ messages)

[PATCH net-next 00/10] Mellanox ethernet driver updates Jan-27-2015
 2015-01-27 19:13 UTC  (4+ messages)
` [PATCH net-next 06/10] net/mlx4_core: Fix struct mlx4_vhcr_cmd to make implicit padding explicit

[PATCH 0/7] Add SPI support for Colibri modules and DSPI driver fixes
 2015-01-27 18:50 UTC  (5+ messages)
` [PATCH 3/7] spi: spi-fsl-dspi: Remove usage of devm_kzalloc

[PATCH 2/6] dmaengine: rcar-dmac: Fix spinlock issues in interrupt
 2015-01-27 19:12 UTC  (5+ messages)

Install package in deploy/deb
 2015-01-27 19:10 UTC 

[Qemu-devel] [Bug 1412098] [NEW] qemu crashes when ctrl-alt-u is pressed
 2015-01-27 19:09 UTC  (4+ messages)
` [Qemu-devel] Windows 2008 Guest BSODS with CLOCK_WATCHDOG_TIMEOUT on VM migration
  `  "

[rcu] IP-Config: Auto-configuration of network failed
 2015-01-27 19:09 UTC  (3+ messages)
  ` [LKP] "

[PATCH 00/18] spi/xilinx: Speed-up
 2015-01-27 19:07 UTC  (12+ messages)
` [PATCH 08/18] spi/xilinx: Support cores with no interrupt
` [PATCH 11/18] spi/xilinx: Remove rx_fn and tx_fn pointer

[Qemu-devel] [PATCH V2 0/4] target-arm: Initial ARMv8 extended EL support
 2015-01-27 19:07 UTC  (4+ messages)
` [Qemu-devel] [PATCH V2 4/4] target-arm: Add missing SP_ELx register definition

[Qemu-devel] [PATCH 0/6] linux-user: Fix various clang warnings
 2015-01-27 19:06 UTC  (4+ messages)

[PATCH 0/2] sh_eth: massage PM code
 2015-01-27 19:06 UTC  (3+ messages)

[PATCH v2] clk: zynq: Force CPU_2X clock to be ungated
 2015-01-27 19:05 UTC  (2+ messages)

Catching process termination on SIGKILL
 2015-01-27 19:03 UTC  (5+ messages)

'screen' MACHINE_FEATURE
 2015-01-27 19:01 UTC 

[Cocci] Matching functions with attributes
 2015-01-27 19:01 UTC  (2+ messages)

[Powertop] corrupted double-linked list error on exit
 2015-01-27 19:01 UTC 

[alsa-devel] [PATCH v4 0/3] Sound support for Exynos4412 Trats2 board
 2015-01-27 18:59 UTC  (13+ messages)
` [alsa-devel] [PATCH v4 1/3] ASoC: samsung: Add machine driver for Trats2
      `  "
` [alsa-devel] [PATCH v4 2/3] ASoC: samsung: Document Trats2 audio subsystem bindings
    `  "

[PATCH 00/22] Single virtio implementation
 2015-01-27 18:59 UTC  (5+ messages)
` [PATCH v2 00/24] "

[PATCH v3] xen/arm: split the init_xen_time() in 2 parts
 2015-01-27 18:59 UTC 

[U-Boot] [PATCH] sunxi: TZX-Q8-713B7 support
 2015-01-27 18:58 UTC  (2+ messages)

[PATCH v4 0/6] PCI: get DMA configuration from parent device
 2015-01-27 18:55 UTC  (17+ messages)
` [PATCH v4 3/6] of: fix size when dma-range is not used
` [PATCH v4 4/6] of/pci: add of_pci_dma_configure() update dma configuration

[iio:testing 20/20] drivers/iio/light/cm3232.c:354 cm3232_probe() warn: this array is probably non-NULL. 'id->name'
 2015-01-27 18:50 UTC 

N900 v3.19-rc5 arm atags_to_fdt.c is broken
 2015-01-27 18:50 UTC  (11+ messages)

[Qemu-devel] [RFC v3 0/2] Add Generic PCI host device update
 2015-01-27 18:48 UTC  (2+ messages)

Monitor Queue Depth for RAID-5 md device
 2015-01-27 18:45 UTC 

blk-mq request allocation stalls
 2015-01-27 18:42 UTC  (11+ messages)
                  ` blk-mq DM changes for 3.20 [was: Re: blk-mq request allocation stalls]

[Qemu-devel] [PATCH v1 1/2] target_arm: Remove memory region init from armv7m_init
 2015-01-27 18:42 UTC  (4+ messages)
` [Qemu-devel] [PATCH v1 2/2] target_arm: Parameterise the irq lines for armv7m_init

[PATCH 0/4] ARM: tegra: Support for big-endian (version 3)
 2015-01-27 18:42 UTC  (5+ messages)
` [PATCH 2/4] ARM: gpio: tegra: Maintain endianness
` [PATCH 4/4] ARM: tegra: fix big-endian issue with irq code

[PATCH v3 0/3] Add MMA9553 driver & PM support for MMA9551
 2015-01-27 18:41 UTC  (4+ messages)
` [PATCH v3 1/3] iio: core: Introduce IIO_CHAN_INFO_DEBOUNCE_COUNT and _TIME
` [PATCH v3 2/3] iio: Documentation: Fix calibheight unit
` [PATCH v3 3/3] iio: add driver for Freescale MMA9553

[PATCH v3] ARM: dts: sun7i: Add dts file for pcDuino 3 Nano board
 2015-01-27 18:41 UTC  (3+ messages)

Fw: [Bug 92081] New: skb->len=0 and getting "EOF on netlink" with "ip monitor all" (of iproute) when adding a vlan with "bridge vlan add"
 2015-01-27 18:38 UTC  (3+ messages)

[PATCH] ASoC: rt5645: Add rt5650 codec support
 2015-01-27 18:37 UTC  (2+ messages)

[PATCH] ASoC: Intel: Used lock version to update shim registers
 2015-01-27 18:36 UTC  (2+ messages)

force flag and taint logging
 2015-01-27 18:36 UTC  (2+ messages)

[PATCH 0/9] staging: comedi: introduce comedi_usb.h header
 2015-01-27 18:34 UTC  (2+ messages)

[PATCH] python-twisted: Create a separate source code package and bin package
 2015-01-27 18:34 UTC 

[Qemu-devel] [PATCH v4 0/7] eliminate data write in bdrv_write_zeroes on Linux in raw-posix.c
 2015-01-27 18:33 UTC  (6+ messages)
` [Qemu-devel] [PATCH 6/7] block/raw-posix: call plain fallocate in handle_aiocb_write_zeroes

[PATCH] ASoC: ts3a227e: Add dts property that allows to specify micbias voltage
 2015-01-27 18:32 UTC  (2+ messages)

[PATCH] ASoC: ts3a227e: Remap keys to match Android headset specification
 2015-01-27 18:32 UTC  (2+ messages)

[PATCH V2] regulator: da9211: Add gpio control for enable/disable of buck
 2015-01-27 18:31 UTC  (2+ messages)

[PATCH v11 01/10] can: peak_usb: updates and CANFD support
 2015-01-27 18:30 UTC  (9+ messages)
` [PATCH v11 03/10] can: peak_usb: constify struct peak_usb_adapter
` [PATCH v11 04/10] can: peak_usb: export ctrlmode_supported to adapter specific
` [PATCH v11 05/10] can: peak_usb: add adapter BEC callback definition
` [PATCH v11 06/10] can: peak_usb: upgrade core to data bittiming specs
` [PATCH v11 07/10] can: peak_usb: upgrade core to new struct canfd_frame
` [PATCH v11 08/10] can: peak_usb: export pcan_usb_pro functions
` [PATCH v11 09/10] can: peak_usb: add peak_usb_netif_rx() new function
` [PATCH v11 10/10] can: peak_usb: add support for PEAK new CANFD USB adapters


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.