All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2012-01-27 21:05:12 to 2012-01-27 22:15:30 UTC [more...]

[PATCH v6 00/24] Xenstore stub domain
 2012-01-27 22:15 UTC  (12+ messages)
` [PATCH 01/24] xen: reinstate previously unused XENMEM_remove_from_physmap hypercall
` [PATCH 02/24] xen: allow global VIRQ handlers to be delegated to other domains
` [PATCH 03/24] xen: change virq parameters from int to uint32_t
` [PATCH 04/24] xen: use XSM instead of IS_PRIV for getdomaininfo
` [PATCH 05/24] xen: Preserve reserved grant entries when switching versions
` [PATCH 06/24] tools/libxl: pull xenstore/console domids from xenstore
` [PATCH 07/24] lib{xc, xl}: Seed grant tables with xenstore and console grants
` [PATCH 08/24] mini-os: use BSD sys/queue.h instead of Linux list.h
` [PATCH 09/24] mini-os: avoid crash if no console is provided
` [PATCH 10/24] mini-os: remove per-fd evtchn limit
` [PATCH 11/24] mini-os: create app-specific configuration

+ video-backlight-support-s6e8ax0-panel-driver-based-on-mipi-dsi-fix.patch added to -mm tree
 2012-01-27 22:15 UTC 

+ video-backlight-support-s6e8ax0-panel-driver-based-on-mipi-dsi-checkpatch-fixes.patch added to -mm tree
 2012-01-27 22:13 UTC 

[RFCv2 00/14]
 2012-01-27 22:13 UTC  (11+ messages)

ceph on XFS
 2012-01-27 21:34 UTC  (3+ messages)

wip-pg-stale
 2012-01-27 22:11 UTC  (2+ messages)

[U-Boot] U-Boot for EVAL-SPEAR1310-CPU
 2012-01-27 22:10 UTC  (2+ messages)

[U-Boot] Question regarding NAND environment
 2012-01-27 22:08 UTC  (5+ messages)

+ video-backlight-support-s6e8ax0-panel-driver-based-on-mipi-dsi.patch added to -mm tree
 2012-01-27 22:05 UTC 

+ video-support-mipi-dsi-controller-driver.patch added to -mm tree
 2012-01-27 22:05 UTC 

[U-Boot] [PATCH 1/4] net: fec_mxc: add 1000 Mbps selection
 2012-01-27 21:56 UTC  (4+ messages)
` [U-Boot] [PATCH 3/4] net: phy: add support for Micrel's KSZ9021

[patch v4, kernel version 3.2.1] net/ipv4/ip_gre: Ethernet multipoint GRE over IP
 2012-01-27 21:55 UTC  (9+ messages)

Regression: "rtnetlink: Compute and store minimum ifinfo dump size" breaks glibc's getifaddrs()
 2012-01-27 21:53 UTC  (2+ messages)

+ backlight-new-backlight-driver-for-lp855x-devices.patch added to -mm tree
 2012-01-27 21:53 UTC 

[Qemu-devel] [PATCH] arm: add device tree support
 2012-01-27 21:53 UTC 

[PATCH 1/3] matrix-gui-browser: port from arago overlay
 2012-01-27 21:52 UTC  (12+ messages)

[PATCH] vmwgfx: Fix assignment in vmw_framebuffer_create_handle
 2012-01-27 21:51 UTC 

[RFC] FIEMAP and disk sync issues
 2012-01-27 21:51 UTC  (3+ messages)

[PATCH V7] Guest stop notification
 2012-01-27 21:49 UTC  (4+ messages)
` [Qemu-devel] "

[PATCH] mm: implement WasActive page flag (for improving cleancache)
 2012-01-27 21:49 UTC  (13+ messages)

[lm-sensors] sensors-detect bug ?
 2012-01-27 21:48 UTC  (2+ messages)

[PATCH 0/5] [GIT PULL] x86/jump label: Paranoid checks and 2 or 5 byte nops
 2012-01-27 21:47 UTC  (3+ messages)
` [PATCH 5/5] jump labels/x86: Use etiher 5 byte or 2 byte jumps

[RFC] IIO LRADC for mach-mxs
 2012-01-27 21:44 UTC  (5+ messages)

[ANNOUNCE] Git 1.7.9
 2012-01-27 21:43 UTC  (3+ messages)
` A note from the maintainer
` What's cooking in git.git (Jan 2012, #06; Fri, 27)

