All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-05-15 12:06:37 to 2011-05-15 15:46:44 UTC [more...]

[Qemu-devel] [PATCH 00/11] softfloat-native removal and i386 improvements
 2011-05-15 15:46 UTC  (14+ messages)
` [Qemu-devel] [PATCH 01/11] target-ppc: remove old CONFIG_SOFTFLOAT #ifdef
` [Qemu-devel] [PATCH 02/11] target-mips/gdbstub: "
` [Qemu-devel] [PATCH 03/11] softfloat-native: remove
` [Qemu-devel] [PATCH 04/11] softfloat: always enable floatx80 and float128 support
` [Qemu-devel] [PATCH 05/11] target-i386: remove old code handling float64
` [Qemu-devel] [PATCH 06/11] target-i386: use floatx80 constants in helper_fld*_ST0()
` [Qemu-devel] [PATCH 07/11] softfloat: add float*_is_zero_or_denormal()
` [Qemu-devel] [PATCH 08/11] target-i386: cleanup helper_fxam_ST0()
` [Qemu-devel] [PATCH 09/11] target-i386: add support for FPU exceptions
` [Qemu-devel] [PATCH 10/11] softfloat: add floatx80_log2() function
` [Qemu-devel] [PATCH 11/11] target-i386: use floatx80_log2() to implement helper_fyl2x*()

[PATCH] ASoC: Ensure output PGA is enabled for line outputs in wm_hubs
 2011-05-15 15:45 UTC  (3+ messages)

[GIT PULL] Btrfs updates
 2011-05-15 15:41 UTC  (2+ messages)

libshr-glib: task configure fails with `/bin/sh: gdbus-codegen: command not found`
 2011-05-15 15:38 UTC  (4+ messages)

[Qemu-devel] [PATCH 0/2] add libcacard shared object target
 2011-05-15 15:40 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/2] configure: add libdir and --libdir
` [Qemu-devel] [PATCH 2/2] libcacard: add libcacard.la target

[Resend PATCH] package: Makefile: fix perf target bug
 2011-05-15 15:40 UTC  (4+ messages)
` [PATCH v3] "

[U-Boot] [PATCH] MMC S5P: Fix typo
 2011-05-15 15:39 UTC 

FUSE and SELinux labeling
 2011-05-15 15:36 UTC  (2+ messages)

Select patches for 2.6.40
 2011-05-15 15:36 UTC  (5+ messages)
` [PATCH 02/16] drm/i915: Refactor pwrite/pread to use single copy of get_user_pages

[PATCH v2 1/1] v4l: Document EACCES in VIDIOC_[GS]_CTRL and VIDIOC_{G,S,TRY}_EXT_CTRLS
 2011-05-15 15:33 UTC 

[Xenomai-help] Problem with the configuration of new system
 2011-05-15 15:32 UTC  (14+ messages)
    ` [Xenomai-help] [PATCH] ipipe: x86: Fix irq->vector lookup for IRQ_MOVE_CLEANUP_VECTOR
      ` [Xenomai-help] Problems with rt pipes after upgrade

rw_semaphore down_write a lot faster if wrapped by mutex ?!
 2011-05-15 15:30 UTC  (2+ messages)

Kernel falls apart under light memory pressure (i.e. linking vmlinux)
 2011-05-15 15:27 UTC  (11+ messages)

[PATCH v2 1/7] KVM: MMU: optimize pte write path if don't have protected sp
 2011-05-15 15:28 UTC  (7+ messages)
` [PATCH v2 2/7] KVM: use __copy_to_user/__clear_user to write guest page
` [PATCH v2 3/7] KVM: fix uninitialized warning
` [PATCH v2 4/7] KVM: MMU: abstract the operation of rmap
` [PATCH v2 5/7] KVM: MMU: remove the arithmetic of parent pte rmap
` [PATCH v2 6/7] KVM: MMU: cleanup for kvm_mmu_page_unlink_children
` [PATCH v2 7/7] KVM: MMU: cleanup for dropping parent pte

[PATCH net-next-2.6] ipv4: more compliant RFC 3168 support
 2011-05-15 15:08 UTC  (2+ messages)

[RFC] rt2x00: advertise interface combinations
 2011-05-15 15:24 UTC  (2+ messages)

[U-Boot] [PATCH 00/22] U-Boot MMC SPL for OMAP4
 2011-05-15 15:21 UTC  (24+ messages)
