All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-03-10 08:27:19 to 2015-03-10 09:05:39 UTC [more...]

[Qemu-devel] [PATCH v5 00/45] Postcopy implementation
 2015-03-10  6:19 UTC  (3+ messages)
` [Qemu-devel] [PATCH v5 14/45] Move loadvm_handlers into MigrationIncomingState

Can't boot kernel v4.0-rc2 on Koelsch
 2015-03-10  9:03 UTC  (3+ messages)

[PATCH WIP 0/10] *hacky* basic support for Nvidia Tegra K1/Jetson board (probably ignore)
 2015-03-10  9:02 UTC  (11+ messages)
` [PATCH WIP v1 01/10] xen: arm: Add debug keyhandler to dump the physical GIC state
` [PATCH WIP v1 02/10] xen: arm: earlyprintk support for Nvidia Jetson
` [PATCH WIP v1 03/10] xen: arm: add platform hook for routing IRQ to guests
` [PATCH WIP v1 04/10] WIP: xen: ns16550: Add nvidia, tegra20-uart to DT compatible list
` [PATCH WIP v1 05/10] WIP: xen: arm: intial platform support for Nvidia TK1
` [PATCH WIP v1 06/10] HACK: xen: arm: Map other regions to dom0 after one fails
` [PATCH WIP v1 07/10] HACK: xen: arm: trying to figure out ns16550 vs. Tegra issue
` [PATCH WIP v1 08/10] HACK: xen: arm: Add mask, unmask and eoi platform hooks
` [PATCH WIP v1 09/10] HACK: xen: arm: stop recursing with dom0 mappings once we've hit a ranges
` [PATCH WIP v1 10/10] Tegra hacking

[PATCH] ARM: at91: force CPU selection
 2015-03-10  9:02 UTC  (3+ messages)

#PERSONAL# Guest Machine is not Pingable from Host Machine
 2015-03-10  9:02 UTC  (5+ messages)

[PATCH v2] ARM: l2c: Fix prefetch settings dt parsing
 2015-03-10  8:59 UTC  (2+ messages)

[PATCH v5] af_packet: Fix some klocwork errors
 2015-03-10  8:59 UTC  (5+ messages)
` [PATCH v6] "

[PATCH] staging: sm750fb: Fix sparse warning
 2015-03-10  8:59 UTC  (7+ messages)

[PATCH] Add TI CDCE925 I2C controlled clock synthesizer driver
 2015-03-10  8:58 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/15] musb: Add support for the Allwinner sunxi musb controller
 2015-03-10  8:57 UTC  (15+ messages)
` [PATCH 02/15] phy-sun4i-usb: Add a helper function to update the iscr register
` [PATCH 05/15] musb: Do not use musb_read[b|w] / _write[b|w] wrappers in generic fifo functions

[PATCH v3 1/5] staging: sm750fb: wrong type for print
 2015-03-10  8:57 UTC  (10+ messages)
` [PATCH v3 2/5] staging: sm750fb: remove pragma optimize
` [PATCH v3 3/5] staging: sm750fb: correctly define SM750LE_REVISION_ID
` [PATCH v3 4/5] staging: sm750fb: fix undeclared function
` [PATCH v3 5/5] staging: sm750fb: fix build failure

[PATCH 0/3 v5] e820: Fix handling of NvDIMM chips
 2015-03-10  8:56 UTC  (14+ messages)
` [PATCH 3/3] e820: Add the unknown-12 Memory type (DDR3-NvDIMM)

[patch] intro.1: Improve help for newcommers
 2015-03-10  8:53 UTC  (5+ messages)
` [PATCH] intro.1: some improvements

[Qemu-devel] [PATCH v3 0/27] write/create for Parallels images with reasonable performance
 2015-03-10  8:51 UTC  (28+ messages)
