All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-01-16 16:56:38 to 2007-01-16 19:20:17 UTC [more...]

[RFC] Replace rebase with filtering
 2007-01-16 19:20 UTC  (3+ messages)

[PATCH -mm] MMCONFIG: Reject a broken MCFG tables on Asus etc
 2007-01-16 19:19 UTC  (2+ messages)

82571EB gigabit on e1000 in 2.6.20-rc5
 2007-01-16 19:18 UTC  (4+ messages)
` intel 82571EB gigabit fails to see link on 2.6.20-rc5 in-tree e1000 driver (regression)

[Cluster-devel] cluster fence/man/fence.8 gfs/man/gfs_mkfs.8 g 
 2007-01-16 19:16 UTC 

[PATCH 0/59] Cleanup sysctl
 2007-01-16 19:15 UTC  (100+ messages)
` [PATCH 1/59] sysctl x25: Remove unnecessary insert_at_head from register_sysctl_table
` [PATCH 2/59] sysctl: Move CTL_SUNRPC to sysctl.h where it belongs
` [PATCH 3/59] sysctl: sunrpc Remove unnecessary insert_at_head flag
` [PATCH 4/59] sysctl: sunrpc Don't unnecessarily set ctl_table->de
` [PATCH 5/59] sysctl: rose remove unnecessary insert_at_head flag
` [PATCH 6/59] sysctl: netrom "
` [PATCH 7/59] sysctl: llc "
` [PATCH 8/59] sysctl: ipx "
` [PATCH 9/59] sysctl: decnet "
` [PATCH 10/59] sysctl: dccp "
` [PATCH 11/59] sysctl: ax25 "
` [PATCH 12/59] sysctl: atalk "
` [PATCH 13/59] sysctl: xfs "
` [PATCH 14/59] sysctl: C99 convert xfs ctl_tables
    ` [PATCH] sysctl: fixes for my C99 converion "
` [PATCH 15/59] sysctl: scsi remove unnecessary insert_at_head flag
` [PATCH 16/59] sysctl: md Remove "
` [PATCH 17/59] sysctl: mac_hid remove "
` [PATCH 18/59] sysctl: ipmi "
` [PATCH 19/59] sysctl: cdrom "
` [PATCH 20/59] sysctl: cdrom Don't set de->owner
` [PATCH 21/59] sysctl: Move CTL_PM into sysctl.h where it belongs
` [PATCH 22/59] sysctl: frv pm remove unnecessary insert_at_head flag
` [PATCH 23/59] sysctl: Move CTL_FRV into sysctl.h where it belongs
` [PATCH 24/59] sysctl: frv remove unnecessary insert_at_head flag
` [PATCH 25/59] sysctl: C99 convert arch/frv/kernel/pm.c
` [PATCH 26/59] sysctl: C99 convert arch/frv/kernel/sysctl.c
` [PATCH 27/59] sysctl: sn Remove sysctl ABI BREAKAGE
` [PATCH 28/59] sysctl: C99 Convert arch/ia64/sn/kernel/xpc_main.c
` [PATCH 29/59] sysctl: C99 convert arch/ia64/kernel/perfmon and remove ABI breakage
` [PATCH 30/59] sysctl: mips/au1000 Remove sys_sysctl support
` [PATCH 31/59] sysctl: C99 convert the ctl_tables in arch/mips/au1000/common/power.c
` [PATCH 32/59] sysctl: C99 convert arch/mips/lasat/sysctl.c and remove ABI breakage
` [PATCH 33/59] sysctl: s390 move sysctl definitions to sysctl.h
` [PATCH 34/59] sysctl: s390 Remove unnecessary use of insert_at_head
` [PATCH 35/59] sysctl: C99 convert ctl_tables in arch/powerpc/kernel/idle.c
` [PATCH 36/59] sysctl: C99 convert ctl_tables entries in arch/ppc/kernel/ppc_htab.c
` [PATCH 37/59] sysctl: C99 convert arch/sh64/kernel/traps.c and remove ABI breakage
` [PATCH 38/59] sysctl: x86_64 Remove unnecessary use of insert_at_head
` [PATCH 39/59] sysctl: C99 convert ctl_tables in arch/x86_64/ia32/ia32_binfmt.c
` [PATCH 40/59] sysctl: C99 convert ctl_tables in arch/x86_64/kernel/vsyscall.c
` [PATCH 41/59] sysctl: C99 convert ctl_tables in arch/x86_64/mm/init.c
` [PATCH 42/59] sysctl: Remove sys_sysctl support from the hpet timer driver
` [PATCH 43/59] sysctl: Remove sys_sysctl support from drivers/char/rtc.c
` [PATCH 44/59] sysctl: Register the sysctl number used by the arlan driver
` [PATCH 45/59] sysctl: C99 convert ctl_tables in drivers/parport/procfs.c
` [PATCH 46/59] sysctl: C99 convert coda ctl_tables and remove binary sysctls
` [PATCH 47/59] sysctl: C99 convert ctl_tables in NTFS and remove sys_sysctl support
` [PATCH 48/59] sysctl: Register the ocfs2 sysctl numbers
` [PATCH 49/59] sysctl: Move init_irq_proc into init/main where it belongs
` [PATCH 50/59] sysctl: Move utsname sysctls to their own file
` [PATCH 51/59] sysctl: Move SYSV IPC "
` [PATCH 52/59] sysctl: Create sys/fs/binfmt_misc as an ordinary sysctl entry
` [PATCH 53/59] sysctl: Remove support for CTL_ANY
` [PATCH 54/59] sysctl: Remove support for directory strategy routines
` [PATCH 55/59] sysctl: Remove insert_at_head from register_sysctl
` [PATCH 56/59] sysctl: factor out sysctl_head_next from do_sysctl
` [PATCH 57/59] sysctl: allow sysctl_perm to be called from outside of sysctl.c
` [PATCH 58/59] sysctl: Reimplement the sysctl proc support
` [PATCH 59/59] sysctl: Remove the proc_dir_entry member for the sysctl tables

[patch 0/10] buffered write deadlock fix
 2007-01-16 19:14 UTC  (6+ messages)
` [patch 6/10] mm: be sure to trim blocks

