public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-09-20 14:35:25 to 2007-09-20 22:01:31 UTC [more...]

2.6.23-rc6-mm1
 2007-09-20 22:01 UTC  (48+ messages)
` 2.6.23-rc6-mm1: atomic counter underflow
        ` kobject: Temporarily save k_name on cleanup for debug message
` 2.6.23-rc6-mm1 - make access to tasks nsproxy ligther (fix)
` 2.6.23-rc6-mm1: Build failure on ppc64 drivers/ata/pata_scc.c
` 2.6.23-rc6-mm1: failure to boot on HP nx6325, no sound when booted, USB-related WARNING

[Announce] Linux-tiny project revival
 2007-09-20 22:53 UTC  (17+ messages)
` [Celinux-dev] "
        ` Monster switch for small size (was Linux-tiny revival)
    ` printk proposal - (was Linux-tiny project revival)

(no subject)
 2007-09-20 20:35 UTC 

[PATCH 0/11] eCryptfs: Introduce persistent lower files for each eCryptfs inode
 2007-09-20 21:44 UTC  (4+ messages)
` [PATCH 4/11] eCryptfs: Replace encrypt, decrypt, and inode size write

[PATCH 2.6.23-rc6-mm1] - Panic in blk_rq_map_sg() from CCISS driver
 2007-09-20 21:37 UTC 

[PATCH 2.6.23-rc4][reRESEND] ahci: RAID mode SATA patch for Intel Tolapai
 2007-09-20 21:35 UTC  (2+ messages)

Processes spinning forever, apparently in lock_timer_base()?
 2007-09-20 21:29 UTC  (7+ messages)

[PATCH 0/1] x86: Reduce Memory Usage for large CPU count systems v2
 2007-09-20 21:30 UTC  (2+ messages)
` [PATCH 1/1] x86: Convert cpuinfo_x86 array to a per_cpu array v2

Don't cross the (tty) streams
 2007-09-20 21:29 UTC  (2+ messages)

[PATCH][VER 4] mspec: handle shrinking virtual memory areas
 2007-09-20 21:17 UTC  (2+ messages)

2.6.23-rc4-mm1
 2007-09-20 21:25 UTC  (7+ messages)
` 2.6.23-rc4-mm1: git-block.patch broke pktcdvd
          ` [PATCH] pktcdvd: don't rely on bio_init() preserving bio->bi_destructor

2.6.23-rc6: S4 and S5 no longer listed as supported on Toshiba Satellite A40
 2007-09-20 21:18 UTC  (16+ messages)
      ` 2.6.23-rc6: S4 and S5 no longer listed as supported on ToshibaSatellite A40

[PATCH 2.6.23-rc5] ata_piix: replace spaces with tabs
 2007-09-20 21:15 UTC  (2+ messages)

[patch] ata: increase allowed config flags
 2007-09-20 21:15 UTC  (2+ messages)

[PATCH] mptbase: Reset ioc initiator during PCI resume
 2007-09-20 21:10 UTC 

[PATCH -mm] ssb: Make pcmciahost depend on PCMCIA=y
 2007-09-20 20:33 UTC  (7+ messages)

[PATCH 0/1] x86: Reduce Memory Usage for large CPU count systems
 2007-09-20 20:49 UTC  (3+ messages)
` [PATCH 1/1] x86: Convert cpuinfo_x86 array to a per_cpu array

sys_chroot+sys_fchdir Fix
 2007-09-20 20:53 UTC  (6+ messages)

[PATCH] Consolidate sleeping routines in file locking code
 2007-09-20 20:39 UTC  (4+ messages)

[PATCH] Fix potential OOPS in generic_setlease() (v2)
 2007-09-20 20:36 UTC  (2+ messages)

increase AT_VECTOR_SIZE to terminate saved_auxv properly
 2007-09-20 20:22 UTC  (5+ messages)
