The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2007-08-11 13:41:00 to 2007-08-12 11:24:49 UTC [more...]

[RFC] FUSE: mnotify (was: [RFC] VFS: mnotify)
 2007-08-12 11:24 UTC  (2+ messages)

[2.6.20.16 review 00/28] 2.6.20.16 -stable review
 2007-08-12 11:15 UTC  (27+ messages)
` [2.6.20.16 review 01/28] i386: Fix K8/core2 oprofile on multiple CPUs
` [2.6.20.16 review 02/28] md: Avoid overflow in raid0 calculation with large components
` [2.6.20.16 review 03/28] md: Dont write more than is required of the last page of a bitmap
` [2.6.20.16 review 04/28] make freezeable workqueues singlethread
` [2.6.20.16 review 05/28] Char: cyclades, fix deadlock
` [2.6.20.16 review 06/28] e1000: disable polling before registering netdevice
` [2.6.20.16 review 08/28] x86_64: allocate sparsemem memmap above 4G
` [2.6.20.16 review 09/28] sparsemem: fix oops in x86_64 show_mem
` [2.6.20.16 review 10/28] rt-mutex: Fix stale return value
` [2.6.20.16 review 11/28] rt-mutex: Fix chain walk early wakeup bug
` [2.6.20.16 review 13/28] md: Fix two raid10 bugs
` [2.6.20.16 review 14/28] md: Fix bug in error handling during raid1 repair
` [2.6.20.16 review 15/28] dm crypt: disable barriers
` [2.6.20.16 review 16/28] dm crypt: fix call to clone_init
` [2.6.20.16 review 17/28] dm crypt: fix avoid cloned bio ref after free
` [2.6.20.16 review 19/28] sched: fix next_interval determination in idle_balance()
` [2.6.20.16 review 21/28] audit: fix oops removing watch if audit disabled
` [2.6.20.16 review 22/28] POWERPC: Fix subtle FP state corruption bug in signal return on SMP
` [2.6.20.16 review 23/28] mm: kill validate_anon_vma to avoid mapcount BUG
` [2.6.20.16 review 24/28] saa7134: fix thread shutdown handling
` [2.6.20.16 review 25/28] serial: clear proper MPSC interrupt cause bits
` [2.6.20.16 review 26/28] i386: fix infinite loop with singlestep int80 syscalls
` [2.6.20.16 review 27/28] NTP: remove clock_was_set() call to prevent deadlock
` [2.6.20.16 review 28/28] sky2: workaround for lost IRQ

v2.6.23-rc2 locks up during boot (without acpi=off)
 2007-08-12 11:20 UTC  (3+ messages)

[PATCH] Smack: Simplified Mandatory Access Control Kernel
 2007-08-12 11:16 UTC  (15+ messages)

reset during bootup - solved
 2007-08-12 11:09 UTC  (2+ messages)

Are we properly prepared to handle 3 Socket setups?
 2007-08-12 11:46 UTC  (10+ messages)

[PATCH] Fix triplefault on x86-64 bootup
 2007-08-12 10:46 UTC  (9+ messages)
` [discuss] "
` Please remove ab144f5ec64c42218a555ec1dbde6b60cf2982d6 was "

menuconfig should wrap long lines
 2007-08-12 10:48 UTC  (3+ messages)

2.6.23-rc1 regression: hwmon/w83627ehf: wrong fan speed
 2007-08-12 10:43 UTC  (12+ messages)

[PATCH] run_rebalance_domains: s/SCHED_IDLE/CPU_IDLE/
 2007-08-12 10:36 UTC  (2+ messages)

[PATCH] make atomic_t volatile on all architectures
 2007-08-12 10:35 UTC  (13+ messages)

[RFD] Layering: Use-Case Composers (was: DRBD - what is it, anyways? [compare with e.g. NBD + MD raid])
 2007-08-12 10:35 UTC 

uninline check_signature()
 2007-08-12 10:24 UTC  (11+ messages)
                    ` [PATCH] Introduce CONFIG_CHECK_SIGNATURE (was: Re: uninline check_signature())

2.6.23-rc2-mm2
 2007-08-12 10:15 UTC  (6+ messages)
    ` [linux-usb-devel] 2.6.23-rc2-mm2
