All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-04-06 23:36:34 to 2014-04-07 03:23:59 UTC [more...]

[Qemu-devel] [PATCH for 2.1 00/97] VMState simplification (massive)
 2014-04-07  3:21 UTC  (78+ messages)
` [Qemu-devel] [PATCH 01/97] savevm: Ignore minimum_version_id_old if there is no load_state_old
` [Qemu-devel] [PATCH 02/97] savevm: Remove all the unneded version_minimum_id_old (Massive)
` [Qemu-devel] [PATCH 03/97] vmstate: return error in case of error
` [Qemu-devel] [PATCH 04/97] vmstate: reduce code duplication
` [Qemu-devel] [PATCH 05/97] vmstate: refactor opening of files
` [Qemu-devel] [PATCH 06/97] vmstate: Refactor & increase tests for primitive types
` [Qemu-devel] [PATCH 07/97] vmstate: create test functions for versions until 15
` [Qemu-devel] [PATCH 08/97] vmstate: Remove VMSTATE_UINTL_EQUAL_V
` [Qemu-devel] [PATCH 09/97] vmstate: Change VMSTATE_INTTL_V to VMSTATE_INTTL_TEST
` [Qemu-devel] [PATCH 10/97] vmstate: Remove unused VMSTATE_UINTTL_ARRAY_V
` [Qemu-devel] [PATCH 11/97] vmstate: Test for VMSTATE_BOOL_TEST
` [Qemu-devel] [PATCH 12/97] vmstate: Test for VMSTATE_INT8_TEST
` [Qemu-devel] [PATCH 13/97] vmstate: Test for VMSTATE_INT16_TEST
` [Qemu-devel] [PATCH 14/97] vmstate: Test for VMSTATE_INT32_TEST
` [Qemu-devel] [PATCH 15/97] vmstate: test for VMSTATE_INT64_TEST
` [Qemu-devel] [PATCH 16/97] vmstate: Test for VMSTATE_UINT8_TEST
` [Qemu-devel] [PATCH 17/97] vmstate: Test for VMSTATE_UINT16_TEST
` [Qemu-devel] [PATCH 18/97] vmstate: Test for VMSTATE_UINT32_TEST
` [Qemu-devel] [PATCH 19/97] vmstate: Test for VMSTATE_UINT64_TEST
` [Qemu-devel] [PATCH 20/97] vmstate: Test for VMSTATE_FLOAT64
` [Qemu-devel] [PATCH 21/97] vmstate: Test for VMSTATE_UNUSED
` [Qemu-devel] [PATCH 22/97] vmstate: Test for VMSTATE_BITMAP
` [Qemu-devel] [PATCH 23/97] vmstate: Test for VMSTATE_UINT8_EQUAL
` [Qemu-devel] [PATCH 24/97] vmstate: Test for VMSTATE_UINT16_EQUAL
` [Qemu-devel] [PATCH 25/97] vmstate: Test for VMSTATE_UINT32_EQUAL
` [Qemu-devel] [PATCH 26/97] vmstate: Test for VMSTATE_UINT64_EQUAL
` [Qemu-devel] [PATCH 27/97] vmstate: Test for VMSTATE_INT32_EQUAL
` [Qemu-devel] [PATCH 28/97] vmstate: Test for VMSTATE_INT32_LE
` [Qemu-devel] [PATCH 29/97] vmstate: s/VMSTATE_INT32_LE/VMSTATE_INT32_POSITIVE_LE/
` [Qemu-devel] [PATCH 30/97] vmstate: Move VMSTATE_TIMER_V to VMSTATE_TIMER_TEST
` [Qemu-devel] [PATCH 31/97] vmstate: Test for VMSTATE_ARRAY_BOOL_TEST
` [Qemu-devel] [PATCH 32/97] vmstate: Test for VMSTATE_UINT8_ARRAY
` [Qemu-devel] [PATCH 33/97] vmstate: Test for VMSTATE_UINT16_ARRAY
` [Qemu-devel] [PATCH 34/97] vmstate: Test for VMSTATE_UINT32_ARRAY{_TEST}
` [Qemu-devel] [PATCH 35/97] vmstate: Test for VMSTATE_UINT64_ARRAY{_TEST}
` [Qemu-devel] [PATCH 36/97] vmstate: Test for VMSTATE_INT16_ARRAY
` [Qemu-devel] [PATCH 37/97] vmstate: Test for VMSTATE_INT32_ARRAY{_TEST}
` [Qemu-devel] [PATCH 38/97] vmstate: Test for VMSTATE_INT64_ARRAY
` [Qemu-devel] [PATCH 39/97] vmstate: Test for VMSTATE_FLOAT64_ARRAY
` [Qemu-devel] [PATCH 40/97] vmstate: Test for VMSTATE_UINT8_2DARRAY
` [Qemu-devel] [PATCH 41/97] vmstate: Test for VMSTATE_UINT16_2DARRAY
` [Qemu-devel] [PATCH 42/97] vmstate: Test for VMSTATE_UINT32_2DARRAY
` [Qemu-devel] [PATCH 43/97] vmstate: Remove unused VMSTATE_BUFFER_V
` [Qemu-devel] [PATCH 44/97] vmstate: Remove version from VMSTATE_BUFFER_UNSAFE
` [Qemu-devel] [PATCH 45/97] vmstate: Remove unused version fields from ARM
` [Qemu-devel] [PATCH 46/97] vmstate: All ptimers users were at least at version 1 or more
` [Qemu-devel] [PATCH 47/97] vmstate: remove version from all variants of VMSTATE_STRUCT_POINTER*
` [Qemu-devel] [PATCH 48/97] vmstate: Port last 3 users of VMSTATE_ARRAY to VMSTATE_ARRAY_TEST
` [Qemu-devel] [PATCH 49/97] vmstate: Port last user of VMSTATE_SINGLE to VMSTATE_SINGLE_TEST
` [Qemu-devel] [PATCH 50/97] vmstate: Remove unused VMSTATE_POINTER
` [Qemu-devel] [PATCH 51/97] vmstate: Rename VMSTATE_SINGLE_TEST to VMSTATE_SINGLE
` [Qemu-devel] [PATCH 52/97] vmstate: Move VMSTATE_2DARRAY to use _test
` [Qemu-devel] [PATCH 53/97] vmstate: Rename VMSTATE_POINTER_TEST without _TEST
` [Qemu-devel] [PATCH 54/97] vmstate: Rename VMSTATE_ARRAY_TEST to VMSTATE_ARRAY
` [Qemu-devel] [PATCH 55/97] vmstate: Remove version_id from VMSTATE_VBUFFER
` [Qemu-devel] [PATCH 56/97] vmstate: Remove version_id fields that were not used
` [Qemu-devel] [PATCH 57/97] vmstate: Remove version_id from VMSTATE_SUB_ARRAY
` [Qemu-devel] [PATCH 58/97] vmstate: Remove version parameter from VMSTATE_VARRAY_INT32
` [Qemu-devel] [PATCH 59/97] vmstate: Remove version_id from VMSTATE_VARRAY_UINT16_UNSAFE
` [Qemu-devel] [PATCH 60/97] vmstate: VMSTATE_ARRAY_OF_POINTER didn't used the version_id field
` [Qemu-devel] [PATCH 61/97] vmstate: remove version parameter from VMSTATE_BUFFER_POINTER_UNSAFE
` [Qemu-devel] [PATCH 62/97] vmstate: Remove version, test and start parameter from VMSTATE_VBUFFER_UINT32
` [Qemu-devel] [PATCH 63/97] vmstate: Remove version paramenter from VMSTATE_ARRAY_OF_POINTER_TO_STRUCT
` [Qemu-devel] [PATCH 64/97] vmstate: Remove VMSTATE_BUFFER_MULTIPLY
` [Qemu-devel] [PATCH 65/97] vmstate: Remove version parameter from VMSTATE_STATIC_BUFFER
` [Qemu-devel] [PATCH 66/97] vmstate: Remove version field from VMSTATE_STRUCT_VARRAY_UINT32
` [Qemu-devel] [PATCH 67/97] vmstate: Move all users of versioning of VMSTATE_STRUCT_ARRAY to _TEST
` [Qemu-devel] [PATCH 68/97] vmstate: Remove version paramenter from VMSTATE_STRUCT_ARRAY
` [Qemu-devel] [PATCH 69/97] vmstate: Remove version parameter from VMSTATE_STRUCT_ARRAY_TEST
` [Qemu-devel] [PATCH 70/97] vmstate: Remove unused version parameter from VMSTATE_STRUCT_VARRAY_INT32
` [Qemu-devel] [PATCH 71/97] vmstate: Remove unused version parameter from VMSTATE_STRUCT_VARRAY_UINT8
` [Qemu-devel] [PATCH 72/97] vmstate: Introduce VMSTATE_VARRAY_UINT32_TEST
` [Qemu-devel] [PATCH 73/97] vmstate: Remove version parameter from VMSTATE_VARRAY_UINT32
` [Qemu-devel] [PATCH 74/97] vmstate: Remove version parameter from VMSTATE_STRUCT_TEST
` [Qemu-devel] [PATCH 75/97] vmstate: Move all users of versioning to VMSTATE_STRUCT_TEST
` [Qemu-devel] [PATCH 76/97] vmstate: Remove version from all VMSTATE_STRUCT calls
` [Qemu-devel] [PATCH 77/97] vmstate: Create VMSTATE_VARRAY macro

[PATCH] Kbuild: move extra gcc check flags to the top Makefile
 2014-04-07  3:22 UTC 

[f2fs-dev] [PATCH v2] f2fs: fix wrong statistics of inline data
 2014-04-07  3:18 UTC  (2+ messages)
`  "

