linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2008-01-21 22:16:07 to 2008-01-22 09:04:29 UTC [more...]

[PATCH] x86_64: AMD Family 10h enable ext config in quirk
 2008-01-22  9:10 UTC 

Making a USB driver
 2008-01-22  9:03 UTC  (5+ messages)

2.6.24-rc8 hangs at mfgpt-timer
 2008-01-22  9:03 UTC  (13+ messages)

Linux and remote control device
 2008-01-22  8:19 UTC  (2+ messages)

[PATCH -v7 0/2] Fixing the issue with memory-mapped file times
 2008-01-22  8:52 UTC  (16+ messages)
` [PATCH -v7 1/2] Massive code cleanup of sys_msync()
` [PATCH -v7 2/2] Update ctime and mtime for memory-mapped files

[PATCH 1/7] driver-core : add class iteration api
 2008-01-22  8:44 UTC  (7+ messages)
` [PATCH 1/6] "

CFP: Operating Systems Review special issue on the Linux kernel
 2008-01-22  8:41 UTC 

2.6.24-rc8-mm1
 2008-01-22  8:40 UTC  (3+ messages)
` 2.6.24-rc8-mm1 (KVM build issues)

[PATCH] Rationalise ACPI backlight implementation
 2008-01-22  8:33 UTC  (2+ messages)

[PATCH v2] Add DMA engine driver for Freescale MPC85xx processors
 2008-01-22  8:25 UTC  (2+ messages)

[PATCH] bluetooth : move children of connection device to NULL before connection down
 2008-01-22  8:24 UTC  (6+ messages)

[RFC] Parallelize IO for e2fsck
 2008-01-22  8:16 UTC  (7+ messages)

[PATCH 6/10] ACPI: register ACPI Video LCD as generic thermal cooling device
 2008-01-22  8:01 UTC  (5+ messages)

[PATCH 6/7] spi : use class iteration api
 2008-01-22  7:41 UTC  (6+ messages)
` [PATCH 6/6] "

[PATCH 7/7] driver-core : convert semaphore to mutex in struct class
 2008-01-22  7:45 UTC  (6+ messages)

[PATCH 0/6] RFC: Typesafe callbacks
 2008-01-22  7:16 UTC  (7+ messages)

[PATCH] pci-skeleton: Misc fixes to build neatly
 2008-01-22  6:16 UTC 

Silent crash witk 2-6.24-rc8-git4
 2008-01-22  6:03 UTC 

[PATCH 5/7] scsi : use class iteration api
 2008-01-22  6:01 UTC  (2+ messages)
` [PATCH 5/6] "

[PATCH 4/7] rtc : use class iteration api
 2008-01-22  6:00 UTC  (2+ messages)
` [PATCH 4/6] "

[PATCH 3/7] power supply : use class iteration api
 2008-01-22  5:58 UTC  (2+ messages)
` [PATCH 3/6] "

[PATCH 2/7] ieee1394 : use class iteration api
 2008-01-22  5:56 UTC  (2+ messages)
` [PATCH 2/6] "

questions on NAPI processing latency and dropped network packets
 2008-01-22  5:46 UTC  (7+ messages)

2.6.24 regression: pan hanging unkilleable and un-straceable
 2008-01-22  5:47 UTC  (5+ messages)

[PATCH] rcu: fix section mismatch
 2008-01-22  5:52 UTC  (5+ messages)

[PATCH 0/7] Add class iteration api and convert semaphore to mutex
 2008-01-22  5:52 UTC  (2+ messages)
` [PATCHSET] driver core : add class iteration api

sysfs network namespace support - was this patch set forgotten ?
 2008-01-22  5:33 UTC  (2+ messages)

[PATCH 0/12] ide-floppy redux v2.5
 2008-01-22  5:32 UTC  (5+ messages)

2.6.22.16 MD raid1 doesn't mark removed disk faulty, MD thread goes UN
 2008-01-22  5:29 UTC  (2+ messages)

The SMP alternatives code breaks exception fixup?
 2008-01-22  5:26 UTC  (2+ messages)

2.6.24-rc8-mm1 : net tcp_input.c warnings
 2008-01-22  4:37 UTC  (3+ messages)

[PATCH] ARM: Ignore memory tags with invalid data
 2008-01-22  4:05 UTC 

[patch] mm: fix PageUptodate data race
 2008-01-22  4:01 UTC 

ext4 merge plans for 2.6.25
 2008-01-22  3:02 UTC  (50+ messages)
