All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-10-01 17:44:24 to 2007-10-01 20:19:59 UTC [more...]

[Bug 11038] New: nouveau and NV17: glxinfo, glxgears and other gl-apps crash
 2007-10-01 20:19 UTC  (2+ messages)
  ` [Bug 11038] "

FAQ for realtime support in Linux Kernel
 2007-10-01 20:18 UTC  (10+ messages)

using both nfs3 and nfs4 in a single mount map
 2007-10-01 20:16 UTC  (2+ messages)

regression in 2.6.23-rc8 - power off failed
 2007-10-01 20:30 UTC  (6+ messages)

[PATCH 2/11]: Increase the scope of variable-length htonl/ntohl functions
 2007-10-01 20:16 UTC  (2+ messages)

[PATCH 3/3]: Convert Reset code into socket error number
 2007-10-01 20:15 UTC  (5+ messages)

[PATCH 1/11]: Auxiliary function for smallest-fit option lengths
 2007-10-01 20:14 UTC  (2+ messages)

- fix-oops-in-platform-uevent.patch removed from -mm tree
 2007-10-01 20:14 UTC 

[PATCH 1/2]: PCI Error Recovery: Symbios SCSI base support
 2007-10-01 20:12 UTC  (8+ messages)
` [PATCH 2/2]: PCI Error Recovery: Symbios SCSI First Failure

[PATCH] [0/50] x86 2.6.24 patches review II
 2007-10-01 20:12 UTC  (5+ messages)
` [PATCH] [19/50] Experimental: detect if SVM is disabled by BIOS

nmi_watchdog fix for x86_64 to be more like i386
 2007-10-01 20:11 UTC  (8+ messages)

ASOC: Best way to get private data from machine driver to the other drivers?
 2007-10-01 20:10 UTC  (3+ messages)

[RFC][PATCH 1/8] get mount write in __dentry_open()
 2007-10-01 20:10 UTC  (4+ messages)
` [RFC][PATCH 3/8] move mnt_want_write() out of may_open()

2.6.21 -> 2.6.22 & 2.6.23-rc8 performance regression
 2007-10-01 20:10 UTC  (6+ messages)

[PATCH] Add platform support for the MPC837x RDB board
 2007-10-01 20:10 UTC  (11+ messages)

[PATCH] Simplify yenta code
 2007-10-01 20:04 UTC  (3+ messages)

[PATCH] ACPI: EC: switch to poll mode automatically
 2007-10-01 20:04 UTC 

OBJ_PID records
 2007-10-01 20:04 UTC  (6+ messages)

pxebooting with GRUB 2
 2007-10-01 20:03 UTC  (4+ messages)

[Bug 10717] nouveau fails to start, waiting on dma
 2007-10-01 20:01 UTC  (4+ messages)

International corporation is looking for talented people. No investment reqired
 2007-10-01 19:56 UTC 

Network slowdown due to CFS
 2007-10-01 19:53 UTC  (12+ messages)
                ` iperf yield usage

[Qemu-devel] qemu/pc-bios ppc_rom.bin
 2007-10-01 19:53 UTC  (11+ messages)

[HACK] convert i_alloc_sem for direct_io.c craziness!
 2007-10-01 19:52 UTC  (2+ messages)

Is anybody using Ubuntu 7.10 (Gutsy) with OE yet?
 2007-10-01 19:46 UTC  (3+ messages)

[Xenomai-core] [BUG] posix skin thread doesn't respect /proc/xenomai/affinity
 2007-10-01 19:51 UTC  (2+ messages)

Problems with SMP & ACPI powering off
 2007-10-01 20:05 UTC  (4+ messages)
` [PATCH] (repost) Fix SMP poweroff hangs