[PATCH RFC] spi: efm32: Make "efm32,location" property optional
 2014-04-07  3:18 UTC 

[U-Boot] [PATCH] fsl/usb: Increase TXFIFOTHRESH value for usb write in T4 Rev 2.0
 2014-04-07  3:16 UTC 

[dm-crypt] verity setup on active device
 2014-04-07  3:11 UTC  (5+ messages)

[Qemu-devel] [PATCH 00/35] pc: ACPI memory hotplug
 2014-04-07  3:07 UTC  (5+ messages)
` [Qemu-devel] [PATCH 08/35] qdev: hotplug for buss-less devices
` [Qemu-devel] [PATCH 28/35] pc: propagate memory hotplug event to ACPI device

[PATCH] [SCSI] FlashPoint: Fix non-ANSI function declaration
 2014-04-07  2:59 UTC  (2+ messages)

[PATCH] staging: silicom: Add appropriate ifdef conditions in bpctl_mod.c
 2014-04-07  3:03 UTC 

[PATCH v3] support madvise(MADV_FREE)
 2014-04-07  2:51 UTC  (2+ messages)

[PATCH] staging: lustre: use NULL instead of 0 for pointer
 2014-04-07  2:47 UTC 

cron job: media_tree daily build: OK
 2014-04-07  2:34 UTC 

