All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-08-15 12:40:08 to 2014-08-15 13:42:51 UTC [more...]

[RFC 0/3] Experimental patchset for CPPC
 2014-08-15 13:42 UTC  (6+ messages)

[PATCH 0/3] ipc: Further updates to sysv/mqueue limits
 2014-08-15 13:42 UTC  (7+ messages)
` [PATCH 1/3] ipc/msg: increase MSGMNI, remove scaling
  ` [PATCH 2/3] ipc/sem.c: increase SEMMSL, SEMMNI, SEMOPM
    ` [PATCH 3/3] ipc namespace: copy settings from parent namespace

[PATCH v2 00/10] QCOM 8074 cpuidle driver
 2014-08-15 13:42 UTC  (7+ messages)
` [PATCH v2 03/10] qcom: spm: Add Subsystem Power Manager (SPM) driver for QCOM chipsets

[PATCH] Add arm64 triples to perf
 2014-08-15 13:41 UTC  (2+ messages)

Transaction XLK-14-TTF/ESP
 2014-08-15 13:10 UTC 

[Buildroot] [PATCH 0 of 5 v4 for 2014.08] manual-text generation improvements
 2014-08-15 13:40 UTC  (6+ messages)
` [Buildroot] [PATCH 1 of 5 v4 for 2014.08] Makefile: unconditionally include pkg-utils.mk
` [Buildroot] [PATCH 2 of 5 v4 for 2014.08] gendoc infra: use $(pkgname) instead of explicitly passing 'manual'
` [Buildroot] [PATCH 3 of 5 v4 for 2014.08] gendoc infra: add support for asciidoc configuration files
` [Buildroot] [PATCH 4 of 5 v4 for 2014.08] manual-text: make sure URLs are displayed if a link text was provided
` [Buildroot] [PATCH 5 of 5 v4 for 2014.08] manual-text: hide image representations

[PATCH] perf annotate: Don't truncate Intel style addresses
 2014-08-15 13:39 UTC  (2+ messages)

[PATCH 00/16] drm/i915: 830M/ns201 fixes again
 2014-08-15 13:39 UTC  (33+ messages)
` [PATCH 01/16] drm/i915: Fix gen2 planes B and C max watermark value
` [PATCH 04/16] drm/i915: Pass intel_crtc to intel_disable_pipe() and intel_wait_for_pipe_off()
` [PATCH v3 05/16] drm/i915: Disable double wide even when leaving the pipe on
` [PATCH 06/16] drm/i915: ns2501 is on DVOB
` [PATCH 07/16] drm/i915: Enable DVO between mode_set and dpms hooks
` [PATCH 08/16] drm/i915: Don't call DVO mode_set hook on DPMS changes
` [PATCH 09/16] drm/i915: Kill useless ns2501_dump_regs
` [PATCH 10/16] drm/i915: Rewrite ns2501 driver a bit
` [PATCH 11/16] drm/i915: Init important ns2501 registers
` [PATCH 12/16] drm/i915: Check pixel clock in ns2501 mode_valid hook
` [PATCH 13/16] drm/i915: Fix DVO 2x clock enable on 830M
` [PATCH 14/16] Revert "drm/i915: Nuke pipe A quirk on i830M"
` [PATCH v2 15/16] drm/i915: Add pipe B force quirk for 830M
` [PATCH 16/16] drm/i915: Preserve VGACNTR bits from the BIOS

Issue with commit 33c133cc7598e60976a phy: IRQ cannot be shared
 2014-08-15 13:39 UTC  (4+ messages)

[PATCH] Bluetooth: Optimize connection parameter lookup for LE connections
 2014-08-15 13:39 UTC 

[PATCH] Bluetooth: Set addr_type only when it's needed
 2014-08-15 13:39 UTC 

[PATCH v2] efi/arm64: store Runtime Services revision
 2014-08-15 13:38 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/3] vpc: support probing of fixed size images
 2014-08-15 13:37 UTC  (14+ messages)

[Qemu-devel] [PATCH v2 00/26] Extract qmp.c and monitor.c core and wire QMP into qemu-nbd
 2014-08-15 13:35 UTC  (27+ messages)
` [Qemu-devel] [PATCH v2 01/26] qmp: Extract system emulation related code from qmp.c into qmp-system.c
` [Qemu-devel] [PATCH v2 02/26] monitor: Make some function public
` [Qemu-devel] [PATCH v2 03/26] monitor: Convert Monitor reset_seen field too boolean
` [Qemu-devel] [PATCH v2 04/26] monitor: Convert mon_cmd_t to MonitorCommand
` [Qemu-devel] [PATCH v2 05/26] monitor: Extract monitor-system.h header
` [Qemu-devel] [PATCH v2 06/26] monitor: Make monitor_fprintf public before extracting it
` [Qemu-devel] [PATCH v2 07/26] monitor: Extract monitor_fprintf to monitor-system.c
` [Qemu-devel] [PATCH v2 08/26] monitor: Extract qmp_human_monitor_command into monitor-system.c
` [Qemu-devel] [PATCH v2 09/26] monitor: Make some function to extract public
` [Qemu-devel] [PATCH v2 10/26] monitor: Extract a couple of function to monitor-system.c
` [Qemu-devel] [PATCH v2 11/26] monitor: Make do_info_help public
` [Qemu-devel] [PATCH v2 12/26] monitor: Extract do_info_help in monitor-system.c
` [Qemu-devel] [PATCH v2 13/26] monitor: Make some monitor functions public before moving them "
` [Qemu-devel] [PATCH v2 14/26] monitor: Make do_loadvm public before moving it to monitor-system.c
` [Qemu-devel] [PATCH v2 15/26] monitor: Move do_loadvm from monitor.c "
` [Qemu-devel] [PATCH v2 16/26] monitor: Make commands public before moving them "
` [Qemu-devel] [PATCH v2 17/26] monitor: Move MonitorCommand arrays and some function from monitor.c "
` [Qemu-devel] [PATCH v2 18/26] monitor: Move more functions "
` [Qemu-devel] [PATCH v2 19/26] monitor: Move two net "
` [Qemu-devel] [PATCH v2 20/26] monitor: Move qmp_rtc_reset_reinjection "
` [Qemu-devel] [PATCH v2 21/26] monitor-system: Switch back functions to static
` [Qemu-devel] [PATCH v2 22/26] monitor: Extract hardware dependent completion function from monitor.c to monitor-system.c
` [Qemu-devel] [PATCH v2 23/26] monitor: Cleanup monitor.c includes after extracting monitor-system.c
` [Qemu-devel] [PATCH v2 24/26] qemu-nbd: build QAPI block core into qemu-nbd
` [Qemu-devel] [PATCH v2 25/26] qapi: Add a script to filter qmp-commands-old.h to generate a subset of it
` [Qemu-devel] [PATCH v2 26/26] qemu-nbd: Add --qmp option to qemu-nbd

[PATCH 0/6] ARM64: Add support for FSL's LS2085A SoC
 2014-08-15 13:35 UTC  (12+ messages)
` [PATCH 3/6] Documentation: DT: Add entry for FSL Management Complex
` [PATCH 4/6] arm64: Add DTS support for FSL's LS2085A SoC

Re: [PATCH] perf probe: Warn user to rebuild target with debuginfo
 2014-08-15 13:34 UTC  (5+ messages)
`  "