Cpufreq on k8 with xen dom0
 2007-10-01 19:46 UTC  (12+ messages)
                  `  "

[PATCH] Fixed ieee1275 console
 2007-10-01 19:43 UTC  (5+ messages)

OEDEM dates
 2007-10-01 19:34 UTC  (5+ messages)

Optimization report for Justin 
 2007-10-01 19:36 UTC 

[PATCH 2/3]: One more exemption from full sequence number checks
 2007-10-01 19:34 UTC  (2+ messages)

[PATCH 1/3]: Retrieve packet sequence number for error reporting
 2007-10-01 19:32 UTC 

[PATCH] make unicode default
 2007-10-01 19:29 UTC  (3+ messages)

git clone questions relating to cpio
 2007-10-01 19:28 UTC 

[RFC,PATCH 00/35] SVC Transport Switch
 2007-10-01 19:28 UTC  (36+ messages)
` [RFC,PATCH 01/35] svc: Add an svc transport class
` [RFC,PATCH 02/35] svc: Make svc_sock the tcp/udp transport
` [RFC, PATCH 03/35] svc: Change the svc_sock in the rqstp structure to a transport
` [RFC, PATCH 04/35] svc: Add a max payload value to the transport
` [RFC, PATCH 05/35] svc: Move sk_sendto and sk_recvfrom to svc_xprt_class
` [RFC, PATCH 06/35] svc: Add transport specific xpo_release function
` [RFC,PATCH 07/35] svc: Add per-transport delete functions
` [RFC,PATCH 08/35] svc: Add xpo_prep_reply_hdr
` [RFC, PATCH 09/35] svc: Add a transport function that checks for write space
` [RFC, PATCH 10/35] svc: Move close processing to a single place
` [RFC,PATCH 11/35] svc: Add xpo_accept transport function
` [RFC, PATCH 12/35] svc: Add a generic transport svc_create_xprt function
` [RFC, PATCH 13/35] svc: Change services to use new svc_create_xprt service
` [RFC,PATCH 14/35] svc: Change sk_inuse to a kref
` [RFC, PATCH 15/35] svc: Move sk_flags to the svc_xprt structure
` [RFC, PATCH 16/35] svc: Move sk_server and sk_pool to svc_xprt
` [RFC,PATCH 17/35] svc: Make close transport independent
` [RFC,PATCH 18/35] svc: Move sk_reserved to svc_xprt
` [RFC, PATCH 19/35] svc: Make the enqueue service transport neutral and export it
` [RFC,PATCH 20/35] svc: Make svc_send transport neutral
` [RFC, PATCH 21/35] svc: Change svc_sock_received to svc_xprt_received and export it
` [RFC,PATCH 22/35] svc: Remove sk_lastrecv
` [RFC,PATCH 23/35] svc: Move the authinfo cache to svc_xprt
` [RFC, PATCH 24/35] svc: Make deferral processing xprt independent
` [RFC, PATCH 25/35] svc: Move the sockaddr information to svc_xprt
` [RFC, PATCH 26/35] svc: Make svc_sock_release svc_xprt_release
` [RFC,PATCH 27/35] svc: Make svc_recv transport neutral
` [RFC, PATCH 28/35] svc: Make svc_age_temp_sockets svc_age_temp_transports
` [RFC, PATCH 29/35] svc: Move common create logic to common code
` [RFC, PATCH 30/35] svc: Removing remaining references to rq_sock in rqstp
` [RFC, PATCH 31/35] svc: Make svc_check_conn_limits xprt independent
` [RFC, PATCH 32/35] svc: Move the xprt independent code to the svc_xprt.c file
` [RFC, PATCH 33/35] svc: Add transport hdr size for defer/revisit
` [RFC,PATCH 34/35] svc: Add /proc/sys/sunrpc/transport files
` [RFC, PATCH 35/35] knfsd: Support adding transports by writing portlist file

[PATCH 1/2] - ext4: fix setup_new_group_blocks locking
 2007-10-01 19:25 UTC 

Would you like to chat?
 2007-10-01 19:27 UTC 

[PATCH 00/13] Transparent Proxying Patches, Take 3
 2007-10-01 19:27 UTC  (4+ messages)
