LKML Archive on lore.kernel.org
help / color / mirror / Atom feed
[S390] cio: declare hardware structures packed
2007-02-02 14:22 UTC
2.6.20-rc6-mm3
2007-02-02 14:22 UTC (2+ messages)
[S390] Add set_fs(USER_DS) to start_thread()
2007-02-02 14:22 UTC
[S390] cio: Catch operand exceptions on stsch
2007-02-02 14:21 UTC
[S390] Fix register usage description
2007-02-02 14:21 UTC
2.6.20-rc6-mm[2-3] ACPI issues
2007-02-02 14:20 UTC (4+ messages)
Slower CPU frequency reported by the kernel
2007-02-02 14:20 UTC (6+ messages)
sky2 hangs
2007-02-02 14:13 UTC (10+ messages)
2.6.20-rc7: known regressions
2007-02-02 13:58 UTC (2+ messages)
O_NONBLOCK setting "leak" outside of a process??
2007-02-02 13:48 UTC (6+ messages)
[git patches] net driver fixes
2007-02-02 13:45 UTC
BUG 2.6.20-rc7-git1 - soft lockup detected
2007-02-02 13:38 UTC
[PATCH 2.6.20-rc7 1/2] atl1: get rid of pci_module_init
2007-02-02 13:28 UTC (2+ messages)
ip_auto_config bug in 2.6.20-rc6
2007-02-02 13:27 UTC (3+ messages)
` [PATCH]ip_auto_config "
[PATCH 0 of 4] Generic AIO by scheduling stacks
2007-02-02 13:23 UTC (26+ messages)
` [PATCH 2 of 4] Introduce i386 fibril scheduling
` [PATCH 4 of 4] Introduce aio system call submission and completion system calls
Try to fill route cache
2007-02-02 13:10 UTC (2+ messages)
[PATCH] mm: fix page_mkclean_one
2007-02-02 13:08 UTC (3+ messages)
[PATCH] lirc: remove backwards compatibility macro obfuscation (Was: Free Linux Driver Development!)
2007-02-02 12:51 UTC (5+ messages)
kernel BUG: loading acpi_cpufreq causes segmentation fault with 2.6.20-RC7-RT3
2007-02-02 12:39 UTC
[PATCH] scsi_lib.c: continue after MEDIUM_ERROR
2007-02-02 12:20 UTC (6+ messages)
[PATCH] mm: remove global locks from mm/highmem.c
2007-02-02 12:05 UTC (11+ messages)
[PATCH 2.6.19.2] SCSI sd: udev accessing an uninitialized scsi_disk results in a crash
2007-02-02 12:04 UTC
[PATCH 3/7] barrier: a scalable synchonisation barrier
2007-02-02 12:01 UTC (12+ messages)
[take35 9/10] kevent: Private userspace notifications
2007-02-02 11:58 UTC (3+ messages)
` [take35 10/10] kevent: Kevent based AIO (aio_sendfile()/aio_sendfile_path())
` /async open+send/ "
[PATCH] kexec: Fix CONFIG_SMP=n compilation (ia64)
2007-02-02 11:53 UTC (6+ messages)
` [Fastboot] "
[PATCH] REISERFS: Rename incorrect macro name "REISERFS_PROC_INFO"
2007-02-02 11:27 UTC (3+ messages)
[PATCH] NTFS: Rename apparently incorrect macro name "NTFS_DEBUG"
2007-02-02 11:22 UTC (4+ messages)
[PATCH v2] Allow access to /proc/$PID/fd after setuid()
2007-02-02 11:20 UTC
smp and irq conflict
2007-02-02 11:08 UTC (4+ messages)
Should io(read|write)(8|16|32)_rep take (const|) volatile u(8|16|32) __iomem *addr?
2007-02-02 11:07 UTC (5+ messages)
lirc: igorplususb error handling cleanup
2007-02-02 10:58 UTC (3+ messages)
Kernel 2.6.20-rc7 [Asynchronous SCSI scanning] question
2007-02-02 10:55 UTC
[PATCH] Blacklist hsfmodem module
2007-02-02 10:45 UTC (12+ messages)
` [PATCH] Ban module license tag string termination trick
[PATCH] Replace incorrect macro name "WIRELESS_EXT" with "CONFIG_WIRELESS_EXT"
2007-02-02 10:16 UTC
[PATCH] i386, x86_64: Change Boot Protocol to longer command lines
2007-02-02 10:07 UTC
[PATCH] GFS2: Fix incorrect macro name "NR_CPUS" in glock.c
2007-02-02 10:00 UTC (2+ messages)
2.6.20-RC7-RT3 compiler error
2007-02-02 9:33 UTC
finding macro names that might need a "CONFIG_" prefix
2007-02-02 9:22 UTC
ntp
2007-02-02 9:10 UTC (2+ messages)
[PATCH 000 of 14] knfsd: Preparation for IPv6 support in NFS server
2007-02-02 9:07 UTC (19+ messages)
` [PATCH 001 of 14] knfsd: SUNRPC: update internal API: separate pmap register and temp sockets
` [PATCH 002 of 14] knfsd: SUNRPC: allow creating an RPC service without registering with portmapper
` [PATCH 003 of 14] knfsd: SUNRPC: aplit svc_sock_enqueue out of svc_setup_socket
` [PATCH 004 of 14] knfsd: SUNRPC: Cache remote peer's address in svc_sock
` [PATCH 005 of 14] knfsd: SUNRPC: Don't set msg_name and msg_namelen when calling sock_recvmsg
` [PATCH 006 of 14] knfsd: SUNRPC: Add a function to format the address in an svc_rqst for printing
` [PATCH 007 of 14] knfsd: SUNRPC: Use sockaddr_storage to store address in svc_deferred_req
` [PATCH 008 of 14] knfsd: SUNRPC: Provide room in svc_rqst for larger addresses
` [PATCH 009 of 14] knfsd: SUNRPC: Make rq_daddr field address-version independent
` [PATCH 010 of 14] knfsd: SUNRPC: teach svc_sendto() to deal with IPv6 addresses
` [PATCH 011 of 14] knfsd: SUNRPC: add a "generic" function to see if the peer uses a secure port
` [PATCH 012 of 14] knfsd: SUNRPC: Support IPv6 addresses in svc_tcp_accept
` [PATCH 013 of 14] knfsd: SUNRPC: support IPv6 addresses in RPC server's UDP receive path
` [PATCH 014 of 14] knfsd: SUNRPC: fix up svc_create_socket() to take a sockaddr struct + length
` [NFS] [PATCH 000 of 14] knfsd: Preparation for IPv6 support in NFS server
Please revert "fix typo in geode_configre()@cyrix.c"
2007-02-02 8:40 UTC (3+ messages)
[PATCH] lirc: use GFP_ATOMIC instead of the now gone SLAB_ATOMIC
2007-02-02 8:40 UTC
[PATCH] MAINTAINERS: ufs entry
2007-02-02 8:36 UTC
[PATCH] __crc_... is intended to be absolute
2007-02-02 8:30 UTC (2+ messages)
2.6.18-stable release plans?
2007-02-02 8:17 UTC (4+ messages)
[PATCH 2.6.19.2] r8169: support RTL8169SC/8110SC
2007-02-02 8:17 UTC
[PATCH 2.6.19.2] r8169: support RTL8169SC/8110SC
2007-02-02 8:06 UTC (3+ messages)
[ PATCH ] fix to documentation for kexec
2007-02-02 8:02 UTC (7+ messages)
` [Fastboot] "
[PATCH 2.6.20-rc2] Add a quirk to allow at least some ENE PCI SD card readers to work again
2007-02-02 7:54 UTC (5+ messages)
` [PATCH 2.6.20-rc2] Add a quirk to allow "
` [Sdhci-devel] "
C header files for vmware
2007-02-02 7:43 UTC (2+ messages)
remove_proc_entry and read_proc
2007-02-02 7:31 UTC (2+ messages)
2.6.20-rc6-mm3
2007-02-02 7:31 UTC (20+ messages)
[BUG] Unable to handle kernel NULL pointer dereference...as_move_to_dispatch+0x11/0x135
2007-02-02 7:23 UTC (2+ messages)
[rfc][patch] mm: half-fix page tail zeroing on write problem
2007-02-02 7:21 UTC (3+ messages)
[patch 0/9] x86_64: reliable TSC-based gettimeofday
2007-02-02 7:14 UTC (15+ messages)
` [patch 1/9] Fix HPET init race
` [patch 4/9] Remove the TSC synchronization on SMP machines
` [patch 9/9] Make use of the Master Timer
[RFC 0/8] Cpuset aware writeback
2007-02-02 7:12 UTC (9+ messages)
i386 and x86-64 bitops function prototypes differ
2007-02-02 7:12 UTC (6+ messages)
epoll handling in the alpha port
2007-02-02 6:22 UTC (5+ messages)
Linux 2.6.20-rc7
2007-02-02 5:49 UTC (2+ messages)
` 2.6.20-rc7: known regressions
[2.6.20-rc6] pktcdvd doesn't work
2007-02-02 5:32 UTC (7+ messages)
[PATCH 0/8] Create ZONE_MOVABLE to partition memory between movable and non-movable pages
2007-02-02 5:27 UTC (15+ messages)
smp and irq conflict
2007-02-02 5:22 UTC (3+ messages)
Free Linux Driver Development!
2007-02-02 4:54 UTC
[RESEND] [PATCH 012 of 14] knfsd: SUNRPC: Support IPv6 addresses in svc_tcp_accept
2007-02-02 4:52 UTC
[Fwd: Re: [PATCH 1/10] cxgb3 - main header files]
2007-02-02 4:48 UTC (4+ messages)
[PATCH -mm] Make rcupreempt.c compile with CONFIG_RCU_TRACE not set
2007-02-02 3:48 UTC
[PATCH 10/10] cxgb3 - Add dual licensing
2007-02-02 3:15 UTC (2+ messages)
[SLAB] Shutdown cache_reaper when cpu goes down
2007-02-02 2:14 UTC (4+ messages)
[PATCH] EFI x86: pass firmware call parameters on the stack
2007-02-02 1:32 UTC (6+ messages)
[PATCH] drivers/isdn/gigaset: new M101 driver
2007-02-02 1:13 UTC
2.6.20-rc6-mm3 possible circular lock on mmap_sem
2007-02-02 0:43 UTC
Fw: [patch] posix timers: RCU optimization for clock_gettime()
2007-02-02 0:35 UTC
[PATCH 1/1] filesystem: Disk Errors at boot-time caused by probe of partitions
2007-02-02 0:25 UTC (6+ messages)
linux-2.6.20-rc4-mm1 Reiser4 filesystem freeze and corruption
2007-02-02 0:21 UTC (4+ messages)
2.6.16.16 Lost CD-ROM Drive
2007-02-01 23:37 UTC
New module-init-tools pre-release (v3.3-pre6)
2007-02-01 23:21 UTC (6+ messages)
[PATCH] CELL PPU Oprofile cleanup patch
2007-02-01 23:15 UTC (3+ messages)
Free Linux Driver Development!
2007-02-01 22:39 UTC (11+ messages)
2.6.17.8 - do_vfs_lock: VFS is out of sync with lock manager!
2007-02-01 22:39 UTC (9+ messages)
` [NFS] "
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).