linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-07-05 06:45:31 to 2008-07-05 19:29:56 UTC [more...]

[git pull] x86 fixes
 2008-07-05 19:29 UTC 

Lots of con-current I/O = resets SATA link? (2.6.25.10)
 2008-07-05 19:28 UTC  (2+ messages)

Status of Ricoh Bay1Controller driver?
 2008-07-05 19:11 UTC  (2+ messages)

device/driver binding notification
 2008-07-05 18:54 UTC 

[PATCH] handle failure of irqchip->set_type in setup_irq
 2008-07-05 18:52 UTC  (14+ messages)
` [PATCH v2] "
  ` the printk problem

[PATCH 0/5] update checkpatch to version 0.21
 2008-07-05 18:44 UTC  (3+ messages)
` [PATCH 3/5] checkpatch: complex macros need to ignore comments

[git patches] IDE fixes
 2008-07-05 18:38 UTC 

[PATCH -mm] documentation: update CodingStyle tips for Emacs users
 2008-07-05 18:33 UTC  (5+ messages)
      ` [PATCH -mm] documentation: update CodingStyle tips for Emacs users v2

[0/3] Improve generic fls64 for 64-bit machines
 2008-07-05 17:53 UTC  (4+ messages)
` [3/3] Use __fls for fls64 on 64-bit archs
    ` [PATCH] x86: fix description of __fls(): __fls(0) is undefined

New ext4 patchset 2.6.26-rc8-ext4-1
 2008-07-05 17:50 UTC  (2+ messages)

Battery life difference
 2008-07-05 17:41 UTC  (7+ messages)