[PATCH 0/29] Page Table Interface Explanation
 2007-01-16 19:14 UTC  (14+ messages)
` [PATCH 3/29] Abstract current page table implementation
` [PATCH 4/29] Introduce Page Table Interface (PTI)
` [PATCH 5/29] Start calling simple PTI functions
` [PATCH 6/29] Tweak IA64 arch dependent files to work with PTI
` [PATCH 7/29] Continue calling simple PTI functions

[Cluster-devel] cluster fence/man/fence.8 gfs/man/gfs_mkfs.8 g 
 2007-01-16 19:11 UTC 

[Bluez-users] Problems fooling my S100 into using Bluez as a modem
 2007-01-16 19:10 UTC 

Installing grub 1.95 on a GPT-partitioned system
 2007-01-16 18:23 UTC 

[RFC] Git config file reader in Perl (WIP)
 2007-01-16 19:09 UTC  (10+ messages)

[PATCH 2.6.20-rc5 2/4] pvrusb2: Use ARRAY_SIZE macro
 2007-01-16 19:07 UTC  (6+ messages)

[Bluez-devel] Compilation Problem Plugz
 2007-01-16 19:07 UTC 

LEDS: S3C24XX generate name if none given
 2007-01-16 19:06 UTC  (4+ messages)

[Cluster-devel] cluster fence/man/fence.8 gfs/man/gfs_mkfs.8 g 
 2007-01-16 19:06 UTC 

Can someone please try
 2007-01-16 19:00 UTC  (3+ messages)

[PATCH] Marvell Libertas 8388 802.11b/g USB driver (v2)
 2007-01-16 18:55 UTC 

Simple utility to measure disk random access time
 2007-01-16 19:01 UTC  (2+ messages)

[PATCH 2/3] change libfs sb creation routines to avoid collisions with their root inodes
 2007-01-16 18:57 UTC 

[PATCH 3/3] have pipefs ensure i_ino uniqueness by calling iunique and hashing the inode
 2007-01-16 18:57 UTC 

[PATCH 1/3] make static counters in new_inode and iunique be 32 bits
 2007-01-16 18:57 UTC 

[PATCH 0/3] i_ino uniqueness: alternate approach -- hash the inodes
 2007-01-16 18:57 UTC 

[Buildroot] /etc/network/interfaces
 2007-01-16 18:55 UTC 

[Qemu-devel] qemu vl.h hw/arm_boot.c hw/integratorcp.c hw/re
 2007-01-16 18:54 UTC 

[PATCH 0/4] Linux Kernel Markers
 2007-01-16 18:35 UTC  (3+ messages)
` [PATCH 0/4 update] Linux Kernel Markers - i386 : pIII erratum 49 : XMC

Current/Future Plans to Support Stacking LSM Modules
 2007-01-16 18:46 UTC  (3+ messages)

PPTP Problem with 2.6.20-rc1 >=
 2007-01-16 18:37 UTC 

[PATCH -mm 9/10][RFC] aio: usb gadget remove aio file ops
 2007-01-16 18:36 UTC  (4+ messages)

ahci problems with sata disk
 2007-01-16 18:32 UTC  (5+ messages)

[Cluster-devel] cluster/fence/man Makefile
 2007-01-16 18:23 UTC 

2.6.20-rc5: BUG: lock held at task exit time! (pm_mutex){--..}, at: [<c013bfff>] enter_state+0x3f/0x170
 2007-01-16 18:22 UTC 

[Resubmit][PATCH 1/1] Extent overlap bugfix in ext4
 2007-01-16 18:19 UTC  (2+ messages)

[PATCH] atomic_dec_if_positive sign extension fix
 2007-01-16 18:16 UTC  (2+ messages)
