All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2011-01-24 16:52:17 to 2011-01-24 18:20:53 UTC [more...]

[PATCH] input: Modify the qt602240 driver to be compatible with mXT1386 device
 2011-01-24 17:07 UTC  (2+ messages)

[PATCH] TCP: fix a bug that triggers large number of TCP RST by mistake
 2011-01-22 19:06 UTC 

First time gitr - have some questions
 2011-01-24 18:20 UTC 

[PATCH] mballoc: don't change cpa if cur_distance is equal to new_distance, v2
 2011-01-24 18:44 UTC 

[Qemu-devel] TCG flow vs dyngen
 2011-01-24 18:20 UTC  (22+ messages)
              ` [Qemu-devel] "

[RFC -v6 PATCH 0/8] directed yield for Pause Loop Exiting
 2011-01-24 18:19 UTC  (10+ messages)
` [RFC -v6 PATCH 2/8] sched: limit the scope of clear_buddies
` [RFC -v6 PATCH 3/8] sched: use a buddy to implement yield_task_fair
` [RFC -v6 PATCH 4/8] sched: Add yield_to(task, preempt) functionality

[PATCH] wl12xx: disable auto-arp
 2011-01-24 18:19 UTC 

[PATCH 2/2] input: wacom - Pass touch resolution to clients through input_absinfo
 2011-01-24 18:18 UTC  (3+ messages)
` [2/2] "

[U-Boot] WARNING: in gcc 4.5.0 and 4.5.1 volatile is ignored
 2011-01-24 18:18 UTC  (7+ messages)

Xen 4.1 rc1 test report
 2011-01-24 18:18 UTC  (5+ messages)
` Xen 4.1 rc1 test report (xl bits)
    ` [PATCH]: xl: Check a domain exists before destroying it
      ` [PATCH, v2]: xl: Check domain existance when doing domain identifier lookups

[xen-unstable test] 5231: regressions - FAIL
 2011-01-24 18:17 UTC 

[PATCH] netfilter: ctnetlink: fix (really) race condition between dump_table and destroy
 2011-01-24 18:16 UTC  (13+ messages)

[Qemu-devel] qemu-user: relocating target code weakness
 2011-01-24 18:16 UTC  (3+ messages)

[SPAM] Revendez votre électricité ! Calculez vos revenus solaires
 2011-01-24 18:15 UTC 

Crash in 2.6.37
 2011-01-24 18:14 UTC  (5+ messages)

acpi_button: random oops on boot
 2011-01-24 18:13 UTC  (5+ messages)

[PATCH] ath9k: fix misplaced debug code
 2011-01-24 18:11 UTC 

[PATCH 00/16] New Proposal for steal time in KVM
 2011-01-24 18:06 UTC  (17+ messages)
` [PATCH 01/16] KVM-HDR: register KVM basic header infrastructure
` [PATCH 02/16] KVM-HV: KVM - KVM Virtual Memory hypervisor implementation
` [PATCH 03/16] KVM-HDR: KVM Userspace registering ioctl
` [PATCH 04/16] KVM-HV: "
` [PATCH 05/16] KVM-HDR: Implement wallclock over KVM - KVM Virtual Memory
` [PATCH 06/16] "
` [PATCH 07/16] KVM-GST: "
` [PATCH 08/16] KVM-HDR: Implement kvmclock systemtime "
` [PATCH 09/16] KVM-HV: "
` [PATCH 10/16] KVM-GST: "
` [PATCH 11/16] KVM-HDR: KVM Steal time implementation
` [PATCH 12/16] KVM-HV: "
` [PATCH 13/16] KVM-HV: KVM Steal time calculation
` [PATCH 14/16] KVM-GST: KVM Steal time registration
` [PATCH 15/16] KVM-GST: KVM Steal time accounting
` [PATCH 16/16] KVM-GST: adjust scheduler cpu power

[PATCH 0/1] gnome-doc-utils: add gettext into DEPENDS
 2011-01-24 18:10 UTC  (2+ messages)