*sigh* /proc/*/pagemap
 2008-07-05 17:40 UTC  (5+ messages)

Ext4 patches for the next merge window
 2008-07-05 17:36 UTC  (53+ messages)
` [PATCH 01/52] ext4: fix comments to say "ext4"
  ` [PATCH 02/52] ext4: start searching for the right extent from the goal group
    ` [PATCH 03/52] ext4: Use BUG_ON() instead of BUG()
      ` [PATCH 04/52] ext4: switch to seq_files
        ` [PATCH 05/52] ext4: improve some code in rb tree part of dir.c
          ` [PATCH 06/52] ext4: Fix ext4_mb_init_cache return error
            ` [PATCH 07/52] ext4: add error processing when calling ext4_mb_init_cache in mballoc
              ` [PATCH 08/52] ext4: miscellaneous error checks and coding cleanups for mballoc
                ` [PATCH 09/52] ext4: remove double definitions of xattr macros
                  ` [PATCH 10/52] ext4: Rename read_block_bitmap() to ext4_read_block_bitmap()
                    ` [PATCH 11/52] ext4: Remove unused variable from ext4_show_options
                      ` [PATCH 12/52] jbd2: Add commit time into the commit block
                        ` [PATCH 13/52] ext4: New inode allocation for FLEX_BG meta-data groups
                          ` [PATCH 14/52] jbd2: fix race between jbd2_journal_try_to_free_buffers() and jbd2 commit transaction
                            ` [PATCH 15/52] ext4: remove redundant code in ext4_fill_super()
                              ` [PATCH 16/52] ext4: remove quota allocation when ext4_mb_new_blocks fails
                                ` [PATCH 17/52] ext4: Update i_disksize properly when allocating from fallocate area
                                  ` [PATCH 18/52] ext4: return error when calling ext4_ext_split failed
                                    ` [PATCH 19/52] ext4: Make ext4_ext_find_extent fills ext_path completely
                                      ` [PATCH 20/52] ext4: Fix ext4_ext_journal_restart() to reflect errors up to the caller
                                        ` [PATCH 21/52] ext4: cleanup never-used magic numbers from htree code
                                          ` [PATCH 22/52] ext4: Fix sparse warning
                                            ` [PATCH 23/52] ext4: fix ext4_init_block_bitmap() for metablock block group
                                              ` [PATCH 24/52] ext4: Use inode preallocation with -o noextents
                                                ` [PATCH 25/52] ext4: cleanup block allocator
                                                  ` [PATCH 26/52] ext4: call blkdev_issue_flush on fsync
                                                    ` [PATCH 27/52] ext4: mballoc avoid use root reserved blocks for non root allocation
                                                      ` [PATCH 28/52] ext4: Set journal pointer to NULL when journal is released
                                                        ` [PATCH 29/52] ext4: use atomic functions to set bh_state
                                                          ` [PATCH 30/52] ext4: Add missing unlock to an error path in ext4_quota_write()
                                                            ` [PATCH 31/52] ext4: fix online resize with mballoc
                                                              ` [PATCH 32/52] ext4: Documentation updates
                                                                ` [PATCH 33/52] ext4: Use page_mkwrite vma_operations to get mmap write notification
                                                                  ` [PATCH 34/52] vfs: Move mark_inode_dirty() from under page lock in generic_write_end()
                                                                    ` [PATCH 35/52] ext4: Invert the locking order of page_lock and transaction start
                                                                      ` [PATCH 36/52] ext4: Fix lock inversion in ext4_ext_truncate()
                                                                        ` [PATCH 37/52] vfs: export filemap_fdatawrite_range()
                                                                          ` [PATCH 38/52] jbd2: Implement data=ordered mode handling via inodes
                                                                            ` [PATCH 39/52] ext4: Use new framework for data=ordered mode in JBD2
                                                                              ` [PATCH 40/52] jbd2: Remove data=ordered mode support using jbd buffer heads
                                                                                ` [PATCH 41/52] vfs: add basic delayed allocation support
                                                                                  ` [PATCH 42/52] ext4: Add "
                                                                                    ` [PATCH 43/52] percpu_counter: new function percpu_counter_sum_and_set
                                                                                      ` [PATCH 44/52] ext4: delayed allocation ENOSPC handling
                                                                                        ` [PATCH 45/52] mm: Add range_cont mode for writeback
                                                                                          ` [PATCH 46/52] ext4: Invert lock ordering of page_lock and transaction start in delalloc
                                                                                            ` [PATCH 47/52] ext4: Add ordered mode support for delalloc
                                                                                              ` [PATCH 48/52] ext4: Handle page without buffers in ext4_*_writepage()
                                                                                                ` [PATCH 49/52] ext4: fix delalloc i_disksize early update issue
                                                                                                  ` [PATCH 50/52] ext4: Enable delalloc by default
                                                                                                    ` [PATCH 51/52] ext4: Don't allow nonextenst mount option for large filesystem
                                                                                                      ` [PATCH 52/52] ext4: Documention update for new ordered mode and delayed allocation

Lots of con-current I/O = resets SATA link? (2.6.25.10)
 2008-07-05 17:35 UTC  (3+ messages)

[PATCH] loop: prevent get_user pages call from kernel thread(v2)
 2008-07-05 17:19 UTC 

[bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
 2008-07-05 17:13 UTC  (33+ messages)

[PATCH] fix build error of driver/mfd/tc6393xb.c
 2008-07-05 17:13 UTC  (6+ messages)

[PATCH] Deinline a few functions in mmap.c
 2008-07-05 17:10 UTC  (2+ messages)

[PATCH 1/2 V2] MMC: fix spares errors of sdhci.c
 2008-07-05 16:52 UTC  (2+ messages)
` [PATCH 2/2 V2] MMC: cleanup endianity conversions and style problems

block devices in userland
 2008-07-05 16:29 UTC  (2+ messages)

Creating syscalls: Under an x86_64 arch, where is the syscall table located?
 2008-07-05 16:29 UTC  (2+ messages)

[PATCH] ext4 : Remove unused variable journal from ext4_show_options
 2008-07-05 16:16 UTC  (2+ messages)

[PATCH] ide: fix IDE port slots reservation and freeing (take 2)
 2008-07-05 16:02 UTC 

[PATCH 1/4] ide-pmac: media-bay support fixes
 2008-07-05 15:56 UTC  (4+ messages)

2.6.26-rc8 deadlock: RAID code?
 2008-07-05 15:54 UTC  (2+ messages)

pata_it821x completely broken
 2008-07-05 15:49 UTC  (5+ messages)

Tough Issue: kernel instruction corruption
 2008-07-05 15:26 UTC  (3+ messages)

build issue #477 for v2.6.26-rc8-290-gb8a0b6c : input_event" [drivers/media/dvb/ttpci/dvb-ttpci.ko] undefined!
 2008-07-05 15:25 UTC 

[PATCH 2/3] i/o bandwidth controller infrastructure
 2008-07-05 15:21 UTC  (3+ messages)

PATCH] fix potential latency issues in JBD's journal code
 2008-07-05 15:18 UTC  (3+ messages)

[PATCH] node meminfo Active & Inactive pages to Kbytes
 2008-07-05 15:15 UTC  (3+ messages)

Multiple MSI
 2008-07-05 13:43 UTC  (6+ messages)
  ` [PATCH 1/4] PCI MSI: Store the number of messages in the msi_desc
  ` [PATCH 2/4] PCI: Support multiple MSI
  ` [PATCH 4/4] x86-64: Support for multiple MSIs

[PATCH] block: fix bio_add_page for non trivial merge_bvec_fn case(v2)
 2008-07-05 14:16 UTC 

[PATCH] pcspkr/vt_ioctl: PC speaker volume control
 2008-07-05 14:09 UTC  (3+ messages)

[PATCH -rt] [resend as inlined patch] {queue,schedule}_work_prio() allowing work priorities other than caller's priority
 2008-07-05 14:07 UTC  (3+ messages)

Ctrl+C doesn't interrupt process waiting for I/O
 2008-07-05 14:01 UTC  (14+ messages)

[PATCH v5] Atmel MCI: Driver for Atmel on-chip MMC controllers
 2008-07-05 13:44 UTC  (5+ messages)
` [PATCH v2 1/4] debugfs: Implement debugfs_remove_recursive()
  ` [PATCH v2 2/4] mmc: Export internal host state through debugfs

[PATCH 1/4] Char: merge ip2main and ip2base
 2008-07-05 13:28 UTC  (4+ messages)
` [PATCH 2/4] Char: ip2, cleanup globals
  ` [PATCH 3/4] Char: ip2, fix sparse warnings
    ` [PATCH 4/4] Char: ip2, init/deinit cleanup

[PATCH] parport/ppdev: fix registration of sysctl entries
 2008-07-05 13:21 UTC 

Kconfig question - multiple entries touching one integer
 2008-07-05 13:15 UTC  (2+ messages)

[PATCH 2.6.24.7-rt14 v2] rt: {queue,schedule}_work_prio() allowing work priorities other than caller's priority
 2008-07-05 12:59 UTC 

linux fatal: cannot describe <sha1>
 2008-07-05 12:58 UTC  (4+ messages)

[PATCH] firmware: convert sb16_csp driver to use firmware loader exclusively
 2008-07-05 12:51 UTC 

[PATCH 2/2] ide: ide_unregister() locking bugfix
 2008-07-05 12:51 UTC 

[PATCH 1/2] ide: ide_unregister() warm-plug bugfix
 2008-07-05 12:50 UTC 

2.6.26-rc6: pcmcia stopped working after resume
 2008-07-05 12:48 UTC  (4+ messages)
` [regression] Re: 2.6.26-rc6: pcmcia stopped working

Lucky winner 2008
 2008-07-05 12:45 UTC 

[PATCH 00/20] generic show_mem() v5
 2008-07-05 12:10 UTC  (9+ messages)
` [PATCH 02/20] lib: generic show_mem()
` [PATCH 16/20] m68knommu: use "

[patch 1/5] x86: ACPI - add checking for NULL early param
 2008-07-05 11:53 UTC  (5+ messages)
` [patch 2/5] x86: idle process "
` [patch 3/5] x86: io delay "
` [patch 4/5] x86: smpboot maxcpus "
` [patch 5/5] x86: e820 memmap "

[patch 0/5] early params NULL pointer deref fix
 2008-07-05 11:53 UTC 

NOKIA CONNECTING PEOPLE
 2008-07-05 11:45 UTC 

[PATCH] Move _RET_IP_ and _THIS_IP_ to include/linux/kernel.h
 2008-07-05 11:36 UTC  (2+ messages)

[PATCH] dio: use dio_match_device()
 2008-07-05 11:22 UTC 

[PATCH] auxdisplay: small cleanups
 2008-07-05 11:21 UTC 

[2.6 patch] make kvm_smp_prepare_boot_cpu() static
 2008-07-05 11:13 UTC  (2+ messages)

[PATCH 1/2] swsusp: simplify memory_bm_find_bit()
 2008-07-05 11:11 UTC  (2+ messages)
` [PATCH 2/2] swsusp: simplify memory bitmap

[PATCH] [0/9] Use 64bit x86 machine check code for 32bit too
 2008-07-05 10:55 UTC  (6+ messages)
` [PATCH] [9/9] MCE: Use 64bit machine check code on 32bit

[2.6.26-rc8-git5] patch arch/x86/mm/init_64.c: early_memtest(): fix types don't solve the compilation warning
 2008-07-05 10:49 UTC 

linux-next: Tree for July 3
 2008-07-05 10:38 UTC  (3+ messages)

[PATCH] dsp56k: use request_firmware
 2008-07-05 10:24 UTC 

Setting system clock... (FREEZE) (2.6.25.5)
 2008-07-05 10:27 UTC  (3+ messages)

Patch for Broadcom TPM TIS device HID
 2008-07-05 10:09 UTC 

[PATCH] KVM: SVM: fix suspend/resume support
 2008-07-05  9:51 UTC  (2+ messages)

[PATCH] fix task dirty balancing
 2008-07-05  9:30 UTC  (4+ messages)

[PATCH] bnx2 - use request_firmware()
 2008-07-05  9:44 UTC 

[RFC patch 00/12] Tracepoints v2
 2008-07-05  9:42 UTC  (3+ messages)
` [RFC patch 05/12] LTTng instrumentation mm

[PATCH next-20080704] fix build error of arch/ia64/kvm/*
 2008-07-05  9:43 UTC  (2+ messages)

[PATCH] fix misalignment in pxamci
 2008-07-05  8:21 UTC  (2+ messages)

2.6.26-rc8-mm1
 2008-07-05  8:16 UTC  (6+ messages)
` [PATCH] memcg: handle shmem's swap cache (Was 2.6.26-rc8-mm1
      `  "

All 2.6.26-rcX hang immediately after loading ohci_hcd
 2008-07-05  7:08 UTC 

Linux 2.6.25.10
 2008-07-05  7:54 UTC  (4+ messages)

[bug?] tg3: Failed to load firmware "tigon/tg3_tso.bin"
 2008-07-05  6:37 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).