` [PATCH] "

[PATCH] rpc: fix garbage in printk in svc_tcp_accept()
 2007-09-20 20:21 UTC  (3+ messages)

[Announce] LessWatts.org power saving project
 2007-09-20 20:21 UTC  (2+ messages)

[git patches] libata fixes
 2007-09-20 20:15 UTC 

what is the difference between shutdown command and writing to /sys/power/state
 2007-09-20 20:25 UTC  (7+ messages)

[resend PATCH 03/25] give may_open() a local 'mnt' variable
 2007-09-20 20:03 UTC 

[BUG]: ACPI wakup devices (/proc/acpi/wakeup) don't wake the system anymore after hibernation
 2007-09-20 20:14 UTC  (4+ messages)

[PATCH 00/25] Read-only bind mounts
 2007-09-20 19:57 UTC  (27+ messages)
` [PATCH 01/25] filesystem helpers for custom 'struct file's
` [PATCH 02/25] rearrange may_open() to be r/o friendly
` [PATCH 03/25] give may_open() a local 'mnt' variable
` [PATCH 04/25] create cleanup helper svc_msnfs()
` [PATCH 05/25] r/o bind mounts: stub functions
` [PATCH 06/25] elevate write count open()'d files
` [PATCH 07/25] r/o bind mounts: elevate write count for some ioctls
` [PATCH 08/25] elevate writer count for chown and friends
` [PATCH 09/25] make access() use mnt check
` [PATCH 10/25] elevate mnt writers for callers of vfs_mkdir()
` [PATCH 11/25] elevate write count during entire ncp_ioctl()
` [PATCH 12/25] elevate write count for link and symlink calls
` [PATCH 13/25] elevate mount count for extended attributes
` [PATCH 14/25] elevate write count for file_update_time()
` [PATCH 15/25] unix_find_other() elevate write count for touch_atime()
` [PATCH 16/25] elevate write count over calls to vfs_rename()
` [PATCH 17/25] nfs: check mnt instead of superblock directly
` [PATCH 18/25] elevate writer count for do_sys_truncate()
` [PATCH 19/25] elevate write count for do_utimes()
` [PATCH 20/25] elevate write count for do_sys_utime() and touch_atime()
` [PATCH 21/25] sys_mknodat(): elevate write count for vfs_mknod/create()
` [PATCH 22/25] elevate mnt writers for vfs_unlink() callers
` [PATCH 23/25] do_rmdir(): elevate write count
` [PATCH 24/25] r/o bind mounts: track number of mount writers
` [PATCH 25/25] honor r/w changes at do_remount() time

Lossy interrupts on x86_64
 2007-09-20 19:50 UTC  (5+ messages)

[git] CFS-devel, group scheduler, fixes
 2007-09-20 19:48 UTC  (10+ messages)

[patch] signalfd simplification
 2007-09-20 19:40 UTC 

[git patches] net driver fixes
 2007-09-20 19:33 UTC 

[GIT PULL] IEEE1394 fix
 2007-09-20 19:29 UTC 

[PATCH 1/3] fix OOPS in platform uevent
 2007-09-20 19:06 UTC  (3+ messages)
` [PATCH 2/3] missing null termination in power supply uevent
` [PATCH 3/3] missing null termination in one wire uevent

[Bugme-new] [Bug 9043] New: tty not printed to screen
 2007-09-20 19:04 UTC 

2.6.23-rc6-mm1: BUG kmalloc-16: Object padding overwritten (sysfs?)
 2007-09-20 18:54 UTC  (11+ messages)

[PATCH 00/24] Read-only bind mounts
 2007-09-20 18:47 UTC  (10+ messages)
` [PATCH 01/24] filesystem helpers for custom 'struct file's
    ` [PATCH] docuement "
` [PATCH 02/24] rearrange may_open() to be r/o friendly

[git patches] net driver updates
 2007-09-20 18:42 UTC  (2+ messages)

[PATCH 0/4] [-mm patch] Cleanup add-vmcoreinfo.patch v2
 2007-09-20 18:40 UTC  (7+ messages)
` [PATCH 4/4] [-mm patch] Add a prefix "VMCOREINFO_" to the vmcoreinfo macros
      ` [PATCH 5/4] [-mm patch] Rename macros returning the size

[RFC PATCH] Add CRC checksum for RCU lists
 2007-09-20 18:34 UTC 

[RFC][PATCH] page->mapping clarification [1/3] base functions
 2007-09-20 18:26 UTC  (2+ messages)

[GIT PULL] [x86 setup] Fix VESA mode decoding in ACPI wakeup
 2007-09-20 18:16 UTC 

[PATCH] sb1250-mac.c: De-typedef, de-volatile, de-etc
 2007-09-20 18:14 UTC  (10+ messages)

[00/41] Large Blocksize Support V7 (adds memmap support)
 2007-09-20 18:11 UTC  (14+ messages)

[PATCH getrusage: return ru_maxrss
 2007-09-20 18:09 UTC  (2+ messages)

[PATCH 2.6.23-rc6 Resending] NETWORKING : Edge Triggered EPOLLOUT events get missed for TCP sockets
 2007-09-20 17:56 UTC  (3+ messages)

tbench regression - Why process scheduler has impact on tbench and why small per-cpu slab (SLUB) cache creates the scenario?
 2007-09-20 17:53 UTC  (11+ messages)

[PATCH -mm] sb16: Shut up uninitialized var build warning
 2007-09-20 17:52 UTC  (3+ messages)

[00/17] [RFC] Virtual Compound Page Support
 2007-09-20 17:50 UTC  (4+ messages)
` [13/17] Virtual compound page freeing in interrupt context

[PATCH 2/3] CRED: Split the task security data and move part of it into struct cred
 2007-09-20 17:33 UTC  (4+ messages)