[BUG] 3.2.2 crash in isolate_migratepages
 2012-01-27 21:43 UTC 

[PATCH v3 00/25] irq_domain generalization and refinement
 2012-01-27 21:36 UTC  (86+ messages)
` [PATCH v3 01/25] irq_domain: add documentation and MAINTAINERS entry
` [PATCH v3 02/25] dt: Make irqdomain less verbose
` [PATCH v3 03/25] irq_domain: Make irq_domain structure match powerpc's irq_host
` [PATCH v3 04/25] irq_domain: convert microblaze from irq_host to irq_domain
` [PATCH v3 05/25] irq_domain/powerpc: Use common irq_domain structure instead of irq_host
` [PATCH v3 06/25] irq_domain/powerpc: eliminate irq_map; use irq_alloc_desc() instead
` [PATCH v3 07/25] irq_domain/powerpc: Eliminate virq_is_host()
` [PATCH v3 08/25] irq_domain: Move irq_domain code from powerpc to kernel/irq
` [PATCH v3 09/25] irqdomain: remove NO_IRQ from irq domain code
` [PATCH v3 10/25] irq_domain: Remove references to old irq_host names
` [PATCH v3 11/25] irq_domain: Replace irq_alloc_host() with revmap-specific initializers
` [PATCH v3 12/25] irq_domain: Add support for base irq and hwirq in legacy mappings
` [PATCH v3 13/25] irq_domain: Remove 'new' irq_domain in favour of the ppc one
` [PATCH v3 14/25] irq_domain: Remove irq_domain_add_simple()
` [PATCH v3 15/25] irq_domain: Create common xlate functions that device drivers can use
` [PATCH v3 16/25] irq_domain: constify irq_domain_ops
` [PATCH v3 17/25] irq_domain/c6x: Convert c6x to use generic irq_domain support
` [PATCH v3 18/25] irq_domain/c6x: constify irq_domain structures
` [PATCH v3 19/25] irq_domain/c6x: Use library of xlate functions
` [PATCH v3 20/25] irq_domain/powerpc: constify irq_domain_ops
` [PATCH v3 21/25] irqdomain/powerpc: Replace custom xlate functions with library functions
` [PATCH v3 22/25] irq_domain/x86: Convert x86 (embedded) to use common irq_domain
` [PATCH v3 23/25] irq_domain: Include hwirq number in /proc/interrupts
` [PATCH v3 24/25] irq_domain: remove "hint" when allocating irq numbers
` [PATCH v3 25/25] irq_domain: mostly eliminate slow-path revmap lookups

[PATCH 0/4] [CFT] interlaced support
 2012-01-27 21:41 UTC  (6+ messages)

[PATCH] drm/modes: do not enforce an odd vtotal for interlaced modes
 2012-01-27 21:40 UTC 

Fwd: Git-web error
 2012-01-27 21:39 UTC  (2+ messages)
  ` Fwd: Gitweb error

[PATCH] module: avoid call vmalloc if init size is zero
 2012-01-27 11:21 UTC  (2+ messages)

[PATCH 00/21] PCI : bridge resource reallocation patchset
 2012-01-27 21:37 UTC  (4+ messages)
` [PATCH 18/21] PCI: Fix cardbus bridge resources as optional size handling

[ath9k-devel] Failed to stop TX DMA
 2012-01-27 21:37 UTC  (19+ messages)

gitweb showing slash r at the end of line
 2012-01-27 21:35 UTC  (2+ messages)

[lm-sensors] [PATCH v2] hwmon/mc13xxx-adc: add support for the
 2012-01-27 21:35 UTC  (4+ messages)
` [lm-sensors] [PATCH v2] hwmon/mc13xxx-adc: add support for the MC13892 PMIC

[PATCH] watchdog: fix GETTIMEOUT ioctl in booke_wdt
 2012-01-27 21:34 UTC  (4+ messages)

Merging kvm-apic into qemu-kvm
 2012-01-27 21:34 UTC  (8+ messages)
          ` [Qemu-devel] "

perf: prctl(PR_TASK_PERF_EVENTS_DISABLE) has no effect
 2012-01-27 21:34 UTC  (4+ messages)

[Qemu-devel] [PATCH] Init win32 CRITICAL_SECTION before starting thread; crash when attaching disks
 2012-01-27 21:34 UTC  (2+ messages)

[PATCH 1/2] ipv4/ipv6: Prepare for new route gateway semantics
 2012-01-27 21:34 UTC  (3+ messages)

[PATCH 0/3] U-boot recipe for most recent stable release
 2012-01-27 21:32 UTC  (5+ messages)
` [PATCH 1/3] u-boot: Don't make the -Os removal part of global settings

