All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-06-07 12:00:18 to 2011-06-07 13:07:33 UTC [more...]

[PATCH V2] V4L/DVB: v4l: Add driver for Marvell PXA910 CCIC
 2011-06-07  5:46 UTC  (3+ messages)

[PATCH v4 3.0-rc2-tip 0/22] 0: Uprobes patchset with perf probe support
 2011-06-07 13:00 UTC  (23+ messages)
` [PATCH v4 3.0-rc2-tip 1/22] 1: X86 specific breakpoint definitions
` [PATCH v4 3.0-rc2-tip 2/22] 2: uprobes: Breakground page replacement
` [PATCH v4 3.0-rc2-tip 3/22] 3: uprobes: Adding and remove a uprobe in a rb tree
` [PATCH v4 3.0-rc2-tip 4/22] 4: Uprobes: register/unregister probes
` [PATCH v4 3.0-rc2-tip 5/22] 5: x86: analyze instruction and determine fixups
` [PATCH v4 3.0-rc2-tip 6/22] 6: uprobes: store/restore original instruction
` [PATCH v4 3.0-rc2-tip 7/22] 7: uprobes: mmap and fork hooks
` [PATCH v4 3.0-rc2-tip 8/22] 8: x86: architecture specific task information
` [PATCH v4 3.0-rc2-tip 9/22] 9: uprobes: task specific information
` [PATCH v4 3.0-rc2-tip 10/22] 10: uprobes: slot allocation for uprobes
` [PATCH v4 3.0-rc2-tip 11/22] 11: uprobes: get the breakpoint address

[PATCH v2] nand: nand_base: Always initialise oob_poi before writing OOB data
 2011-06-07 13:00 UTC  (6+ messages)

[PATCH] iio: industrialio-core: iio_write_channel_info accept IIO_VAL_INT_PLUS_NANO
 2011-06-07 13:06 UTC  (3+ messages)

[net-next 00/40][pull request] Intel Wired LAN Driver Update
 2011-06-07 13:06 UTC  (43+ messages)
` [net-next 01/40] e1000e: disable far-end loopback mode on ESB2
` [net-next 02/40] e1000e: 82579 intermittently disabled during S0->Sx
` [net-next 03/40] e1000e: log when swflag is cleared unexpectedly on ICH/PCH devices
` [net-next 04/40] e1000e: do not schedule the Tx queue until ready
` [net-next 05/40] e1000e: access multiple PHY registers on same page at the same time
` [net-next 06/40] e1000e: Clear host wakeup bit on 82577/8 without touching PHY page 800
` [net-next 07/40] e1000e: remove redundant reverse dependency on CRC32
` [net-next 08/40] e1000e: update driver version
` [net-next 09/40] igbvf: update version number
` [net-next 10/40] igb: Change version to remove number after -k in kernel versions
` [net-next 11/40] ixgbe: dcbnl reduce duplicated code and indentation
` [net-next 12/40] ixgbe: consolidate packet buffer allocation
` [net-next 13/40] ixgbe: consolidate MRQC and MTQC handling
` [net-next 14/40] ixgbe: configure minimal packet buffers to support TC
` [net-next 15/40] ixgbe: DCB use existing TX and RX queues
` [net-next 16/40] ixgbe: DCB 82598 devices, tx_idx and rx_idx swapped
` [net-next 17/40] ixgbe: setup redirection table for multiple packet buffers
` [net-next 18/40] ixgbe: fix bit mask for DCB version
` [net-next 19/40] ixgbe: DCB and perfect filters can coexist
` [net-next 20/40] ixgbe: DCB, remove unneeded ixgbe_dcb_txq_to_tc() routine
` [net-next 21/40] ixgbe: add support for Dell CEM
` [net-next 22/40] ixgbe: setup per CPU PCI pool for FCoE DDP
` [net-next 23/40] ixgbe: use per NUMA node lock "
` [net-next 24/40] ixgbe: alloc DDP PCI pool and ixgbe queues as per NUMA nodes
` [net-next 25/40] ixgbe: remove ntuple filtering
` [net-next 26/40] ixgbe: fix flags relating to perfect filters to support coexistence
` [net-next 27/40] ixgbe: update perfect filter framework to support retaining filters
` [net-next 28/40] ixgbe: add basic support for setting and getting nfc controls
` [net-next 29/40] ixgbe: add support for displaying ntuple filters via the nfc interface
` [net-next 30/40] ixgbe: add support for nfc addition and removal of filters
` [net-next 31/40] ethtool: remove support for ETHTOOL_GRXNTUPLE
` [net-next 32/40] ixgbe: add support for modifying UDP RSS flow hash options
` [net-next 33/40] ixgbe: move setting RSC into a separate function
` [net-next 34/40] ixgbe: move reset code "
` [net-next 35/40] ixgbe: disable RSC when Rx checksum is off
` [net-next 36/40] ixgbe: fix ring assignment issues for SR-IOV and drop cases
` [net-next 37/40] rtnetlink: Compute and store minimum ifinfo dump size
` [net-next 38/40] ixgbe: Update feature flags so that LRO and Ntuple are restricted
` [net-next 39/40] ixgbe: update driver version string
` [net-next 40/40] ixgbevf: Update the driver string

[PATCH 0/15] KVM: optimize for MMIO handled
 2011-06-07 13:07 UTC  (16+ messages)
` [PATCH 01/15] KVM: MMU: fix walking shadow page table
` [PATCH 02/15] KVM: MMU: do not update slot bitmap if spte is nonpresent
` [PATCH 03/15] KVM: x86: avoid unnecessarily guest page table walking
` [PATCH 04/15] KVM: MMU: cache mmio info on page fault path
` [PATCH 05/15] KVM: MMU: optimize to handle dirty bit
` [PATCH 06/15] KVM: MMU: cleanup for FNAME(fetch)
` [PATCH 07/15] KVM: MMU: rename 'pt_write' to 'emulate'
` [PATCH 08/15] KVM: MMU: count used shadow pages on preparing path
` [PATCH 09/15] KVM: MMU: split kvm_mmu_free_page
` [PATCH 10/15] KVM: MMU: lockless walking shadow page table
` [PATCH 11/15] KVM: MMU: filter out the mmio pfn from the fault pfn
` [PATCH 12/15] KVM: MMU: abstract some functions to handle "
` [PATCH 13/15] KVM: VMX: modify the default value of nontrap shadow pte
` [PATCH 14/15] KVM: MMU: mmio page fault support
` [PATCH 15/15] KVM: MMU: trace mmio page fault