` [PATCH] Re: 2.6.23-rc2-mm2: sata disk going slow

[PATCH] [0/12] x86 Late merge bug fixes for 2.6.23
 2007-08-12 10:03 UTC  (4+ messages)
` [PATCH] [1/12] x86: Work around mmio config space quirk on AMD Fam10h

Problems with USB disk
 2007-08-12  9:54 UTC  (6+ messages)

[patch 00/10] m68k patches for 2.6.23-rc2
 2007-08-12  9:41 UTC  (11+ messages)
` [patch 01/10] m68k: <asm/page.h> needs <linux/compiler.h>
` [patch 02/10] m68k: Kill superfluous extern
` [patch 03/10] m68k: Remove unnecessary m68k_memoffset export and init
` [patch 04/10] remove dead code in via-pmu68k
` [patch 05/10] m68k: Use _AC() instead of #ifdef __ASSEMBLY__
` [patch 06/10] m68k: Enable arbitary speed tty support
` [patch 07/10] m68k: Dont include RODATA into text segment
` [patch 08/10] m68k: Fix a few hickups in drivers/scsi/Kconfig
` [patch 09/10] zorro: Make sysfs `config attribute read-only
` [patch 10/10] m68k/mac: Make mac_hid_mouse_emulate_buttons() declaration visible

[BUGFIX] NULL pointer dereference in __vm_enough_memory()
 2007-08-12  9:25 UTC  (9+ messages)

[PATCH 0/6] writeback time order/delay fixes take 3
 2007-08-12  9:11 UTC  (7+ messages)
  ` [PATCH 1/6] writeback: fix time ordering of the per superblock inode lists 8
  ` [PATCH 2/6] writeback: fix ntfs with sb_has_dirty_inodes()
  ` [PATCH 3/6] writeback: remove pages_skipped accounting in __block_write_full_page()
  ` [PATCH 4/6] check dirty inode list
  ` [PATCH 5/6] prevent time-ordering warnings
  ` [PATCH 6/6] track redirty_tail() calls

[PATCH] drivers/md/dm-crypt.c: potential memleak fix
 2007-08-12  9:11 UTC 

Process stuck in md_wakeup_thread
 2007-08-12  8:23 UTC  (2+ messages)

When to use a freezeable workqueue?
 2007-08-12  8:11 UTC 

[PATCH] Add support for 1533 bridge to alim1535_wdt
 2007-08-12  7:44 UTC 

Documentation files in html format?
 2007-08-12  3:27 UTC  (22+ messages)

cciss: warning: right shift count >= width of type
 2007-08-12  6:58 UTC  (6+ messages)
  ` [PATCH] "

[PATCH] - Add "def_bool" Kconfig format documentation
 2007-08-12  6:39 UTC  (3+ messages)

[PATCH] [1/2] - FInd the maintainer(s) for a patch - scripts/get_maintainer.pl
 2007-08-12  6:20 UTC 

[GIT PATCH] ACPI patches for 2.6.23-rc2
 2007-08-12  6:08 UTC 

[BUGFIX] NULL pointer dereference in __vm_enough_memory()
 2007-08-12  5:45 UTC  (3+ messages)

CFS review
 2007-08-12  5:17 UTC  (11+ messages)

Driver-level memory management
 2007-08-12  5:04 UTC  (2+ messages)

[PATCH] sysdev: remove global sysdev drivers list
 2007-08-12  4:44 UTC 

CFS review
 2007-08-12  4:17 UTC  (2+ messages)

[BUG] Kernel panic - not syncing: VFS
 2007-08-12  3:34 UTC 

reset during bootup - 2.6.23-rc2 (git d23cf676)
 2007-08-12  3:30 UTC 

[GIT PULL] sh64 updates for 2.6.23-rc3
 2007-08-12  3:23 UTC 

[GIT PULL] sh updates for 2.6.23-rc3
 2007-08-12  3:23 UTC 

mtd: build failure in drivers/mtd/chips/chipreg.c / include/linux/mtd/map.h
 2007-08-11 23:51 UTC 

mtd: build failure - error: implicit declaration of function 'cfi_interleave'
 2007-08-11 23:46 UTC 

Build failure in advansys driver - error: implicit declaration of function 'to_pci_dev'
 2007-08-11 23:43 UTC 

