All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-07 23:17:44 to 2011-05-08 09:05:58 UTC [more...]

[PATCH][WAS:bcmai,axi] bcma: add Broadcom specific AMBA bus driver
 2011-07-08 17:41 UTC  (25+ messages)
  ` [PATCH][WAS:bcmai, axi] "

[PATCH]SPARC32: Fixed unaligned memory copying in function
 2011-05-08  9:05 UTC 

[PATCH] x264_r2245: fix DEPENDS for x86
 2011-05-08  9:02 UTC  (4+ messages)

[meta-oe][PATCH 01/11] fuse: add 2.8.5
 2011-05-08  8:56 UTC  (20+ messages)
` [meta-oe][PATCH 02/11] ntfs-3g-ntfsprogs: add 2011.4.12 recipes
` [meta-oe][PATCH 03/11] setxkbmap: add 1.2.0 version
` [meta-oe][PATCH 04/11] freerdp: add recipe based on GIT from 2009-03-29
` [meta-oe][PATCH 05/11] pixman.inc: use Xorg mirror
` [meta-oe][PATCH 06/11] p910nd: add 0.95 version
` [meta-oe][PATCH 07/11] libiconv: drop hack since gettext was being inherited
` [meta-oe][PATCH 08/11] libinih: add git recipe
` [meta-oe][PATCH 09/11] qt4: drop 4.6 versions
` [meta-oe][PATCH 10/11] postgresql: update to 8.4.7 since 8.4.4 was unfetchable
` [meta-oe][PATCH 11/11] qt4: fix 4.7.2 checksum

[PATCH v2] net: add mac_pton() for parsing MAC address
 2011-05-08  9:00 UTC 

KVM_GET_SUPPORTED_CPUID returning -E2BIG
 2011-05-08  8:56 UTC  (2+ messages)

Is KVM_GET_SREGS safe from other threads?
 2011-05-08  8:50 UTC  (2+ messages)

[PATCH v0 0/3] git add a-Big-file
 2011-05-08  8:47 UTC  (4+ messages)
` [PATCH v0 1/3] index_fd(): turn write_object and format_check arguments into one flag
` [PATCH v0 2/3] index_fd(): split into two helper functions
` [PATCH v0 3/3] Bigfile: teach "git add" to send a large file straight to a pack

[PATCH 1/2] commit: do not cleanup template
 2011-05-08  8:47 UTC  (4+ messages)

[RFC PATCH 0/9] Misc. Alchemy updates
 2011-05-08  8:42 UTC  (10+ messages)
` [PATCH 1/9] MIPS: DB1200: Set Config[OD] for improved stability
` [PATCH 2/9] MIPS: Alchemy: update inlinable GPIO API
` [PATCH 3/9] MIPS: Alchemy: irq code and constant cleanup
` [PATCH 4/9] MIPS: Alchemy: convert irq.c to syscore_ops
` [PATCH 5/9] MIPS: Alchemy: convert dbdma.c "
` [PATCH 6/9] MIPS: Alchemy: rewrite UART setup and constants
` [PATCH 7/9] MIPS: Alchemy: rewrite ethernet platform setup
` [PATCH 8/9] MIPS: Alchemy: cleanup DMA addresses
` [PATCH 9/9] MIPS: Alchemy: clean up GPIO registers and accessors

[lm-sensors] [PATCH] i8k: Properly handle errors
 2011-05-08  8:46 UTC 

[PATCH] input: ads7846: fix gpio_pendown configuration
 2011-05-08  8:44 UTC  (2+ messages)
` [PATCH v2] "

atarimouse (was: Re: [git pull] m68k SLUB fix for 2.6.39)
 2011-05-08  8:44 UTC  (5+ messages)

[Qemu-devel] Binary translation (of code)
 2011-05-08  8:40 UTC  (2+ messages)

[PATCH] m68k/atari: Do not use "/" in interrupt names
 2011-05-08  8:41 UTC  (5+ messages)

[lm-sensors] Will there ever be EMC6w201 support?
 2011-05-08  8:39 UTC  (5+ messages)

Char driver
 2011-05-08  8:36 UTC  (2+ messages)

[meta-oe] Pull request for misc changes
 2011-05-08  8:31 UTC  (17+ messages)