` [U-Boot] [PATCH v2 "
` [U-Boot] [PATCH v2 01/22] mkimage: Add OMAP boot image support
` [U-Boot] [PATCH v2 02/22] omap4: add OMAP4430 revision check
` [U-Boot] [PATCH v2 03/22] armv7: start.S: provide a hook for saving boot params
` [U-Boot] [PATCH v2 04/22] omap4: save parameters passed by ROM code to SPL
` [U-Boot] [PATCH v2 05/22] arm: new labels in the linker script file
` [U-Boot] [PATCH v2 06/22] Add generic spl infrastructure
` [U-Boot] [PATCH v2 07/22] armv7: start.S: add SPL support
` [U-Boot] [PATCH v2 08/22] omap: add spl support
` [U-Boot] [PATCH v2 09/22] omap4: add spl support for OMAP4 SDP
` [U-Boot] [PATCH v2 10/22] omap4: utility function to identify the context of hw init
` [U-Boot] [PATCH v2 11/22] omap4: separate mux settings into essential and non essential parts
` [U-Boot] [PATCH v2 12/22] omap4: correct mux data for sdp4430
` [U-Boot] [PATCH v2 13/22] omap4: add clock support
` [U-Boot] [PATCH v2 14/22] omap4: add serial console support to SPL
` [U-Boot] [PATCH v2 15/22] omap4: add sdram init support
` [U-Boot] [PATCH v2 16/22] omap4: calculate EMIF register values
` [U-Boot] [PATCH v2 17/22] omap4: automatic sdram detection
` [U-Boot] [PATCH v2 18/22] armv7: embed u-boot size within u-boot for use from SPL
` [U-Boot] [PATCH v2 19/22] omap: add MMC support to SPL
` [U-Boot] [PATCH v2 20/22] omap: spl: add FAT support over MMC
` [U-Boot] [PATCH v2 21/22] omap4: add spl support for OMAP4 Panda
` [U-Boot] [PATCH v2 22/22] omap: spl: add more debug traces

[PATCH 1/1] v4l: Document EACCES in VIDIOC_G_CTRL and VIDIOC_G_EXT_CTRLS
 2011-05-15 15:22 UTC  (3+ messages)

Testing Linux 2.6.39-rc's on rp3440
 2011-05-15 15:18 UTC 

qt4-native:
 2011-05-15 15:14 UTC  (4+ messages)
` qt4-native: `/usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory` because architecture incorrectly detected

UDP packet and INVALID state
 2011-05-15 15:15 UTC 

Kernel oops with undefined instruction when accessing memory on an AT91 custom system
 2011-05-15 15:15 UTC  (9+ messages)

Possible coding issue in udf??
 2011-05-15 15:14 UTC  (2+ messages)

[PATCH 1/1] IPVS: seq_release_net should be used
 2011-05-15 15:12 UTC  (4+ messages)

[PATCH v3] ext4: ext4_ext_convert_to_initialized bug found in extended FSX testing
 2011-05-15 15:08 UTC 

minimal-uclibc: systemd fails with `src/manager.c:257:42: error: 'EPOLL_CLOEXEC' undeclared (first use in this function)`
 2011-05-15 15:03 UTC  (6+ messages)
    ` new uClibc srcrev fails with `unwind-resume.c:31:19: error: expected ')' before 'struct'` (was: minimal-uclibc: systemd fails with `src/manager.c:257:42: error: 'EPOLL_CLOEXEC' undeclared (first use in this function)`)
        ` [solved] new uClibc srcrev fails with `unwind-resume.c:31:19: error: expected ')' before 'struct'`

Commit and Patch message guidelines - fifth draft
 2011-05-15 15:03 UTC  (3+ messages)