[Bug 27455] New: dualhead not working, second display always black
 2011-06-07 13:05 UTC  (2+ messages)
  ` [Bug 27455] "

[PATCH] linphone: added recipe for v3.4.3
 2011-06-07 12:59 UTC  (5+ messages)

[gianfar]bandwidth management problem on mpc8313 based board
 2011-06-07 13:02 UTC 

[RFC/PATCHv3 0/5] Improving gitweb documentation, creating manpages
 2011-06-07 13:00 UTC  (4+ messages)
` [RFC/PATCHv3 4/5] gitweb: Starting work on a man page for /etc/gitweb.conf (WIP)

[git pull] vfs/fs fixes for -rc3
 2011-06-07 13:01 UTC 

[PATCH RFC 00/30] Ext4 snapshots - core patches
 2011-06-07 13:01 UTC  (9+ messages)

overlayfs: mounting overlayfs on top of overlayfs
 2011-06-07 13:00 UTC  (4+ messages)

[PATCH] staging iio: Replace kmalloc with local variable
 2011-06-07 13:00 UTC  (3+ messages)

MIDI issue with RME HDSPM MADI
 2011-06-07 13:06 UTC  (4+ messages)

ipqueue allocation failure
 2011-06-07 12:59 UTC  (5+ messages)
  ` [PATCH] Use unsigned variables for packet lengths in ip[6]_queue

[PATCH 0/5] 3G network support
 2011-06-07 12:58 UTC  (3+ messages)
` [PATCH 1/5] kernel.bbclass: Auto load cdc-acm and cdc-wdm

XFS: accounting of reclaimable inodes is incorrect
 2011-06-07 12:58 UTC  (3+ messages)

[PATCH 1/4] rcu: Detect uses of rcu read side in extended quiescent states
 2011-06-07 12:58 UTC  (8+ messages)