[PATCH 1/4] cryptodev-linux: move to recipes-kernel to be shared with module and tests
 2014-04-07  2:29 UTC  (4+ messages)
` [PATCH 2/4] cryptodev-linux: create common .inc file to be shared by "
` [PATCH 3/4] cryptodev-module: recipe for out-of-tree cryptodev device driver
` [PATCH 4/4] cryptodev-tests: recipe for cryptodev test suite based on OpenSSL

[PATCH v3] Staging: rtl8192e: Fix declaration of symbols
 2014-04-07  2:26 UTC 

Required backwards support level?
 2014-04-07  2:26 UTC  (2+ messages)

[Bug 77002] New: problems with kernel 3.14
 2014-04-07  2:26 UTC  (4+ messages)
` [Bug 77002] "
` [Bug 77002] hdmi audio problems with 3.14

[Package Report System]Upgrade recipes name list
 2014-04-07  2:18 UTC 

[Package Report System]Manual check recipes name list
 2014-04-07  2:18 UTC 

[Bug 75127] New: Radeon SUMO: atombios stuck executing
 2014-04-07  2:13 UTC  (8+ messages)
` [Bug 75127] Radeon SUMO: GPU reset
` [Bug 75127] runpm hang with PowerXpress/hybrid laptop

[Bug 72701] New: Screen freeze when using radeon driver
 2014-04-07  2:13 UTC  (2+ messages)
` [Bug 72701] "

