All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-10-08 10:58:21 to 2013-10-08 12:17:04 UTC [more...]

[Qemu-devel] [PATCH v3 00/17] blockdev-add QMP command
 2013-10-08 12:16 UTC  (12+ messages)
` [Qemu-devel] [PATCH v3 01/17] qapi-types/visit.py: Pass whole expr dict for structs
` [Qemu-devel] [PATCH v3 02/17] qapi-types/visit.py: Inheritance "
` [Qemu-devel] [PATCH v3 03/17] blockdev: Introduce DriveInfo.enable_auto_del
` [Qemu-devel] [PATCH v3 04/17] blockdev: 'blockdev-add' QMP command
` [Qemu-devel] [PATCH v3 05/17] blockdev: Separate ID generation from DriveInfo creation
` [Qemu-devel] [PATCH v3 06/17] blockdev: Pass QDict to blockdev_init()
` [Qemu-devel] [PATCH v3 07/17] blockdev: Move parsing of 'media' option to drive_init
` [Qemu-devel] [PATCH v3 08/17] blockdev: Move parsing of 'if' "
` [Qemu-devel] [PATCH v3 09/17] blockdev: Moving parsing of geometry options "
` [Qemu-devel] [PATCH v3 10/17] blockdev: Move parsing of 'boot' option "
` [Qemu-devel] [PATCH v3 11/17] blockdev: Move bus/unit/index processing "

[PATCH V4 0/3] Add AMS AS3722 mfd, pincontrol, regulator and RTC driver
 2013-10-08 12:16 UTC  (3+ messages)
` [PATCH V5 2/3] pincntrl: add support for ams AS3722 pin control driver
  ` [rtc-linux] "

[PATCH] mac80211: port CCMP to cryptoapi's CCM driver
 2013-10-08 12:16 UTC  (5+ messages)

[Buildroot] [PATCH v2] Add new package espeak, a speech synthesizer software
 2013-10-08 12:16 UTC  (2+ messages)

[PATCH] MIPS: Print correct PC in trace dump after NMI exception
 2013-10-08 12:15 UTC  (5+ messages)

[BUG] spi/spi-atmel: DMA rx buffer corruption with SPI_IOC_MESSAGE
 2013-10-08 12:13 UTC  (2+ messages)

[PATCH] drm/exynos: fimd: clean up pm suspend/resume
 2013-10-08 12:13 UTC 

[GIT PULL] perf fixes
 2013-10-08 12:12 UTC 

mdadm >= 3.0 - udev test rule
 2013-10-08 12:12 UTC 

[PATCH 0/6] add support for omap wake-up interrupts via pinctrl-single, take2
 2013-10-08 12:10 UTC  (8+ messages)
` [PATCH 3/6] pinctrl: single: Prepare for supporting SoC specific features
` [PATCH 4/6] pinctrl: single: Add support for wake-up interrupts

[PATCH] linux-yocto: Add xen guest kernel fragment support for PV/HVM guests, using 'xen-guest' distro flag
 2013-10-08 12:09 UTC  (6+ messages)
` [PATCH] xen-guest-image-minimal: example image for a PV/HVM/PVHVM xen guest built with the 'xen-guest' kernel fragment

[PATCH] padata: make the sequence counter an atomic_t
 2013-10-08 12:08 UTC  (2+ messages)

[Powertop] patch: tell user if the system is running out of FDs
 2013-10-08 12:08 UTC 

Suspected cache coherency problem on V4L2 and AR7100 CPU
 2013-10-08 12:07 UTC  (5+ messages)

[PATCH 0/5] Armada DRM stuff
 2013-10-08 12:07 UTC  (10+ messages)
