All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-06-01 11:43:15 to 2015-06-01 12:25:22 UTC [more...]

[Qemu-devel] [PULL v2 00/60] pc, pci, tpm, virtio, vhost enhancements and fixes
 2015-06-01 12:25 UTC  (47+ messages)
` [Qemu-devel] [PULL v2 01/60] hw/virtio/virtio-balloon: move adding property to virtio_balloon_instance_init
` [Qemu-devel] [PULL v2 02/60] hw/virtio/virtio-pci: use alias property for virtio-balloon-pci
` [Qemu-devel] [PULL v2 03/60] hw/s390x/virtio-ccw: use alias property for virtio-balloon-ccw
` [Qemu-devel] [PULL v2 04/60] pc: Replace tab with spaces
` [Qemu-devel] [PULL v2 05/60] hw: Move commas inside HW_COMPAT_2_1 macro
` [Qemu-devel] [PULL v2 06/60] pc: Move commas inside PC_COMPAT_* macros
` [Qemu-devel] [PULL v2 07/60] spapr: Move commas inside SPAPR_COMPAT_* macros
` [Qemu-devel] [PULL v2 08/60] hw: Define empty HW_COMPAT_2_[23] macros
` [Qemu-devel] [PULL v2 09/60] pc: Define PC_COMPAT_2_[123] macros
` [Qemu-devel] [PULL v2 10/60] spapr: Use HW_COMPAT_* inside SPAPR_COMPAT_* macros
` [Qemu-devel] [PULL v2 11/60] spapr: define SPAPR_COMPAT_2_3
` [Qemu-devel] [PULL v2 12/60] piix: Move pc-0.14 qxl compat properties to PC_COMPAT_0_14
` [Qemu-devel] [PULL v2 13/60] piix: Move pc-0.11 drive version compat props to PC_COMPAT_0_11
` [Qemu-devel] [PULL v2 14/60] piix: Move pc-0.13 virtio-9p-pci compat to PC_COMPAT_0_13
` [Qemu-devel] [PULL v2 15/60] piix: Move pc-0.1[23] rombar compat props "
` [Qemu-devel] [PULL v2 16/60] piix: Define PC_COMPAT_0_10
` [Qemu-devel] [PULL v2 17/60] pc: Define MACHINE_OPTIONS macros consistently for all machines
` [Qemu-devel] [PULL v2 18/60] pc: Define machines using a DEFINE_PC_MACHINE macro
` [Qemu-devel] [PULL v2 19/60] pc: Convert *_MACHINE_OPTIONS macros into functions
` [Qemu-devel] [PULL v2 20/60] pc: Move compat_props setting inside *_machine_options() functions
` [Qemu-devel] [PULL v2 21/60] pc: Don't use QEMUMachine anymore
` [Qemu-devel] [PULL v2 22/60] pc: Remove qemu_register_pc_machine() function
` [Qemu-devel] [PULL v2 23/60] machine: Remove unused fields from QEMUMachine
` [Qemu-devel] [PULL v2 24/60] piix: Add kvmclock_enabled, pci_enabled globals
` [Qemu-devel] [PULL v2 25/60] piix: Eliminate pc_init_pci()
` [Qemu-devel] [PULL v2 26/60] pc: Generate init functions with a macro
` [Qemu-devel] [PULL v2 27/60] pc: acpi: fix pvpanic for buggy guests
` [Qemu-devel] [PULL v2 28/60] virtio: move host_features
` [Qemu-devel] [PULL v2 29/60] virtio-ccw: Don't advertise VIRTIO_F_BAD_FEATURE
` [Qemu-devel] [PULL v2 30/60] virtio: move VIRTIO_F_NOTIFY_ON_EMPTY into core
` [Qemu-devel] [PULL v2 31/60] virtio-net: adding all queues in .realize()
` [Qemu-devel] [PULL v2 32/60] virtio: device_plugged() can fail
` [Qemu-devel] [PULL v2 33/60] virtio: introduce virtio_get_num_queues()
` [Qemu-devel] [PULL v2 34/60] virtio-ccw: introduce ccw specific queue limit
` [Qemu-devel] [PULL v2 35/60] virtio-ccw: validate the number of queues against bus limitation
` [Qemu-devel] [PULL v2 36/60] virtio-s390: introduce virito s390 queue limit
` [Qemu-devel] [PULL v2 37/60] virtio-s390: introduce virtio_s390_device_plugged()
` [Qemu-devel] [PULL v2 38/60] virtio: rename VIRTIO_PCI_QUEUE_MAX to VIRTIO_QUEUE_MAX
` [Qemu-devel] [PULL v2 39/60] virtio: increase the queue limit to 1024
` [Qemu-devel] [PULL v2 40/60] i386/pc: pc_basic_device_init(): delegate FDC creation request
` [Qemu-devel] [PULL v2 41/60] i386/pc: '-drive if=floppy' should imply a board-default FDC
` [Qemu-devel] [PULL v2 42/60] i386/pc_q35: don't insist on board FDC if there's no default floppy
` [Qemu-devel] [PULL v2 43/60] i386: drop FDC in pc-q35-2.4+ if neither it nor floppy drives are wanted
` [Qemu-devel] [PULL v2 44/60] acpi: Simplify printing to dynamic string
` [Qemu-devel] [PULL v2 45/60] Add stream ID to MSI write
` [Qemu-devel] [PULL v2 46/60] Extend TPM TIS interface to support TPM 2