iptables + iproute2 policy-based routing issue
 2014-04-07  2:11 UTC  (2+ messages)

[PATCH] Route keyboard LEDs through the generic LEDs layer
 2014-04-07  2:10 UTC  (3+ messages)

[Bug 42960] New: Display does not work when resuming from suspend
 2014-04-07  2:06 UTC  (3+ messages)
` [Bug 42960] "

[LTP] numastats updates
 2014-04-07  1:39 UTC  (3+ messages)
  `  "

inet_aton man page
 2014-04-07  1:56 UTC 

f2fs: kernel BUG at fs/f2fs/segment.h:543
 2014-04-07  1:55 UTC  (5+ messages)

ISA kernel modules that build and oops on ppc64
 2014-04-07  1:54 UTC 

Ofono not "recognizing" some USB dongles
 2014-04-07  1:52 UTC  (2+ messages)

Assistance in tracking a kernel/nouveau error
 2014-04-07  1:43 UTC  (2+ messages)

[PATCH 3.2 00/18] 3.2.57-rc1 review
 2014-04-07  1:42 UTC  (21+ messages)
` [PATCH 3.2 01/18] Input: synaptics - add manual min/max quirk
` [PATCH 3.2 02/18] Input: synaptics - add manual min/max quirk for ThinkPad X240
` [PATCH 3.2 04/18] ext4: atomically set inode->i_flags in ext4_set_inode_flags()
` [PATCH 3.2 10/18] deb-pkg: Fix building for MIPS big-endian or ARM OABI
` [PATCH 3.2 14/18] net: asix: add missing flag to struct driver_info
` [PATCH 3.2 17/18] cifs: ensure that uncached writes handle unmapped areas correctly
` [PATCH 3.2 07/18] net: add and use skb_gso_transport_seglen()
` [PATCH 3.2 12/18] asix: asix_rx_fixup surgery to reduce skb truesizes
` [PATCH 3.2 03/18] staging: speakup: Prefix set_mask_bits() symbol
` [PATCH 3.2 18/18] s390: fix kernel crash due to linkage stack instructions
` [PATCH 3.2 13/18] net: asix: handle packets crossing URB boundaries
` [PATCH 3.2 05/18] netfilter: nf_conntrack_dccp: fix skb_header_pointer API usages
` [PATCH 3.2 06/18] ipc/msg: fix race around refcount
` [PATCH 3.2 16/18] KVM: VMX: fix use after free of vmx->loaded_vmcs
` [PATCH 3.2 09/18] deb-pkg: use KCONFIG_CONFIG instead of .config file directly
` [PATCH 3.2 11/18] deb-pkg: Fix cross-building linux-headers package
` [PATCH 3.2 15/18] KVM: MMU: handle invalid root_hpa at __direct_map
` [PATCH 3.2 08/18] net: ip, ipv6: handle gso skbs in forwarding path

[PATCH] autofs4: check dev ioctl size before allocating
 2014-04-07  1:42 UTC 

[GIT PULL] please pull file locking changes for 3.15
 2014-04-07  1:37 UTC  (4+ messages)

[PATCH] staging: rtl8187se: Fix warning symbol should be static
 2014-04-07  1:34 UTC  (3+ messages)

[PATCH 0/2] powerpc/perf: fixup 2 patches from the 24x7 series
 2014-04-07  1:22 UTC  (6+ messages)
` [PATCH 1/2] fixup: "powerpc/perf: Add support for the hv 24x7 interface"

[nightly] Distroless meta-ti/master minimal build 2014-04-06_21-00-24
 2014-04-07  1:06 UTC 

2.1 audio not working in Kubuntu 13.10
 2014-04-07  1:15 UTC  (2+ messages)

[RFT 0/4] ath10k: fix flushing and tx stalls
 2014-04-07  1:05 UTC  (5+ messages)

Intel 7260 not working in 802.11n mode
 2014-04-07  0:36 UTC 

[PATCH 0/9] dm-crypt patches
 2014-04-07  1:01 UTC  (2+ messages)

[PATCH 0/8] x86/EPT: various adjustments
 2014-04-07  0:58 UTC  (9+ messages)
` [PATCH 8/8] x86/EPT: IOMMU snoop capability should not affect memory type selection