` [PATCH 5/5] DRM: Armada: add support for drm tda19988 driver

[RFC] Documentation: --options in man-pages synopsys
 2013-10-08 12:07 UTC 

[Qemu-devel] [PATCHv5] block/get_block_status: avoid redundant callouts on raw devices
 2013-10-08 12:05 UTC  (4+ messages)

[PATCH v2] PWM: atmel-pwm: use request/free instead of enable/disable
 2013-10-08 12:05 UTC  (3+ messages)

[PATCH 39/52] tools/perf/build: Automatically build in parallel, based on number of CPUs in the syst
 2013-10-08 12:04 UTC 

[PATCH v3 00/19] ARM: at91: move to common clk framework
 2013-10-08 12:03 UTC  (10+ messages)
` [PATCH v3 06/19] clk: at91: add PMC pll clocks
` [PATCH v3 07/19] clk: at91: add pll id macros for pll dt bindings

[PATCH] perf tools: fix missing default initialization for tool->mmap2
 2013-10-08 12:02 UTC  (3+ messages)

[Qemu-devel] [PATCHv4 00/17] block: logical block provisioning enhancements
 2013-10-08 11:58 UTC  (18+ messages)
` [Qemu-devel] [PATCHv4 01/17] block: make BdrvRequestFlags public
` [Qemu-devel] [PATCHv4 02/17] block: add flags to bdrv_*_write_zeroes
` [Qemu-devel] [PATCHv4 03/17] block: introduce BDRV_REQ_MAY_UNMAP request flag
` [Qemu-devel] [PATCHv4 04/17] block: introduce bdrv_has_discard_zeroes and bdrv_has_discard_write_zeroes
` [Qemu-devel] [PATCHv4 05/17] block/raw: add "
` [Qemu-devel] [PATCHv4 06/17] block: add BlockLimits structure to BlockDriverState
` [Qemu-devel] [PATCHv4 07/17] block: honour BlockLimits in bdrv_co_do_write_zeroes
` [Qemu-devel] [PATCHv4 08/17] block: honour BlockLimits in bdrv_co_discard
` [Qemu-devel] [PATCHv4 09/17] iscsi: simplify iscsi_co_discard
` [Qemu-devel] [PATCHv4 10/17] iscsi: set limits in BlockDriverState
` [Qemu-devel] [PATCHv4 11/17] iscsi: add bdrv_has_discard_zeroes and bdrv_has_discard_write_zeroes
` [Qemu-devel] [PATCHv4 12/17] iscsi: add bdrv_co_write_zeroes
` [Qemu-devel] [PATCHv4 13/17] block: introduce bdrv_make_zero
` [Qemu-devel] [PATCHv4 14/17] block/get_block_status: fix BDRV_BLOCK_ZERO for unallocated blocks
` [Qemu-devel] [PATCHv4 15/17] qemu-img: add support for fully allocated images
` [Qemu-devel] [PATCHv4 16/17] qemu-img: conditionally zero out target on convert
` [Qemu-devel] [PATCHv4 17/17] block/raw: copy BlockLimits on raw_open

[Qemu-devel] [Bug 1236809] [NEW] qemu-system-x86_64 takes 100% CPU
 2013-10-08 11:51 UTC 

[PATCH 2/2] ARM: dts: omap3-beagle: use 3630 definitions
 2013-10-08 12:00 UTC  (5+ messages)
` [PATCH V3] ARM: OMAP3: Fix hardware detection for omap3630 when booted with device tree

[PATCH 0/3] Exynos5250 SATA Support
 2013-10-08 11:59 UTC  (8+ messages)
` [PATCH 1/3] ahci: exynos: add ahci sata support on Exynos platform

[PATCH v2 0/4] IB/core: an improved infrastructure for uverbs commands
 2013-10-08 11:58 UTC  (3+ messages)
` [PATCH v2 4/4] IB/core: extended command: add a common extended response header

[PATCH RESEND] PCI: mvebu: Dynamically detect if the PEX link is up to enable hot plug
 2013-10-08 11:57 UTC  (4+ messages)

How to convert QA error to warning ?
 2013-10-08 11:55 UTC  (5+ messages)
    ` 回复: "

