public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2005-11-30 17:13:57 to 2005-12-01 10:05:52 UTC [more...]

netdev queue updated
 2005-12-01 10:05 UTC 

[patch 5/9] ACPI should depend on, not select PCI
 2005-12-01 10:00 UTC  (2+ messages)

libata queue updated
 2005-12-01 10:01 UTC 

[NET] Remove ARM dependency for dm9000 driver
 2005-12-01  9:51 UTC  (11+ messages)

Linux 2.6.15-rc3
 2005-12-01  9:37 UTC  (7+ messages)

[ANNOUNCE] Wolf Mountain File System Archives and Releases
 2005-12-01  9:35 UTC  (3+ messages)

[PATCH 0/9] x86-64 put current in r10
 2005-12-01  9:06 UTC  (9+ messages)

[PATCH] kprobes: fix race in unregister_kprobe()
 2005-12-01  8:36 UTC 

[PATCH] modinfo vmlinux
 2005-12-01  8:33 UTC 

[PATCH] aic79xx should be able to ignore HostRAID enabled adapters
 2005-12-01  8:22 UTC  (4+ messages)

ACPI: PCI Interrupt Link [LNKA] (IRQs *7)
 2005-12-01  8:22 UTC 

[PATCH] Add MIPS dependency for dm9000 driver
 2005-12-01  8:05 UTC  (3+ messages)

git pull on Linux/ACPI release tree
 2005-12-01  8:05 UTC 

speedtch driver, 2.6.14.2
 2005-12-01  7:59 UTC  (4+ messages)

[PATCH] Additional device ID for Conexant AccessRunner USB driver
 2005-12-01  7:50 UTC  (4+ messages)
` [linux-usb-devel] "

[RESEND] [PATCH] drivers/net/wireless/airo.c unsigned comparason
 2005-12-01  7:39 UTC  (2+ messages)

[PATCH 2.6-git] SPI core refresh
 2005-12-01  7:31 UTC  (11+ messages)

Linux 2.6.15-rc4
 2005-12-01  6:40 UTC 

Gene's pcHDTV 3000 analog problem
 2005-12-01  4:09 UTC  (13+ messages)

Fix handling of ELF segments with zero filesize
 2005-12-01  5:45 UTC  (5+ messages)

[ANNOUNCE][RFC] PlugSched-6.1.5 for 2.6.14, 2.6.15-rc2 and 2.6.15-rc2-mm1
 2005-12-01  5:39 UTC  (2+ messages)

[BUG] Variable stopmachine_state should be volatile
 2005-12-01  5:27 UTC 

Linux SATA status report updated
 2005-12-01  5:26 UTC 

Why does insmod _not_ check for symbol redefinition ??
 2005-12-01  5:25 UTC  (4+ messages)

Megaraid problems
 2005-12-01  4:34 UTC 

The Best Super Vaigra mfl
 2005-12-01  4:33 UTC 

[GIT PATCH] USB patches for 2.6.15-rc3
 2005-12-01  4:10 UTC  (6+ messages)
    ` (no subject)

Enabling RDPMC in user space by default
 2005-12-01  4:08 UTC  (4+ messages)

[patch 00/43] ktimer reworked
 2005-12-01  3:57 UTC  (5+ messages)

x86_64/HOTPLUG_CPU: NULL dereference doesn't #PF with init_level4_pgt
 2005-12-01  4:03 UTC 

[BUG][PATCH] Kprobes: Reference count the modules when probed on it
 2005-12-01  3:32 UTC 

[BUG] Variable stopmachine_state should be volatile
 2005-12-01  3:25 UTC  (2+ messages)

[patch 01/43] Move div_long_long_rem out of jiffies.h
 2005-12-01  2:51 UTC  (46+ messages)