[PATCH 0/9] crypto: Add ChaCha20-Poly1305 AEAD support for IPsec
 2015-06-01 11:44 UTC  (10+ messages)
` [PATCH 1/9] crypto: Add a generic ChaCha20 stream cipher implementation
` [PATCH 2/9] crypto: testmgr - Add ChaCha20 test vectors from RFC7539
` [PATCH 3/9] crypto: Add a generic Poly1305 authenticator implementation
` [PATCH 4/9] crypto: testmgr - Add Poly1305 test vectors from RFC7539
` [PATCH 5/9] crypto: Add a ChaCha20-Poly1305 AEAD construction, RFC7539
` [PATCH 6/9] crypto: testmgr - Add ChaCha20-Poly1305 test vectors from RFC7539
` [PATCH 7/9] crypto: chacha20poly1305 - Add an IPsec variant for RFC7539 AEAD
` [PATCH 8/9] crypto: testmgr - Add draft-ietf-ipsecme-chacha20-poly1305 test vector
` [PATCH 9/9] xfrm: Define ChaCha20-Poly1305 AEAD XFRM algo for IPsec users

[Draft C] Xen on ARM vITS Handling
 2015-06-01 12:24 UTC  (4+ messages)

[PATCHv3] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order
 2015-06-01 12:24 UTC 

[Bug 89558] New: Unknown chipset error for GeForce 840M
 2015-06-01 12:24 UTC  (2+ messages)
  ` [Bug 89558] [NV118] GM108 not supported by nouveau

[Qemu-devel] [PATCH V7 00/24] hw/pc: implement multiple primary busses for pc machines
 2015-06-01 12:24 UTC  (8+ messages)
` [Qemu-devel] [PATCH V7 23/24] apci: fix PXB behaviour if used with unsupported BIOS

[U-Boot] [PATCH] x86: baytrail: PCI is not always mapped to end of ram
 2015-06-01 12:24 UTC  (9+ messages)

[PATCH 0/2 v2] Support for XFS v5 filesystem
 2015-06-01 12:22 UTC  (7+ messages)
` [PATCH 1/2] xfs: Add helpers for inode size
` [PATCH 2/2] xfs: V5 filesystem format support

build hello_world.c in yocto
 2015-06-01 12:22 UTC  (4+ messages)

Issues with Geniatech MyGica T230
 2015-06-01 12:22 UTC  (2+ messages)

[PATCH 0/3] iio: adc: hi-843x: Add Holt HI-8435/8436/8437 descrete ADC
 2015-06-01 12:20 UTC  (7+ messages)
` [PATCH 1/3] iio: adc: hi-843x: "
` [PATCH 2/3] dt: Add vendor prefix 'holt'
` [PATCH 3/3] dt: Document Holt descrete ADC bindings

post-receive: pub/scm/virt/kvm/mst/qemu
 2015-06-01 12:20 UTC 

[PATCH v5 00/16] Bluetooth: Multi-advertising infrastructure
 2015-06-01 12:19 UTC  (6+ messages)
` [PATCH v6 "

[PATCH] [media] DocBook: document DVB net API
 2015-06-01 12:19 UTC 

[lustre-devel] [PATCH] staging: lustre: cleanup not needed else clauses
 2015-06-01 12:18 UTC  (2+ messages)
`  "