` [meta-oe][PATCH 1/8] fuse: add 2.8.5
  ` [meta-oe][PATCH 2/8] ntfs-3g-ntfsprogs: add 2011.4.12 recipes
    ` [meta-oe][PATCH 3/8] setxkbmap: add 1.2.0 version
      ` [meta-oe][PATCH 4/8] freerdp: add recipe based on GIT from 2009-03-29
        ` [meta-oe][PATCH 5/8] pixman.inc: use Xorg mirror
          ` [meta-oe][PATCH 6/8] p910nd: add 0.95 version
            ` [meta-oe][PATCH 7/8] libiconv: drop hack since gettext was being inherited
              ` [meta-oe][PATCH 8/8] libinih: add git recipe

[PATCH 0/30] nVMX: Nested VMX, v9
 2011-05-08  8:30 UTC  (31+ messages)
` [PATCH 01/30] nVMX: Add "nested" module option to kvm_intel
` [PATCH 02/30] nVMX: Implement VMXON and VMXOFF
` [PATCH 03/30] nVMX: Allow setting the VMXE bit in CR4
` [PATCH 04/30] nVMX: Introduce vmcs12: a VMCS structure for L1
` [PATCH 05/30] nVMX: Implement reading and writing of VMX MSRs
` [PATCH 06/30] nVMX: Decoding memory operands of VMX instructions
` [PATCH 07/30] nVMX: Introduce vmcs02: VMCS used to run L2
` [PATCH 08/30] nVMX: Fix local_vcpus_link handling
` [PATCH 09/30] nVMX: Add VMCS fields to the vmcs12
` [PATCH 10/30] nVMX: Success/failure of VMX instructions
` [PATCH 11/30] nVMX: Implement VMCLEAR
` [PATCH 12/30] nVMX: Implement VMPTRLD
` [PATCH 13/30] nVMX: Implement VMPTRST
` [PATCH 14/30] nVMX: Implement VMREAD and VMWRITE
` [PATCH 15/30] nVMX: Move host-state field setup to a function
` [PATCH 16/30] nVMX: Move control field setup to functions
` [PATCH 17/30] nVMX: Prepare vmcs02 from vmcs01 and vmcs12
` [PATCH 18/30] nVMX: Implement VMLAUNCH and VMRESUME
` [PATCH 19/30] nVMX: No need for handle_vmx_insn function any more
` [PATCH 20/30] nVMX: Exiting from L2 to L1
` [PATCH 21/30] nVMX: Deciding if L0 or L1 should handle an L2 exit
` [PATCH 22/30] nVMX: Correct handling of interrupt injection
` [PATCH 23/30] nVMX: Correct handling of exception injection
` [PATCH 24/30] nVMX: Correct handling of idt vectoring info
` [PATCH 25/30] nVMX: Handling of CR0 and CR4 modifying instructions
` [PATCH 26/30] nVMX: Further fixes for lazy FPU loading
` [PATCH 27/30] nVMX: Additional TSC-offset handling
` [PATCH 28/30] nVMX: Add VMX to list of supported cpuid features
` [PATCH 29/30] nVMX: Miscellenous small corrections
` [PATCH 30/30] nVMX: Documentation

[Qemu-devel] [PATCH] usb-linux: Add missing break statement
 2011-05-08  8:31 UTC  (2+ messages)

[Qemu-devel] [PATCH] target-mips: Fix warning caused by unused local variable
 2011-05-08  8:24 UTC 

[PATCH] Adding support to freeze and unfreeze a journal
 2011-05-08  8:24 UTC  (3+ messages)
` [PATCH v2] "

[linux-dvb] TeVii S470 (cx23885 / ds3000) makes the machine unstable
 2011-05-08  8:23 UTC  (5+ messages)

genirq: Generic irq chip available in git
 2011-05-08  8:22 UTC  (3+ messages)

[Question] how to detect mm leaker and kill?
 2011-05-08  8:21 UTC  (4+ messages)

[B.A.T.M.A.N.] Routing improvement taking into account links bit-rate
 2011-05-08  8:15 UTC  (3+ messages)

Scalability of interface creation and deletion
 2011-05-08  8:08 UTC  (16+ messages)

fsck.reiser4 --build-fs /dev/sdb report
 2011-05-08  7:57 UTC 

[PATCH] pci: Check bridge resources after resource allocation
 2011-05-08  7:55 UTC  (6+ messages)
        ` [PATCH -v2] "

checkpatch "unclean" patches
 2011-05-08  7:55 UTC 

OOPS after connection Droids MuIn USB display
 2011-05-08  7:45 UTC  (8+ messages)