` [1/4] "

[PATCH V3 2/4] voicecall: add ATD support for HFP emulator
 2011-06-07 12:58 UTC  (2+ messages)

[v3.0-rc2] Creating an archive-tarball from linux-2.6 GIT repository
 2011-06-07 12:56 UTC  (2+ messages)

SO_BINDTODEVICE inconsistency between IPv4 and IPv6
 2011-06-07 12:55 UTC  (3+ messages)

[git pull] Please pull powerpc.git merge branch (fwd)
 2011-06-07 12:55 UTC 

[PATCH] gpio/mxc: convert gpio-mxc to use generic irq chip
 2011-06-07 12:55 UTC  (3+ messages)

[PATCH] libxl: use '-name' instead of deprecated '-domain-name' for device model
 2011-06-07 12:54 UTC  (6+ messages)

ketchup script and 3.0
 2011-06-07 12:53 UTC  (2+ messages)

XFS problem in 2.6.32
 2011-06-07 12:46 UTC 

[PATCH] virtio-spec: Fix wrong bit number of device status
 2011-06-07 12:52 UTC 

[Patch] doc: remove ns_cgroup from feature-removal-schedule.txt
 2011-06-07 12:49 UTC  (4+ messages)

RFC: Proposal to change the way pending events are handled
 2011-06-07 12:50 UTC  (8+ messages)

[PATCH] slob/lockdep: Fix gfp flags passed to lockdep
 2011-06-07 12:49 UTC  (3+ messages)

[Bug 35162] New: Kernel BUG when syncing ext2 if USB stick is removed
 2011-06-07 12:49 UTC  (3+ messages)
` [Bug 35162] "

Issues with HDSPM
 2011-06-07 12:48 UTC  (5+ messages)

Trouble with registering a raid volume with dmeventd
 2011-06-07 12:46 UTC  (2+ messages)

[2:656]?
 2011-06-07 12:44 UTC  (7+ messages)
` ipv6 link local address

[PATCHv3] ARM:boot:device tree: Allow the device tree binary to be appended to zImage
 2011-06-07 12:43 UTC  (12+ messages)
    ` [PATCH] ARM: Make sure appended device tree data won't overlap kernel BSS

[patch 0/8] mm: memcg naturalization -rc2
 2011-06-07 12:42 UTC  (7+ messages)
` [patch 2/8] mm: memcg-aware global reclaim
` [patch 8/8] mm: make per-memcg lru lists exclusive

Suspend failed - unable to freeze cifsd
 2011-06-07 12:41 UTC  (4+ messages)

Realtek RTL8192CU Polling FW ready fail!! REG_MCUFWDL:0x00000006
 2011-06-07 12:40 UTC  (3+ messages)

[PATCH] lockdep: Fix lock_is_held on recursion
 2011-06-07 12:39 UTC  (3+ messages)
` [tip:sched/urgent] lockdep: Fix lock_is_held() "

[net-2.6] igb: fix i350 SR-IOV failture
 2011-06-07 12:38 UTC 

[pm-wip/cpufreq][PATCH 0/3] OMAP2+: cpufreq: fixes
 2011-06-07 12:38 UTC  (4+ messages)
` [pm-wip/cpufreq][PATCH 3/3] OMAP2+: cpufreq: do lateinit

[U-Boot] Issues building for the P2020 (linking)
 2011-06-07 12:36 UTC  (3+ messages)

[PATCH 1/2] MTD: pxa3xx_nand: fix nand detection issue
 2011-06-07 12:33 UTC  (10+ messages)
` [PATCH 2/2] MTD: pxa3xx_nand: Fix blank page ECC mismatch

[U-Boot] [PATCH v2] NAND: Add 16bit NAND support for the NDFC
 2011-06-07 12:33 UTC  (3+ messages)

A few concerns about fanotify implementation
 2011-06-07 12:35 UTC  (11+ messages)
` [malware-list] "

[DRBD-announce] drbd-8.3.11rc2.tar.gz
 2011-06-07 12:30 UTC 

[Bug 25248] Machinarium crashes with current git radeon driver
 2011-06-07 12:30 UTC 

Since 2.6.39.1: dib0700: tx buffer length is larger than 4. Not supported
 2011-06-07 12:24 UTC 

[RFC PATCH] Add combined clock support to Atmel SoC audio
 2011-06-07 12:29 UTC  (3+ messages)

[RFC 0/6] iommu: generic api migration and grouping
 2011-06-07 12:27 UTC  (6+ messages)
` [RFC 1/6] omap: iommu: generic iommu api migration

[PATCH 00 of 12] xenpaging fixes for xen-unstable
 2011-06-07 12:27 UTC  (2+ messages)

[linux-lvm] Installation fails if VG is exported
 2011-06-07 12:25 UTC  (2+ messages)

[RFC] Refactor the cafe_ccic driver and add Armada 610 support
 2011-06-07  5:30 UTC  (2+ messages)

[NFLOG] How to determine the connection a packet belongs to?
 2011-06-07 12:25 UTC  (4+ messages)

need pointer to Understand how to use IBV_WR_RDMA_WRITE_WITH_IMM
 2011-06-07 12:23 UTC 

gcc 4.5.1 / as 2.20.51.0.11 miscompiling drivers/char/i8k.c ?
 2011-06-07 12:22 UTC  (14+ messages)
    ` 2.6.39.1 immediately reboots/resets on EFI system