` [PATCH 05/13] Handle TCP SYN+ACK/ACK/RST transparency

[OT] Dillo FLTK2 source code released
 2007-10-01 19:20 UTC 

[PATCH 2/2] - ext4: lighten up resize transaction requirements
 2007-10-01 19:25 UTC 

RAID5 lockup with AMCC440 and async-tx
 2007-10-01 19:25 UTC  (3+ messages)

[RFC] Get rid of linuxppc-embedded?
 2007-10-01 19:24 UTC 

[PATCH 2/2] - ext3: lighten up resize transaction requirements
 2007-10-01 19:24 UTC 

[PATCH 1/2] - ext3: fix setup_new_group_blocks locking
 2007-10-01 19:24 UTC 

[lm-sensors] k8temp does produce sensible results
 2007-10-01 19:23 UTC 

[PATCH 1/9] fs_enet: Whitespace cleanup
 2007-10-01 19:20 UTC  (9+ messages)
` [PATCH 2/9] fs_enet: Fix build breakage
` [PATCH 3/9] fs_enet: Include linux/string.h from linux/fs_enet_pd.h
` [PATCH 4/9] fs_enet: mac-fcc: Eliminate __fcc-* macros
` [PATCH 5/9] fs_enet: Align receive buffers
` [PATCH 6/9] fs_enet: Be an of_platform device when CONFIG_PPC_CPM_NEW_BINDING is set
` [PATCH 7/9] Generic bitbanged MDIO library
` [PATCH 8/9] fs_enet: Convert mii-bitbang to use the generic bitbang MDIO code
` [PATCH 9/9] fs_enet: sparse fixes

[lm-sensors] dme1737 0-002e: Write to register 0x30 failed!
 2007-10-01 19:22 UTC  (3+ messages)

[PATCH RFC 0/9] RCU: Preemptible RCU
 2007-10-01 19:21 UTC  (13+ messages)
` [PATCH RFC 3/9] "

[PATCH] ustr cleanups (policyrep branch)
 2007-10-01 18:40 UTC  (3+ messages)

Serial ATA does not find partitions (Hitachi HD, new? ATI controller) where old SATA works
 2007-10-01 19:15 UTC  (2+ messages)

[PATCH 4/4] MIPS: Remove the legacy RTC codes of MIPS sibyte boards
 2007-10-01 19:08 UTC  (4+ messages)

F_DUPFD_CLOEXEC implementation
 2007-10-01 19:04 UTC  (8+ messages)

[PATCH] Version 3 (2.6.23-rc8) Smack: Simplified Mandatory Access Control Kernel
 2007-10-01 19:00 UTC  (8+ messages)

[Kgdb-bugreport] Problem getting kgdb to read kernel symbols. addresses shifted?
 2007-10-01 19:03 UTC  (8+ messages)

problem killing raid 5
 2007-10-01 18:58 UTC  (4+ messages)

[PATCH 8/9]: Set per-connection CCIDs via socket options
 2007-10-01 18:57 UTC  (3+ messages)

[PATCH] Allow for Cross compile of user tools
 2007-10-01 18:56 UTC 

[PATCH 01/01] ARM: OMAP: Makes DSP compiles again for 1510 boards
 2007-10-01 18:53 UTC  (2+ messages)

[lm-sensors] dme1737 error messages
 2007-10-01 18:51 UTC 

[PATCH 9/9]: API to query the current TX/RX CCID
 2007-10-01 18:49 UTC  (2+ messages)

linux cache routines for Write-back cache policy on MIPS24KE
 2007-10-01 12:13 UTC  (2+ messages)

[PATCH 00/30] Remove iget() and read_inode()
 2007-10-01 18:44 UTC  (9+ messages)
` [PATCH 07/30] IGET: Stop BEFS from using "
` [PATCH 20/30] IGET: Stop JFS "

what is writing to /sys/bus/pci/slot/<slot_no>/power really supposed to do?
 2007-10-01 18:43 UTC  (9+ messages)
    ` [Pcihpd-discuss] "

[Printing-architecture] RE: [Printing-summit] Printing Path validation tool
 2007-10-01 18:48 UTC 

[PATCH 7/9]: Tidy up setsockopt calls
 2007-10-01 18:46 UTC 

[lm-sensors] dme1737 module
 2007-10-01 18:45 UTC  (2+ messages)

[PATCH 6/9]: Provide feature negotiation for minimum-checksum-coverage
 2007-10-01 18:44 UTC 

[PATCH 0/2] qla3xxx: receive path bugfixes
 2007-10-01 18:43 UTC  (3+ messages)
` [PATCH 1/2] qla3xxx: bugfix: Add memory barrier before accessing rx completion
` [PATCH 2/2] qla3xxx: bugfix: Fix VLAN rx completion handling

Switching to user mode from domU kernel
 2007-10-01 18:43 UTC  (3+ messages)

[PATCH 5/9]: Glue function to support sockopt code
 2007-10-01 18:43 UTC 

[Adeos-main] EBUSY error with rt_intr_create API for timer interrupt
 2007-10-01 18:42 UTC  (2+ messages)
` [Xenomai-help] "