` [PATCH 1/1] "

Defragmentation Not Working with Directory as Argument
 2011-01-24 18:11 UTC 

does intel X520-SR(ixgbe) support RSS on single VLAN?
 2011-01-24 18:10 UTC  (3+ messages)

[PATCH] arm: Improve MMC performance on Versatile Express
 2011-01-24 18:09 UTC  (11+ messages)

[Qemu-devel] Re: [PATCH] HACKING: Update status of format checking
 2011-01-24 18:07 UTC 

[U-Boot] [PATCH V5 0/4] Add basic NVIDIA Tegra2 SoC support
 2011-01-24 18:05 UTC  (6+ messages)
` [U-Boot] [PATCH V5 2/4] serial: Add Tegra2 serial port support

releasing space after rapid grwoth
 2011-01-24 18:05 UTC  (2+ messages)

[Qemu-devel] [PATCH] Fix trivial "endianness bugs"
 2011-01-24 18:04 UTC  (3+ messages)
` [Qemu-devel] "

[RFC 0/8] Reliably generate large request from SRP
 2011-01-24 18:00 UTC  (8+ messages)

[PATCH v4 00/19] ARM: Add support for the Large Physical Address Extensions
 2011-01-24 17:56 UTC  (40+ messages)
` [PATCH v4 01/19] ARM: Make the argument to virt_to_phys() "const volatile"
` [PATCH v4 02/19] ARM: LPAE: Fix early_pte_alloc() assumption about the Linux PTE
` [PATCH v4 03/19] ARM: LPAE: use long long format when printing physical addresses and ptes
` [PATCH v4 04/19] ARM: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*
` [PATCH v4 05/19] ARM: LPAE: Factor out 2-level page table definitions into separate files
` [PATCH v4 06/19] ARM: LPAE: Add (pte|pmd|pgd|pgprot)val_t type definitions as u32
` [PATCH v4 07/19] ARM: LPAE: Use a mask for physical addresses in page table entries
` [PATCH v4 08/19] ARM: LPAE: Introduce the 3-level page table format definitions
` [PATCH v4 09/19] ARM: LPAE: Page table maintenance for the 3-level format
` [PATCH v4 10/19] ARM: LPAE: MMU setup for the 3-level page table format
` [PATCH v4 11/19] ARM: LPAE: Add fault handling support
` [PATCH v4 12/19] ARM: LPAE: Add context switching support
` [PATCH v4 13/19] ARM: LPAE: Add identity mapping support for the 3-level page table format
` [PATCH v4 14/19] ARM: LPAE: Add SMP "
` [PATCH v4 15/19] ARM: LPAE: use phys_addr_t instead of unsigned long for physical addresses
` [PATCH v4 16/19] ARM: LPAE: Use generic dma_addr_t type definition
` [PATCH v4 17/19] ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem
` [PATCH v4 18/19] ARM: LPAE: add support for ATAG_MEM64
` [PATCH v4 19/19] ARM: LPAE: Add the Kconfig entries

GRUB_THEME
 2011-01-24 18:00 UTC  (3+ messages)

[PATCH 0/10] On-stack explicit block queue plugging
 2011-01-24 17:59 UTC  (3+ messages)
` [PATCH 10/10] fs: make aio plug

[PATCH] ARM: mm: Regarding section when dealing with meminfo
 2011-01-24 17:58 UTC  (10+ messages)

[PATCH] ARM: imx: Add initial support for IMX27IPCAM board
 2011-01-24 17:57 UTC 

[PATCH] 68328serial: remove unsed m68k_serial->tqueue_hangup
 2011-01-24 17:56 UTC  (2+ messages)

[RFC: enhance toolchain bootstrap process: v3: 0/7] enhance the toolchain bootstrap process
 2011-01-24 17:55 UTC  (4+ messages)

[PATCH] xen: netfront: Drop GSO SKBs which do not have csum_blank
 2011-01-24 17:55 UTC  (4+ messages)

[PATCH 1/2] input : wacom - Add 2 Bamboo Pen and touch models
 2011-01-24 17:55 UTC  (2+ messages)

2.6.36/2.6.37: broken compatibility with userspace input-utils ?
 2011-01-24 17:54 UTC  (2+ messages)

Auto load of coretemp and pkgtemp
 2011-01-24 17:54 UTC 

[PATCH] OMAP3EVM: Add vio regulator supply required for ads7846 TSC driver
 2011-01-24 17:53 UTC  (4+ messages)

[PATCH] Renaming 'struct flash_platform_data' into 'struct spi_flash_platform_data' in include/linux/spi/flash.h
 2011-01-24 17:52 UTC  (11+ messages)
            ` [PATCH 0/1] "