master - cleanup: gcc warning
 2014-08-15 13:33 UTC 

[PATCH] drm/i915: Rework GPU reset sequence to match driver load & thaw
 2014-08-15 13:33 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] Bluetooth: Fix hci_conn reference counting for auto-connections
 2014-08-15 13:33 UTC 

[PATCH v2 1/2] mmc: dw_mmc: Add dependency on DMA
 2014-08-15 13:32 UTC  (4+ messages)
` [PATCH v2 2/2] mmc: dw_mmc: Add support for MIPS

[Qemu-devel] [PATCH for-2.2 v3 0/3] nbd: Adapt for dataplane
 2014-08-15 13:31 UTC  (3+ messages)

[PATCH 0/2 V4] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-08-15 13:31 UTC  (5+ messages)
` [PATCH 2/2 V4] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m

[Qemu-devel] [PATCH v2 0/7] block/qcow2: Improve zero cluster expansion
 2014-08-15 13:30 UTC  (5+ messages)
` [Qemu-devel] [PATCH v2 2/7] qemu-img: Add progress output for amend

[PATCH v2 1/3] arm64: spin-table: handle unmapped cpu-release-addrs
 2014-08-15 13:28 UTC  (7+ messages)

igbvf warning on 3.14.x
 2014-08-15 13:27 UTC  (2+ messages)

DTR gpio handling removed by 985bfd54c826c0ba873ca0adfd5589263e0c6ee2
 2014-08-15 13:24 UTC  (3+ messages)

[PATCH] Adding support for read/write filesystem images
 2014-08-15 13:22 UTC  (3+ messages)

[PATCH] drm/radeon: Adding UVD handle basis fps estimation v2
 2014-08-15 13:21 UTC  (10+ messages)

master - man: missing (C)ache in target type lv_attr description
 2014-08-15 13:21 UTC 

[PATCH v1 0/9] block & aio: kernel aio and loop mq conversion
 2014-08-15 13:20 UTC  (10+ messages)
` [PATCH v1 1/9] aio: add aio_kernel_() interface

[RFC PATCH 0/9] xfs: clean up xfs_buf io interfaces
 2014-08-15 13:18 UTC  (11+ messages)
` [PATCH 1/9] xfs: synchronous buffer IO needs a reference
` [PATCH 2/9] xfs: xfs_buf_ioend and xfs_buf_iodone_work duplicate functionality
` [PATCH 3/9] xfs: rework xfs_buf_bio_endio error handling
` [PATCH 8/9] xfs: introduce xfs_buf_submit[_wait]
` [PATCH 9/9] xfs: check xfs_buf_read_uncached returns correctly

[U-Boot] [PATCH] nios2: Fix printf size_t format related warnings (again...)
 2014-08-15 13:17 UTC  (2+ messages)

[PATCH 0/9] phy: various misc cleanups to phy drivers
 2014-08-15 13:10 UTC  (24+ messages)
` [PATCH 1/9] phy: phy-omap-control: Remove unncessary site specific OOM messages
` [PATCH 2/9] phy: phy-mvebu-sata: Add missing error check for devm_kzalloc
` [PATCH 3/9] phy: phy-omap-usb2: Remove unncessary site specific OOM messages
` [PATCH 4/9] phy: phy-ti-pipe3: "
` [PATCH 5/9] phy: phy-spear1310-miphy: "
` [PATCH 6/9] phy: phy-spear1340-miphy: "
` [PATCH 7/9] phy: remove .owner field for drivers using module_platform_driver
` [PATCH 8/9] phy: phy-spear1310-miphy: Use module_platform_driver to register driver
` [PATCH 9/9] phy: phy-spear1340-miphy: "

some question about limiting multi part size
 2014-08-15 13:16 UTC 

[PATCH 0/3] fuse: Allow mounts in containers
 2014-08-15 13:15 UTC  (11+ messages)
` [PATCH 3/3] fuse: Allow mounts from user namespaces

Problems running gstreamer v4l2 on Yocto
 2014-08-15 13:13 UTC 

[PATCH v5] devicetree: Add generic IOMMU device tree bindings
 2014-08-15 13:14 UTC  (6+ messages)

[Qemu-devel] [PULL 00/62] Block patches
 2014-08-15 13:10 UTC  (3+ messages)

master - cleanup: quite gcc warn
 2014-08-15 13:07 UTC 

master - cleanup: drop extra braces
 2014-08-15 13:07 UTC 

master - cleanup: just easier word wrapping
 2014-08-15 13:07 UTC 

master - cleanup: drop unneeded inits
 2014-08-15 13:07 UTC 

master - cleanup: simplier struct initilization
 2014-08-15 13:07 UTC 

master - cleanup: move test for free arg
 2014-08-15 13:07 UTC 

master - cleanup: postpone confirmation prompt for snapshot
 2014-08-15 13:07 UTC 

master - man: add some more reserved names
 2014-08-15 13:07 UTC 

master - man: show lv name for lvs
 2014-08-15 13:07 UTC 

master - toollib: print ignoring vorigin
 2014-08-15 13:07 UTC 

master - lvconvert: show name of activated volume
 2014-08-15 13:07 UTC 

one char delay
 2014-08-15 13:05 UTC  (2+ messages)
` [SOLVED] "

[PATCH v2] mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differently
 2014-08-15 13:05 UTC  (4+ messages)

[Buildroot] [Bug 7322] New: libgomp dependency issue with imagemagick
 2014-08-15 13:04 UTC  (2+ messages)
