All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2009-04-29 07:50:56 to 2009-04-29 09:55:44 UTC [more...]

[Buildroot] gdb snapshot
 2009-04-29  9:55 UTC  (5+ messages)

[PATCH] remove duplicated include <linux/audit.h>
 2009-04-29  9:54 UTC 

[PATCH] mac80211: tell driver when idle
 2009-04-29  9:51 UTC  (2+ messages)

[PATCH 02/04] qemu-kvm: Add header files for ia64
 2009-04-29  9:51 UTC  (7+ messages)

ACPI Exception
 2009-04-29  9:51 UTC  (3+ messages)

linux-next: Tree for April 24
 2009-04-29  9:51 UTC  (5+ messages)
` Next April 24: [S390] allmodconfig build failure (trace/events)

IRQ / SoftIRQ CPU time accounting broken by 457533a7d3402d1d91fbc125c8bd1bd16dcd3cd4
 2009-04-29  9:48 UTC  (8+ messages)
    ` [PATCH] sched: account system time properly

[U-Boot] Toradex board with Colibri PXA270
 2009-04-29  9:49 UTC  (4+ messages)
    ` [U-Boot] PXA unified lowlevel_init.S ?

[Qemu-devel] [7241] qemu: refactor main_loop (Marcelo Tosatti)
 2009-04-29  9:47 UTC  (8+ messages)
` [Qemu-devel] "

ASUS 'My Cinema Europa Hybrid' (P7131 DVB-T) [SAA7134] Firmware oddities
 2009-04-29  9:47 UTC  (3+ messages)

[PATCH] ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.c
 2009-04-29  9:46 UTC  (2+ messages)

[PATCH] elf_core_dump: use rcu_read_lock() to access ->real_parent
 2009-04-29  9:46 UTC  (2+ messages)

Analyzed/Solved: Booting 2.6.30-rc2-git7 very slow
 2009-04-29  9:45 UTC  (7+ messages)

[Buildroot] misc development news
 2009-04-29  9:44 UTC  (3+ messages)

c/s 19576 vs. AMD systems
 2009-04-29  9:43 UTC  (2+ messages)

Annoucement: RTLWS 2009
 2009-04-29  9:42 UTC 

[PATCH] mm: prevent divide error for small values of vm_dirty_bytes
 2009-04-29  9:40 UTC  (5+ messages)

[Buildroot] [PATCH] uClibc: fix 0.9.30.1 build with linuxthreads on ARM
 2009-04-29  9:41 UTC  (2+ messages)

[GIT PATCH] block,scsi,ide: unify sector and data_len
 2009-04-29  9:40 UTC  (26+ messages)
` [PATCH 01/10] nbd: don't clear rq->sector and nr_sectors unnecessarily
` [PATCH 02/10] ide-tape: don't initialize rq->sector for rw requests
` [PATCH 03/10] block: add rq->resid_len
` [PATCH 04/10] block: implement blk_rq_pos/[cur_]sectors() and convert obvious ones
` [PATCH 05/10] block: convert to pos and nr_sectors accessors
` [PATCH 06/10] ide: convert to rq "
` [PATCH 07/10] block: drop request->hard_* and *nr_sectors
` [PATCH 08/10] block: cleanup rq->data_len usages
` [PATCH 09/10] ide: "
` [PATCH 10/10] block: hide request sector and data_len

[PATCH 1/1] mpt fusion: hotplug event MPTSAS_DEL_DEVICE fix
 2009-04-29  9:20 UTC 

[PATCH 0/4] mmiotrace: various fixes and cleaning
 2009-04-29  9:39 UTC  (7+ messages)
` [PATCH] x86 mmiotrace: fix range test
  ` [PATCH] x86 mmiotrace: code consistency/legibility improvement
    ` [PATCH] x86 mmiotrace: refactor clearing/restore of page presence
      ` [PATCH] x86 mmiotrace: only register for die notifier when tracer active

[PATCH] RX51: Remove multiple definition of MACH_NOKIA_RX51 in Kconfig
 2009-04-29  9:38 UTC 

udp ping pong with various process bindings (and correct cpu mappings)
 2009-04-29  9:36 UTC  (21+ messages)
