All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2014-02-05 15:36:36 to 2014-02-05 16:42:01 UTC [more...]

[PATCH 00/47] ADV7611 support
 2014-02-05 16:42 UTC  (33+ messages)
` [PATCH 01/47] v4l: of: Support empty port nodes
` [PATCH 02/47] v4l: Add UYVY10_2X10 and VYUY10_2X10 media bus pixel codes
` [PATCH 03/47] v4l: Add UYVY10_1X20 and VYUY10_1X20 "
` [PATCH 04/47] v4l: Add 12-bit YUV 4:2:0 "
` [PATCH 05/47] v4l: Add 12-bit YUV 4:2:2 "
` [PATCH 06/47] v4l: Add pad-level DV timings subdev operations
` [PATCH 07/47] ad9389b: Add pad-level DV timings operations
` [PATCH 08/47] adv7511: "
` [PATCH 09/47] adv7842: "
` [PATCH 10/47] s5p-tv: hdmi: "
` [PATCH 11/47] s5p-tv: hdmiphy: "
` [PATCH 12/47] ths8200: "
` [PATCH 13/47] tvp7002: "
` [PATCH 14/47] media: bfin_capture: Switch to pad-level DV operations
` [PATCH 15/47] media: davinci: vpif: "
` [PATCH 16/47] media: staging: davinci: vpfe: "
` [PATCH 17/47] s5p-tv: mixer: "
` [PATCH 18/47] ad9389b: Remove deprecated video-level DV timings operations
` [PATCH 19/47] adv7511: "
` [PATCH 20/47] adv7842: "
` [PATCH 21/47] s5p-tv: hdmi: "
` [PATCH 22/47] s5p-tv: hdmiphy: Remove deprecated video-level DV timings operation
` [PATCH 23/47] ths8200: Remove deprecated video-level DV timings operations
` [PATCH 24/47] tvp7002: "
` [PATCH 25/47] v4l: subdev: "
` [PATCH 26/47] v4l: Improve readability by not wrapping ioctl number #define's
` [PATCH 27/47] v4l: Add support for DV timings ioctls on subdev nodes
` [PATCH 28/47] adv7604: Add missing include to linux/types.h
` [PATCH 29/47] adv7604: Add support for asynchronous probing
` [PATCH 30/47] adv7604: Don't put info string arrays on the stack
` [PATCH 31/47] adv7604: Add 16-bit read functions for CP and HDMI
` [PATCH 32/47] adv7604: Cache register contents when reading multiple bits

[PATCH] nodejs 0.8.18: update to 0.10.25
 2014-02-05 16:41 UTC  (7+ messages)

[PATCH] drm/i915: Record pid/comm of hanging task
 2014-02-05 16:40 UTC 

[PATCH] x86, apic: clean up handling of boot_cpu_physical_apicid in boot process
 2014-02-05 16:40 UTC  (5+ messages)

[PATCH v3] vmcore: prevent PT_NOTE p_memsz overflow during header update
 2014-02-05 16:39 UTC  (3+ messages)

[PATCHv9 0/4] socfpga: Enable SD/MMC support
 2014-02-05 16:39 UTC  (8+ messages)
` [PATCHv9 1/4] clk: socfpga: Add a clk-phase property to the "altr,socfpga-gate-clk"
  ` [PATCHv9 1/4] clk: socfpga: Add a clk-phase property to the "altr, socfpga-gate-clk"

[PATCH] ARM: OMAP2+: Add support for thumb mode on DT booted N900
 2014-02-05 16:38 UTC  (4+ messages)

[Qemu-devel] [PATCH 00/12] qdev: cleanup legacy properties
 2014-02-05 16:39 UTC  (4+ messages)

[Qemu-devel] [PATCH] qdev: Fix qdev_try_create() for bus-less devices
 2014-02-05 16:38 UTC  (2+ messages)

[Qemu-devel] [PULL 0/8] Block patches
 2014-02-05 16:38 UTC  (2+ messages)

[PATCH] netfilter: nf_tables: fix racy rule deletion
 2014-02-05 16:38 UTC  (3+ messages)

[PATCH] base-files: pre-create /run symlink to point to /var/run
 2014-02-05 16:37 UTC 

[PATCH 0/2] Add Ether's PHY IRQ support for Lager/Koelsh boards
 2014-02-05 16:36 UTC  (4+ messages)

[PATCH] tty: Set correct tty name in 'active' sysfs attribute
 2014-02-05 16:38 UTC  (2+ messages)