` [Qemu-devel] [PATCH 01/27] iotests, parallels: quote TEST_IMG in 076 test to be path-safe
` [Qemu-devel] [PATCH 02/27] block/parallels: rename parallels_header to ParallelsHeader
` [Qemu-devel] [PATCH 03/27] block/parallels: switch to bdrv_read
` [Qemu-devel] [PATCH 04/27] block/parallels: read up to cluster end in one go
` [Qemu-devel] [PATCH 05/27] block/parallels: add get_block_status
` [Qemu-devel] [PATCH 06/27] block/parallels: provide _co_readv routine for parallels format driver
` [Qemu-devel] [PATCH 07/27] block/parallels: replace magic constants 4, 64 with proper sizeofs
` [Qemu-devel] [PATCH 08/27] block/parallels: _co_writev callback for Parallels format
` [Qemu-devel] [PATCH 09/27] iotests, parallels: test for write into Parallels image
` [Qemu-devel] [PATCH 10/27] block/parallels: support parallels image creation
` [Qemu-devel] [PATCH 11/27] iotests, parallels: test for newly created parallels image via qemu-img
` [Qemu-devel] [PATCH 12/27] parallels: change copyright information in the image header
` [Qemu-devel] [PATCH 13/27] block/parallels: rename catalog_ names to bat_
` [Qemu-devel] [PATCH 14/27] block/parallels: create bat2sect helper
` [Qemu-devel] [PATCH 15/27] block/parallels: keep BAT bitmap data in little endian in memory
` [Qemu-devel] [PATCH 16/27] block/parallels: read parallels image header and BAT into single buffer
` [Qemu-devel] [PATCH 17/27] block/parallels: move parallels_open/probe to the very end of the file
` [Qemu-devel] [PATCH 18/27] block/parallels: implement parallels_check method of block driver
` [Qemu-devel] [PATCH 19/27] block/parallels: implement incorrect close detection
` [Qemu-devel] [PATCH 20/27] iotests, parallels: check for incorrectly closed image in tests
` [Qemu-devel] [PATCH 21/27] block/parallels: no need to flush on each block allocation table update
` [Qemu-devel] [PATCH 22/27] block/parallels: improve image reading performance
` [Qemu-devel] [PATCH 23/27] block/parallels: create bat_entry_off helper
` [Qemu-devel] [PATCH 24/27] block/parallels: delay writing to BAT till bdrv_co_flush_to_os
` [Qemu-devel] [PATCH 25/27] block/parallels: add prealloc-mode and prealloc-size open paramemets
` [Qemu-devel] [PATCH 26/27] block/parallels: optimize linear image expansion
` [Qemu-devel] [PATCH 27/27] block/parallels: improve image writing performance further

[U-Boot] [PATCH] Exynos: Clock: Fix exynos5_get_periph_rate for I2C
 2015-03-10  8:52 UTC  (3+ messages)

[PATCH v2] staging: sm750fb: Fix sparse warning
 2015-03-10  8:51 UTC 

[Qemu-devel] [PATCH] block/dmg: make it modular if using additional library
 2015-03-10  8:50 UTC  (2+ messages)

[U-Boot] [PATCH 1/2][v4] powerpc/mpc85xx: SECURE BOOT- NAND secure boot target for P3041
 2015-03-10  8:50 UTC  (8+ messages)
` [U-Boot] [U-Boot, 1/2, v4] "

[PATCH v2 0/5] ARM: crypto: ARMv8 Crypto Extensions
 2015-03-10  8:47 UTC  (12+ messages)
` [PATCH v2 1/5] crypto/arm: move ARM specific Kconfig definitions to a dedicated file
` [PATCH v2 2/5] crypto/arm: add support for SHA1 using ARMv8 Crypto Instructions
` [PATCH v2 3/5] crypto/arm: add support for SHA-224/256 using ARMv8 Crypto Extensions
` [PATCH v2 4/5] crypto/arm: AES in ECB/CBC/CTR/XTS modes "
` [PATCH v2 5/5] crypto/arm: add support for GHASH "

[ath9k-devel] [PATCH 0/7] ath9k patches
 2015-03-10  8:47 UTC  (18+ messages)
`  "
` [ath9k-devel] [PATCH 1/7] ath9k: Add initial structures for AIC
  `  "
` [ath9k-devel] [PATCH 2/7] ath9k: Register private AIC ops
  `  "
` [ath9k-devel] [PATCH 3/7] ath9k: Add register definitions for AIC
  `  "
` [ath9k-devel] [PATCH 4/7] ath9k: Handle MCI_STATE_AIC_CAL_SINGLE
  `  "
` [ath9k-devel] [PATCH 5/7] ath9k: Finish AIC calibration
  `  "
` [ath9k-devel] [PATCH 6/7] ath9k: Process the AIC calibration results
  `  "
` [ath9k-devel] [PATCH 7/7] ath9k: Disable AIC by default
  `  "

test mail
 2015-03-10  8:37 UTC 

[PATCH] EFI: Fix getting EFI variable list on some systems
 2015-03-10  8:44 UTC  (2+ messages)

[RFC PATCH v4 0/4] arm64:numa: Add numa support for arm64 platforms
 2015-03-10  8:42 UTC  (8+ messages)
` [RFC PATCH v4 3/4] arm64:thunder: Add initial dts for Cavium's Thunder SoC in 2 Node topology

Quota limit question
 2015-03-10  8:41 UTC  (5+ messages)

[PATCH net-next v2] tipc: fix undefined __ipv6_sock_mc_join compile error
 2015-03-10  8:41 UTC 

[Qemu-devel] help parsing qemu options
 2015-03-10  8:40 UTC  (2+ messages)

[U-Boot] [PATCH] Add bootscript support to esbc_validate
 2015-03-10  8:38 UTC 

[Qemu-devel] [PATCH 0/8] Remove more unused functions
 2015-03-10  8:38 UTC  (3+ messages)
` [Qemu-devel] [PATCH 6/8] usb: Remove "

[Qemu-devel] [PULL 00/20] s390x/kvm: Features and fixes for 2.3
 2015-03-10  8:38 UTC  (21+ messages)