` [PATCH] net: Avoid extra wakeups of threads blocked in wait_for_packet()
    ` [PATCH] poll: Avoid extra wakeups
        ` [PATCH] poll: Avoid extra wakeups in select/poll

[Buildroot] Buildroot 2009.02 released
 2009-04-29  9:38 UTC  (2+ messages)

Microblaze MMU patches
 2009-04-29  9:36 UTC  (30+ messages)
` [PATCH 01/30] microblaze_mmu_v1: Makefiles
  ` [PATCH 02/30] microblaze_mmu_v1: Kconfig update
    ` [PATCH 03/30] microblaze_mmu_v1: Add mmu_defconfig
      ` [PATCH 04/30] microblaze_mmu_v1: MMU update for startup code
        ` [PATCH 05/30] microblaze_mmu_v1: Alocate TLB for early console
          ` [PATCH 06/30] microblaze_mmu_v1: TLB low level code
            ` [PATCH 07/30] microblaze_mmu_v1: MMU initialization
              ` [PATCH 08/30] microblaze_mmu_v1: mmu.h update
                ` [PATCH 09/30] microblaze_mmu_v1: Page fault handling high level - fault.c
                  ` [PATCH 10/30] microblaze_mmu_v1: Context handling - mmu_context.c/h
                    ` [PATCH 11/30] microblaze_mmu_v1: Page table - ioremap - pgtable.c/h, section update
                      ` [PATCH 12/30] microblaze_mmu_v1: io.h MMU update
                        ` [PATCH 13/30] microblaze_mmu_v1: pgalloc.h and page.h
                          ` [PATCH 14/30] microblaze_mmu_v1: Update process creation for MMU
                            ` [PATCH 15/30] microblaze_mmu_v1: Update tlb.h and tlbflush.h
                              ` [PATCH 16/30] microblaze_mmu_v1: MMU asm offset update
                                ` [PATCH 17/30] microblaze_mmu_v1: Add CURRENT_TASK for entry.S
                                  ` [PATCH 18/30] microblaze_mmu_v1: entry.S, entry.h
                                    ` [PATCH 19/30] microblaze_mmu_v1: Update exception handling - MMU exception
                                      ` [PATCH 20/30] microblaze_mmu_v1: uaccess MMU update
                                        ` [PATCH 21/30] microblaze_mmu_v1: Add MMU related exceptions handling

gitweb sets incorrect <base> header
 2009-04-29  9:33 UTC  (3+ messages)

[PATCH v2 00/16] interrupt injection rework
 2009-04-29  9:30 UTC  (3+ messages)

*** GMX Spamverdacht *** [Qemu-devel] [PATCH] Merge usb-wacom.c into usb-hid.c
 2009-04-29  9:30 UTC  (3+ messages)

[PATCH RFC 0/5] Eliminate most lock_super() calls from ext4
 2009-04-29  9:28 UTC  (6+ messages)
` [PATCH 1/5] ext4: Avoid races caused by on-line resizing and SMP memory reordering

Invalid search parameter in webinterface
 2009-04-29  9:12 UTC 

[Qemu-devel] updating git tree
 2009-04-29  9:22 UTC  (4+ messages)

[PATCH] Modified kaeilos distro configuration
 2009-04-29  9:15 UTC  (2+ messages)

[PATCH] TX_RING and packet mmap
 2009-04-29  9:18 UTC  (2+ messages)

[PATCH] uclibc-initial: Fix FILESPATH mangling in all versions
 2009-04-29  9:11 UTC 

[PATCH] spi: Add support for the OpenCores SPI controller
 2009-04-29  9:15 UTC  (4+ messages)
` [spi-devel-general] [PATCH v2] "

[rfc 2/2] x86, bts: use physically non-contiguous trace buffer
 2009-04-29  9:14 UTC  (5+ messages)

[RFC PATCH 3/5] pxa: clean up the legacy SSP API
 2009-04-29  9:14 UTC  (7+ messages)

[PATCH] elf_core_dump: use rcu_read_lock() to access ->real_parent
 2009-04-29  9:07 UTC 

