All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-05-18 07:44:32 to 2009-05-18 10:00:44 UTC [more...]

(no subject)
 2009-05-18  9:59 UTC 

V4L2 - Capturing uncompressed data
 2009-05-18  9:59 UTC  (5+ messages)

Regarding Sound on Acer Aspire 6935G
 2009-05-18  9:55 UTC  (11+ messages)

linux-next: Tree for May 15
 2009-05-18  9:48 UTC  (4+ messages)

[PATCH 0/3]: Discard reserved PXM bits for SRAT v1
 2009-05-18  9:49 UTC  (4+ messages)
` [PATCH 1/3]: Store SRAT revision
` [PATCH 2/3]: x86-64: Handle SRAT v1 and v2 consistently
` [PATCH 3/3]: Consider SRAT rev on ia64

[PATCH 0/2] sys_write() should write all valid data
 2009-05-18  9:48 UTC  (8+ messages)
` [PATCH 2/2] Perform check in iov_iter_fault_in_readable() by check_readable_bytes()

[PATCH 1/2] Intel-IOMMU, intr-remap: set the whole 128bits of irte when modify/free it
 2009-05-18  9:46 UTC  (7+ messages)
` [PATCH 2/2] Intel-IOMMU, intr-remap: source-id checking

the question about the DDR1_Rcomp code for INTEL IXP4XX CPU?
 2009-05-18  9:50 UTC 

Cross-Platform Version Control
 2009-05-18  9:50 UTC  (10+ messages)
  ` [PATCH] Extend sample pre-commit hook to check for non ascii file/usernames
      ` [PATCH v2] Extend sample pre-commit hook to check for non ascii filenames
            ` [PATCH] "

[PATCH 0/2] ptrace_vm: ptrace for syscall emulation virtual machines
 2009-05-18  9:45 UTC  (12+ messages)
                    ` [uml-devel] "

[PATCH] readahead:add blk_run_backing_dev
 2009-05-18  9:38 UTC 

EeePC 900 trackpad often not detected at boot in 2.6.29-rc4
 2009-05-18  9:42 UTC  (8+ messages)
  ` EeePC 900 trackpad often not detected at boot in 2.6.30-rc4

super root shell/mode/api
 2009-05-18  9:35 UTC  (2+ messages)

[U-Boot] [PATCH] 85xx: Fix the wrong SYS_CLK_IN for 8569MDS
 2009-05-18  9:49 UTC 

[PATCH 1/7] Using hci_send_cmd instead of hci_send_req to set scan mode
 2009-05-18  9:49 UTC  (7+ messages)
` [PATCH 2/7] Adding set_powered method to hciops plugin
  ` [PATCH 3/7] Adding set_connectable "
    ` [PATCH 4/7] Adding set_discoverable method to hciops
      ` [PATCH 5/7] Modifying load_connections method
        ` [PATCH 6/7] Adding set_limited_discoverable method to hciops plugin
          ` [PATCH 7/7] Code cleanup in set_mode

[PATCH] [drivers] [SPI] SPI_GPIO: add support for controllers with missing MISO pin
 2009-05-18  9:27 UTC  (6+ messages)

[PATCH] kvm: ia64: fix up compilation error
 2009-05-18  9:47 UTC  (4+ messages)

[PATCH 00/43] KVM updates for the 2.6.31 merge window (batch 1/4)
 2009-05-18  9:23 UTC  (44+ messages)