BootX
 2011-01-24 17:51 UTC  (3+ messages)

netfilter: marking IPv6 packets sends them to the wrong interface
 2011-01-24 17:50 UTC  (6+ messages)

[PATCH 00/14] PV ticket locks without expanding spinlock
 2011-01-24 17:49 UTC  (13+ messages)
  ` [PATCH 2/3] kvm hypervisor : Add hypercalls to support pv-ticketlock

openembedded-core git repository
 2011-01-24 17:48 UTC  (3+ messages)

[PATCH] ext4: Unregister features interface on module unload
 2011-01-24 17:49 UTC  (2+ messages)

[PATCH 0/6] upgrade emenlow kernel to 2.6.37
 2011-01-24 17:49 UTC  (2+ messages)

fatal: protocol error: bad line length 8205
 2011-01-24 17:49 UTC  (2+ messages)

[PATCH] GRO: fix merging a paged skb after non-paged skbs
 2011-01-24 17:47 UTC 

[PATCH v5] ifx: Adding modem selftest for Infineon modem
 2011-01-24 17:47 UTC  (2+ messages)

[Qemu-devel] [PATCH v4 0/4] strtosz() cleanups
 2011-01-24 17:47 UTC  (9+ messages)
` [Qemu-devel] [PATCH 4/4] strtosz(): Use suffix macros in switch() statement
` [Qemu-devel] Re: [PATCH v4 0/4] strtosz() cleanups

[PATCH] cifs: don't pop a printk when sending on a socket is interrupted
 2011-01-24 17:46 UTC 

Yocto Project and OE - Where now?
 2011-01-24 17:45 UTC  (13+ messages)

[PATCH] fsnotify.h: Dropped redundant code
 2011-01-24 17:45 UTC 

Synching a Backup Server
 2011-01-24 17:45 UTC  (12+ messages)

[Qemu-devel] [PATCH 0/3 v3] allow online resizing of block devices
 2011-01-24 17:44 UTC  (3+ messages)
` [Qemu-devel] [PATCH 1/3] block: add block_resize monitor command

[PATCH v8] Xen PCI + Xen PCI frontend driver
 2011-01-24 17:44 UTC  (3+ messages)
` [PATCH 08/23] xen: statically initialize cpu_evtchn_mask_p

[GIT PULL] omap fixes for v2.6.38-rc2
 2011-01-24 17:40 UTC  (2+ messages)

[Qemu-devel] [PATCH][RFC] New trace-event backend: stdio
 2011-01-24 17:33 UTC 

[PATCH 2/2] ARM: add a TCM memory test
 2011-01-24 17:33 UTC  (2+ messages)

[PATCH] xl: Check for dependencies in xl
 2011-01-24 17:32 UTC  (9+ messages)

[PATCH] ARM: print FPGA info on plat-versatile variants
 2011-01-24 17:30 UTC  (2+ messages)

[U-Boot] [PATCH v3 0/4] Add basic NVIDIA Tegra2 SoC support
 2011-01-24 17:29 UTC  (7+ messages)
` [U-Boot] [PATCH v3 1/4] arm: Tegra2: "
` [U-Boot] [PATCH v3 3/4] arm: Tegra2: Add support for NVIDIA Harmony board

Perf ABI versioning
 2011-01-24 17:28 UTC  (3+ messages)

[PATCH 1/3] x86: A fast way to check capabilities of the current cpu
 2011-01-24 17:25 UTC  (3+ messages)
` [PATCH 2/3] x86: Use this_cpu_has for thermal_interrupt "
  ` [PATCH 3/3] acpi throttling: Use this_cpu_has and simplify code "

[PATCH v2] OMAP: use fncpy to copy the PM code functions to SRAM
 2011-01-24 17:25 UTC  (4+ messages)

[PATCH 0/2] ARM: Gemini: add RTC support for Gemini SoC
 2011-01-24 17:22 UTC  (5+ messages)

sata_via bus errors fixed?
 2011-01-24 17:23 UTC  (3+ messages)

[Buildroot] qtwebkit illegal instruction problem with external toolchain
 2011-01-24 17:22 UTC  (3+ messages)

[Buildroot] [PATCH 1/2] Add libjson-glib to packages
 2011-01-24 17:21 UTC  (4+ messages)
` [Buildroot] [PATCH 2/2] Add libjson-glib to make menu