[PATCH] Update Russian translation of git gui
 2009-04-29  9:11 UTC  (7+ messages)
      ` [PATCH] Another update of Russian translation

2.6.29.1: unregister_netdevice problem
 2009-04-29  9:08 UTC  (6+ messages)

Revert "linux.conf.au 2009: Tuz"
 2009-04-29  9:08 UTC 

[PATCH/RFT 0/13] x86: unify vmlinux.lds
 2009-04-29  9:05 UTC  (13+ messages)
` [PATCH 02/13] x86, vmlinux.lds: unify header/footer
  ` [tip:x86/kbuild] "
  ` [tip:x86/kbuild] x86, vmlinux.lds: add copyright

[PATCH 13/13] x86, vmlinux.lds: unify remaining parts
 2009-04-29  9:05 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 12/13] x86, vmlinux.lds: unify percpu
 2009-04-29  9:05 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 11/13] x86, vmlinux.lds: unify .exit.* and .init.ramfs
 2009-04-29  9:05 UTC  (2+ messages)
` [tip:x86/kbuild] "

[U-Boot] Please pull u-boot-cfi-flash
 2009-04-29  9:09 UTC 

[PATCH 10/13] x86, vmlinux.lds: unify parainstructions
 2009-04-29  9:05 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 09/13] x86, vmlinux.lds: unify first part of initdata
 2009-04-29  9:04 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 08/13] x86, vmlinux.lds: move vsyscall output sections
 2009-04-29  9:04 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 07/13] x86, vmlinux.lds: unify data output sections
 2009-04-29  9:04 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 06/13] x86, vmlinux.lds: unify exceptiontable
 2009-04-29  9:04 UTC  (2+ messages)
` [tip:x86/kbuild] x86, vmlinux.lds: unify exception table

[PATCH 05/13] x86, vmlinux.lds: unify .text output sections
 2009-04-29  9:04 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 04/13] x86, vmlinux.lds: unify start/end of SECTIONS
 2009-04-29  9:04 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH] [0/16] POISON: Intro
 2009-04-29  9:05 UTC  (16+ messages)
` [PATCH] [13/16] POISON: The high level memory error handler in the VM
      ` [PATCH] [13/16] POISON: The high level memory error handler in the VM II
                ` btrfs BUG on creating huge sparse file

[PATCH 03/13] x86, vmlinux.lds: unify PHDRS
 2009-04-29  9:03 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH 01/13] x86: beautify vmlinux_32.lds.S
 2009-04-29  9:03 UTC  (2+ messages)
` [tip:x86/kbuild] "

[PATCH, repost] dsplink: change path to the XDC tools directory
 2009-04-29  8:56 UTC 

[PATCH] qemu-kvm: Remove duplicate set_link monitor command
 2009-04-29  8:57 UTC 

[PATCH RFC] ext3 data=guarded v5
 2009-04-29  8:56 UTC  (2+ messages)

[PATCH] dsplink: change path to the XDC tools directory
 2009-04-29  8:49 UTC  (2+ messages)

Driver SFC: Possible bug in LM87 temperature XFP detection code
 2009-04-29  8:52 UTC  (4+ messages)

[Buildroot] svn commit: [26236] trunk/buildroot/package: shared-mime-info
 2009-04-29  8:52 UTC  (3+ messages)

[Buildroot] svn commit: [26238] trunk/buildroot/package/shared-mime-info
 2009-04-29  8:51 UTC 

qemu-kvm.git now live
 2009-04-29  8:49 UTC  (11+ messages)

[PATCH 8/8 V2] MX27ADS: Add CS89x0 support
 2009-04-29  8:48 UTC  (2+ messages)

[Adeos-main] Announcement: RTLWS 2009
 2009-04-29  8:47 UTC 

different git-merge behavior with regard to submodules in 1.6.2.4 vs. 1.6.2.1
 2009-04-29  8:42 UTC  (4+ messages)

GSoC 2009: L2CAP Enhanced Retransmission mode
 2009-04-29  8:42 UTC  (7+ messages)

[Bug 21471] New: Segfault from nouveau_drv.so apparently when probing output modes
 2009-04-29  8:42 UTC 

[PATCH 03/04] qemu-kvm: Remove the dependency for phys_ram_base for
 2009-04-29  8:42 UTC  (13+ messages)
` [PATCH 03/04] qemu-kvm: Remove the dependency for phys_ram_base
      ` [PATCH 03/04] qemu-kvm: Remove the dependency for phys_ram_base for ipf.c