` [systemd-devel] "

[Qemu-devel] [PATCH] pc_piix: enable legacy hotplug for Xen
 2014-02-05 16:35 UTC  (4+ messages)

[Qemu-devel] migration: broken ram_save_pending
 2014-02-05 16:35 UTC  (10+ messages)

[PATCH 0/1] Add new driver for AlienFX control
 2014-02-05 16:34 UTC  (4+ messages)
` [PATCH 1/1] Add WMI driver for controlling AlienFX on Alienware

[PATCH 00/14] perf, x86: Haswell LBR call stack support
 2014-02-05 16:34 UTC  (7+ messages)
` [PATCH 02/14] perf, core: introduce pmu context switch callback
` [PATCH 03/14] perf, x86: use context switch callback to flush LBR stack
` [PATCH 04/14] perf, x86: Basic Haswell LBR call stack support

[Qemu-devel] [PATCH v6 0/9] Refactor PCI/SHPC/PCIE hotplug to use a more generic hotplug API
 2014-02-05 16:31 UTC  (12+ messages)
` [Qemu-devel] [PATCH v6 1/9] define hotplug interface
` [Qemu-devel] [PATCH v6 2/9] qdev: add to BusState "hotplug-handler" link
` [Qemu-devel] [PATCH v6 3/9] qdev: add "hotpluggable" property to Device
` [Qemu-devel] [PATCH v6 4/9] hw/acpi: move typeinfo to the file end
` [Qemu-devel] [PATCH v6 5/9] qdev:pci: refactor PCIDevice to use generic "hotpluggable" property
` [Qemu-devel] [PATCH v6 6/9] acpi/piix4pm: convert ACPI PCI hotplug to use hotplug-handler API
` [Qemu-devel] [PATCH v6 7/9] pci/shpc: convert SHPC "
` [Qemu-devel] [PATCH v6 8/9] pci/pcie: convert PCIE "
` [Qemu-devel] [PATCH v6 9/9] hw/pci: switch to a generic hotplug handling for PCIDevice

[U-Boot] [PATCH] board: Add support for B&R T-Series Motherboard
 2014-02-05 16:31 UTC  (3+ messages)
` [U-Boot] [PATCH v2] "

[PATCH -v2 0/6] memcg: some charge path cleanups + css offline vs. charge race fix
 2014-02-05 16:30 UTC  (13+ messages)
` [PATCH -v2 4/6] memcg: make sure that memcg is not offline when charging

Get a vm fd using kvm API's ioctls
 2014-02-05 16:30 UTC 

[PATCH] [RFC] drm/i915: Generate a hang error code
 2014-02-05 16:30 UTC  (6+ messages)

[PATCH v2] Add Xilinx AXI Video DMA Engine driver
 2014-02-05 16:30 UTC  (15+ messages)
` [PATCH v2] dma: Add Xilinx AXI Video Direct Memory Access Engine driver support

[RFC] Move the memory_notifier out of the memory_hotplug lock
 2014-02-05 16:29 UTC  (2+ messages)

[Qemu-devel] [PATCH V15 00/13] Quorum block filter
 2014-02-05 16:28 UTC  (7+ messages)
` [Qemu-devel] [PATCH V15 09/13] quorum: Add quorum_co_get_block_status
` [Qemu-devel] [PATCH V15 12/13] quorum: Add quorum_open() and quorum_close()

[PATCH 0/5] ARM: firmware: improvements to Trusted Foundations support
 2014-02-05 16:28 UTC  (7+ messages)
` [PATCH 5/5] ARM: tegra: cpuidle: use firmware call for power down

[PATCH] xen/arm: Correctly implement domain_page_map_to_mfn
 2014-02-05 16:27 UTC  (2+ messages)

[PATCH] base-files: pre-create /run symlink to point to /var/run
 2014-02-05 16:27 UTC 

[Qemu-devel] [V2 PATCH 0/9] target-ppc: Base ISA V2.07 for Power8
 2014-02-05 16:27 UTC  (8+ messages)
` [Qemu-devel] [V2 PATCH 6/9] target-ppc: Load Quadword
  ` [Qemu-devel] [Qemu-ppc] "
` [Qemu-devel] [V2 PATCH 9/9] target-ppc: Add Store Quadword Conditional
  ` [Qemu-devel] [Qemu-ppc] "

[PATCH 1/3] kconfig: consolidate arch-specific seccomp options
 2014-02-05 16:27 UTC  (5+ messages)
` [PATCH 3/3] Kconfig: organize memory-related config options

[Buildroot] Report of the Buildroot Developer Meeting at FOSDEM 2014
 2014-02-05 16:25 UTC  (4+ messages)

[U-Boot] [PATCH V4 1/3] ARM: tegra: convert tegra to use distro defaults
 2014-02-05 16:24 UTC  (3+ messages)
` [U-Boot] [PATCH V4 2/3] ARM: tegra: rework boot scripts
` [U-Boot] [PATCH V4 3/3] ARM: tegra: implement bootcmd_pxe

[RFC/RFT 0/2] ARM: mm: Introduce arch hooks for dma address translation
 2014-02-05 16:23 UTC  (5+ messages)
` [RFC/RFT 1/2] ARM: mm: introduce arch hooks for dma address translation routines

[PATCH 1/2] Btrfs: switch to btrfs_previous_extent_item()
 2014-02-05 16:22 UTC  (6+ messages)

[PATCH] PCI: MVEBU: Use Device ID and revision from underlying endpoint
 2014-02-05 16:21 UTC  (3+ messages)

[PATCH 1/6] i2c: bcm-kona: register with subsys_initcall
 2014-02-05 16:19 UTC  (5+ messages)

[PATCH v5 0/3] Introduce clocksource driver for Keystone platform
 2014-02-05 16:18 UTC  (6+ messages)
` [PATCH v5 2/3] clocksource: keystone: add bindings for keystone timer

[PATCH] Clarify CONFIG_DEBUG_INFO's bloaty nature
 2014-02-05 16:17 UTC  (11+ messages)
                ` [PATCH] x86: Disable CONFIG_X86_DECODER_SELFTEST in allmod/allyesconfigs

How to map more than 1 page of buffer to kernel address?
 2014-02-05 16:16 UTC  (2+ messages)

nandsim LEB size mismatch
 2014-02-05 16:10 UTC  (3+ messages)

[Qemu-devel] [PATCH qom-cpu 00/16 v10] target-i386: convert CPU features into properties
 2014-02-05 16:14 UTC  (4+ messages)

[U-Boot] [PATCH V3 1/3] ARM: tegra: convert tegra to use distro defaults
 2014-02-05 16:13 UTC  (4+ messages)
` [U-Boot] [PATCH V3 2/3] ARM: tegra: rework boot scripts

[PATCH 0/7] drm/i915: vlv: handle only enabled pipestat interrupts
 2014-02-05 16:12 UTC  (6+ messages)
` [PATCH 2/7] drm/i915: factor out valleyview_pipestat_irq_handler
` [PATCH 5/7] drm/i915: pass status instead of enable flags to i915_enable_pipestat

[PATCH] ARM: OMAP4: hwmod: Fix SOFTRESET logic for OMAP4
 2014-02-05 17:05 UTC  (2+ messages)

DMA mapping API(IOMMU) for ARM64?
 2014-02-05 16:10 UTC  (8+ messages)
              ` [Linaro-mm-sig] "

[PATCH v4] gpio: Driver for SYSCON-based GPIOs
 2014-02-05 16:08 UTC  (3+ messages)

bash completion patch
 2014-02-05 16:08 UTC  (2+ messages)

[PATCH] pinctrl: tegra: return correct error type
 2014-02-05 16:05 UTC  (3+ messages)

[Buildroot] [pkg-perl infra V4 0/9] a package infrastructure for Perl/CPAN modules
 2014-02-05 16:04 UTC  (9+ messages)
` [Buildroot] [pkg-perl infra V4 1/9] pkg-perl: refactor and rename PERL5LIB
` [Buildroot] [pkg-perl infra V4 4/9] host-perl-xml-parser: rename and refactor with perl infrastructure
` [Buildroot] [pkg-perl infra V4 6/9] perl: remove useless patch
` [Buildroot] [pkg-perl infra V4 9/9] qemu: add a Config.in.host

[PATCH 0/4 v3] xen/arm: fix guest builder cache cohenrency (again, again)
 2014-02-05 16:03 UTC  (5+ messages)
` [PATCH v2 1/4] xen: arm: rename create_p2m_entries to apply_p2m_changes
` [PATCH v2 2/4] xen: arm: rename p2m next_gfn_to_relinquish to lowest_mapped_gfn
` [PATCH v2 3/4] xen/arm: clean and invalidate all guest caches by VMID after domain build
` [PATCH v2 4/4] Revert "xen: arm: force guest memory accesses to cacheable when MMU is disabled"

[PATCH 0/3] guest context management adjustments
 2014-02-05 16:02 UTC  (9+ messages)
` [PATCH 1/3] x86: fix FS/GS base handling when using the fsgsbase feature
` [PATCH 3/3] domctl: pause vCPU for context reads

[PATCH 3/3] drm/i915: Introduce mapping of user pages into video memory (userptr) ioctl
 2014-02-05 15:55 UTC  (6+ messages)
