public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2008-06-12 06:43:49 to 2008-06-12 13:53:31 UTC [more...]

Kernel marker has no performance impact on ia64
 2008-06-12 13:53 UTC  (7+ messages)

ALC883 recording troubles
 2008-06-12 13:52 UTC  (10+ messages)

[PATCH 0/8] au1xmmc updates #4
 2008-06-12 13:47 UTC  (10+ messages)
` [PATCH 2/8] Alchemy: register mmc platform device for db1200/pb1200 boards
` [PATCH 7/8] Alchemy: remove unused MMC macros from db1x00 header

[PATCH 1/5] futex: checkpatch cleanup
 2008-06-12 13:44 UTC  (11+ messages)
` [PATCH 3/5] mutex debug: add generic blocked_on usage
` [PATCH 5/5] futex: fix miss ordered wakeups

[PATCH 0/3][BUGFIX] configfs: Fix deadlock rmdir() vs rename()
 2008-06-12 13:31 UTC  (4+ messages)
` [PATCH 1/3][BUGFIX] configfs: Introduce configfs_dirent_lock
` [PATCH 2/3][BUGFIX] configfs: Make configfs_new_dirent() return error code instead of NULL
` [PATCH 3/3][BUGFIX] configfs: Fix deadlock with racing rmdir() and rename()

Block: Prevent busy looping
 2008-06-12 13:43 UTC  (11+ messages)
      `  "

Problem: Out of memory after 2days with 2GB RAM
 2008-06-12 13:38 UTC  (2+ messages)

[PATCH] ssb: Fix coherent DMA mask for PCI devices
 2008-06-12 13:33 UTC 

[PATCH -mm 00/24] VM pageout scalability improvements (V12)
 2008-06-12 13:31 UTC  (3+ messages)

[patch 00/11] GRU Driver
 2008-06-12 13:27 UTC  (2+ messages)

[tree] ftrace, v16
 2008-06-12 13:24 UTC  (5+ messages)

Performance of ext4
 2008-06-12 13:19 UTC  (8+ messages)

[PATCH 1/5] jbd: strictly check for write errors on data buffers
 2008-06-12 13:19 UTC  (12+ messages)

[PATCHv4] SGI UV: TLB shootdown using broadcast assist unit
 2008-06-12 13:18 UTC  (5+ messages)

[PATCH] add diffconfig utility
 2008-06-12 13:19 UTC  (6+ messages)

[GIT PULL] one kbuild fix for powerpc
 2008-06-12 13:16 UTC 

[PATCH] x86: touch_nmi_watchdog - reset alert counters for supported nmi_watchdog modes only
 2008-06-12 13:15 UTC  (2+ messages)

[PATCH -mm] mm/shmem.c: ret can be used uninitialized
 2008-06-12 13:15 UTC  (3+ messages)

[PATCH 0/4] Remove some obsolete PM stuff
 2008-06-12 13:13 UTC  (11+ messages)
` [PATCH 1/4] x86: Remove obsolete PM definitions from NMI header
` [PATCH 2/4] Remove references to struct pm_dev from IRDA headers
` [PATCH 3/4] Remove definition of struct pm_dev
` [PATCH 4/4] Remove obsolete piece of PM documentation
` [PATCH - supplement] PM: Remove remaining obsolete definitions from pm.h (was: Re: [PATCH 0/4] Remove some obsolete PM stuff)

[PATCH] gpio: gpio driver for max7301 SPI GPIO expander
 2008-06-12 13:13 UTC  (4+ messages)
  ` [PATCH -mm] max7301: check spi_setup() return code, general cleanup

[RESEND] [PATCH] Input: add retry logic to resume with respect to CTR
 2008-06-12 13:12 UTC 

kvm causing memory corruption? ~2.6.25-rc6
 2008-06-12 13:10 UTC  (13+ messages)
` [kvm-devel] "
                ` kvm causing memory corruption? now 2.6.26-rc4

[PATCH] Input: fix HP 2133 not sending release event for video switch
 2008-06-12 13:10 UTC 

[patch 0/6] AMD C1E aware idle support
 2008-06-12 13:09 UTC  (10+ messages)
` [patch 1/6] x86: simplify idle selection
` [patch 2/6] x86: cleanup C1E enabled detection
` [patch 3/6] x86: use cpuinfo to check for interrupt pending message msr
` [patch 4/6] x86: use cpuid to check MWAIT support for C1
` [patch 5/6] x86: move more common idle functions/variables to process.c
` [patch 6/6] x86: add c1e aware idle function

MMIO and gcc re-ordering issue
 2008-06-12 13:08 UTC  (9+ messages)

[PATCH -mm 2/2] kexec jump -v11: save/restore device state
 2008-06-12 13:02 UTC  (4+ messages)