` [patch 02/43] Remove duplicate div_long_long_rem implementation
` [patch 03/43] Deinline mktime and set_normalized_timespec
` [patch 04/43] Clean up mktime and add const modifiers
` [patch 05/43] Export deinlined mktime
` [patch 06/43] Remove unused clock constants
` [patch 07/43] Cleanup clock constants coding style
` [patch 08/43] Coding style and whitespace cleanup time.h
` [patch 09/43] Make clock selectors in posix-timers const
` [patch 10/43] Coding style and white space cleanup posix-timer.h
` [patch 11/43] Create timespec_valid macro
` [patch 12/43] Check user space timespec in do_sys_settimeofday
` [patch 13/43] Introduce nsec_t type and conversion functions
` [patch 14/43] Introduce ktime_t time format
` [patch 15/43] ktimer core code
` [patch 16/43] ktimer documentation
` [patch 17/43] Switch itimers to ktimer
` [patch 18/43] Remove now unnecessary includes
` [patch 19/43] Introduce ktimer_nanosleep APIs
` [patch 20/43] Convert sys_nanosleep to ktimer_nanosleep
` [patch 21/43] Switch clock_nanosleep to ktimer nanosleep API
` [patch 22/43] Convert posix interval timers to use ktimers
` [patch 23/43] Simplify ktimers rearm code
` [patch 24/43] Split timeout code into kernel/ktimeout.c
` [patch 25/43] Create ktimeout.h and move timer.h code into it
` [patch 26/43] Rename struct timer_list to struct ktimeout
` [patch 27/43] Convert timer_list users to ktimeout
` [patch 28/43] Convert ktimeout.h and create wrappers
` [patch 29/43] Convert ktimeout.c to ktimeout struct and APIs
` [patch 30/43] ktimeout documentation
` [patch 31/43] rename init_ktimeout() to ktimeout_init()
` [patch 32/43] rename setup_ktimeout() to ktimeout_setup()
` [patch 33/43] rename add_ktimeout_on() to ktimeout_add_on()
` [patch 34/43] rename del_ktimeout() to ktimeout_del()
` [patch 35/43] rename __mod_ktimeout() to __mod_ktimeout()
` [patch 36/43] rename mod_ktimeout() to ktimeout_mod()
` [patch 37/43] rename next_ktimeout_interrupt() to ktimeout_next_interrupt()
` [patch 38/43] rename add_ktimeout() to ktimeout_add()
` [patch 39/43] rename try_to_del_ktimeout_sync() to ktimeout_try_to_del_sync()
` [patch 40/43] rename del_ktimeout_sync() to del_ktimeout_sync()
` [patch 41/43] rename del_singleshot_ktimeout_sync() to ktimeout_del_singleshot_sync()
` [patch 42/43] rename TIMER_SOFTIRQ to TIMEOUT_SOFTIRQ
` [patch 43/43] ktimeout code style cleanups

[PATCH]nmi VS cpu hotplug
 2005-12-01  9:46 UTC  (2+ messages)

[PATCH 00/31] V4L/DVB fixes
 2005-12-01  1:31 UTC 

Better pagecache statistics ?
 2005-12-01  2:35 UTC  (2+ messages)

More 2.6.15-rc3 problems
 2005-12-01  2:19 UTC 

[PATCH 00/31] V4L/DVB bug fixes
 2005-11-30 23:04 UTC 

Yet another lock-free reader/writer lock
 2005-12-01  1:40 UTC 

[PATCH 1/1] elevator: indirect function calls reducing
 2005-12-01  1:11 UTC  (2+ messages)

[PATCH] allow core_patten to be a FIFO, kernel 2.6.14
 2005-12-01  5:35 UTC  (2+ messages)

mencoder fails with Linux kernel from linus's git tree (2 Nov 2005)
 2005-12-01  0:09 UTC  (13+ messages)