[RFC Draft] Bluetooth: Change socket lock to l2cap_chan lock
 2012-01-27 21:30 UTC  (2+ messages)

[v3.3-rc1 regression] TCP: too many of orphaned sockets
 2012-01-27 21:28 UTC  (5+ messages)

Please read!
 2012-01-27 21:05 UTC 

My Reward to You
 2012-01-27 21:21 UTC  (2+ messages)

[Qemu-devel] suspend/resume not working on tip due to 59abb06
 2012-01-27 21:27 UTC  (2+ messages)

firmware loading failure for AR3011 (0cf3:3000 or 0cf3:3005 ?)
 2012-01-27 21:27 UTC  (2+ messages)

[PATCH v10 1/3] Input: cyttsp - Cypress TTSP capacitive multi-touch screen support
 2012-01-27 21:26 UTC  (4+ messages)

[ANNOUNCE] 3.0.18-rt34
 2012-01-27 21:24 UTC 

[PATCH 2/5] iommu/amd: Implement DOMAIN_ATTR_GEOMETRY attribute
 2012-01-27 21:22 UTC  (12+ messages)

[PATCH] Tools: build tests
 2012-01-27 21:21 UTC 

[PATCH net-next 0/7] Pull request for r8169 branch
 2012-01-27 21:20 UTC  (9+ messages)
` [PATCH net-next 1/7] r8169: remove hardcoded PCIe registers accesses
` [PATCH net-next 2/7] r8169: remove rtl8169_reinit_task
` [PATCH net-next 3/7] r8169: stop delaying workqueue
` [PATCH net-next 4/7] r8169: factor out IntrMask writes
` [PATCH net-next 5/7] r8169: irq mask helpers
` [PATCH net-next 6/7] r8169: missing barriers
` [PATCH net-next 7/7] r8169: remove work from irq handler

[PATCH 0/1][KERNEL] meta/crownbay: use new yocto/emgd-1.10 feature branch
 2012-01-27 21:19 UTC  (2+ messages)

[RFCv3 0/9] perf tool: parser generator for events parsing
 2012-01-27 21:19 UTC  (5+ messages)
` [PATCHv4 "
  ` [PATCH 5/9] perf: Adding sysfs group format attribute for pmu device

XFS for-next branch
 2012-01-27 21:17 UTC  (5+ messages)

[RFC c/r 0/4] [RFC c/r 0/@total@] A pile in c/r sake
 2012-01-27 21:19 UTC  (6+ messages)
` [RFC c/r 2/4] [RFC] syscalls, x86: Add __NR_kcmp syscall v7

[PATCH] xfstests 273 274 275: do test in dedicated dir and leave test files in it
 2012-01-27 21:16 UTC  (2+ messages)

[patch|rfc][0/3] fix aio+dio+O_SYNC writes
 2012-01-27 21:15 UTC  (8+ messages)
` [PATCH 1/3] xfs: honor the O_SYNC flag for aysnchronous direct I/O requests
` [PATCH 2/3] ext4: "
` [PATCH 3/3] filemap: don't call generic_write_sync for -EIOCBQUEUED

[Qemu-devel] [PATCH v2] macio: Improve shallow, half-hearted qdev'ification
 2012-01-27 21:09 UTC 

[RFC BlueZ v0 0/2] Phone Alert and Alert Notification APIs
 2012-01-27 21:10 UTC  (3+ messages)
` [RFC BlueZ v0 1/2] Add Alert Agent API
` [RFC BlueZ v0 2/2] Add Alert Notification API

[PATCH] Bluetooth: Add support for BCM20702A0 [0a5c:21e6]
 2012-01-27 21:10 UTC 

commit/from command in git-fast-import
 2012-01-27 21:09 UTC  (5+ messages)

[PATCH 0/2][KERNEL] new yocto/emgd-1.10 feature branch
 2012-01-27 21:06 UTC  (2+ messages)

[BUGFIX][PATCH] pci: check for 4k resource_size alignment in sriov_init
 2012-01-27 21:05 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.