` [Buildroot] [Bug 7322] "

[PATCH] event: Handle NEW_WIPHY/DEL_WIPHY events properly
 2014-08-15 13:04 UTC  (2+ messages)

[PATCH] wireless: core: Reorder wiphy_register() notifications relevantly
 2014-08-15 13:03 UTC  (2+ messages)

[PATCH 00/43] Execlists v5
 2014-08-15 13:03 UTC  (5+ messages)
` [PATCH 40/43] drm/i915/bdw: Document Logical Rings, LR contexts and Execlists
` [PATCH 42/43] drm/i915/bdw: Pin the context backing objects to GGTT on-demand

[PATCH v3] mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differently
 2014-08-15 13:02 UTC  (2+ messages)

Transaction XLK-14-TTF/ESP
 2014-08-15 13:02 UTC 

[PATCH 1/1] GCD: add binary GCD algorithm
 2014-08-15 12:49 UTC 

[Qemu-devel] [PATCH v2 0/2] qemu-img: Allow source cache mode specification
 2014-08-15 12:59 UTC  (3+ messages)

(no subject)
 2014-08-15 12:56 UTC 

[PATCH] of/irq: lookup 'interrupts-extended' property first
 2014-08-15 12:56 UTC  (8+ messages)

test program to check usb hid devices
 2014-08-15 12:54 UTC  (2+ messages)

[RFC PATCH] make SMP option only use online cpus (cyclictest)
 2014-08-15 12:54 UTC  (2+ messages)

[PATCH ipvs,v2 00/18] Support v6 real servers in v4 pools and vice versa
 2014-08-15 12:53 UTC  (2+ messages)

master - Add lv_layout_and_type fn, lv_layout and lv_type reporting fields
 2014-08-15 12:53 UTC 

[RFC v2 0/3] PM QoS: Add support for memory bandwidth constraints
 2014-08-15 12:52 UTC  (5+ messages)
` [RFC v2 1/3] PM / QoS: Add PM_QOS_MEMORY_BANDWIDTH class
` [RFC v2 2/3] drm/tegra: Request memory bandwidth for the display controller
` [RFC v2 3/3] memory: tegra124-emc: Add EMC driver

Transaction XLK-14-TTF/ESP
 2014-08-15 12:52 UTC 

[PATCH] mmc: sdhci-pxav3: set_uhs_signaling is initialized twice differently
 2014-08-15 12:52 UTC  (4+ messages)

[PATCH v2] of/irq: lookup 'interrupts-extended' property first
 2014-08-15 12:51 UTC  (3+ messages)

[Bug 71891] New: 3.13 fails to boot with the radeon module
 2014-08-15 12:51 UTC  (2+ messages)
` [Bug 71891] "

[Buildroot] [PATCH v4 1/4] cairo: Add dependency on atomic intrinsics
 2014-08-15 12:49 UTC  (2+ messages)

[U-Boot] [PATCH] net: BOOTP retry timeout improvements
 2014-08-15 12:49 UTC  (3+ messages)

[Qemu-devel] [PATCH 0/8] qcow2: Fix image repairing
 2014-08-15 12:49 UTC  (7+ messages)
` [Qemu-devel] [PATCH 4/8] qcow2: Do not perform potentially damaging repairs
` [Qemu-devel] [PATCH 5/8] qcow2: Rebuild refcount structure during check

[PATCH] mmc: tmio: Fix hang during suspend
 2014-08-15 12:49 UTC  (3+ messages)

Git on Mac OS X 10.4.10
 2014-08-15 12:48 UTC  (5+ messages)

Welcome to linux-btrfs
 2014-08-15 12:47 UTC  (4+ messages)
` btrfs 3.14-2-amd64 btrfs_file_aio_write problem?

master - libdm: Add DM_DEFERRED_REMOVE to dm-ioctl.h
 2014-08-15 12:47 UTC 

[PATCH] Bluetooth: Fix hci_conn reference counting for fixed channels
 2014-08-15 12:45 UTC 

[PATCH] Bluetooth: Remove unnecessary l2cap_chan_unlock before l2cap_chan_add
 2014-08-15 12:45 UTC 

sparc64 WARNING: at mm/mmap.c:2757 exit_mmap+0x13c/0x160()
 2014-08-15 12:42 UTC  (6+ messages)

Need help understanding the logic of __cpuidle_set_driver
 2014-08-15 12:41 UTC  (3+ 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.