kdump detection in SCSI drivers
 2007-09-20 17:47 UTC  (3+ messages)

[PATCH 2.6.23-rc6 Resending] NETWORKING : Edge Triggered EPOLLOUT events get missed for TCP sockets
 2007-09-20 17:42 UTC  (2+ messages)

[RFC][PATCH 0/6] using lockdep to validate rcu usage
 2007-09-20 17:31 UTC  (11+ messages)
` [RFC][PATCH 2/6] lockdep: validate rcu_dereference() vs rcu_read_lock()

[PATCH] kernel/printk.c: Concerns about the console handover
 2007-09-20 17:28 UTC 

[patch 0/7] Add extended crashkernel command line syntax
 2007-09-20 17:19 UTC  (4+ messages)
` [patch 3/7] Use extended crashkernel command line on x86_64

[patch 0/7] Add extended crashkernel command line syntax
 2007-09-20 17:18 UTC  (8+ messages)
` [patch 1/7] Extended crashkernel command line
` [patch 2/7] Use extended crashkernel command line on i386
` [patch 3/7] Use extended crashkernel command line on x86_64
` [patch 4/7] Use extended crashkernel command line on ia64
` [patch 5/7] Use extended crashkernel command line on ppc64
` [patch 6/7] Use extended crashkernel command line on sh
` [patch 7/7] Add documentation for extended crashkernel syntax

MTRR initialization
 2007-09-20 17:08 UTC  (5+ messages)

[PATCH] ide-cd is unmaintained
 2007-09-20 17:05 UTC  (3+ messages)

Problems with 2.6.23-rc6 on AMD Geode LX800
 2007-09-20 17:00 UTC  (2+ messages)

[PATCH 1/3] netlink: use the macro min(x,y) provided by <linux/kernel.h> instead
 2007-09-20 16:56 UTC  (4+ messages)
` [PATCH 2/3] netlink: the temp variable name max is ambiguous

[PATCH] net/ipv4/af_inet.c: use ARRAY_SIZE macro from kernel.h instead
 2007-09-20 16:49 UTC  (4+ messages)
` [PATCH 1/2] net/: all net/ cleanup with ARRAY_SIZE

[PATCH 1/3] Normalize config options for guest support
 2007-09-20 16:47 UTC  (8+ messages)
` [PATCH 3/3] Time to make CONFIG_PARAVIRT non-experimental

[PATCH 02/03] CM-x270: ITE 8152 PCI bridge support
 2007-09-20 16:04 UTC 

UML dead with current -git?
 2007-09-20 16:35 UTC  (7+ messages)

[PATCH] RDMA/CMA: Use neigh_event_send() to initiate neighbour discovery
 2007-09-20 16:31 UTC  (3+ messages)

[PATCH 0/3] IB/ehca: MR/MW fixes
 2007-09-20 16:29 UTC  (3+ messages)
` [PATCH 3/3] IB/ehca: Make sure user pages are from hugetlb before using MR large pages

[PATCH] mmc: Disabler for Ricoh MMC controller
 2007-09-20 16:24 UTC  (2+ messages)

Bogus high interrupt load?
 2007-09-20 16:19 UTC  (2+ messages)

PROBLEM: System Freeze on Particular workload with kernel 2.6.22.6
 2007-09-20 16:14 UTC  (2+ messages)

[PATCH 3/3] CRED: Move the effective capabilities into the cred struct
 2007-09-20 16:09 UTC  (3+ messages)

[PATCH] UML - Fix irqstack crash
 2007-09-20 15:57 UTC  (3+ messages)
  ` [uml-devel] "

error from checkpatch.pl version 0.10
 2007-09-20 15:53 UTC  (3+ messages)

[PATCH] Removed DOS EOLs from Documentation/input/iforce-protocol.txt
 2007-09-20 15:46 UTC 

PROBLEM: System Freeze on Particular workload with kernel 2.6.22.6
 2007-09-20 15:24 UTC  (3+ messages)

[v4l-dvb-maintainer] [PATCH] cafe_ccic: default to allocating DMA buffers at probe time
 2007-09-20 15:16 UTC  (2+ messages)

[PATCH] binfmt_flat: minimum support for the Blackfin relocations
 2007-09-20 15:03 UTC  (8+ messages)
` [PATCH] binfmt_flat: minimum support for theBlackfin relocations

ACPI video mode patch review
 2007-09-20 14:51 UTC  (5+ messages)

bnx2 dirver's firmware images
 2007-09-20 14:49 UTC  (4+ messages)

[PATCH] usb-gadget-ether: Prevent oops caused by error interrupt race
 2007-09-20 14:46 UTC 

[PATCH] tty: expose new methods needed for drivers to get termios right
 2007-09-20 14:42 UTC 


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