` [poky] "

[PATCH v2] NULL pointer when make_indexed_dir returns -ENOSPC
 2011-05-15 15:05 UTC  (3+ messages)

[Qemu-devel] [PATCH] Clean up virtio-9p error handling code
 2011-05-15 14:59 UTC  (5+ messages)

[U-Boot] [PATCH] MX51: vision2: Fix build for vision2 board
 2011-05-15 14:58 UTC  (2+ messages)

[U-Boot] [PATCH] MX51: vision: Let video mode struct be independant of watchdog
 2011-05-15 14:57 UTC  (2+ messages)

[U-Boot] [PATCH v2] MX53: Add initial support for MX53SMD board
 2011-05-15 14:56 UTC  (2+ messages)

[U-Boot] [PATCH v7 1/1] MX53: support for freescale MX53LOCO board
 2011-05-15 14:56 UTC  (2+ messages)

[PATCH 3/13] opensm: Dump/load SA GUIDInfoRecords
 2011-05-15 14:52 UTC  (2+ messages)

error in socket(7) -- ref bind(2), not bind(8)
 2011-05-15 14:49 UTC 

[PATCH 1/2] ARM: remove unneeded check of the cache_is_vipt_nonaliasing()
 2011-05-15 14:48 UTC  (2+ messages)

[PATCHSET ptrace] ptrace: implement PTRACE_SEIZE/INTERRUPT and group stop notification
 2011-05-15 14:40 UTC  (14+ messages)
` [PATCH 09/11] job control: reorganize wait_task_stopped()
              ` waitpid(WNOHANG) should report SIGCHLD-notified signals [Re: [PATCH 09/11] job control: reorganize wait_task_stopped()]
` [PATCH 11/11] ptrace: implement group stop notification for ptracer
  ` getter PTRACE_GETSIGINFO should not modify anything [Re: [PATCH 11/11] ptrace: implement group stop notification for ptracer]
  ` ptrace-testsuite status [Re: [PATCHSET ptrace] ptrace: implement PTRACE_SEIZE/INTERRUPT and group stop notification]

[Bug 37225] New: Penumbra: Motion blur not working correctly
 2011-05-15 14:39 UTC 

how to bypass exclusive access
 2011-05-15 14:37 UTC 

/dev/md2 stopped after changing SAS controller
 2011-05-15 14:37 UTC  (9+ messages)

BUG() in 2.6.38.6
 2011-05-15 14:32 UTC 

[PATCH 0/6] ARM device tree support improvements
 2011-05-15 14:31 UTC  (5+ messages)
` [U-Boot] [PATCH RESEND 1/2] mx5: Remove unnecessary CONFIG_SYS_BOOTMAPSZ definition
  ` [U-Boot] [PATCH RESEND 2/2] mx5: Fix CONFIG_OF_LIBFDT redefined warning

Zaurus CF tests -- ok
 2011-05-15 14:31 UTC  (7+ messages)

Weekly Test Report for Yocto 20110506 Build
 2011-05-15 14:30 UTC 

[Qemu-devel] [PATCH] Add warmup phase for live migration of large memory apps
 2011-05-15 14:25 UTC  (7+ messages)

[patch v4 0/3] arm: pmu: support pmu/perf on OMAP4
 2011-05-15 14:16 UTC  (6+ messages)
` [patch v4 3/3] arm: omap4: support pmu

pm loss development
 2011-05-15 14:13 UTC  (6+ messages)
` [PATCH 1/4] export bus_kset
      ` [linux-pm] "

[PATCH 0/2] Inline vmcs_readl()
 2011-05-15 14:13 UTC  (3+ messages)
` [PATCH 1/2] KVM: VMX: Move VMREAD cleanup to exception handler
` [PATCH 2/2] KVM: VMX: always_inline VMREADs

[PATCH] mfd: Fix ASIC3 SD Host Controller Configuration size
 2011-05-15 14:13 UTC 

snapmirror functionality using qcow2 and rsync?
 2011-05-15 14:11 UTC  (2+ messages)

[Qemu-devel] [PATCH RFC 00/11] AREG0 elimination
 2011-05-15 14:10 UTC  (29+ messages)

how to disable exclusive access
 2011-05-15 14:10 UTC 

[U-Boot] [PATCH v8] Add support for Network Space v2 and parents
 2011-05-15 14:03 UTC  (3+ messages)

Segfault when creating new cluster
 2011-05-15 13:59 UTC  (2+ messages)

AT91: SPI: On implementing peripheral chip select decoding
 2011-05-15 13:56 UTC 

[PATCH 00/18] virtio and vhost-net performance enhancements
 2011-05-15 13:55 UTC  (21+ messages)
` [PATCH 06/18] virtio_ring: avail event index interface
` [PATCH 08/18] virtio_ring: support for used_event idx feature
` [PATCH 09/18] virtio: use avail_event index
` [PATCH 14/18] virtio: add api for delayed callbacks

Linux 2.6.39-rc7
 2011-05-15 13:53 UTC  (3+ messages)

[PATCH] PM: Allow drivers to allocate memory from .prepare() callbacks safely
 2011-05-15 13:51 UTC 

[PATCH 0/7] Document translation with po4a
 2011-05-15 13:51 UTC  (10+ messages)
` [PATCH 6/7] update git-stage.po