[PATCHv2] ARM: dts: add exynos5422-cpus.dtsi to correct cpu order
 2015-06-01 12:18 UTC  (3+ messages)

[PATCH] mm/oom: Suppress unnecessary "sharing same memory" message
 2015-06-01 12:17 UTC  (13+ messages)
` [PATCH] mm/oom: Suppress unnecessary "sharing same memory"message

[LTP] [PATCH] ade/ld: fix compile warning
 2015-06-01 12:07 UTC 

[rumpuserxen test] 57717: regressions - FAIL
 2015-06-01 12:14 UTC 

[PATCH] media: videobuf2-dc: set properly dma_max_segment_size
 2015-06-01 12:14 UTC 

[Qemu-devel] [PULL 00/57] pc, pci, tpm, virtio enhancements and fixes
 2015-06-01 12:14 UTC  (3+ messages)

post-receive: pub/scm/linux/kernel/git/linusw/linux-stericsson
 2015-06-01 12:13 UTC 

[PATCH] xen/arm: gic-hip04: Resync the driver with the GICv2
 2015-06-01 12:11 UTC  (9+ messages)

[PATCH] ixgbe: fix TSO in IPv6
 2015-06-01 12:11 UTC 

[PATCH] app/testpmd: fix default RX/TX flow control values
 2015-06-01 12:11 UTC 

[PATCH 01/47] ASoC: cs42l52: Replace direct snd_soc_codec dapm field access
 2015-06-01 12:12 UTC  (3+ messages)
` [PATCH 03/47] ASoC: cs42l73: "

[PATCH] app/test: fix default memory assignment
 2015-06-01 12:11 UTC 

[PATCH] mac80211: act upon and report deauth while associating
 2015-06-01 12:10 UTC 

Audio play problem with tlv320aic3106 in mainline
 2015-06-01 12:10 UTC  (6+ messages)

Bug in 'git am' when applying a broken patch
 2015-06-01 12:09 UTC  (3+ messages)

[PATCH net] bnx2x: Move statistics implementation into semaphores
 2015-06-01 12:08 UTC 

[PATCH RESEND] staging: rtl8192u: ieee80211: Fix sparse endianness warnings
 2015-06-01 12:11 UTC  (9+ messages)

[PATCH v4 25/25] k_clock:Remove the 32bit methods with timespec/itimerspec type
 2015-06-01 12:08 UTC 

[cdc_ncm] guidance and help refactoring cdc_ncm
 2015-06-01 12:08 UTC  (9+ messages)

[PATCH v4 24/25] time/posix-cpu-timers:Convert to the 64bit methods for k_clock structure
 2015-06-01 12:08 UTC 

[PATCH v4 23/25] cputime:Introduce the cputime_to_timespec64/timespec64_to_cputime function
 2015-06-01 12:07 UTC 

[lustre-devel] [PATCH] staging: lustre: cleanup not needed else clauses
 2015-06-01 12:07 UTC  (2+ messages)

[v2] powerpc/fsl: Add FMan Port 10G compatibles
 2015-06-01 12:06 UTC 

[PATCH] drm/i915/skl: Assume no scaling is available when things are not as expected
 2015-06-01 12:04 UTC 

[PATCH v2 0/8] Asynchronous device/driver probing support
 2015-06-01 12:04 UTC  (5+ messages)
` [PATCH 2/8] driver-core: add asynchronous probing support for drivers

[PATCH v4 22/25] time/time:Introduce the timespec64_to_jiffies()/jiffies_to_timespec64() function
 2015-06-01 12:04 UTC 

[PATCH] x86-64/entry: fold identical code paths
 2015-06-01 12:03 UTC 

[PATCH 2/2] deb-pkg: add source package
 2015-06-01 12:03 UTC  (4+ messages)

BUG: update-grub, unable to handle kernel NULL pointer dereference
 2015-06-01 12:03 UTC  (3+ messages)
` [PATCH] fuse: avoid clobbering fc->release with fuse_conn_init(fc)

[PATCH v4 21/25] time/posix-clock:Convert to the 64bit methods for k_clock and posix_clock_operations structure
 2015-06-01 12:02 UTC 

[PATCH] x86-64/asm: use negative immediates for stack adjustments
 2015-06-01 12:02 UTC 