` [PATCH 01/43] KVM: VMX: Don't use highmem pages for the msr and pio bitmaps
` [PATCH 02/43] KVM: VMX: Don't intercept MSR_KERNEL_GS_BASE
` [PATCH 03/43] KVM: Split IOAPIC structure
` [PATCH 04/43] KVM: Unify the delivery of IOAPIC and MSI interrupts
` [PATCH 05/43] KVM: Change API of kvm_ioapic_get_delivery_bitmask
` [PATCH 06/43] KVM: Update intr delivery func to accept unsigned long* bitmap
` [PATCH 07/43] KVM: bit ops for deliver_bitmap
` [PATCH 08/43] KVM: Ioctls for init MSI-X entry
` [PATCH 09/43] KVM: Add MSI-X interrupt injection logic
` [PATCH 10/43] KVM: Enable MSI-X for KVM assigned device
` [PATCH 11/43] KVM: x86: silence preempt warning on kvm_write_guest_time
` [PATCH 12/43] KVM: x86: paravirt skip pit-through-ioapic boot check
` [PATCH 13/43] KVM: declare ioapic functions only on affected hardware
` [PATCH 14/43] KVM: PIT: remove unused scheduled variable
` [PATCH 15/43] KVM: PIT: remove usage of count_load_time for channel 0
` [PATCH 16/43] KVM: unify part of generic timer handling
` [PATCH 17/43] KVM: ia64: fix compilation error in kvm_get_lowest_prio_vcpu
` [PATCH 18/43] KVM: Merge kvm_ioapic_get_delivery_bitmask into kvm_get_intr_delivery_bitmask
` [PATCH 19/43] KVM: MMU: remove call to kvm_mmu_pte_write from walk_addr
` [PATCH 20/43] KVM: APIC: kvm_apic_set_irq deliver all kinds of interrupts
` [PATCH 21/43] KVM: ioapic/msi interrupt delivery consolidation
` [PATCH 22/43] KVM: consolidate ioapic/ipi interrupt delivery logic
` [PATCH 23/43] KVM: change the way how lowest priority vcpu is calculated
` [PATCH 24/43] KVM: APIC: get rid of deliver_bitmask
` [PATCH 25/43] KVM: ia64: Map in SN2 RTC registers to the VMM module
` [PATCH 26/43] KVM: ia64: Create inline function kvm_get_itc() to centralize ITC reading
` [PATCH 27/43] KVM: ia64: SN2 adjust emulated ITC frequency to match RTC frequency
` [PATCH 28/43] KVM: ia64: Drop in SN2 replacement of fast path ITC emulation fault handler
` [PATCH 29/43] KVM: make 'lapic_timer_ops' and 'kpit_ops' static
` [PATCH 30/43] KVM: Device assignment framework rework
` [PATCH 31/43] KVM: MMU: do not free active mmu pages in free_mmu_pages()
` [PATCH 32/43] KVM: x86: Ignore reads to EVNTSEL MSRs
` [PATCH 33/43] KVM: SVM: Remove duplicate code in svm_do_inject_vector()
` [PATCH 34/43] KVM: reuse (pop|push)_irq from svm.c in vmx.c
` [PATCH 35/43] KVM: VMX: Make module parameters readable
` [PATCH 36/43] KVM: VMX: Rename kvm_handle_exit() to vmx_handle_exit()
` [PATCH 37/43] KVM: VMX: Simplify module parameter names
` [PATCH 38/43] KVM: VMX: Annotate module parameters as __read_mostly
` [PATCH 39/43] KVM: VMX: Zero the vpid module parameter if vpid is not supported
` [PATCH 40/43] KVM: VMX: Zero ept module parameter if ept is not present
` [PATCH 41/43] KVM: VMX: Fold vm_need_ept() into callers
` [PATCH 42/43] KVM: Timer event should not unconditionally unhalt vcpu
` [PATCH 43/43] KVM: Fix interrupt unhalting a vcpu when it shouldn't

[U-Boot] Timeout in tftp.c
 2009-05-18  9:46 UTC  (8+ messages)

[U-Boot] make U-Boot quiet
 2009-05-18  9:42 UTC  (3+ messages)

[PATCH] xend: check file exist for xm save
 2009-05-18  9:42 UTC 

kvm 84 update
 2009-05-18  9:41 UTC  (3+ messages)

[PATCH 3/6] omap iommu: omap3 iommu device registration
 2009-05-18  9:39 UTC  (4+ messages)

msysgit - cygcrypto-0.9.8.dll was not found!!
 2009-05-18  9:34 UTC 

virtio net regression
 2009-05-18  9:39 UTC  (7+ messages)

[RFC] Add Input IOCTL for accelerometer devices
 2009-05-18  9:12 UTC  (7+ messages)

[lm-sensors] [PATCH RFC 0/2] tmp401: Add support for Texas
 2009-05-18  9:37 UTC  (2+ messages)

[PATCH 0/6] drivers/ide Convert printk(KERN_<foo> to pr_<foo>(
 2009-05-18  9:34 UTC  (3+ messages)
` [PATCH 1/6] drivers/ide: Convert printk(KERN_DEBUG to pr_debug(

random freezes B2000 running debian hppa lenny
 2009-05-18  9:34 UTC  (4+ messages)

Testers wanted: New SB X-Fi driver
 2009-05-18  9:30 UTC  (2+ messages)

[U-Boot] Enable Autoboot
 2009-05-18  9:27 UTC  (4+ messages)

[NFS] nfs-over-tcp still needs udp ports? (SLES 11)
 2009-05-18  9:18 UTC  (9+ messages)

[RFC] The reflink(2) system call v2
 2009-05-18  9:17 UTC  (12+ messages)
` [RFC] The reflink(2) system call v4
                ` [Ocfs2-devel] "

[PATCH 0/3] make mapped executable pages the first class citizen
 2009-05-18  9:16 UTC  (4+ messages)
` [PATCH 3/3] vmscan: merge duplicate code in shrink_active_list()

[LTP] LTP cross compilation
 2009-05-18  8:14 UTC  (2+ messages)

[PATCH 0/4] various zone_reclaim cleanup
 2009-05-18  9:09 UTC  (4+ messages)
` [PATCH 4/4] zone_reclaim_mode is always 0 by default

[PATCH] Fix print out of function which called WARN_ON()
 2009-05-18  9:09 UTC  (5+ messages)

mlmmj@mmj.dk mailinglist move (to mlmmj.org?)
 2009-05-18  9:09 UTC 

(no subject)
 2009-05-18  8:58 UTC 

[PATCH][RFC] McSPI Slave and DMA,FIFO support
 2009-05-18  9:08 UTC  (2+ messages)

[PATCH 3/3] ASoC: SDP3430: Connect twl4030 voice DAI to McBSP3
 2009-05-18  9:08 UTC  (2+ messages)

[PATCH] If interrupt injection is not possible do not scan IRR
 2009-05-18  9:08 UTC  (3+ messages)

[PATCH] ftrace:fix check for return value of register_module_notifier
 2009-05-18  9:06 UTC  (2+ messages)
` [tip:tracing/core] tracing: fix "

[U-Boot] [RFC/PATCH] Add support for Linux-like kallsysms
 2009-05-18  9:07 UTC  (3+ messages)

[PATCH 0/17][REVIEW] Backport candidates for stable-0.10
 2009-05-18  9:02 UTC  (4+ messages)
` [PATCH 06/17] Use statfs to determine size of huge pages

Merging a branch when I don't want conflicts
 2009-05-18  9:01 UTC  (4+ messages)

[PATCH] Allow to override sync source
 2009-05-18  9:01 UTC  (3+ messages)
  ` [PATCH v2] "

Compiling Xen unstable with vTPM support failed
 2009-05-18  9:00 UTC 

[GIT PULL] xen /proc/mtrr implementation
 2009-05-18  8:59 UTC  (12+ messages)

[RFC][PATCH 0/5] PM/Hibernate: Rework memory shrinking
 2009-05-18  8:56 UTC  (11+ messages)
` [RFC][PATCH 6/6] PM/Hibernate: Do not try to allocate too much memory too hard

Kconfig: fix problem in HID menu
 2009-05-18  8:56 UTC  (4+ messages)

B43 no beacon ?
 2009-05-18  8:53 UTC  (2+ messages)
` [PATCH] b43/legacy: fix beacon change processing

Dropping SELinux privileges
 2009-05-18  8:53 UTC  (3+ messages)

[PATCH 01/11] video: Add support for the Avionic Design Xanthos framebuffer
 2009-05-18  8:53 UTC  (3+ messages)
    ` [Linux-fbdev-devel] "

bond + tc regression ?
 2009-05-18  8:51 UTC  (2+ messages)

[PATCH] gpio: max7301: add missing __devexit marking
 2009-05-18  8:48 UTC  (2+ messages)

[PATCH] [APIC] Optimize searching for highest IRR
 2009-05-18  8:44 UTC 

[PATCH] Drop interrupt shadow when single stepping should be done only on VMX
 2009-05-18  8:44 UTC 

[PATCH 2/3] ASoC: TWL4030: Add control for selecting codec operation mode
 2009-05-18  8:43 UTC  (2+ messages)

linux-next: Tree for May 18
 2009-05-18  8:42 UTC 

SNR Signal Strength an d BER
 2009-05-18  8:32 UTC 

Where do we stand with the Xen patches?
 2009-05-18  8:40 UTC  (4+ messages)

[RFC] ALSA vs. dedicated char device for a USB Audio Class gadget driver
 2009-05-18  8:39 UTC  (3+ messages)

git svn rebase problem
 2009-05-18  8:38 UTC  (2+ messages)

Network hangs after some time
 2009-05-18  8:28 UTC  (2+ messages)

[RFC][PATCH] convert block trace points to TRACE_EVENT()
 2009-05-18  8:35 UTC  (2+ messages)

[Qemu-devel] [PATCH 0/4][RFC] Bring ROM source into tree via git submodules
 2009-05-18  8:35 UTC  (7+ messages)
` [Qemu-devel] Re: [PATCH 3/4] Update makefile to build roms

[PATCH 1/3] ASoC: TWL4030: Enable/disable voice digital filters
 2009-05-18  8:35 UTC  (2+ messages)

[U-Boot] Ethernet not working on OMAP3 board with
 2009-05-18  8:33 UTC  (3+ messages)

daemons and MCS categories
 2009-05-18  8:31 UTC  (8+ messages)

[U-Boot] Booting X86 using uboot
 2009-05-18  8:31 UTC  (2+ messages)

[PATCH 3/3] http*: add helper methods for fetching objects (loose)
 2009-05-18  8:14 UTC 

[PATCH 1/3] http*: add helper methods for fetching packs
 2009-05-18  8:14 UTC 

[PATCH 2/3] http*: add helper methods for fetching objects/info/packs
 2009-05-18  8:14 UTC 

[Xenomai-core] Allow "break" statement in RTDM_EXECUTE_ATOMICALLY()
 2009-05-18  8:31 UTC  (2+ messages)

[PATCH 0/3] http*: refactor fetching code (v2)
 2009-05-18  8:30 UTC 

Support for USB-Audio devices with Multiple configurations?
 2009-05-18  8:30 UTC  (5+ messages)

[PATCH] ata: libata depends on HAS_DMA
 2009-05-18  8:28 UTC  (4+ messages)
` [PATCH] asm-generic: add a dma-mapping.h file

Funny error with git gc
 2009-05-18  8:28 UTC  (4+ messages)

[PATCH] kvm: discard masking checking when initial MSI-X entries
 2009-05-18  8:27 UTC  (2+ messages)

[PATCH] cx23885: support for card Mygica X8506 DMB-TH
 2009-05-18  8:27 UTC  (2+ messages)

Boot problems with 2.6.29.1 - cannot smoothly boot on battery
 2009-05-18  8:25 UTC 

[PATCH 0/2] tracing/stat: cleanups, latency
 2009-05-18  8:20 UTC  (2+ messages)

[PATCH 0/6] md: Remove the hash tables from raid0
 2009-05-18  8:21 UTC  (8+ messages)
` [PATCH] md: raid0: Replace hash table lookup by looping over all strip_zones

2.6.30-rc6: Reported regressions 2.6.28 -> 2.6.29
 2009-05-18  8:15 UTC  (4+ messages)
` [Bug #13178] Booting very slow

[PATCH] regulator: da903x: add missing __devexit_p()
 2009-05-18  8:12 UTC  (2+ messages)

[PATCH] plat_nand: add missing __devexit_p()
 2009-05-18  8:08 UTC 

[PATCH 1/3] show-branch: Fix die message in parse_reflog_param()
 2009-05-18  8:06 UTC  (6+ messages)
` [PATCH 2/3] parse-options: add PARSE_OPT_CUSTOM_ARGH for complicated argh's

[PATCH] [UBI] [1/3] ubi notifications API
 2009-05-18  8:05 UTC  (2+ messages)

[ kvm-Bugs-2793225 ] Windows XP crashes on first boot after install on AMD64
 2009-05-18  8:04 UTC 

[PATCH v2] tcp: fix MSG_PEEK race check
 2009-05-18  8:02 UTC  (5+ messages)

KVM-Autotest: server problem
 2009-05-18  8:01 UTC 

[PATCH] pcmcia: yenta: add missing __devexit marking
 2009-05-18  7:59 UTC 

[PATCH RFC] v5 expedited "big hammer" RCU grace periods
 2009-05-18  7:56 UTC  (2+ messages)

regression in 2.6.30-rc6 -- via82xx sound very quiet
 2009-05-18  7:56 UTC  (6+ messages)

http://www.kernel.org/doc/local/git-quick.html#bisect
 2009-05-18  7:54 UTC  (3+ messages)

[PATCH] edac: add missing __devexit_p()
 2009-05-18  7:54 UTC 

Linuxppc-dev Digest, Vol 57, Issue 42
 2009-05-18  7:53 UTC 

[PATCH] crypto: hifn_795x - fix __dev{init,exit} markings
 2009-05-18  7:51 UTC 

[tip:irq/numa] x86: read apic ID in the !acpi_lapic case
 2009-05-18  7:39 UTC  (2+ messages)
` [tip:irq/numa] x86: don't call read_apic_id if !cpu_has_apic

[PATCH] tests: introduce --trash specifying root directory for trash folders
 2009-05-18  7:49 UTC 

[PATCH] istallion: add missing __devexit marking
 2009-05-18  7:47 UTC 

[PATCH 0/1] ASoC: TWL4030: Headset ramp down fix
 2009-05-18  7:46 UTC  (4+ messages)
` [PATCH 1/1] ASoC: TWL4030: Wait RAMP_DELAY?on headsetl_event: POST_PMD

[PATCH] drivers/hvc: add missing __devexit_p()
 2009-05-18  7:44 UTC  (2+ messages)
` [PATCH v2] "


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.