Hibernation considerations
 2007-08-11 23:43 UTC  (6+ messages)
      ` encrypted hibernation (was Re: Hibernation considerations)

two questions about the boot_delay
 2007-08-11 23:33 UTC  (2+ messages)

[PATCH 00/23] per device dirty throttling -v8
 2007-08-11 23:14 UTC  (11+ messages)

[PATCH 0/5] Add some missing Documentation/*/00-INDEX files
 2007-08-11 22:49 UTC  (6+ messages)
` [PATCH 1/5] Add a 00-INDEX file to Documentation/auxdisplay/
` [PATCH 2/5] Add a 00-INDEX file to Documentation/mips/
` [PATCH 3/5] Add a 00-INDEX file to Documentation/sysctl/
` [PATCH 4/5] Add a 00-INDEX file to Documentation/telephony/
` [PATCH 5/5] Add a 00-INDEX file to Documentation/watchdog/

[PATCH 3/3] ACPI: thinkpad-acpi: change thinkpad-acpi input default and kconfig help
 2007-08-11 22:16 UTC  (2+ messages)

Weird network problems with 2.6.23-rc2
 2007-08-11 21:55 UTC  (2+ messages)

[PATCH] tuxonice-head 070811
 2007-08-11 21:47 UTC 

resume from ram much slower
 2007-08-11 21:50 UTC  (4+ messages)

[3/3] 2.6.23-rc2: known regressions v2
 2007-08-11 21:42 UTC  (3+ messages)

[PATCH] Minor fix to Documentation/powerpc/00-INDEX
 2007-08-11 21:33 UTC  (2+ messages)

joydev.c and saitek cyborg evo force
 2007-08-11 21:15 UTC  (16+ messages)

[PATCH] Add missing newlines to some uses of dev_<level> messages
 2007-08-11 19:31 UTC  (3+ messages)

2.6.23-rc2-mm1
 2007-08-11 19:39 UTC  (10+ messages)
` 2.6.23-rc2-mm1: rcutorture xtime usage

2.6.22-rc: regression: no irda0 interface (2.6.21 was OK), smsc does not find chip
 2007-08-11 18:39 UTC  (4+ messages)

sb-400 audigy prob
 2007-08-11 17:57 UTC  (2+ messages)

[PATCH] 2.6.23-rc2 error compiling fs/drop_caches.c (struct super_block errors)
 2007-08-11 17:53 UTC 

[PATCH 2.6.23-rc2] hwmon: HP Mobile Data Protection System 3D ACPI driver (resend)
 2007-08-11 17:14 UTC  (2+ messages)

Use of directories to hold root?
 2007-08-11 16:07 UTC  (5+ messages)

[PATCH 00/16] Permit filesystem local caching [try #3]
 2007-08-11 15:56 UTC  (2+ messages)

Serial ports rearranged in 2.6.22?
 2007-08-11 15:49 UTC  (3+ messages)

Unexpected busfree in Message-in phase
 2007-08-11 15:10 UTC 

[RFC][PATCH] fix for async scsi scan sysfs problem (resend)
 2007-08-11 15:04 UTC  (9+ messages)

[PATCH 7/7] uvesafb: try to set mode with default timings if setting it with our own timings failed
 2007-08-11 14:43 UTC 

[PATCH 6/7] uvesafb: use the default refresh rate if the monitor limits are not set
 2007-08-11 14:42 UTC 

[PATCH 5/7] uvesafb: use VISUAL_TRUECOLOR as the default visual
 2007-08-11 14:41 UTC 

[PATCH 4/7] uvesafb: add info about pmipal, yrap and ypan being available only on x86
 2007-08-11 14:40 UTC 

[PATCH 3/7] uvesafb: fix a typo in a warning
 2007-08-11 14:40 UTC 

[PATCH 2/7] uvesafb: always use mutexes when accessing uvfb_tasks
 2007-08-11 14:39 UTC 

[PATCH 1/7] uvesafb: set the refresh rate to 60Hz if nocrtc is used
 2007-08-11 14:38 UTC 

[PATCH 0/7] uvesafb: miscellaneous fixes and updates
 2007-08-11 14:37 UTC 

[patch 0/4] Updated AN patches, now without gendisk
 2007-08-11 14:00 UTC  (2+ messages)


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