[PATCH] fix HID quirks for aluminium apple wireless keyboards
 2008-06-12 12:57 UTC  (2+ messages)
` [PATCH] [RESEND] "

update checkpatch to version 0.20
 2008-06-12 12:06 UTC  (24+ messages)
` [PATCH 01/23] checkpatch: Version: 0.20
` [PATCH 02/23] checkpatch: return is not a function -- parentheses for casts are ok too
` [PATCH 03/23] checkpatch: types: some types may also be identifiers
` [PATCH 04/23] checkpatch: add a checkpatch warning for new uses of __initcall()
` [PATCH 05/23] checkpatch: possible types: __asm__ is never a type
` [PATCH 06/23] checkpatch: comment detection: ignore macro continuation when detecting associated comments
` [PATCH 07/23] checkpatch: types: unary -- goto introduces unary context
` [PATCH 08/23] checkpatch: macros: fix statement counting block end detection
` [PATCH 09/23] checkpatch: trailing statement indent: fix end of statement location
` [PATCH 10/23] checkpatch: allow printk strings to exceed 80 characters to maintain their searchability
` [PATCH 11/23] checkpatch: switch -- report trailing statements on case and default
` [PATCH 12/23] checkpatch: check spacing for square brackets
` [PATCH 13/23] checkpatch: toughen trailing if statement checks and extend them to while and for
` [PATCH 14/23] checkpatch: condition/loop indent checks
` [PATCH 15/23] checkpatch: usb_free_urb() can take NULL
` [PATCH 16/23] checkpatch: correct spelling in kfree checks
` [PATCH 17/23] checkpatch: allow for type modifiers on multiple declarations
` [PATCH 18/23] checkpatch: improve type matcher debug
` [PATCH 19/23] checkpatch: possible modifiers are not being correctly matched
` [PATCH 20/23] checkpatch: macro complexity checks are meaningless in linker scripts
` [PATCH 21/23] checkpatch: handle return types of pointers to functions
` [PATCH 22/23] checkpatch: possible types -- known modifiers cannot be types
` [PATCH 23/23] checkpatch: possible modifiers -- handle multiple modifiers and trailing

[patch 12/21] perfmon2 minimal: sysfs interface
 2008-06-12 12:54 UTC  (4+ messages)

[PATCH] ssb: Partial revert of 4ac5846 to fix coherent DMA mask setting
 2008-06-12 12:52 UTC 

[PATCH] Version 3: Reworked Cell OProfile: SPU mutex lock fix
 2008-06-12 12:31 UTC  (4+ messages)

[PATCH] ext2: Use page_mkwrite vma_operations to get mmap write notification
 2008-06-12 12:22 UTC  (5+ messages)

Confusions with reserve_early, reserve_bootmem, e820, efi, ... on x86_64
 2008-06-12 12:25 UTC  (2+ messages)

[PATCH] sched: fair group: fix divide by zero
 2008-06-12 12:22 UTC  (5+ messages)
  ` [PATCH 1/2] sched: fair group: fix overflow(was: fix divide by zero)

26-rc5+git hang on boot bluetooth hidd/hid_devices
 2008-06-12 12:19 UTC  (7+ messages)

[rt] __reacquire_lock_kernel bug?
 2008-06-12 12:06 UTC  (2+ messages)

[PATCH 1/1] MM: virtual address debug
 2008-06-12 11:56 UTC 

2.6.25.3: su gets stuck for root
 2008-06-12 11:52 UTC  (11+ messages)

2.6.26-rc5-mm3
 2008-06-12 11:38 UTC  (8+ messages)
` 2.6.26-rc5-mm3: kernel BUG at mm/vmscan.c:510
` [BUG] 2.6.26-rc5-mm3 kernel BUG at mm/filemap.c:575!

[ANNOUNCE] linux-staging tree created
 2008-06-12 11:37 UTC  (4+ messages)

Linux 2.6.26-rc4
 2008-06-12 11:21 UTC  (19+ messages)

[patch 00/41] cpu alloc / cpu ops v3: Optimize per cpu access
 2008-06-12 11:21 UTC  (6+ messages)
` [patch 04/41] cpu ops: Core piece for generic atomic per cpu operations

Latest release of collectl can now show top processes sorted by I/O
 2008-06-12 11:14 UTC 

Force a usb drive to be /dev/sda?
 2008-06-12 11:11 UTC  (2+ messages)

8139cp/too support not accessible?
 2008-06-12 11:03 UTC  (2+ messages)

[PATCH 0/5] x86: minor PAT adaptations
 2008-06-12 10:57 UTC  (4+ messages)

[2.6.26-rc5-git2] WARNING: at kernel/lockdep.c:2658 check_flags+0x4c/0x128()
 2008-06-12 10:56 UTC  (5+ messages)