[PATCH v4 20/25] time/alarmtimer:Convert to the new 64bit methods for k_clock structure
 2015-06-01 12:01 UTC 

[PATCH v4 19/25] char/mmtimer:Convert to the 64bit methods for k_clock callback functions
 2015-06-01 12:00 UTC 

A question about state machine function state_next()
 2015-06-01 12:01 UTC  (6+ messages)

[PATCH 0/5] Add support for PWMSS on DRA7
 2015-06-01 11:53 UTC  (18+ messages)
` [PATCH 1/5] ARM: OMAP2+: DRA7: clockdomain: change l4per2_7xx_clkdm to SW_WKUP
` [PATCH 2/5] ARM: OMAP2+: DRA7: Add hwmod entries for PWMSS
` [PATCH 3/5] ARM: dts: DRA7: Add TBCLK "
` [PATCH 4/5] clk: ti: DRA7: Add tbclk data for ehrpwm
` [PATCH 5/5] ARM: dts: DRA7: Add dt nodes for PWMSS

[f2fs-dev] Dwrite with non-aligned offset and size
 2015-06-01 11:55 UTC  (2+ messages)

[PATCH v4 18/25] time/posix-timers:Convert to the 64bit methods for k_clock callback functions
 2015-06-01 11:59 UTC 

[patch] gpio: Added GPIO support to ZynqMP SoC
 2015-06-01 12:00 UTC  (2+ messages)

[PATCH] oom: always panic on OOM when panic_on_oom is configured
 2015-06-01 11:59 UTC  (2+ messages)

[Qemu-devel] [PATCH v5 0/2] block: enforce minimal 4096 alignment in qemu_blockalign
 2015-06-01 11:57 UTC  (15+ messages)
` [Qemu-devel] [Qemu-block] "

[Qemu-devel] [PATCH 1/3] ich9: add TCO interface emulation
 2015-06-01 11:59 UTC  (6+ messages)
` [Qemu-devel] [PATCH 2/3] target-i386: reserve RCRB mmio space in ACPI DSDT table
  ` [Qemu-devel] [SeaBIOS] "

[PATCH v4 17/25] timekeeping:Introduce the timekeeping_clocktai() function with timespec64 type
 2015-06-01 11:58 UTC 

[PATCH] brcmfmac: support NVRAMs containing pci devpaths (instead of pcie)
 2015-06-01 11:59 UTC  (2+ messages)

[PATCH v4 16/25] posix-timers:Convert to the 64bit methods for the clock_getres syscall function
 2015-06-01 11:58 UTC 

[PATCH v4 15/25] posix-timers:Change the implementation for clock_getres syscall function
 2015-06-01 11:57 UTC 

[PATCH v4 14/25] posix-timers:Convert to the 64bit methods for the clock_gettime syscall function
 2015-06-01 11:57 UTC 

[RFC][PATCH 0/4] Fixes for leapsecond expiring early ABS_TIME CLOCK_REALTIME timers
 2015-06-01 11:57 UTC  (2+ messages)

[PATCH v4 13/25] posix-timers:Change the implementation for clock_gettime syscall function
 2015-06-01 11:57 UTC 

[PATCH v4 12/25] posix-timers:Convert to the 64bit methods for the clock_settime syscall function
 2015-06-01 11:57 UTC 

[PATCH V2 0/2] pinctrl: tegra-xusb: Clean-up and fixes
 2015-06-01 11:57 UTC  (5+ messages)
` [PATCH V2 1/2] pinctrl: tegra-xusb: Remove unused structure
` [PATCH V2 2/2] pinctrl: tegra-xusb: Fix allocation of pins

[PATCH v4 11/25] posix-timers:Change the implementation for clock_settime syscall function
 2015-06-01 11:56 UTC 

linux-next: manual merge of the target-updates tree with the tree
 2015-06-01 11:56 UTC  (4+ messages)

[PATCH v4 10/25] posix-timers:Convert to the 64bit methods for the timer_settime syscall function
 2015-06-01 11:56 UTC 

[PATCH v4 09/25] posix-timers:Change the implementation for timer_settime syscall
 2015-06-01 11:56 UTC 

[PATCH 0/20] leds: put hard limit on minimum blink period for slow leds
 2015-06-01 11:56 UTC  (4+ messages)