bug in xfs: can't recovery metadata log
 2011-06-07  6:36 UTC  (2+ messages)

[PATCH kernel 2.6.38rc2-git7] axnet_cs: reduce delay time at ei_rx_overrun
 2011-06-07 12:01 UTC  (5+ messages)
` [PATCH kernel 2.6.38-rc5] fmvj18x_cs: add new id
  ` [PATCH kernel 3.0-rc1] smc91c92_cs: set smc->base to NULL before iounmap
      `  "

[Bug 37028] New: Amnesia/HPL2 Demo: Strange graphical bugs on r600g
 2011-06-07 12:18 UTC  (2+ messages)
` [Bug 37028] "

[RFC v4] V4L2 API for flash devices
 2011-06-07 12:17 UTC  (9+ messages)

[ath9k-devel] Hw initialize prob with AR9285
 2011-06-07 12:17 UTC  (6+ messages)

[Qemu-devel] [patch 0/7] live block copy (v4)
 2011-06-07 12:15 UTC  (3+ messages)
` [Qemu-devel] [patch 6/7] QEMU live block copy

[U-Boot] [PATCH v2 00/10] armv7: cache maintenance operations
 2011-06-07 12:14 UTC  (9+ messages)
` [U-Boot] [PATCH v3 02/10] armv7: add miscellaneous utility macros

[PATCH/RFC 0/4] V4L: new ioctl()s to support multi-sized video-buffers
 2011-06-07 12:14 UTC  (9+ messages)
` [PATCH/RFC 1/4] V4L: add three new ioctl()s for multi-size videobuffer management

[PATCH 00/18] writeback fixes and cleanups for 2.6.40 (v3)
 2011-06-07 12:13 UTC  (7+ messages)
          ` writeback merge status, was "

[PATCH] hdspm.c: make driver name generic to avoid user confusion
 2011-06-07 12:13 UTC  (3+ messages)

[PATCH][GIT PULL] slob/lockdep: Fix gfp flags passed to lockdep
 2011-06-07 12:13 UTC  (7+ messages)

[PATCH v2 2/3] network-registration.c: implement CIND forTelit UC864-G
 2011-06-07 12:12 UTC  (4+ messages)
` [PATCH v2 2/3] network-registration.c: implement CIND forTelitUC864-G
` [PATCH] network-registration.c: enhance CIND=? support

[PATCH] perf, core: Fix initial task_ctx/event installation
 2011-06-07 12:10 UTC  (7+ messages)
      ` [tip:perf/core] "

[U-Boot] [PATCH][AT91] Build fix/update of AFEB9260
 2011-06-07 12:11 UTC 

[PATCH 1/9] OMAP: DSS2: Change DSI platform device name from "omapdss_dsi1" to "omapdss_dsi"
 2011-06-07 12:08 UTC  (11+ messages)

Fwd: [XFSTEST Add Fallocate Punch Hole Tests 1/3 v4] Add Punch Hole to FSX
 2011-06-07 12:06 UTC  (5+ messages)

Defragging XFS File Systems
 2011-06-07 12:05 UTC  (2+ messages)

[PATCH] libxl, Introduce a QMP client
 2011-06-07 12:05 UTC  (6+ messages)
      `  "

Video mode set failed: Couldn't find matching GLX visual
 2011-06-07 12:05 UTC 

[tip:core/printk] printk: Release console_sem after logbuf_lock
 2011-06-07 12:03 UTC 

[refpolicy] Help with policy definition
 2011-06-07 12:03 UTC  (2+ messages)

[PATCH] sched: RCU-protect __set_task_cpu() in set_task_cpu()
 2011-06-07 12:03 UTC  (2+ messages)
` [tip:sched/urgent] sched: Fix/clarify set_task_cpu() locking rules

[PATCH 0 of 6 RESENT] A bunch of fixes for libxl
 2011-06-07 12:02 UTC  (6+ messages)
` [PATCH 4 of 6 RESENT] xl: Use macros for param parsing in network-attach, to prevent use explicit sizeof("param")
` [PATCH 6 of 6 RESENT] libxl: Do not SEGV when no 'removable' disk parameter in xenstore


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.