[PATCH] PM: Allow drivers to allocate memory from .prepare() callbacks safely
 2011-05-15 13:51 UTC 

[ANNOUNCE] ipset 6.5 released
 2011-05-15 13:50 UTC 

questions about compat_filldir
 2011-05-15 13:51 UTC 

2.6.39-rc7 nouveau vs KDE 4.6.2
 2011-05-15 13:47 UTC  (4+ messages)

[PATCH 0/4] Pinmux subsystem
 2011-05-15 13:33 UTC  (5+ messages)

[PATCH] pxa/hx4700: Fix basic suspend/resume
 2011-05-15 13:27 UTC  (4+ messages)

Your mailbox has exceeded the storage limit
 2011-05-15 12:07 UTC 

pci 0000:0a:00.0: Refused to change power state, currently in D3
 2011-05-15 13:26 UTC  (3+ messages)

[PATCH v2] Add log.abbrevCommit config variable
 2011-05-15 13:25 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] mmc: tmio: Fix build errors
 2011-05-15 13:24 UTC 

[PATCH] mmc: tmio: Fix race condition resulting in spurious interrupts
 2011-05-15 13:24 UTC 

perl-native fails on Ubuntu 11.04
 2011-05-15 13:15 UTC  (8+ messages)

Alsa Support for Korg Pandora Mini, Vox ToneLab ST
 2011-05-15 13:12 UTC  (8+ messages)

Reverting a subdirectory of a repo
 2011-05-15 13:10 UTC 

Linux 2.6.39 - what Xen components went in
 2011-05-15 13:10 UTC  (7+ messages)
` [Xen-devel] "

[Bug 33802] New: list_del corruption in sd driver since 2.6.39-rc4
 2011-05-15 13:09 UTC  (2+ messages)
` [Bug 33802] "

[PATCH] add-interactive: shortcut for add hunk and quit
 2011-05-15 12:55 UTC 

rbd create error with 0.26
 2011-05-15 12:57 UTC  (10+ messages)

[PATCH 01/32] staging: brcm80211: replaced IL_BIGENDIAN by __BIG_ENDIAN
 2011-05-15 12:53 UTC  (4+ messages)
` [PATCH 02/32] staging: brcm80211: new Kconfig item to enable IO reordering fix

Linux 2.6.39-rc5
 2011-05-15 12:50 UTC  (3+ messages)
  ` i915/kms/backlight-combo mode problem

[Qemu-devel] [PULL v2] eepro100: Update of patch series (fixes and enhancements)
 2011-05-15 12:48 UTC  (2+ messages)

How to enable the debug symbols
 2011-05-15 12:46 UTC  (4+ messages)

[RFC PATCH 0/2] submodule update continue
 2011-05-15 12:42 UTC  (3+ messages)
` [RFC PATCH 1/2] sh-setup: Make die take the error code as param
` [RFC PATCH 2/2] submodule update: continue when a checkout fails

Toshiba R830 brightness and suspend to RAM
 2011-05-15 12:42 UTC 

X-Fi Surround 5.1 USB Remote Control LIRC config file
 2011-05-15 12:36 UTC 

AHCI driver problem on SB700/SB800 w/ Acer Ferrari One
 2011-05-15 12:20 UTC  (6+ messages)
` [PATCH v2.6.38-rc7] Revert "libata: ahci_start_engine compliant to AHCI spec"

qt-x11-free_7.7.2 fail configure missing qmake
 2011-05-15 12:15 UTC  (7+ messages)
        ` [PATCH] qt4-native: build and install all needed qt4 tools

[PATCH 1/3] arch/x86/kernel/cpu/mcheck/mce_amd.c: Avoid leaving freed data in a list
 2011-05-15 12:16 UTC  (2+ messages)
` [tip:x86/urgent] x86, mce, AMD: Fix "

[Bug 35095] New: [r300g] More screen corruption in WoW with HyperZ enabled
 2011-05-15 12:06 UTC  (2+ messages)
` [Bug 35095] [r300g] HiZ broken in WoW


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.