XFS internal error xfs_trans_cancel at line 1163 of file fs/xfs/xfs_trans.c
 2008-06-12 10:30 UTC 

repeatable slab corruption with LTP msgctl08
 2008-06-12 10:41 UTC  (10+ messages)

[PATCH] nommu: Correct kobjsize() page validity checks
 2008-06-12 10:20 UTC  (3+ messages)

[PATCH 1/1] tracer: fix printout
 2008-06-12  9:51 UTC  (2+ messages)

EOF from the N_TTY ldisc intended?
 2008-06-12  9:36 UTC 

[PATCH REPOST] IB/ehca: In case of lost interrupts, trigger EOI to reenable interrupts
 2008-06-12  9:39 UTC  (7+ messages)

[PATCH 0/6][v2] ext{2,3,4}: tighten inheritance and setting of inode flags
 2008-06-12  9:38 UTC  (7+ messages)
` [PATCH 1/6] ext2: don't inherit inappropriate inode flags from parent
  ` [PATCH 2/6] ext3: "
    ` [PATCH 3/6] ext4: "
      ` [PATCH 4/6] ext2: tighten restrictions on inode flags

SB600 AHCI: Hard Disk Corruption
 2008-06-12  9:34 UTC  (4+ messages)
  ` [PATCH] x86 GART: Add resume handling (was: Re: >3G => iommu => suspend problems -- was Re: SB600 AHCI: Hard Disk Corruption)

[PATCH] Clean up thermal API
 2008-06-12  9:28 UTC  (5+ messages)
` [PATCH] More cleanup of the "
  ` [RFC] Implement thermal limiting in generic thermal class

BUG: NULL pointer dereference at 00000000 -- IP: [<f8e783d5>] :b43:b43_dma_mapping_error+0x16/0x155
 2008-06-12  9:14 UTC  (4+ messages)

[PATCH 6/6] gcov: architecture specific compile flag adjustments
 2008-06-12  9:12 UTC  (3+ messages)

[-mm][PATCH 0/4] Add memrlimit controller (v5)
 2008-06-12  9:12 UTC  (12+ messages)
` [-mm][PATCH 2/4] Setup the "

[PATCH 2/2] sched: 64bit: fix overflow(was: fix divide by zero)
 2008-06-12  8:50 UTC  (2+ messages)

[PATCH -mm] fix per-device dma_mapping_ops support
 2008-06-12  8:21 UTC 

[PATCH -mm] x86 calgary: fix handling of devces that aren't behind the Calgary
 2008-06-12  7:29 UTC  (3+ messages)

Two questions on VFS/mm
 2008-06-12  8:18 UTC  (3+ messages)

2.6.26-rc5-mm2
 2008-06-12  8:13 UTC  (8+ messages)
` 2.6.26-rc5-mm2 compile error in vmscan.c
` [BUG] 2.6.26-rc5-mm2 - kernel BUG at arch/x86/kernel/setup.c:388!

sched_yield() on 2.6.25
 2008-06-12  8:09 UTC  (3+ messages)

[patch] x86: microcode: Cosmetic changes
 2008-06-12  7:48 UTC  (4+ messages)

linux-next: Tree for June 12
 2008-06-12  7:53 UTC 

macbook pro dvd playback after suspend Buffer I/O error
 2008-06-12  7:45 UTC  (13+ messages)

ARM on qemu: running kernel 2.6.20 or newer?
 2008-06-12  7:35 UTC  (3+ messages)

WARNING : section mismatch while compiling 2.6.25.6
 2008-06-12  7:29 UTC 

[PATCH 00/18] misc generic ide stuff
 2008-06-12  6:41 UTC  (13+ messages)
` [PATCH 02/18] ide-cd: remove ide_cd_drain_data and ide_cd_pad_transfer
` [PATCH 08/18] ide-cd: simplify request issuing path
` [PATCH 09/18] ide-cd: fold cdrom_start_seek into ide_cd_do_request
` [PATCH 10/18] ide-cd: move request prep from cdrom_start_seek_continuation to rq issue path
` [PATCH 11/18] ide-cd: move request prep from cdrom_start_rw_cont "
` [PATCH 12/18] ide-cd: move request prep chunk from cdrom_do_newpc_cont "
` [PATCH 13/18] ide-floppy: replace pc->c with rq->cmd
` [PATCH 14/18] ide-floppy: fold idefloppy_create_test_unit_ready_cmd into idefloppy_open
` [PATCH 15/18] ide-floppy: zero out the whole struct ide_atapi_pc on init
` [PATCH 16/18] ide-floppy: pass rq instead of pc to idefloppy_issue_pc
` [PATCH 17/18] ide-floppy: cleanup idefloppy_create_rw_cmd
` [PATCH 18/18] ide: use flags in IRQ handler


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox