All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2015-01-21 00:07:25 to 2015-01-21 00:47:00 UTC [more...]

[PATCH v10 0/3] Per-user clock constraints
 2015-01-21  0:46 UTC  (8+ messages)
` [PATCH v10 2/3] clk: Make clk API return per-user struct clk instances
` [PATCH v10 3/3] clk: Add rate constraints to clocks

[Qemu-devel] [v6][PATCH 00/10] xen: add Intel IGD passthrough support
 2015-01-21  0:46 UTC  (6+ messages)
` [Qemu-devel] [v6][PATCH 07/10] xen, gfx passthrough: register a isa bridge

[RFC Patch 00/19] Improve ACPI resource parsing interfaces and data structures
 2015-01-21  0:53 UTC  (11+ messages)
` [RFC Patch 05/19] ACPI: Provide union for address_space64 and ext_address_space64
` [RFC Patch 08/19] ACPI: Add prefetch decoding to the address space parser
` [RFC Patch 09/19] ACPI: Fix a bug in parsing ACPI Memroy24 resource
` [RFC Patch 12/19] ACPI: Enforce stricter checks for address space descriptors
` [RFC Patch 15/19] ACPI: Add field offset to struct resource_list_entry

[PATCH v3 00/16] virtio-pci: towards virtio 1.0 guest support
 2015-01-21  0:43 UTC  (4+ messages)
` [PATCH v3 10/16] s390: add pci_iomap_range

[PATCH net-next 0/2] net: phy and dsa random fixes/cleanups
 2015-01-21  0:42 UTC  (3+ messages)
` [PATCH net-next 1/2] net: phy: fixed: allow setting no update_link callback
` [PATCH net-next 2/2] net: dsa: bcm_sf2: factor interrupt disabling in a function

linux-next: Tree for Jan 20 -- Kernel panic - Unable to mount root fs
 2015-01-21  0:41 UTC  (5+ messages)

[PATCH 0/3] xfs: buffer types need to be set
 2015-01-21  0:39 UTC  (4+ messages)
` [PATCH 1/3] xfs: ensure buffer types are set correctly
` [PATCH 2/3] xfs: inode unlink does not set AGI buffer type
` [PATCH 3/3] xfs: set buf types when converting extent formats

[meta-openstack][PATCH] slop: checkout v3 branch to fix the following build error
 2015-01-21  0:32 UTC 

[PATCH v2] ARM: DRA7: hwmod: Fix boot crash with DEBUG_LL enabled on UART3
 2015-01-21  0:39 UTC  (3+ messages)

Audio glitch with SGTL5000
 2015-01-21  0:38 UTC  (4+ messages)

[PATCH] net: dsa: set parent of hwmon device
 2015-01-21  0:37 UTC  (3+ messages)
` [PATCH] net: dsa: set slave MII bus PHY mask

[U-Boot] [PATCH 0/2] dm: i2c: Provide backwards compatibility
 2015-01-21  0:36 UTC  (5+ messages)
` [U-Boot] [PATCH 1/2] dm: i2c: Rename driver model I2C functions to permit compatibility
` [U-Boot] [PATCH 2/2] dm: i2c: Add a compatbility layer

[ANNOUNCE] Git v2.3.0-rc0
 2015-01-21  0:36 UTC  (6+ messages)
  ` [PATCH] parse_color: fix return value for numeric color values 0-8

[U-Boot] [PATCH] dm: Drop gpio.h header from fdtdec.c
 2015-01-21  0:36 UTC  (2+ messages)

tcmu-runner (target userspace passthrough daemon) development
 2015-01-21  0:35 UTC  (2+ messages)

mdadm RAID6 "active" with spares and failed disks; need help
 2015-01-21  0:34 UTC  (5+ messages)

[PATCH] powerpc/fsl_pci: Fix pci stack build bug with FRAME_WARN
 2015-01-21  0:31 UTC  (3+ messages)

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-21  0:30 UTC  (126+ messages)
` [PATCH v2 01/30] PCI: Rip out pci_bus_add_devices() from pci_scan_bus()
` [PATCH v2 02/30] PCI: Rip out pci_bus_add_devices() from pci_scan_root_bus()
` [PATCH v2 03/30] xen/PCI: Don't use deprecated function pci_scan_bus_parented()
` [PATCH v2 04/30] PCI: Remove deprecated pci_scan_bus_parented()
` [PATCH v2 05/30] PCI: Rename pci_scan_bus() to pci_scan_bus_legacy()
` [PATCH v2 06/30] PCI: Combine PCI domain and bus number in u32 arg
` [PATCH v2 07/30] PCI: Pass PCI domain number combined with root bus number
` [PATCH v2 08/30] PCI: Introduce pci_host_assign_domain_nr() to assign domain
` [PATCH v2 09/30] PCI: Separate pci_host_bridge creation out of pci_create_root_bus()
` [PATCH v2 10/30] PCI: Introduce pci_host_bridge_list to manage host bridges
` [PATCH v2 11/30] PCI: Save sysdata in pci_host_bridge drvdata
` [PATCH v2 12/30] PCI: Introduce pci_host_bridge_ops to support host specific operations
` [PATCH v2 13/30] PCI: Introduce new scan function pci_scan_root_bridge()
` [PATCH v2 14/30] PCI/x86: Refine pci_acpi_scan_root() with generic pci_host_bridge
` [PATCH v2 15/30] PCI/IA64: "
` [PATCH v2 16/30] PCI/IA64: Fix the build warning about pci_domain_nr()
` [PATCH v2 17/30] PCI/powerpc: Rename pcibios_root_bridge_prepare()
` [PATCH v2 18/30] PCI/powerpc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 19/30] PCI: Remove weak pcibios_root_bridge_prepare()
` [PATCH v2 20/30] PCI/sparc: Use pci_scan_root_bridge() for simplicity
` [PATCH v2 21/30] PCI: Introduce pci_bus_child_max_busnr()
` [PATCH v2 22/30] PCI/Parisc: Use pci_scan_root_bus() for simplicity
` [PATCH v2 23/30] PCI/mvebu: Use pci_common_init_dev() to simplify code
` [PATCH v2 24/30] PCI/tegra: Remove redundant tegra_pcie_scan_bus()
` [PATCH v2 25/30] PCI/designware: Use pci_scan_root_bus() for simplicity
` [PATCH v2 26/30] PCI/xgene: Use pci_scan_root_bus() instead of pci_create_root_bus()
` [PATCH v2 27/30] PCI: Rename __pci_create_root_bus() to pci_create_root_bus()
` [PATCH v2 28/30] PCI: Export find_pci_host_bridge()
` [PATCH v2 29/30] PCI: Remove platform specific pci_domain_nr()
` [PATCH v2 30/30] PCI: Remove pci_bus_assign_domain_nr()

[PATCH v2 00/30] Refine PCI scan interfaces and make generic pci host bridge
 2015-01-21  0:29 UTC 

linux-next: manual merge of the luto-misc tree with the tip tree
 2015-01-21  0:28 UTC  (3+ messages)
  ` Fwd: "

