All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2010-03-21 05:41:48 to 2010-03-21 11:33:37 UTC [more...]

enna: Does someone have an updated recipe for geexbox repositories?
 2010-03-21 11:30 UTC  (2+ messages)

[PATCH] u-boot_git.bb: add xilinx-ml507 support
 2010-03-21 11:28 UTC  (2+ messages)

[PATCH RFC 0/5] usb: ohci: introduce ohci-hcd driver for omap3
 2010-03-21 11:32 UTC  (6+ messages)
` [PATCH RFC 1/5] omap3: add platform init code for OHCI driver
  ` [PATCH RFC 2/5] usb: ohci: introduce omap3 ohci-hcd driver
    ` [PATCH RFC 3/5] usb: ohci: Add Kconfig entries for ohci-omap3
      ` [PATCH RFC 4/5] omap: 3430sdp: add ohci platform init
          ` [PATCH RFC 5/5] omap: 3630sdp: "

dvb frontend lockup
 2010-03-21 11:31 UTC 

i2c-drivers: Remove dangling pointers
 2010-03-21 11:31 UTC  (14+ messages)
` [PATCH 01/24] mtd/maps/pismo: remove dangling pointer and a leak
  ` [PATCH 01/24] mtd/maps/pismo: remove dangling pointer and a
` [PATCH 12/24] media/video: fix dangling pointers

[PATCH 0/6] virtio: console: Fixes, abi update
 2010-03-21 11:29 UTC  (5+ messages)