` [PATCH][v2] "

[PATCH][PVFB][TOOLS] Update xmdomain.cfg.pod.5
 2007-01-16 18:15 UTC 

[Buildroot] C++ with mipsel target
 2007-01-16 18:13 UTC  (2+ messages)

data corruption with nvidia chipsets and IDE/SATA drives // memory hole mapping related bug?!
 2007-01-16 18:01 UTC  (7+ messages)
            ` data corruption with nvidia chipsets and IDE/SATA drives (k8 cpu errata needed?)

LVM2 ./WHATS_NEW lib/mirror/mirrored.c lib/rep 
 2007-01-16 18:06 UTC 

device-mapper/lib libdm-report.c
 2007-01-16 18:04 UTC 

device-mapper ./WHATS_NEW dmeventd/.exported_s 
 2007-01-16 18:03 UTC 

documentation for git-rm
 2007-01-16 17:48 UTC 

hrtimers on arm5vtel poss bug
 2007-01-16 18:01 UTC 

[PATCH]: MTRR: fix 32-bit ioctls on x64_32
 2007-01-16 17:59 UTC  (2+ messages)

allocation failed: out of vmalloc space error treating and VIDEO1394 IOC LISTEN CHANNEL ioctl failed problem
 2007-01-16 17:58 UTC  (10+ messages)

[PATCH] Remove useless fsip_fs_free(). Delegate freeing of private data to its plugin
 2007-01-16 17:57 UTC 

[PATCH 0/4] Linux Kernel Markers
 2007-01-16 17:56 UTC  (4+ messages)
  ` [PATCH 1/2] lockdep missing barrier()
  ` [PATCH 2/2] lockdep reentrancy

[mm PATCH] RCU: various patches
 2007-01-16 17:56 UTC  (9+ messages)
` [mm PATCH 1/6] RCU: split classic rcu
` [mm PATCH 2/6] RCU: softirq for RCU
` [mm PATCH 3/6] RCU: Fix barriers
` [mm PATCH 6/6] RCU: trivial fixes

documentation for git-rm
 2007-01-16 17:52 UTC 

[PATCH 2.6.20-rc4 0/4] futexes functionalities and improvements
 2007-01-16 17:50 UTC  (9+ messages)

Top Tier leads that Close! Guaranteed
 2007-01-16 17:51 UTC 

[Qemu-devel] [BUG] QEMU x86_64 SSE bug in modf()
 2007-01-16 17:50 UTC  (6+ messages)
    ` [Qemu-devel] Re: [BUG] QEMU x86_64 SSE bug in modf() + MMX bug

the best prices for impotence medicines
 2007-01-16 17:05 UTC 

With different
 2007-01-16 17:45 UTC 

Writing General Rules for USB devices
 2007-01-16 17:45 UTC  (2+ messages)

RAID6 reassembly oddities
 2007-01-16 17:44 UTC 

Modular Xen
 2007-01-16 17:41 UTC  (2+ messages)

[Cluster-devel] conga/luci/cluster form-macros
 2007-01-16 17:38 UTC 

[Cluster-devel] conga/luci/cluster form-macros
 2007-01-16 17:37 UTC 

[PATCH RFC] new config option remote.<name>.pushexec
 2007-01-16 17:37 UTC  (2+ messages)
` How to merge FETCH_HEAD?

[0/5] remove ACPI motherboard driver, use PNP system driver instead
 2007-01-16 17:35 UTC  (6+ messages)
` [patch 1/5] ACPI: move FADT resource reservations from motherboard driver to osl
` [patch 2/5] PNP: reserve system board iomem resources as well as ioport resources
` [patch 3/5] PNP: system.c whitespace cleanup
` [patch 4/5] i386: turn on CONFIG_PNP in defconfig
` [patch 5/5] ACPI: remove motherboard driver (redundant with PNP system driver)

Adding spell checker to GIT
 2007-01-16 17:34 UTC  (5+ messages)

Two Dual Core processors and NICS (not handling interrupts on one CPU/assigning a Two Dual Core processors and NICS (not handling interrupts on one CPU / assigning a CPU to a NIC)
 2007-01-16 17:34 UTC  (2+ messages)

What does this scsi error mean ?
 2007-01-16 17:25 UTC  (6+ messages)

Help: OMAP5912 RS232 dies after kernel uncompressing
 2007-01-16 17:22 UTC 

Warnings when booting rc5 on a mpc83xx based board
 2007-01-16 17:20 UTC 

[IPv6] link-local all-nodes ping broken
 2007-01-16 16:51 UTC 

[RFC 0/8] Cpuset aware writeback
 2007-01-16 17:13 UTC  (4+ messages)

fix typo in geode_configre()@cyrix.c
 2007-01-16 17:12 UTC  (4+ messages)

[patch] ACPI: fix cpufreq regression
 2007-01-16 17:09 UTC 

[Cluster-devel] conga/ricci/modules/storage LVM.cpp
 2007-01-16 17:05 UTC 

[LARTC] egress bandwidth not limited / limited extremely
 2007-01-16 17:05 UTC  (2+ messages)

net-csum.patch
 2007-01-16 17:04 UTC 

[PATCH] Fix NULL ->nsproxy dereference in /proc/*/mounts
 2007-01-16 16:55 UTC  (2+ messages)


This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.