[Buildroot] [Bug 299] New: add shared-mime-info package
 2009-04-29  8:38 UTC  (3+ messages)
` [Buildroot] [Bug 299] "

[Buildroot] [Bug 303] New: add gvfs package
 2009-04-29  8:38 UTC  (2+ messages)
` [Buildroot] [Bug 303] "

[Cluster-devel] creating new resource agent
 2009-04-29  8:35 UTC  (2+ messages)

oops in futex_init()
 2009-04-29  8:33 UTC  (4+ messages)

Mainline kernel OLTP performance update
 2009-04-29  8:28 UTC  (3+ messages)

2.6.30-rc3: iwlagn probe timeouts (regression)
 2009-04-29  8:28 UTC  (7+ messages)

vnc protocol broken
 2009-04-29  8:28 UTC 

[SPAM] Vos tirages et frais de port pour 1€
 2009-04-29  8:26 UTC 

Eric Sink's blog - notes on git, dscms and a "whole product" approach
 2009-04-29  8:25 UTC  (7+ messages)
` Cross-Platform Version Control (was: Eric Sink's blog - notes on git, dscms and a "whole product" approach)
    ` Cross-Platform Version Control

(topgit question) deleting a dependency
 2009-04-29  8:24 UTC  (5+ messages)

kvm-77 Excessive Disk Access causes real time clock hang!
 2009-04-29  8:21 UTC  (6+ messages)

[KVM PATCH v3 0/2] irqfd
 2009-04-29  8:18 UTC  (3+ messages)

[RFC v14][PATCH 00/54] Kernel based checkpoint/restart
 2009-04-29  8:18 UTC  (2+ messages)

[oe-commits] Koen Kooi : Revert "ecore: catch up with the new SONAMEs; move to autosplitting"
 2009-04-29  8:12 UTC  (3+ messages)

[Buildroot] svn commit: [26237] trunk/buildroot/docs
 2009-04-29  8:12 UTC 

[PATCH] input: Document the bcm5974 driver
 2009-04-29  8:11 UTC  (4+ messages)
` [PATCH] input: Document the multi-touch (MT) protocol

Select chain from set?
 2009-04-29  8:11 UTC  (5+ messages)

[PATCH 1/2] parse-opt: make PARSE_OPT_STOP_AT_NON_OPTION available to git rev-parse
 2009-04-29  8:10 UTC  (3+ messages)

Compile Error with Linux-2.6.30-rc3-git5
 2009-04-29  8:09 UTC 

windows7 installer lockup with viridian=1
 2009-04-29  8:08 UTC  (5+ messages)
  `  "

error: Unable to append to .git/logs/refs/remotes/origin/master: Permission denied
 2009-04-29  8:06 UTC  (5+ messages)

[PATCH 0/5] proc: export more page flags in /proc/kpageflags (take 4)
 2009-04-29  8:05 UTC  (5+ messages)
` [PATCH 5/5] proc: export more page flags in /proc/kpageflags

[PATCH][RFC] Handle improbable possibility of io_context->refcount overflow
 2009-04-29  7:59 UTC  (2+ messages)

'dual-purpose' digital compact cameras?
 2009-04-29  7:53 UTC  (3+ messages)

linux-next: origin tree build warnings
 2009-04-29  7:52 UTC  (2+ messages)

[Xenomai-core] xenomai 2.5 rc1 timing computations
 2009-04-29  7:52 UTC  (7+ messages)

2.6.30-rc2 + xorg-intel-2.7.0 + DRM_I915_KMS = corruption
 2009-04-29  7:49 UTC  (5+ messages)

[U-Boot] [PATCH 1/6] esd/common: extend cpld command with address parameter
 2009-04-29  7:51 UTC  (6+ messages)
` [U-Boot] [PATCH 2/6] 4xx: Remove binary cpld bitstream from CMS700 board
  ` [U-Boot] [PATCH 3/6] 4xx: Remove binary cpld bitstream from PMC405 board
    ` [U-Boot] [PATCH 4/6] 4xx: Remove binary cpld bitstream from VOM405 board
      ` [U-Boot] [PATCH 5/6] 4xx: Remove binary cpld bitstream from DP405 board
        ` [U-Boot] [PATCH 6/6] 4xx: Add support for DP405 hardware variants


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.