can not start dropbear(sshd) in dora
 2013-10-08 11:53 UTC  (2+ messages)

Les tarifs de vos banques
 2013-10-08 11:53 UTC 

Moving linux-fslc to 3.12-rc4
 2013-10-08 11:52 UTC  (2+ messages)

[PATCH 0/3] KVM: PPC: Book3S: MMIO support for Little Endian guests
 2013-10-08 11:49 UTC  (6+ messages)
` [PATCH 3/3] KVM: PPC: Book3S: MMIO emulation support for little endian guests

[PATCH] pwm_backlight: avoid short blank screen while doing hibernation
 2013-10-08 11:49 UTC  (2+ messages)

[PATCH v2 0/3] Perf support to SDT markers
 2013-10-08 11:47 UTC  (5+ messages)
` [PATCH v2 1/3] SDT markers listing by perf:
` [PATCH v2 2/3] Support for perf to probe into SDT markers:

[Qemu-devel] centos5 32bit and debian6 32bit problem with virtio-serial (guest-agent)
 2013-10-08 11:45 UTC 

master - udev: add support for "NOSCAN" flag
 2013-10-08 11:44 UTC 

master - activation: add support for flagging an LV to skip udev scanning during activation
 2013-10-08 11:43 UTC 

[PATCH v3 0/6] ARM: mm: Extend the runtime patch stub for PAE systems
 2013-10-08 11:43 UTC  (8+ messages)
` [PATCH v3 4/6] ARM: mm: Correct virt_to_phys patching for 64 bit physical addresses

master - udev: add support for "NOSCAN" flag
 2013-10-08 11:42 UTC 

master - activation: add support for flagging an LV to skip udev scanning during activation
 2013-10-08 11:42 UTC 

master - tests: lvconvert more thin extorg conversions
 2013-10-08 11:42 UTC 

master - tests: vgrename duplicate rename
 2013-10-08 11:42 UTC 

master - thin: fix lvconvert in external origin conversion
 2013-10-08 11:42 UTC 

f2fs using tons of cpu
 2013-10-08 11:25 UTC 

master - vgrename: run fullscan
 2013-10-08 11:42 UTC 

You've won a Prize
 2013-10-08 12:47 UTC 

You've won a Prize
 2013-10-08 12:47 UTC 

[PATCH v3 00/11] Fix AM335x-evm analog audio support
 2013-10-08 11:37 UTC  (7+ messages)