` [Qemu-devel] [PULL 01/20] synchronize Linux headers to 4.0-rc3
` [Qemu-devel] [PULL 02/20] s390x: introduce defines for SIGP condition codes
` [Qemu-devel] [PULL 03/20] s390x/kvm: more details for SIGP handler with one destination vcpu
` [Qemu-devel] [PULL 04/20] s390x/kvm: pass the SIGP instruction parameter to the SIGP handler
` [Qemu-devel] [PULL 05/20] s390x/kvm: helper to set the SIGP status in SigpInfo
` [Qemu-devel] [PULL 06/20] s390x/kvm: trace all SIGP orders
` [Qemu-devel] [PULL 07/20] s390x/kvm: implement handling of new "
` [Qemu-devel] [PULL 08/20] s390x/kvm: SIGP START is only applicable when STOPPED
` [Qemu-devel] [PULL 09/20] s390x: add function to deliver restart irqs
` [Qemu-devel] [PULL 10/20] s390x/kvm: deliver SIGP RESTART directly if stopped
` [Qemu-devel] [PULL 11/20] s390x/kvm: enable the new SIGP handling in user space
` [Qemu-devel] [PULL 12/20] virtio-s390: s390_virtio_device_init() can't fail, simplify
` [Qemu-devel] [PULL 13/20] virtio-s390: Convert to realize()
` [Qemu-devel] [PULL 14/20] virtio-ccw: "
` [Qemu-devel] [PULL 15/20] s390x/kvm: passing max memory size to accelerator
` [Qemu-devel] [PULL 16/20] s390-ccw.img: Allow bigger ramdisk sizes or offsets
` [Qemu-devel] [PULL 17/20] s390-ccw.img: Reinitialize guessing on reboot
` [Qemu-devel] [PULL 18/20] elf-loader: Provide the possibility to relocate s390 ELF files
` [Qemu-devel] [PULL 19/20] s390/bios: Make the s390-ccw.img relocatable
` [Qemu-devel] [PULL 20/20] s390-ccw: rebuild BIOS

[PATCH v6 00/22] power_supply: Allow safe usage of power supply
 2015-03-10  8:27 UTC  (46+ messages)
` [PATCH v6 01/22] compal-laptop: Fix leaking hwmon device
` [PATCH v6 02/22] compal-laptop: Check return value of power_supply_register
` [PATCH v6 03/22] power_supply: Add driver private data
` [PATCH v6 04/22] power_supply: Move run-time configuration to separate structure
` [PATCH v6 05/22] power_supply: Add API for safe access of power supply function attrs
` [PATCH v6 06/22] power_supply: sysfs: Use power_supply_*() API for accessing "
` [PATCH v6 07/22] power_supply: 88pm860x_charger: "
` [PATCH v6 08/22] power_supply: ab8500: "
` [PATCH v6 09/22] mfd: "
` [PATCH v6 10/22] power_supply: apm_power: "
` [PATCH v6 11/22] power_supply: bq2415x_charger: "
` [PATCH v6 12/22] power_supply: charger-manager: "
` [PATCH v6 13/22] power_supply: Change ownership from driver to core
` [PATCH v6 14/22] power_supply: Add power_supply_put for decrementing device reference counter
` [PATCH v6 15/22] power_supply: Increment power supply use counter when obtaining references
` [PATCH v6 16/22] power_supply: charger-manager: Decrement the power supply's device reference counter
` [PATCH v6 17/22] x86/olpc/xo1/sci: Use newly added power_supply_put API
` [PATCH v6 18/22] x86/olpc/xo15/sci: "
` [PATCH v6 19/22] power_supply: 88pm860x_charger: Decrement the power supply's device reference counter
` [PATCH v6 20/22] power_supply: bq2415x_charger: "
  ` [PATCH v6 21/22] mfd: ab8500: "
  ` [PATCH v6 22/22] arm: mach-pxa: "

[Qemu-devel] [PATCH v4 for-2.3 00/25] hw/pc: implement multiple primary busses for pc machines
 2015-03-10  8:36 UTC  (10+ messages)

[PATCH] pinctrl: at91: move lock/unlock_as_irq calls into request/release resources methods
 2015-03-10  8:34 UTC  (5+ messages)

linux-next: build warning after merge of the tty tree
 2015-03-10  8:31 UTC  (2+ messages)
` [PATCH] fixup! serial: imx: add support for half duplex rs485

[PATCH 1/2] spi: qup: Fix cs-num DT property parsing
 2015-03-10  8:31 UTC  (7+ messages)
` [PATCH 2/2] spi: qup: Request CS GPIO's during probe

[USB UAC2] How to route pcm stream for UAC2 virtual sound card for lowest latency?
 2015-03-10  8:30 UTC  (2+ messages)

linux-next: build warnings after merge of the tty tree
 2015-03-10  8:29 UTC  (2+ messages)
` [PATCH] fixup! serial: mctrl-gpio: simplify init routine

[Qemu-devel] Fix for incorrect SYSRET instruction implementation -- anyone looked at this yet?
 2015-03-10  8:29 UTC  (2+ messages)

[PATCH net-next] rocker: check for BRIDGE_FLAGS_SELF in bridge setlink handler
 2015-03-10  8:28 UTC  (10+ messages)


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.