` [PATCH 1/6] virtio: console: Generate a kobject CHANGE event on adding 'name' attribute
  ` [PATCH 2/6] virtio: console: Check if port is valid in resize_console
    ` [PATCH 3/6] virtio: console: Switch to using a port bitmap for port discovery

Time and KVM - best practices
 2010-03-21 11:29 UTC 

Open Wallet Business invented
 2010-03-20 21:24 UTC 

[PATCH] af9015 : more robust eeprom parsing
 2010-03-21 11:14 UTC 

Tracking KVM development
 2010-03-21 11:21 UTC 

[PATCH] NFS: don't try to decode GETATTR if DELEGRETURN returned error
 2010-03-21 11:17 UTC 

[PATCH] Speed up commands that use rev-list when max-count is specified
 2010-03-21 11:12 UTC  (2+ messages)

[PATCH 1/2] KVM: x86 emulator: commit rflags as part of registers commit
 2010-03-21 11:09 UTC  (3+ messages)
` [PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand

[PATCH 0/12] irq related: make function to take irq_desc pointer instead of irq
 2010-03-21 11:08 UTC  (8+ messages)
` [PATCH 06/12] genericirq: make irq_chip related function to take desc

[PATCH 1/2] KVM: x86 emulator: commit rflags as part of registers commit
 2010-03-21 11:08 UTC  (2+ messages)
` [PATCH 2/2] KVM: x86 emulator: add decoding of CMPXCHG8B dst operand

[PATCH] staging: winbond: reg.c Coding style fixes
 2010-03-21 11:07 UTC  (7+ messages)
    ` strip_whitespace.pl

native-git-svn: A Summer of Code 2010 proposal
 2010-03-21 11:08 UTC  (10+ messages)

[ANNOUNCE] 2.6.33-rc8-rt2
 2010-03-21 11:06 UTC  (4+ messages)
` [ANNOUNCE] 2.6.33-rt3
  ` [ANNOUNCE] 2.6.33-rt6
    ` [ANNOUNCE] 2.6.33.1-rt11

[U-Boot] [PATCH 0/6] Add support for PDM360NG board
 2010-03-21 11:03 UTC  (13+ messages)
` [U-Boot] [PATCH 1/6] mpc512x: make MEM IO Control configuration a board config option
  ` [U-Boot] [PATCH 2/6] mpc512x: add multi serial PSC support
    ` [U-Boot] [PATCH 3/6] mpc5121: add PSC serial communication routines
      ` [U-Boot] [PATCH 4/6] fsl_diu_fb.c: add support for RLE8 bitmaps
        ` [U-Boot] [PATCH 5/6] fdt_support: add partitions fixup in mtd node
          ` [U-Boot] [PATCH 6/6] mpc5121: add support for PDM360NG board

[PATCH] mips/mm: fix module support on SiByte
 2010-03-21 11:02 UTC 

[ath9k-devel] Support for USB devices TP-Link WN422G and WN722N
 2010-03-21 11:01 UTC  (4+ messages)

[PATCH] AM35x: Add musb support
 2010-03-21 10:59 UTC  (4+ messages)

[PATCH] use -q instead of redirect to /dev/null for git update-index
 2010-03-21 10:53 UTC 

[PATCH] crda: do not embed crypto data when USE_OPENSSL=1
 2010-03-21 10:46 UTC  (4+ messages)

[PATCH 1/3] watchdog: Add support for the Freescale MXC watchdog
 2010-03-21 10:36 UTC  (4+ messages)

[PATCH v2 00/19] nd/setup part two, second round
 2010-03-21 10:30 UTC  (20+ messages)
` [PATCH v2 01/19] Move enter_repo() to setup.c
` [PATCH v2 02/19] enter_repo(): initialize other variables as setup_git_directory_gently() does
` [PATCH v2 03/19] rev-parse --git-dir: print relative gitdir correctly
` [PATCH v2 04/19] worktree setup: call set_git_dir explicitly
` [PATCH v2 05/19] Add git_config_early()
` [PATCH v2 06/19] Use git_config_early() instead of git_config() during repo setup
` [PATCH v2 07/19] worktree setup: restore original state when things go wrong
` [PATCH v2 08/19] init/clone: turn on startup->have_repository properly
` [PATCH v2 09/19] git_config(): do not read .git/config if there is no repository
` [PATCH v2 10/19] Do not read .git/info/exclude "
` [PATCH v2 11/19] Do not read .git/info/attributes "
` [PATCH v2 12/19] apply: do not check sha1 when repository has not been found
` [PATCH v2 13/19] config: do not read .git/config if there is no repository
` [PATCH v2 14/19] run_builtin(): save "-h" detection result for later use
` [PATCH v2 15/19] builtins: utilize startup_info->help where possible
` [PATCH v2 16/19] builtins: check for startup_info->help, print and exit early
` [PATCH v2 17/19] Allow to undo setup_git_directory_gently() gracefully (and fix alias code)
` [PATCH v2 18/19] alias: keep repository found while collecting aliases as long as possible
` [PATCH v2 19/19] Guard unallowed access to repository when it's not set up

dm-cache module
 2010-03-21 10:35 UTC  (3+ messages)

Unable to create more than 1 guest virtio-net device using vhost-net backend
 2010-03-21 10:31 UTC  (7+ messages)

[PATCH v2 0/6] hid: new driver for PicoLCD device
 2010-03-21 10:29 UTC  (10+ messages)
` [PATCH v2 2/6] hid: add framebuffer support to "
` [PATCH v2 6/6] hid: add experimental access to PicoLCD device's
    ` [PATCH v2 6/6] hid: add experimental access to PicoLCD device's EEPROM and FLASH

BUG:write data to degrade raid5
 2010-03-21 10:29 UTC  (4+ messages)

Problem converting from raid5 to raid6
 2010-03-21 10:28 UTC  (2+ messages)

the at91 mci controller does not recognized my libertas 8686 sdio wifi chip after a reset
 2010-03-21 10:27 UTC 

BUG: unable to handle kernel paging request at 437d5ff0
 2010-03-21 10:16 UTC 

BUG: scheduling while atomic: eix-update/4126/0x10000002
 2010-03-21 10:12 UTC 

discard/trim support in device mapper?
 2010-03-21 10:16 UTC 

[PATCH] Macintosh: fix brace and trailing statement coding style issues in adb-iop.c This is a patch to the adb-iop.c file that cleans up brace and trailing statement warnings found by the checkpatch.pl tool. Signed-off-by: Michael Beardsworth <m
 2010-03-21 10:15 UTC  (2+ messages)

[PATCH v3] char drivers: Ram oops/panic logger
 2010-03-21 10:11 UTC 

[LTP] [ANNOUNCEMENT] New mailing list created for git commits
 2010-03-21 10:10 UTC  (3+ messages)
`  "

Strange CPU usage pattern in SMP guest
 2010-03-21 10:09 UTC  (2+ messages)

[RFC] Unify KVM kernel-space and user-space code into a single project
 2010-03-21 10:03 UTC  (12+ messages)

[PATCH] m68k: Fix asm constraints for atomic_sub_and_test() and atomic_add_negative() (was: Re: atomic_sub_and_test() asm constraints)
 2010-03-21 10:01 UTC  (2+ messages)

New branch to switch st/dri to st_api.h
 2010-03-21 10:01 UTC  (3+ messages)
` [Mesa3d-dev] "

should new kfifo implementation really be exporting that much?
 2010-03-21  9:32 UTC  (5+ messages)

the at91 mmc controller does not recognized my sdio wifi chip after a reset
 2010-03-21  9:56 UTC 

[PATCH RFC 00/11] lock monitor: Separate features related to lock
 2010-03-21  9:49 UTC  (9+ messages)

[Bug 15579] ext4 -o discard produces incorrect blocks of zeroes in newly created files under heavy read+truncate+append-new-file load
 2010-03-21  9:46 UTC 

[PATCH] ssb: Implement virtual SPROM on disk
 2010-03-21  9:40 UTC  (2+ messages)

way to allocate memory within a range ?
 2010-03-21  9:38 UTC  (4+ messages)

[patch] pcrypt: handle crypto_get_attr_type() errors
 2010-03-21  9:28 UTC  (2+ messages)

[patch] sunrpc: handle allocation errors from __rpc_lookup_create()
 2010-03-21  9:28 UTC  (2+ messages)

[PATCH] squid: move potentially reusable in other versions parts to .inc files
 2010-03-21  9:21 UTC  (4+ messages)

User input in grub2 module
 2010-03-21  9:24 UTC 

RFC: Phase 1: Proposal to convert V4L1 drivers
 2010-03-21  9:13 UTC  (4+ messages)

More sophisticated NFQUEUE analysis
 2010-03-21  9:14 UTC 

[RFC/PATCH 0/4] VMware balloon driver over virtio
 2010-03-21  9:19 UTC  (5+ messages)
` [PATCH 4/4] Add VMware memory balloon driver

[PATCH] Macintosh: fix brace and trailing statement coding style issues in adb-iop.c This is a patch to the adb-iop.c file that cleans up brace and trailing statement warnings found by the checkpatch.pl tool. Signed-off-by: Michael Beardsworth <mbeards2@uoregon.edu>
 2010-03-21  9:16 UTC  (3+ messages)

[Bug 27211] New: endless PROTECTION_FAULT logs, Nouveau drm, TNT card
 2010-03-21  8:59 UTC  (3+ messages)
` [Bug 27211] "

PATCH: add new usb id to p54usb
 2010-03-21  8:47 UTC 

[PATCH 1/4] pci/dmar: Combine the BIOS DMAR table warning messages
 2010-03-21  8:43 UTC  (3+ messages)
` [PATCH 4/4] pci/dmar: Tone down warnings about invalid BIOS DMAR tables

execve man page
 2010-03-21  8:41 UTC 

ar9170 ad-hoc bugs
 2010-03-21  8:38 UTC 

[PATCH] sound/oss/vidc.c: change the field used with DMA_ACTIVE
 2010-03-21  8:38 UTC  (3+ messages)

[PATCH] ALSA: hda - Add PCI quirk for HP dv6-1110ax
 2010-03-21  8:38 UTC  (2+ messages)

execve for script don't return ENOEXEC, bug ?
 2010-03-21  8:33 UTC  (2+ messages)

[Bug 13549] Kernel oops while online resizing of an ext4 filesystem
 2010-03-21  8:33 UTC 

[PATCH] xfrm: cache bundle lookup results in flow cache
 2010-03-21  8:31 UTC  (13+ messages)

PATCH: Fix snd-hda-intel boot hang on ASUS A8N-VM
 2010-03-21  8:29 UTC  (5+ messages)

gcc atomic instruction support for armv5te
 2010-03-21  8:12 UTC  (2+ messages)

Different output from mdadm --scan
 2010-03-21  8:01 UTC  (2+ messages)

[Buildroot] [Bug 1351] New: host-libxslt-1.1.24 fails to build
 2010-03-21  7:51 UTC  (4+ messages)
` [Buildroot] [Bug 1351] "

2.6.34-rc2: cpu hotplug test failure on x86_64
 2010-03-21  7:48 UTC  (4+ messages)

[PATCH 0/3] max3100: improvements
 2010-03-21  7:47 UTC  (10+ messages)
` [PATCH 1/3] max3100: added raise_threaded_irq
` [PATCH 2/3] max3100: moved to threaded interrupt
` [PATCH 3/3] max3100: adds console support for MAX3100

[PATCH 00/20] x86: early_res and irq_desc
 2010-03-21  7:13 UTC  (63+ messages)
  ` [PATCH 01/20] x86: add find_e820_area_node
  ` [PATCH 02/20] x86: add get_centaur_ram_top
  ` [PATCH 03/20] x86: make e820 to be static
  ` [PATCH 04/20] x86: use wake_system_ram_range instead of e820_any_mapped in agp path
  ` [PATCH 05/20] x86: make e820 to be initdata
  ` [PATCH 06/20] early_res: seperate common memmap func from e820.c to fw_memmap.c
  ` [PATCH 07/20] irq: move some interrupt arch_* functions into struct irq_chip
  ` [PATCH 08/20] x86: fix out of order of gsi - full
  ` [PATCH 09/20] x86: set nr_irqs_gsi only in probe_nr_irqs_gsi
  ` [PATCH 10/20] x86: kill smpboot_hooks.h
  ` [PATCH 11/20] x86: use vector_desc instead of vector_irq
  ` [PATCH 12/20] genericirq: change ack/mask in irq_chip to take irq_desc instead of irq -- x86 and core
  ` [PATCH 13/20] genericirq: change ack/mask in irq_chip to take irq_desc instead of irq -- other arch
  ` [PATCH 14/20] genericirq: add set_irq_desc_chip/data
  ` [PATCH 15/20] x86/iommu/dmar: update iommu/inter_remapping to use desc
  ` [PATCH 16/20] x86: use num_processors for possible cpus
  ` [PATCH 17/20] x86: make 32bit apic flat to physflat switch like 64bit
  ` [PATCH 18/20] x86: remove arch_probe_nr_irqs
  ` [PATCH 19/20] x86/pci: ioh new version read all at same time
  ` [PATCH 20/20] x86/pci: add mmconf range into e820 for when it is from MSR with amd faml0h

Help in understanding a memory barrier used in btrfs
 2010-03-21  7:13 UTC 

[PATCH] cmake.bbclass: force CMAKE_INSTALL_SO_NO_EXE to be 0
 2010-03-21  7:05 UTC  (3+ messages)

[PATCH] staging: winbond: mlmetxrx_f.h Coding style fixes
 2010-03-21  7:00 UTC  (4+ messages)

[PATCH] staging: winbond: mto.h Coding style fixes
 2010-03-21  6:59 UTC  (2+ messages)

[PATCH] staging: winbond: localpara.h whitespace and indentation fixes
 2010-03-21  6:58 UTC  (4+ messages)

Content based storage
 2010-03-21  6:55 UTC  (10+ messages)

[mesa] r300g dri/st: OpenArena corruptions with mesa-7.8 and master GIT
 2010-03-21  6:49 UTC  (5+ messages)
    ` [Mesa3d-dev] "

GSoC draft proposal: Line-level history browser
 2010-03-21  6:16 UTC  (12+ messages)

[PULL] pull request for writable limits for 2.6.33-rc1
 2010-03-21  6:06 UTC  (4+ messages)
` [git pull] pull request for writable limits for 2.6.34-rc0

[bluetooth-next V3] Bluetooth: handle device reset event
 2010-03-21  5:48 UTC  (4+ messages)

[PATCH 1/3] Bluetooth: Fix potential bad memory access with sysfs files
 2010-03-21  5:41 UTC  (4+ messages)
` [PATCH 2/3] Bluetooth: Convert debug files to actually use debugfs instead of sysfs
  ` Pull request: bluetooth-2.6 2010-03-21
    ` [PATCH 3/3] Bluetooth: Fix kernel crash on L2CAP stress tests


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.