RFC: a plugin architecture for git extensions?
 2011-05-08  7:42 UTC  (18+ messages)

[B.A.T.M.A.N.] [PATCH] batman-adv: Fix line over 80 characters
 2011-05-08  7:39 UTC 

[PATCH] kvm tools: Enable earlyprintk=serial by default
 2011-05-08  7:39 UTC 

[PATCH v3] rerere: Expose an API corresponding to 'clear' functionality
 2011-05-08  7:30 UTC  (4+ messages)
` [PATCH v4 0/2] Libify rerere: clear and gc
  ` [PATCH v4 1/2] usage: Introduce error_errno corresponding to die_errno
  ` [PATCH v4 2/2] rerere: Libify "rerere clear" and "rerere gc"

[PATCH] arm: omap3: cm-t35: add support for cm-t3730
 2011-05-08  7:20 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/4] Store the chipset info struct in the PCI match struct, instead of a switch()
 2011-05-08  7:11 UTC  (4+ messages)
` [PATCH 3/4] Remove the static list of PciChipset and construct it from SymTabRec instead

[Qemu-devel] [PATCH] hw/xen_disk: Remove unused local variable
 2011-05-08  7:01 UTC 

[Qemu-trivial] [PATCH] ac97: Remove unused local variables
 2011-05-08  6:58 UTC  (2+ messages)
` [Qemu-devel] "

Windows Page File
 2011-05-08  6:54 UTC  (3+ messages)

Via VT2020: issues with kernel 2.6.38.{2, 3} (alsa 1.0.23) - working with 2.6.33.2 (alsa 1.0.21)
 2011-05-08  6:40 UTC  (2+ messages)

[PATCH] netconsole: switch to kstrto*() functions
 2011-05-08  6:33 UTC 

[PATCH] package.bbclass: convert unpackaged file message from 'info' to 'warn' so that it shows up on the console
 2011-05-08  6:23 UTC  (3+ messages)

[PATCH 4/4] kvm tools: Fix virtio console hangs by removing IRQ injection for tx path
 2011-05-08  6:22 UTC  (2+ messages)

[PATCH 0/7] Microblaze target arch support
 2011-05-08  6:14 UTC  (3+ messages)
` [PATCH 1/7] insane: add micrblaze target info

[net-next-2.6 0/5][pull request] Intel Wired LAN Driver Update
 2011-05-08  5:59 UTC  (2+ messages)

[PATCH] libxl: virtio-blk-pci support for FV domain
 2011-05-08  5:24 UTC  (3+ messages)

2.6.39-rc3, 2.6.39-rc4: XFS lockup - regression since 2.6.38
 2011-05-08  5:11 UTC  (11+ messages)

-longterm kernels (Was: Re: [stable] Patch Upstream: iwlwifi: fix skb usage after free)
 2011-05-08  5:09 UTC  (4+ messages)
      ` -longterm kernels

!CONFIG_OMAP_32K_TIMER on OMAP4/panda
 2011-05-08  4:59 UTC  (2+ messages)

IR remote control autorepeat / evdev
 2011-05-08  4:38 UTC 

[xen-unstable test] 6998: trouble: blocked/broken/fail/pass
 2011-05-08  4:30 UTC 

[PATCH v9 0/2] Make all it87 drivers SMP safe
 2011-05-08  4:25 UTC  (4+ messages)
` [PATCH v9 1/2] Use "request_muxed_region" in it87 watchdog drivers
    ` [lm-sensors] [PATCH v9 1/2] Use "request_muxed_region" in it87

LETTER TO YOU?
 2011-05-08  4:37 UTC 

[PATCH 0/7] Network namespace manipulation with file descriptors
 2011-05-08  4:02 UTC  (8+ messages)
` [PATCH 1/7] ns: proc files for namespace naming policy
  ` [PATCH 2/7] ns: Introduce the setns syscall
  ` [PATCH 7/7] ns: Wire up the setns system call

[PATCH] filefrag: count optimize non-verbose mode; count 0 extents properly when verbose
 2011-05-08  3:35 UTC  (6+ messages)
    ` [PATCH V2] filefrag: "

[PATCH] usb: fix warning in usbtest module
 2011-05-08  3:27 UTC 

xl - no support for DRBD disks?
 2011-05-08  3:24 UTC 

[Qemu-devel] [ANNOUNCE] QEMU 0.14.1.tar.gz is available
 2011-05-08  3:09 UTC 

[Bug 36554] New: Amnesia game causes black screen or kernel locks
 2011-05-08  2:54 UTC  (2+ messages)
` [Bug 36554] "