[PATCH 4/9]: Resolve dependencies of features on choice of CCID
 2007-10-01 18:40 UTC  (2+ messages)

[Buildroot] x11r7 build error
 2007-10-01 18:37 UTC 

[linux-usb-devel] Re: The evilness of struct usb_device->auto_pm
 2007-10-01 18:35 UTC 

[PATCH 3/9]: Resolve feature dependencies resulting from choice of CCID
 2007-10-01 18:28 UTC 

[PATCH] Improve bash prompt to detect merge / rebase in progress
 2007-10-01 18:29 UTC  (4+ messages)
` [PATCH] Improve bash prompt to detect various states like an unfinished merge

[PATCH 2/9]: Query supported CCIDs
 2007-10-01 18:26 UTC  (2+ messages)

[PATCH 1/9]: Registration routines for changing feature values
 2007-10-01 18:24 UTC 

Network slowdown due to CFS
 2007-10-01 18:23 UTC  (2+ messages)

[PATCH] net-2.6.24: old ax25 driver fix
 2007-10-01 18:24 UTC 

wext 64-bit: network manager and wpa_supplicant
 2007-10-01 18:18 UTC  (6+ messages)

[patch] splice mmap_sem deadlock
 2007-10-01 18:19 UTC  (13+ messages)

memory management issue (Re: another regression on Efika)
 2007-10-01 18:18 UTC  (10+ messages)
  ` [PATCH] efika memory issues
                ` [PATCH] fix memory management on efika/pegasos

PATCH: Fix name uniqueness check
 2007-10-01 18:18 UTC  (4+ messages)

[PATCH] cpuset and sched domains: sched_load_balance flag
 2007-10-01 18:15 UTC  (5+ messages)

[PATCH 1/4] Add a simple option parser for use by builtin-commit.c
 2007-10-01 18:13 UTC  (4+ messages)

periodic bursts
 2007-10-01 17:40 UTC  (2+ messages)

[B.A.T.M.A.N.] Texas UML instances and OLSR+BATMAN tests
 2007-10-01 18:10 UTC  (8+ messages)

[PATCH] Uninline fork.c/exit.c
 2007-10-01 18:08 UTC  (2+ messages)

[PATCH 1/3] Signal semantics for /sbin/init
 2007-10-01 18:08 UTC  (10+ messages)

OOM killer invoked on 2.6.20.3, need help understanding why
 2007-10-01 18:09 UTC  (3+ messages)

[patch 1/2] VFS: new fgetattr() file operation
 2007-10-01 18:06 UTC  (4+ messages)
` [patch 2/2] VFS: allow filesystem to override mknod capability checks

[PATCH 00/25] Read-only bind mounts
 2007-10-01 18:06 UTC  (6+ messages)
` [PATCH 24/25] r/o bind mounts: track number of mount writers

[PATCH RFC] arch/arm/plat-omap/devices.c
 2007-10-01 18:06 UTC  (3+ messages)

[PATCH] ARM: OMAP: Set default OMAP2_CTRL_BASE for OMAP1
 2007-10-01 18:05 UTC  (2+ messages)

[PATCH 4/5] qla2xxx: add target mode support
 2007-10-01 18:00 UTC  (5+ messages)

sata_sil24 broken since 2.6.23-rc4-mm1
 2007-10-01 18:00 UTC  (11+ messages)

x86_64 and AMD with C1E
 2007-10-01 17:56 UTC  (8+ messages)
    ` Fwd: "

[PATCH 3/8] scsi: megaraid_sas - add module param max_sectors, cmd_per_lun
 2007-10-01 17:50 UTC  (3+ messages)

Hotplug memory remove
 2007-10-01 17:49 UTC  (3+ messages)

[PATCH] OMAP: lcd_mipid: Fix OOM error reporting
 2007-10-01 17:44 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.