` [PATCH v3 10/11] ARM/dts: am33xx: mcasp: Add new dma register location to reg-property
  ` [RESEND PATCH "
` [PATCH v3 11/11] ARM/dts: am335x-evm: Add audio support for am335x-evm.dts
  ` [RESEND PATCH "

[PATCH 26/29] xtensa: Use get_signal() signal_setup_done()
 2013-10-08 11:36 UTC  (5+ messages)
` [PATCH 27/29] get_signal_to_deliver: remove regs and cookie args
` [PATCH 28/29] tracehook_signal_handler: Remove sig, info, ka and regs
` [PATCH 29/29] Clean up signal_delivered()

[Bug 59041] New: [PATCH 001/001] Compiling iwlwifi or alx against 3.4.47 kernel gives redefinition error
 2013-10-08 11:36 UTC  (2+ messages)
` [Bug 59041] "

Vážení E-mail užívateľa;
 2013-10-08 10:49 UTC 

[PATCH 20/29] s390: Use get_signal() signal_setup_done()
 2013-10-08 11:34 UTC  (6+ messages)
` [PATCH 21/29] score: "
` [PATCH 22/29] sh: "
` [PATCH 23/29] tile: "
` [PATCH 24/29] um: "
` [PATCH 25/29] unicore32: "

[PATCH] gpu: host1x: check relocs after all gathers are consumed
 2013-10-08 11:32 UTC  (3+ messages)

[PATCH 15/29] mips: Use get_signal() signal_setup_done()
 2013-10-08 11:33 UTC  (5+ messages)
` [PATCH 16/29] mn10300: "
` [PATCH 17/29] openrisc: "
` [PATCH 18/29] parisc: "
` [PATCH 19/29] powerpc: "

[PATCH 10/29] ia64: Use get_signal() signal_setup_done()
 2013-10-08 11:33 UTC  (5+ messages)
` [PATCH 11/29] m32r: "
` [PATCH 12/29] m68k: "
` [PATCH 13/29] metag: "
` [PATCH 14/29] microblaze: "

[PATCH 06/29] cris: Use get_signal() signal_setup_done()
 2013-10-08 11:32 UTC  (4+ messages)
` [PATCH 07/29] frv: "
` [PATCH 08/29] h8300: "
` [PATCH 09/29] hexagon: "

[PATCH v3 0/6] Add Mesh Channel Switch Support
 2013-10-08  7:49 UTC  (2+ messages)

[PATCH 1/3] drm/i915: rip out gen2 reset code
 2013-10-08 11:31 UTC  (4+ messages)
` [PATCH 2/3] drm/i915/dvo: call ->mode_set callback only when the port is running

[PATCH v2] f2fs: avoid congestion_wait when do_checkpoint for better performance
 2013-10-08 11:30 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH v2] clocksource: Provide timekeeping for efm32 SoCs
 2013-10-08 11:30 UTC  (3+ messages)

[PATCH] send-pack: don't send a thin pack when the server doesn't support it
 2013-10-08 11:29 UTC  (4+ messages)

[PATCH 2/2] ARM: include: asm: use 'int' instead of 'unsigned long' for normal register variables within atomic.h
 2013-10-08 11:29 UTC  (19+ messages)
                        ` [PATCH v2 0/2] ARM: include: asm: change functions' and variables' types in atomic.h
                          ` [PATCH v2 1/2] ARM: include: asm: use 'long long' instead of 'u64' within atomic.h
                            ` [PATCH v2 2/2] ARM: include: asm: use 'int' instead of 'unsigned long' for 'oldval' in atomic_cmpxchg()

Global do_signal() cleanup
 2013-10-08 11:27 UTC  (6+ messages)
` [PATCH 01/29] arc: Use get_signal() signal_setup_done()
` [PATCH 02/29] arm64: "
` [PATCH 03/29] avr32: "
` [PATCH 04/29] blackfin: "
` [PATCH 05/29] c6x: "

[PATCH] pinctrl: palmas: remove pin config BIAS_PULL_PIN_DEFAULT support
 2013-10-08 11:28 UTC  (2+ messages)

[PATCH 0/2] ARM/arm64: KVM: Yield CPU when vcpu executes a WFE
 2013-10-08 11:26 UTC  (4+ messages)
` [PATCH 1/2] ARM: "

Use lttng for my own module which already has trace events
 2013-10-08 11:25 UTC 

[GIT PULL] Renesas ARM based SoC clocksource updates for v3.13
 2013-10-08 11:24 UTC  (4+ messages)
` [PATCH] clocksource: em_sti: convert to clk_prepare/unprepare

[Bug 70219] New: [radeon] Cannot restore video mode after vt switch or GPU lockup
 2013-10-08 11:24 UTC  (3+ messages)
` [Bug 70219] "

[U-Boot] [PATCH 00/10 V4] EXYNOS5420: Add SMDK5420 board support
 2013-10-08 11:24 UTC  (2+ messages)

[PATCH] xorg-lib-common: fix malloc0returnsnull usage
 2013-10-08 11:23 UTC 

[RFC PATCH 0/6] DRIVERS: IRQCHIP: Add support for crossbar IP
 2013-10-08 11:23 UTC  (5+ messages)
` [RFC PATCH 1/6] DRIVERS: IRQCHIP: IRQ-GIC: Add support for routable irqs

[PATCH 0/9] ARM: tegra: Enable DSI and panel support
 2013-10-08 11:22 UTC  (10+ messages)
` [PATCH 4/9] ARM: tegra: Add host1x, DC and HDMI to Tegra114 device tree
` [PATCH 5/9] ARM: tegra: Add Tegra114 DSI support
` [PATCH 7/9] ARM: tegra: Enable DSI support on Dalmore

[PATCH v4 1/2] Bluetooth: Use HCI request for LE connection
 2013-10-08 11:21 UTC  (2+ messages)
` [PATCH v4 2/2] Bluetooth: Refactor hci_connect_le

[PATCH 1/5] ARM: dts: Disable Exynos5250 I2S controllers by default
 2013-10-08 11:20 UTC  (5+ messages)
` [PATCH 2/5] ARM: dts: Leave Exynos5250 SPI controller disabled "
` [PATCH 3/5] ARM: dts: Disable I2C controllers by default on Exynos5250
` [PATCH 4/5] ARM: dts: Rename Exynos5250 ChromeOS common file to have exynos prefix
` [PATCH 5/5] ARM: dts: Add CODEC MCLK for SMDK5250

[PATCH] libav: Add libswscale to PACKAGES_DYNAMIC
 2013-10-08 11:20 UTC 

[PATCH/RFC v4] ARM: shmobile: armadillo800eva-reference: add SDHI and MMCIF interfaces
 2013-10-08 11:19 UTC  (6+ messages)

[PATCH Resend 01/10] clk: bcm2835: Remove duplicate inclusion of clk-provider.h
 2013-10-08 11:17 UTC  (10+ messages)
` [PATCH 02/10] clk: SPEAr: Staticize clk_frac_ops
` [PATCH 03/10] clk: tegra: Staticize local variables in clk-pll.c
` [PATCH 04/10] clk: tegra: Staticize tegra_clk_periph_nodiv_ops
` [PATCH 05/10] clk: socfpga: Use NULL instead of 0
` [PATCH 06/10] clk: versatile: Staticize clk_sp810_timerclken_of_get
` [PATCH 07/10] clk: mvebu: Staticize of_cpu_clk_setup
` [PATCH 08/10] clk: vt8500: Staticize vtwm_pll_ops
` [PATCH 09/10] clk: ux500: Remove extra semicolon
` [PATCH 10/10] clk: max77686: Remove redundant break

ipset compile error
 2013-10-08 11:11 UTC  (4+ messages)

[PATCH v2 00/27] drm/tegra: Repatriation and DSI support
 2013-10-08 11:11 UTC  (8+ messages)
` [PATCH v2 08/27] drm/tegra: gr2d: Miscellaneous cleanups

[PATCH 0/4] drm-intel-collector - review request
 2013-10-08 11:09 UTC  (4+ messages)
` [PATCH 1/4] drm/i915: check that the i965g/gm 4G limit is really obeyed

[PATCH 1/2] iommu/tegra-gart: Staticize tegra_gart_pm_ops
 2013-10-08 11:07 UTC  (4+ messages)
` [PATCH 2/2] iommu/tegra-smmu: Staticize tegra_smmu_pm_ops

[PATCH] drm/i915: Undo the PIPEA quirk for i845
 2013-10-08 11:06 UTC  (2+ messages)

Use lttng for my own module which already has trace events
 2013-10-08 11:03 UTC 

pull-request: iwlwifi-next 2013-10-07
 2013-10-08 10:59 UTC  (2+ messages)

[PATCH net-next v2 0/5] xen-netback: IPv6 offload support
 2013-10-08 10:58 UTC  (4+ messages)
` [PATCH net-next v2 2/5] xen-netback: Add support for IPv6 checksum offload from guest
` [PATCH net-next v2 3/5] xen-netback: Unconditionally set NETIF_F_RXCSUM
` [PATCH net-next v2 5/5] xen-netback: enable IPv6 TCP GSO to the guest


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.