Intel I350 mini-PCIe card (igb) on Mirabox (mvebu / Armada 370)
 2014-04-07  0:50 UTC  (14+ messages)

[PATCH 0/4] Reset i2c connection between xfers (v3)
 2014-04-07  0:45 UTC  (4+ messages)
` [PATCH 1/4] drm/radeon/dp: handle zero sized i2c over aux transactions

[PATCH 00/20] FDT clean-ups and libfdt support
 2014-04-07  0:42 UTC  (9+ messages)
` [PATCH 09/20] of/fdt: create common debugfs

[PATCH] staging: r8723au: Fix build problem when RFKILL is not selected
 2014-04-07  0:42 UTC 

[Bug 77009] New: 24P playback video signal loss with latest DRI patches
 2014-04-07  0:37 UTC  (3+ messages)
` [Bug 77009] "

[PATCH 0/3] Staging: rtl8192e: Fix code issues
 2014-04-07  0:38 UTC  (2+ messages)

[PATCH] Staging: rts5139: fix coding style
 2014-04-07  0:33 UTC  (2+ messages)

[Qemu-devel] [PATCH v17 00/14] Drop in_use from BlockDriverState and enable point-in-time snapshot exporting over NBD
 2014-04-07  0:31 UTC  (14+ messages)
` [Qemu-devel] [PATCH v17 01/14] block: Add BlockOpType enum
` [Qemu-devel] [PATCH v17 02/14] block: Introduce op_blockers to BlockDriverState
` [Qemu-devel] [PATCH v17 03/14] block: Replace in_use with operation blocker
` [Qemu-devel] [PATCH v17 04/14] block: Move op_blocker check from block_job_create to its caller
` [Qemu-devel] [PATCH v17 05/14] block: Add bdrv_set_backing_hd()
` [Qemu-devel] [PATCH v17 06/14] block: Add backing_blocker in BlockDriverState

linux-next: manual merge of the arm-soc tree with the tree
 2014-04-07  0:21 UTC  (3+ messages)

linux-firmware: Update Intel BT devices firmware patch files (7260/3160)
 2014-04-07  0:16 UTC  (4+ messages)

[RFC] Fix interrupted recording with Hauppauge HD-PVR
 2014-04-07  0:04 UTC 

[PATCH] autofs4: check dev ioctl size before allocating
 2014-04-07  0:03 UTC  (6+ messages)

Kconfig circular dependency question
 2014-04-07  0:02 UTC  (4+ messages)

Provisioning mechanism
 2014-04-07  0:00 UTC  (2+ messages)

[PATCH] fs/ext4/extents_status.c: fix 64-bit number truncation bug
 2014-04-06 23:58 UTC  (4+ messages)

[PATCH] Btrfs: don't clear uptodate if the eb is under IO
 2014-04-06 23:57 UTC  (2+ messages)

[PATCH] powerpc/le: Avoid creatng R_PPC64_TOCSAVE relocations for modules
 2014-04-06 23:55 UTC  (2+ messages)

[PATCH] powerpc/mm: numa pte should be handled via slow path in get_user_pages_fast
 2014-04-06 23:49 UTC  (2+ messages)

[PATCH] arm/igep0020: fix IGEPv2 boot
 2014-04-06 23:45 UTC  (4+ messages)

[PATCH v2 00/25] Lockfile correctness and refactoring
 2014-04-06 23:34 UTC  (6+ messages)
` [PATCH v2 21/25] commit_lock_file(): use a strbuf to manage temporary space
` [PATCH v2 22/25] Change lock_file::filename into a strbuf
` [PATCH v2 23/25] resolve_symlink(): use a strbuf for internal scratch space
` [PATCH v2 24/25] resolve_symlink(): take a strbuf parameter
` [PATCH v2 25/25] trim_last_path_elm(): replace last_path_elm()


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.