[PATCH] crypto: Documentation: remove colons in comments
 2015-01-21  0:28 UTC  (3+ messages)

[PATCH 1/2] if_link: Add VF multicast promiscuous mode control
 2015-01-21  0:26 UTC  (5+ messages)
    ` [E1000-devel] "

Occasional BUG_ON when mapping pages into KVM guests
 2015-01-21  0:19 UTC 

[PATCH] move MAXDEPTH definition to the cache.h
 2015-01-21  0:24 UTC  (2+ messages)

[GIT PULL] drm: Add Atmel HLCDC driver
 2015-01-21  0:23 UTC  (5+ messages)

+ mm-memcontrol-default-hierarchy-interface-for-memory.patch added to -mm tree
 2015-01-21  0:23 UTC 

[PATCH v2] remote-curl: fall back to Basic auth if Negotiate fails
 2015-01-21  0:22 UTC  (4+ messages)
` [PATCH v3] "

[to-be-updated] mm-memcontrol-default-hierarchy-interface-for-memory-fix-none.patch removed from -mm tree
 2015-01-21  0:21 UTC 

[to-be-updated] mm-memcontrol-default-hierarchy-interface-for-memory-fix-high-reclaim.patch removed from -mm tree
 2015-01-21  0:21 UTC 

[to-be-updated] mm-memcontrol-default-hierarchy-interface-for-memory-fix.patch removed from -mm tree
 2015-01-21  0:21 UTC 

[to-be-updated] mm-memcontrol-default-hierarchy-interface-for-memory-checkpatch-fixes.patch removed from -mm tree
 2015-01-21  0:21 UTC 

[to-be-updated] mm-memcontrol-default-hierarchy-interface-for-memory.patch removed from -mm tree
 2015-01-21  0:21 UTC 

[to-be-updated] mm-page_counter-pull-1-handling-out-of-page_counter_memparse.patch removed from -mm tree
 2015-01-21  0:21 UTC 

drm/gma500: oaktrail lvds cleanup fixes
 2015-01-21  0:19 UTC  (2+ messages)

[U-Boot] Odroid XU3 - exynos5422 - SPL - iRAM/sRAM address
 2015-01-21  0:19 UTC  (8+ messages)

[PATCHv2 0/5] arm: specify PMU type in platform data
 2015-01-21  0:17 UTC  (4+ messages)
` [PATCHv2 4/5] arm: shmobile: specify PMUs are for ARMv7 CPUs

[PATCH v4 00/11] Port Hotplug Framework
 2015-01-21  0:17 UTC  (4+ messages)
  ` [PATCH v4 06/11] eal/linux/pci: Add functions for unmapping igb_uio resources

[Qemu-devel] [PATCH 0/2] dataplane: use endian-aware memory accessors
 2015-01-21  0:17 UTC  (5+ messages)
` [Qemu-devel] [PATCH 1/2] dataplane: move vring_more_avail() into vring.c
` [Qemu-devel] [PATCH 2/2] dataplane: use virtio_ld/st_p() for endian-aware memory access

[RFC PATCH] fs: file freeze support
 2015-01-21  0:15 UTC  (5+ messages)

[L10N] Startup of Git 2.3.0 l10n round 2
 2015-01-21  0:13 UTC  (3+ messages)
` [PATCH] show-branch: fix indentation of usage string

[PATCH v7 0/4] Support configuring hash functions
 2015-01-21  0:13 UTC  (5+ messages)
` [PATCH v8 "
  ` [PATCH v8 3/4] i40e: support of controlling "

[Bug 88493] No hdmi audio an agd5f 3.20-wip since consolidate audio_get_pin() functions
 2015-01-21  0:10 UTC  (2+ messages)

sandbox: splash command does not works
 2015-01-21  0:12 UTC 

Questions on Interruption handling
 2015-01-21  0:08 UTC  (8+ messages)

+ mm-slub-fix-typo.patch added to -mm tree
 2015-01-21  0:08 UTC 

[PATCH 2/2] mm: fix undefined reference to `.kernel_map_pages' on PPC builds
 2015-01-21  0:07 UTC  (5+ messages)

[PATCH] drm/gma500: add missing drm_irq_uninstall
 2015-01-21  0:07 UTC  (2+ 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.