Linearized 2.6.33.7-rt30 patch set available (with free coffee!)
 2011-01-24 17:21 UTC  (2+ messages)

[PATCH 1/3] jbd2 : Make jbd2 transaction handle allocation to return errors and handle them gracefully
 2011-01-24 17:20 UTC  (5+ messages)

[PATCH 0/2] fixes for binutils 2.21
 2011-01-24 17:18 UTC  (3+ messages)
` [PATCH 1/2] u-boot-sakoman: fix break caused by the new binutils

[patch] mm: fix deferred congestion timeout if preferred zone is not allowed
 2011-01-24 17:16 UTC  (3+ messages)
` [patch v2] "

kconfig: usefulness? Plus rant about SECTION clutter etc
 2011-01-24 17:12 UTC 

[Buildroot] [PATCH v2 0/4] Introducing CMAKETARGETS infrastructure
 2011-01-24 17:16 UTC  (3+ messages)

[PATCH 1/2] [PATCH] loop: prevent partial read
 2011-01-24 16:43 UTC  (2+ messages)
` [PATCH 2/2] [PATCH] loop: cleanup set_status interface

[Qemu-devel] [PATCH] Correct win32 timers deleting
 2011-01-24 17:11 UTC  (2+ messages)

sparse file support
 2011-01-24 17:09 UTC  (4+ messages)
  ` how to do when data size big than osd disk

[patch] mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator
 2011-01-24 17:09 UTC  (2+ messages)

[PATCH v2] arm: Configure reference clock for Versatile Express timers
 2011-01-24 17:10 UTC  (6+ messages)

[Buildroot] [PATCH 3rd RESEND 0/6] GStreamer patches, and TI OMAP3 DSP stuff
 2011-01-24 17:08 UTC  (8+ messages)
` [Buildroot] [PATCH 3rd RESEND 6/6] Add gst-omapfb package
    ` [Buildroot] ARM cores

Add a reset interface
 2011-01-24 17:08 UTC  (3+ messages)
` [PATCH 1/4] drm: Add an interface to reset the device

[PATCH] MIPS: Add an unreachable return statement to satisfy buggy GCCs
 2011-01-24 17:06 UTC  (2+ messages)

[Bug 32399] New: KMS:RS480:X200M LCD Monitor on VGA-0 shows wavy picture
 2011-01-24 17:06 UTC  (3+ messages)
` [Bug 32399] "

x86: A fast way to check capabilities of the current cpu
 2011-01-24 17:05 UTC  (7+ messages)

[Qemu-devel] [ARM] Contributing tests for Neon
 2011-01-24 17:04 UTC  (5+ messages)

[PATCH] Replace scripts/headers_install.pl with a shell script
 2011-01-24 17:05 UTC  (2+ messages)

[PATCH 0/1] sysrq is half-enabled by default V2
 2011-01-24 17:04 UTC  (3+ messages)
` [PATCH 1/1] Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent

[Qemu-devel] [RFC][PATCH v6 00/23] virtagent: host/guest RPC communication agent
 2011-01-24 17:04 UTC  (7+ messages)
` [Qemu-devel] [RFC][PATCH v6 07/23] virtagent: base server definitions
  ` [Qemu-devel] "

[patch v4] infiniband: uverbs: handle large number of entries
 2011-01-24 17:03 UTC  (19+ messages)
          ` ibv_post_send/recv kernel path optimizations (was: uverbs: handle large number of entries)
              ` ibv_post_send/recv kernel path optimizations

Bug in mkfs.btrfs?!
 2011-01-24 17:00 UTC  (12+ messages)

[Buildroot] [git commit master 1/1] cdrkit: fix build with ccache
 2011-01-24 16:55 UTC  (4+ messages)

[PATCH] nozomi: don't use flush_scheduled_work()
 2011-01-24 16:54 UTC 

[Xenomai-help] Problems with rt_task_create and rt_task_join
 2011-01-24 16:54 UTC  (3+ messages)

possible regression: BUG in client lockd with server reboot
 2011-01-24 16:54 UTC  (3+ messages)

[PATCH] tty_ldisc: don't use flush_scheduled_work()
 2011-01-24 16:54 UTC 


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.