[PATCH] aesni-intel: Merge with fpu.ko
 2011-05-08  2:22 UTC 

[PATCH 1/3] kvm tools: Use virt_queue__trigger_irq() to trigger IRQ for virtio console
 2011-05-08  2:14 UTC  (3+ messages)
` [PATCH 2/3] kvm tools: Use virt_queue__trigger_irq() to trigger IRQ for virtio blk
` [PATCH 3/3] kvm tools: Use virt_queue__trigger_irq() to trigger IRQ for virtio rng

[PATCH] pxa: Fix PGSR register address calculation
 2011-05-08  1:54 UTC 

ssb: where to reject dangling cores?
 2011-05-08  1:48 UTC  (3+ messages)

[PATCH v2 2/2] x86: don't unmask disabled irqs when migrating them
 2011-05-08  1:44 UTC  (7+ messages)

[PATCH 0/4] Misc sync up changes
 2011-05-08  1:09 UTC  (5+ messages)
` [PATCH 1/4] gcc-package-target: Switch to TARGET_PREFIX in symlinks
` [PATCH 2/4] binutils.inc: Switch to TARGET_PREFIX not TARGET_SYS

errors in ext4_mb_generate_buddy and ext4_remount
 2011-05-08  0:56 UTC 

[PATCH] Fix matchbox-panel-2 compile error
 2011-05-08  0:46 UTC  (2+ messages)

2.6.38.4: xfs speed problem?
 2011-05-08  0:33 UTC  (3+ messages)

long delay when using HMDI output on RS780
 2011-05-08  0:15 UTC 

[Bug 36952] New: segfault in crackberg xscreensaver on ATI RS482 in mesa git running kms & gallium
 2011-05-08  0:20 UTC 

[U-Boot] Image size of u-boot.bin is too huge, why and how to correct?
 2011-05-08  0:17 UTC 

[PATCH 0/6] ASoC: OMAP4: Add support for HDMI audio
 2011-05-08  0:09 UTC  (11+ messages)
` [PATCH 1/6] OMAP4: HDMI: Add OMAP device for HDMI audio CPU DAI
` [PATCH 4/6] ASoC: OMAP: Add CPU DAI driver for HDMI

Question about PERL_PATH
 2011-05-08  0:13 UTC  (4+ messages)

[Qemu-devel] [PATCH 7/7] PPC: Qdev'ify e500 pci
 2011-05-08  0:01 UTC 

[Qemu-devel] [PATCH 0/7] PPC: Add FSL (e500) MMU emulation v5
 2011-05-07 23:58 UTC  (4+ messages)
` [Qemu-devel] [PATCH 7/7] PPC: Qdev'ify e500 pci

[PATCH] tmpfs: fix race between umount and writepage
 2011-05-07 23:56 UTC  (8+ messages)
` [PATCH v2] "

[PATCH 1/1] Null Pointer when make_indexed_dir returns -ENOSPC
 2011-05-07 23:54 UTC 

[Ext4 punch hole 5/5 v7] Ext4 Punch Hole Support: Enable Punch Hole
 2011-05-07 23:54 UTC 

[Ext4 punch hole 4/5 v7] Ext4 Punch Hole Support: Map blocks punch hole flag
 2011-05-07 23:54 UTC 

[Ext4 punch hole 3/5 v7] Ext4 Punch Hole Support: Punch out extents
 2011-05-07 23:54 UTC 

[Ext4 punch hole 2/5 v7] Ext4 Punch Hole Support: Clear Hole
 2011-05-07 23:54 UTC 

[Ext4 punch hole 1/5 v7] Ext4 Punch Hole Support: Add flag to ext4_has_free_blocks
 2011-05-07 23:53 UTC 

Ext4 Punch Hole Change Summary v6->v7
 2011-05-07 23:53 UTC 

[PATCH] thinkpad_acpi: Add ACPI HID for ThinkPad X220
 2011-05-07 23:41 UTC 

[PATCH] alpha: Add DMA_ERROR_CODE defn to avert compiler error in drm
 2011-05-07 23:21 UTC  (4+ messages)

[PATCH v4] mm: make expand_downwards symmetrical to expand_upwards
 2011-05-07 23:19 UTC  (3+ 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.