` [PATCH] "

[GIT PULLv3] clk: socfpga: Clean-ups for 3.14
 2014-02-05 16:01 UTC  (2+ messages)

[PATCH v2 0/5] Android PAN fixes
 2014-02-05 16:00 UTC  (6+ messages)
` [PATCH v2 1/5] profiles/network: Use interface name passed to bnep_connadd
` [PATCH v2 2/5] profiles/network: Allow to pass interface name to bnep_new
` [PATCH v2 3/5] android/pan: Move functions up to avoid forward declarations
` [PATCH v2 4/5] android/pan: Fix unregistering NAP bridge
` [PATCH v2 5/5] android/pan: Fix bnep interface name

[PATCH] ACPI hotplug: Fix panic on eject to ejected device
 2014-02-05 15:52 UTC  (3+ messages)

[PATCH v6 0/8] phy: Add new Exynos USB 2.0 PHY driver
 2014-02-05 15:57 UTC  (9+ messages)
` [PATCH v6 3/8] dts: Add usb2phy to Exynos 4
` [PATCH v6 8/8] usb: ehci-exynos: Change to use phy provided by the generic phy framework

[PATCH/RFC: nfs-utils] Common systemd unit files for nfs-utils
 2014-02-05 15:56 UTC  (6+ messages)

[PATCH] media: i2c: Kconfig: create dependency to MEDIA_CONTROLLER for adv7*
 2014-02-05 15:56 UTC 

Request for feedback - Sprite flip notification support
 2014-02-05 15:55 UTC  (3+ messages)

https://github.com/openembedded/oe-core
 2014-02-05 15:54 UTC  (2+ messages)

[Bug 74420] New: EQ overflowing - recurring total X crash
 2014-02-05 15:54 UTC  (2+ messages)
` [Bug 74420] "

[PATCH] ASoC: cs42l73: Don't mix SNDRV_PCM_RATE_KNOT with specific rates
 2014-02-05 15:52 UTC  (3+ messages)

[PATCH] ARM: zynq: Move of_clk_init from clock driver
 2014-02-05 15:52 UTC  (5+ messages)

[Qemu-devel] Get a vm fd using kvm API's ioctls
 2014-02-05 15:51 UTC 

HID bluetooth regression
 2014-02-05 15:51 UTC  (2+ messages)

[PATCH] meta/recipes-core/base-passwd/base-passwd/noshadow.patch: Split it into two parts
 2014-02-05 15:49 UTC  (2+ messages)

[PATCH] Btrfs: throttle delayed refs better
 2014-02-05 15:49 UTC  (7+ messages)

[PATCH] Bluetooth: hidp: make sure input buffers are big enough
 2014-02-05 15:49 UTC  (14+ messages)

[PATCH] MIDI driver for Behringer BCD2000 USB device
 2014-02-05 15:49 UTC  (4+ messages)

[Qemu-devel] [PATCH] Revert "nand: Don't inherit from Sysbus"
 2014-02-05 15:48 UTC  (5+ messages)

[PATCH] cangw: Print error message on misspelled interface
 2014-02-05 15:48 UTC 

[PATCH v2 0/6] ARM: sunxi: Add driver for SD/MMC hosts found on allwinner sunxi SOCs
 2014-02-05 15:47 UTC  (6+ messages)

[Qemu-devel] [PATCH 0/2] qom-test: Improve coverage
 2014-02-05 15:47 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] qom-test: Run for all available machines

[PATCH v4] gpio: davinci: reuse for keystone soc
 2014-02-05 15:47 UTC  (2+ messages)

[PATCH] mvebu : pcie: dt: potential issue in range parsing
 2014-02-05 15:47 UTC  (3+ messages)

master - cache[pool]: Populate existing report fields with cache data
 2014-02-05 15:47 UTC 

[PATCH] ASoC: cs42l73: Don't mix SNDRV_PCM_RATE_KNOT with specific rates
 2014-02-05 15:47 UTC  (2+ messages)

[U-Boot] [PATCH] board: Add support for B&R KWB Motherboard
 2014-02-05 15:47 UTC 

[PATCH RESEND] wlags49_h2: Fix overflow in wireless_set_essid()
 2014-02-05 15:46 UTC 

[PATCH] android/haltest: Remove unneeded assignment
 2014-02-05 15:45 UTC 

IT Support Message
 2014-02-05 15:29 UTC 

[PATCH] android/haltest: Close file in case of error
 2014-02-05 15:44 UTC 

[RFC 00/22] Gen7 batch buffer command parser
 2014-02-05 15:41 UTC  (3+ messages)
` [PATCH 00/13] "


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.