` [PATCH 01/20] leds: implement LED_BRIGHTNESS_FAST flag

[PATCH v4 07/25] posix-timers:Change the implementation for timer_gettime syscall function
 2015-06-01 11:55 UTC 

[PATCH v4 08/25] posix-timers:Convert to the 64bit methods for the timer_gettime syscall function
 2015-06-01 11:55 UTC 

[PATCH v4 06/25] time/posix-timers:Introduce {get,put}_timespec and {get,put}_itimerspec
 2015-06-01 11:55 UTC 

[BUG REPORT] brcmfmac: wrong logic in finding control/primary channel relative location
 2015-06-01 11:55 UTC  (4+ messages)

[Qemu-devel] [PULL 0/3] tricore-patches
 2015-06-01 11:54 UTC  (2+ messages)

[PATCH v4 05/25] time:Introduce the do_sys_settimeofday64() function with timespec64 type
 2015-06-01 11:54 UTC 

renesas-drivers-2015-06-01-v4.1-rc6
 2015-06-01 11:54 UTC 

[Qemu-devel] [PATCH 00/10] Remove RDMA migration dependence on RAMBlock offset
 2015-06-01 11:53 UTC  (4+ messages)
` [Qemu-devel] [PATCH 09/10] Sort destination RAMBlocks to be the same as the source

[PATCH] mmc: core: Fix off-by-one error in mmc_do_calc_max_discard()
 2015-06-01 11:50 UTC  (4+ messages)

[PATCH v4 04/25] security/security: Introduce security_settime64() function with timespec64 type
 2015-06-01 11:52 UTC 

[PATCH/RFCv2 1/2] git-rebase -i: add command "drop" to remove a commit
 2015-06-01 11:52 UTC  (2+ messages)
` [PATCH/RFCv2 2/2] git rebase -i: warn about removed commits

[PATCH v2] arm/arm64: KVM: Properly account for guest CPU time
 2015-06-01 11:52 UTC  (6+ messages)

post-receive: pub/scm/linux/kernel/git/geert/renesas-drivers
 2015-06-01 11:51 UTC 

[PATCH v4 03/25] time/hrtimer:Introduce hrtimer_get_res64() with timespec64 type
 2015-06-01 11:50 UTC 

[PATCH v4 02/25] timekeeping:Introduce the current_kernel_time64() function with timespec64 type
 2015-06-01 11:49 UTC 

[PATCH for-next 09/10] IB/mlx4: Add timestamp_mask and hca_core_clock to query_device
 2015-06-01 11:50 UTC  (23+ messages)

[PATCH] ARM: v7 setup function should invalidate L1 cache
 2015-06-01 11:50 UTC  (7+ messages)

[PATCH 0/9] send-email: add sendmail aliases line continuation support
 2015-06-01 11:49 UTC  (4+ messages)
` [PATCH 1/9] send-email: further document missing sendmail aliases functionality

[PATCH v4 01/25] linux/time64.h:Introduce the 'struct itimerspec64' for 64bit
 2015-06-01 11:48 UTC 

[PATCH] brcmfmac: set wiphy perm_addr to hardware MAC address
 2015-06-01 11:47 UTC  (2+ messages)

seg fault in "git format-patch"
 2015-06-01 11:47 UTC  (5+ messages)
` [PATCH] format-patch: dereference tags with --ignore-if-in-upstream

Remarks about alsa-lib-1.0.29/test/pcm*.c
 2015-06-01 11:47 UTC  (2+ messages)

[PATCH v4 00/25] Convert the posix_clock_operations and k_clock structure to ready for 2038
 2015-06-01 11:44 UTC  (2+ messages)

[Bug 90704] Desktop will black when sliding mouse in touchpad after switching tty in my skylake machine
 2015-06-01 11:45 UTC  (2+ messages)

[PATCH v2 0/4] pmem api, generic ioremap_cache, and memremap
 2015-06-01 11:44 UTC  (5+ messages)
` [PATCH v2 4/4] arch, x86: cache management apis for persistent memory

[PATCH 0/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver
 2015-06-01 11:43 UTC  (5+ messages)
` [PATCH 1/3] Documentation: Update the APM X-Gene SoC EDAC DTS binding for L3/SoC subnodes
  ` [PATCH 2/3] edac: Add L3/SoC support to the APM X-Gene SoC EDAC driver


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.