` [PATCH 01/49] ext4: Support large blocksize up to PAGESIZE
  ` [PATCH 02/49] ext4: Avoid rec_len overflow with 64KB block size
    ` [PATCH 03/49] ext4: Introduce ext4_lblk_t
      ` [PATCH 04/49] ext4 extents: remove unneeded casts
        ` [PATCH 05/49] ext4: add ext4_group_t, and change all group variables to this type
          ` [PATCH 06/49] ext4: fixes block group number being set to a negative value
            ` [PATCH 07/49] ext4: Introduce ext4_update_*_feature
              ` [PATCH 08/49] ext4: Fix sparse warnings
                ` [PATCH 09/49] ext4: Rename i_file_acl to i_file_acl_lo
                  ` [PATCH 10/49] ext4: Rename i_dir_acl to i_size_high
                    ` [PATCH 11/49] ext4: Add support for 48 bit inode i_blocks
                      ` [PATCH 12/49] ext4: Support large files
                        ` [PATCH 13/49] ext4: different maxbytes functions for bitmap & extent files
                          ` [PATCH 14/49] ext4: export iov_shorten from kernel for ext4's use
                            ` [PATCH 15/49] ext4: store maxbytes for bitmapped files and return EFBIG as appropriate
                              ` [PATCH 16/49] ext2: Fix the max file size for ext2 file system
                                ` [PATCH 17/49] ext3: Fix the max file size for ext3 "
                                  ` [PATCH 18/49] ext4: sync up block group descriptor with e2fsprogs
                                    ` [PATCH 19/49] ext4: Return after ext4_error in case of failures
                                      ` [PATCH 20/49] ext4/super.c: fix #ifdef's (CONFIG_EXT4_* -> CONFIG_EXT4DEV_*)
                                        ` [PATCH 21/49] ext4: fix oops on corrupted ext4 mount
                                          ` [PATCH 22/49] ext4: Change the default behaviour on error
                                            ` [PATCH 23/49] Add buffer head related helper functions
                                              ` [PATCH 24/49] ext4: add block bitmap validation
                                                ` [PATCH 25/49] jbd2: Remove printk from J_ASSERT to preserve registers during BUG
                                                  ` [PATCH 26/49] jbd2: Fix assertion failure in fs/jbd2/checkpoint.c
                                                    ` [PATCH 27/49] ext4: Check for the correct error return from
                                                      ` [PATCH 28/49] ext4: remove unused code from ext4_find_entry()
                                                        ` [PATCH 29/49] ext4: Make ext4_get_blocks_wrap take the truncate_mutex early
                                                          ` [PATCH 30/49] ext4: Convert truncate_mutex to read write semaphore
                                                            ` [PATCH 31/49] ext4: Take read lock during overwrite case
                                                              ` [PATCH 32/49] jbd2: jbd2 stats through procfs
                                                                ` [PATCH 33/49] ext4: Add the journal checksum feature
                                                                  ` [PATCH 34/49] vfs: Add 64 bit i_version support
                                                                    ` [PATCH 35/49] ext4: Add inode version support in ext4
                                                                      ` [PATCH 36/49] ext4: Add EXT4_IOC_MIGRATE ioctl
                                                                        ` [PATCH 37/49] ext4: Fix ext4_show_options to show the correct mount options
                                                                          ` [PATCH 38/49] ext4: fix up EXT4FS_DEBUG builds
                                                                            ` [PATCH 39/49] ext4: Add ext4_find_next_bit()
                                                                              ` [PATCH 40/49] ext4: Add new functions for searching extent tree
                                                                                ` [PATCH 41/49] ext4: Add multi block allocator for ext4
                                                                                  ` [PATCH 42/49] ext4: Enable the multiblock allocator by default
                                                                                    ` [PATCH 43/49] ext4: Check for return value from sb_set_blocksize
                                                                                      ` [PATCH 44/49] ext4: fix uniniatilized extent splitting error
                                                                                        ` [PATCH 45/49] ext4: Use the ext4_ext_actual_len() helper function
                                                                                          ` [PATCH 46/49] jbd2: add lockdep support
                                                                                            ` [PATCH 47/49] jbd2: Mark jbd2 slabs as SLAB_TEMPORARY
                                                                                              ` [PATCH 48/49] jbd2: Use round-jiffies() function for the "5 second" ext4/jbd2 wakeup
                                                                                                ` [PATCH 49/49] jbd2: sparse pointer use of zero as null

W1: w1_slave units, standardize 1C or .001C? Break API
 2008-01-22  3:11 UTC  (3+ messages)

[PATCH] all archs: consolidate init and exit sections in vmlinux.lds.h
 2008-01-22  3:25 UTC  (12+ messages)
` [PATCH] compiler.h: introduce __section()
  ` [PATCH] Use separate sections for __dev/__cpu/__mem code/data

[PATCH][RESEND] sh: termios ioctl definitions
 2008-01-22  3:04 UTC  (2+ messages)

[RFC/PATCH] dma: dma_{un}map_{single|sg}_attrs() interface
 2008-01-22  2:42 UTC 

WARNING: at kernel/mutex.c:134
 2008-01-22  2:36 UTC 

[PATCH] CRAMFS: Uncompressed files support
 2008-01-22  2:23 UTC 

[PATCH] mmu notifiers #v2
 2008-01-22  2:21 UTC  (8+ messages)
          ` [PATCH] mmu notifiers #v3