` [x86_64] 2.6.14-git13 mplayer fails with "v4l2: ioctl queue buffer failed: Bad address" (2 Nov 2005, 11 "

[PATCH] Add VT flag to cpuinfo
 2005-12-01  0:08 UTC 

[PATCH 0/5] Direct Migration V6: Overview
 2005-12-01  0:05 UTC  (3+ messages)

[PATCH 0/7] Direct Migration V5: Overview
 2005-11-30 23:48 UTC  (7+ messages)
` [PATCH 4/7] Direct Migration V5: migrate_pages() extension
  ` [Lhms-devel] "

[PATCH] Add VT flag to cpuinfo
 2005-11-30 23:50 UTC  (2+ messages)

PowerBook5,8 - TrackPad update
 2005-11-30 23:46 UTC  (5+ messages)

[PATCH] Add VT flag to cpuinfo
 2005-11-30 23:41 UTC  (2+ messages)

PC speaker beeping on high CPU loads on an nForce2
 2005-11-30 23:25 UTC  (9+ messages)
  ` ACPI: PCI Interrupt Link [LNKA] (IRQs *7)

2.6.15-rc3-mm1
 2005-11-30 23:24 UTC  (10+ messages)
` [PATCH 0/2] 2.6.15rc3mm1 ppc64 compile problems
  ` [PATCH 1/2] powerpc powermac adb fix dependancy on btext_drawchar
  ` [PATCH 2/2] powerpc powermac adb fix udbg_adb_use_btext warning

[RFC] Updates to sysfs_create_subdir()
 2005-11-30 22:11 UTC  (4+ messages)

[PATCH] nvidia-agp: use time_before_eq()
 2005-11-30 22:50 UTC  (2+ messages)

SCSI adaptec 19160 speed - 2.6.14-rt13 - Q for scsi experts
 2005-11-30 22:44 UTC  (2+ messages)

[BUG] Variable stopmachine_state should be volatile
 2005-11-30 22:19 UTC  (2+ messages)

infinite loop? with mmap, nfs, pwrite, O_DIRECT
 2005-11-30 22:18 UTC  (4+ messages)
` nfs unhappiness with memory pressure

totally random "VFS: Cannot open root device"
 2005-11-30 22:05 UTC  (4+ messages)

Effect of context switch time on scheduling ?
 2005-11-30 22:01 UTC 

Merely a warning to my fellow Nvidia travellers running 2.6.15-rc3
 2005-11-30 21:39 UTC  (2+ messages)

[RFC] Use compound pages for higher order slab allocations
 2005-11-30 21:37 UTC 

[PATCH] Add VT flag to cpuinfo
 2005-12-01  1:52 UTC  (2+ messages)

[RFC] un petite hack: /proc/*/ctl
 2005-11-30 21:23 UTC  (6+ messages)

[PATCH] drivers/block/*: use time_after() and friends
 2005-11-30 21:33 UTC 

[PATCH 2.4.x] prevent emulated SCSI hosts from wasting DMA memory
 2005-11-30 21:02 UTC  (3+ messages)

[PATCH][2.6.15-rc3] powerpc: Fix kexec on PPC32
 2005-11-30 20:26 UTC 

[patch] linux-2.6.14-rt21 PPC32 signal delivery in realtime preemption
 2005-11-30 19:54 UTC  (2+ messages)

BUG in kernel checked out 24 hours ago
 2005-11-30 19:46 UTC  (4+ messages)

[PATCH 2.6.14.2] Updated itmtouch kernel usb input driver (1/1)
 2005-11-30 19:31 UTC  (4+ messages)

[PATCH][2.6.15-rc3] powerpc: Fix kexec on PPC32
 2005-11-30 19:06 UTC 

[PATCH][RFC][2.6.15-rc3] snd_powermac: Add ID for Spring 2005 17" Powerbook
 2005-11-30 18:58 UTC  (3+ messages)

[PATCH] Keys: Fix permissions check for update vs add
 2005-11-30 18:17 UTC 

Hello from Hossein Zolfi
 2005-11-30 17:33 UTC 

PAT status?
 2005-11-30 21:58 UTC  (2+ messages)

[git pull] IB fixes for 2.6.15
 2005-11-30 17:27 UTC 

[PATCH] race condition in procfs
 2005-11-30 17:23 UTC  (11+ messages)


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