[PATCH] x86/voyager: Switch voyager memory detection to early_ioremap
 2008-01-22  2:16 UTC  (7+ messages)
` [PATCH] x86: Construct 32 bit boot time page tables in native format

ATA device reset, shoud I be concerned?
 2008-01-22  2:08 UTC  (16+ messages)

Regression with idle cpu cycle handling in 2.6.24 (compared to 2.6.22)
 2008-01-22  1:59 UTC  (5+ messages)

[PATCH] pata_pdc202xx_old: Fix crashes with ATAPI
 2008-01-22  1:36 UTC  (5+ messages)

[PATCHSET] printk: implement printk_header() and merging printk
 2008-01-22  1:28 UTC  (6+ messages)

what's up for v2.6.25 in x86.git
 2008-01-22  1:28 UTC  (3+ messages)

[PATCH]Fix the order of atomic operations in restore_previous_kprobes on ia64
 2008-01-22  1:07 UTC  (2+ messages)

[RFC PATCH 00/23 -v4] mcount and latency tracing utility -v4
 2008-01-22  0:49 UTC  (4+ messages)
` [RFC PATCH 12/23 -v4] Use RCU algorithm for monotonic cycles

PROBLEM: Celeron Core
 2008-01-21 23:59 UTC 

[HELP]Problem with exit(0) and _exit(0) on RHEL x86
 2008-01-21 23:54 UTC 

PCI Interrupt Problems Since Kernel-2.6.19
 2008-01-21 23:49 UTC 

[PATCH 19 0/5] Version 18, series to add device tree naming to i2c
 2008-01-21 23:06 UTC  (8+ messages)
` [PATCH 19 3/5] Clean up error returns
  ` [i2c] "

Plus besoin d'investir dans un PDA
 2008-01-21 23:22 UTC 

[PATCH] add module taint on ndiswrapper
 2008-01-21 23:21 UTC  (2+ messages)

Rescheduling interrupts
 2008-01-21 23:19 UTC 

[PATCH 00/16] ide: various fixes/cleanups
 2008-01-21 23:32 UTC  (17+ messages)
` [PATCH 01/16] ide-tape: use ide_execute_command()
` [PATCH 02/16] ide-scsi: "
` [PATCH 03/16] trm290: "
` [PATCH 04/16] ide-cris: "
` [PATCH 05/16] ide-probe: remove needless Status register reads
` [PATCH 06/16] ide: remove unused ->auto_poll field from ide_hwif_t
` [PATCH 07/16] ide: convert ->straight8 field in ide_hwif_t to bit flag
` [PATCH 08/16] ide: remove ->nice0 and ->nice2 fields from ide_drive_t
` [PATCH 09/16] ide: remove SATA_*_REG macros
` [PATCH 10/16] ide: use __ide_set_handler() in ide_execute_command()
` [PATCH 11/16] ide: unexport SELECT_DRIVE()
` [PATCH 12/16] ide: remove set_transfer()
` [PATCH 13/16] ide: remove ide_ata66_check()
` [PATCH 14/16] ide: move drive->crc_count check out from check_dma_crc()
` [PATCH 15/16] ide: remove ide_auto_reduce_xfer()
` [PATCH 16/16] ide: move check_dma_crc() to ide-dma.c

[PATCH 1/1] x86: fix early cpu_to_node panic from nr_free_zone_pages
 2008-01-21 23:06 UTC 

[PATCH] ide-disk: use do_rw_taskfile() (take 2)
 2008-01-21 23:13 UTC 

[PATCH 3/3] x86: Unify page fault oops printing
 2008-01-21 22:58 UTC 

[PATCH 2/3] x86: Introduce show_fault_oops helper to fault_32|64.c
 2008-01-21 22:58 UTC 

[PATCH 1/3] x86: make printk_address available on X86_32
 2008-01-21 22:57 UTC 

Plus besoin d'investir dans un PDA
 2008-01-21 22:57 UTC 

[PATCH] drivers/char/moxa.c, kernel 2.6.23.14
 2008-01-21 22:51 UTC 

2.6.24-rc7 to 2.6.24-rc8 possible regression
 2008-01-21 22:45 UTC  (2+ messages)

echo mem > /sys/power/state
 2008-01-21 22:37 UTC  (11+ messages)

INITIO scsi driver fails to work properly
 2008-01-21 22:20 UTC  (6+ messages)

2.6.24-rc8-git does not boot on Geode LX
 2008-01-21 22:25 UTC  (2+ messages)

[PATCH] x86_32: Construct 32 bit boot time page tables in native format
 2008-01-21 22:15 UTC 

[0/3] x86_32: Construct 32 bit boot time page tables in native format
 2008-01-21 22:15 UTC 

[PATCH] x86_32: Always run the full set of paging state
 2008-01-21 22:15 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).