All of lore.kernel.org
 help / color / mirror / Atom feed
 messages from 2007-03-30 21:20:26 to 2007-03-31 02:52:59 UTC [more...]

Linux 2.6.21-rc5
 2007-03-31  2:52 UTC  (20+ messages)
` [1/5] 2.6.21-rc5: known regressions
  ` [bug] hung bootup in various drivers, was: "2.6.21-rc5: known regressions"
` [1/4] 2.6.21-rc5: known regressions (v2)
` [2/4] "
` [3/4] "
` [4/4] "

[PATCH 1/9] clocksource: arm initialize list value
 2007-03-31  2:47 UTC  (4+ messages)
` [PATCH 9/9] clocksource: refactor duplicate registration checking

[PATCH] CPUSETS: add mems to basic usage documentation
 2007-03-31  2:37 UTC  (3+ messages)

[PATCH 0/7] containers (V7): Generic Process Containers
 2007-03-31  2:47 UTC  (3+ messages)
` [PATCH 7/7] containers (V7): Container interface to nsproxy subsystem
  ` [ckrm-tech] "

[test] hackbench.c interactivity results: vanilla versus SD/RSDL
 2007-03-31  2:36 UTC  (2+ messages)

[patch 0/6] i386 gdt and percpu cleanups
 2007-03-31  2:35 UTC  (8+ messages)
` [patch 1/6] i386: Account for module percpu space separately from kernel percpu
` [patch 2/6] Allow percpu variables to be page-aligned
` [patch 3/6] Page-align the GDT
` [patch 4/6] Convert PDA into the percpu section
` [patch 5/6] cleanups to help using per-cpu variables from asm
` [patch 6/6] Define per_cpu_offset

[patch 00/37] 2.6.20-stable review
 2007-03-31  2:31 UTC  (20+ messages)
  ` [patch 09/37] ieee1394: dv1394: fix CardBus card ejection
  ` [patch 10/37] NET: Fix packet classidier NULL pointer OOPS
  ` [patch 11/37] NET_SCHED: Fix ingress qdisc locking
  ` [patch 12/37] IPV6: Fix ipv6 round-robin locking
  ` [patch 13/37] PPP: Fix PPP skb leak
  ` [patch 14/37] DCCP: Fix exploitable hole in DCCP socket options
  ` [patch 19/37] NET: Fix FIB rules compatability
  ` [patch 20/37] DVB: fix nxt200x rf input switching
` [patch 06/37] UML - Fix static linking
  ` [uml-devel] "
` [patch 32/37] CRYPTO: api: scatterwalk_copychunks() fails to advance through scatterlist
` [patch 34/37] libata bugfix: HDIO_DRIVE_TASK
  ` libata bugfix: preserve LBA bit for HDIO_DRIVE_TASK

iproute2-2.6.20-070313 bug ?
 2007-03-31  2:31 UTC  (7+ messages)
        ` more iproute2 issues (not critical)

[-mm3 patch]Warning fix: check the return value of kobject_add etc
 2007-03-31  2:30 UTC 

[patch 1/13] signal/timer/event fds v8 - anonymous inode source 
 2007-03-31  2:24 UTC  (7+ messages)

secmark integration
 2007-03-31  2:09 UTC  (6+ messages)

strange high system cpu usage
 2007-03-31  2:08 UTC 

Pruning objects from history?
 2007-03-31  2:08 UTC  (2+ messages)

[PATCH] [XM] Fix an indentation problem
 2007-03-31  1:44 UTC 

git-add has gone lstat() mad
 2007-03-31  1:38 UTC  (3+ messages)

exposing FSB clock speed in /sys
 2007-03-31  2:31 UTC  (2+ messages)

Did I miss something? git-clone doesn't grab all branches????
 2007-03-31  1:30 UTC  (4+ messages)

[patch 10/13] signal/timer/event fds v8 - eventfd core 
 2007-03-31  1:26 UTC  (5+ messages)

drivers/video/aty/atyfb_base.c: array overruns
 2007-03-31  1:23 UTC  (2+ messages)

[LARTC] [ANNOUNCE] ESFQ for Linux 2.6.19.2 (with jhash!)
 2007-03-31  1:22 UTC 

[PATCH] [PATCH] uml: fix static linking for real
 2007-03-31  1:20 UTC  (2+ messages)
` [uml-devel] "

[patch 6/13] signal/timer/event fds v8 - timerfd core 
 2007-03-31  1:09 UTC  (4+ messages)

SEGV in git-merge recursive:
 2007-03-31  1:03 UTC  (13+ messages)

[PATCH] Ensure local assignment bit on tun device MAC addr
 2007-03-31  1:03 UTC  (2+ messages)

[GIT PULL] rename ibm-acpi driver to thinkpad-acpi
 2007-03-31  1:03 UTC  (5+ messages)

Software Manager Position
 2007-03-31  1:01 UTC  (2+ messages)

is this raid5 OK ?
 2007-03-31  1:00 UTC  (8+ messages)

unhandled vm exit: 0x9
 2007-03-31  0:58 UTC 

git svn fetch spewing warnings
 2007-03-31  0:54 UTC  (4+ messages)
    ` [PATCH] git-svn: avoid respewing similar error messages for missing paths

[PATCH] Correction to check_filetype()
 2007-03-31  0:44 UTC  (2+ messages)

Intel DP965LT Mainboard running?
 2007-03-31  0:42 UTC  (3+ messages)

[PATCH 00/11] remap_file_pages protection support
 2007-03-31  0:36 UTC  (12+ messages)
` [PATCH 01/11] RFP: new bitmask_trans in <linux/bitops.h>
` [PATCH 02/11] RFP prot support: add needed macros
` [PATCH 03/11] RFP prot support: handle MANYPROTS VMAs
` [PATCH 04/11] RFP prot support: disallow mprotect() on manyprots mappings
` [PATCH 05/11] RFP prot support: introduce FAULT_SIGSEGV for protection checking
` [PATCH 06/11] RFP prot support: fix get_user_pages() on VM_MANYPROTS vmas
` [PATCH 07/11] RFP prot support: uml, i386, x64 bits
` [PATCH 08/11] Fix comment about remap_file_pages
` [PATCH 09/11] RFP prot support: enhance syscall interface
` [PATCH 10/11] RFP prot support: support private vma for MAP_POPULATE
` [PATCH 11/11] RFP prot support: also set VM_NONLINEAR on nonuniform VMAs

git-svn, remote tracking branch question
 2007-03-31  0:32 UTC  (4+ messages)

[patch 2/13] signal/timer/event fds v7 - signalfd core 
 2007-03-31  0:29 UTC  (2+ messages)

[PATCH 7] Adding the interrupt checker
 2007-03-31  0:26 UTC 

Power Mangement Interfaces
 2007-03-31  0:21 UTC  (3+ messages)

Fwd: [Bug 8286] New: HP dv1420us -- synaptics touchpad events do not wake the laptop from suspend state
 2007-03-31  0:18 UTC 

I do enjoy it
 2007-03-31  0:13 UTC 

[PATCH] checkout -d: explicitly detach HEAD even when switching to the tip of a branch
 2007-03-31  0:11 UTC  (2+ messages)

HP dv1420us -- lid button triggers suspend only every other attempt
 2007-03-31  0:07 UTC 

[PATCH] gitweb: show no difference message
 2007-03-30 23:55 UTC  (4+ messages)
` [PATCH] gitweb: Support comparing blobs (files) with different names

[Qemu-devel] [PATCH] add a simple 24mhz clock for the versatile
 2007-03-30 23:39 UTC  (3+ messages)

[PATCH (resend)] gitweb: Support comparing blobs (files) with different names
 2007-03-30 23:41 UTC  (3+ messages)

[PATCH 1/4] [SCSI]stex: fix id mapping issue
 2007-03-30 23:35 UTC  (2+ messages)

[uml-devel] Odpowiedz automatyczna
 2007-03-30 23:27 UTC 

[Buildroot] GCC version detection in toolchain/gcc/Makefile.in
 2007-03-30 23:25 UTC 

[patch 2/5] signalfd v2 - signalfd core 
 2007-03-30 23:24 UTC  (4+ messages)

[Bluez-devel] Plugz SCO Patches submitted to the kernel developers?
 2007-03-30 23:17 UTC 

[LARTC] QoS prio queuing
 2007-03-30 23:13 UTC  (2+ messages)

+ fix-page-leak-during-core-dump.patch added to -mm tree
 2007-03-30 23:11 UTC 

[PATCH 4/4] [SCSI]stex: minor cleanup and version update
 2007-03-30 22:21 UTC 

[PATCH 3/4] [SCSI]stex: fix reset recovery for console device
 2007-03-30 22:21 UTC 

[PATCH 2/4] [SCSI]stex: extend hard reset wait time
 2007-03-30 22:21 UTC 

[PATCH 1/2] UML - Fix umid in xterm titles
 2007-03-30 23:10 UTC  (3+ messages)
` [uml-devel] "

[PATCH 0/8] gssd cleanup and modified machine cred handling
 2007-03-30 23:09 UTC  (10+ messages)
` [PATCH 1/8] Add missing newlines
` [PATCH 2/8] Fix memory leak on error path of limit_krb5_enctypes()
` [PATCH 3/8] Hide differences between MIT and Heimdal in macros
` [PATCH 4/8] Add new keytab handling functions for dealing with machine credentials
` [PATCH 5/8] Use newly added keytab functions
` [PATCH 6/8] Clean up gssd_get_single_krb5_cred and its debugging messages
` [PATCH 7/8] Remove the now unused functions
` [PATCH 8/8] Add a debug message indicating that gssd is ready to process requests

[PATCH 0/3] mm-only patches
 2007-03-30 23:08 UTC  (4+ messages)
` [PATCH 1/3] utrace - uml: make UML compile with utrace enabled
` [PATCH 2/3] sys_futex64-allows-64bit-futexes-workaround for uml
` [PATCH 3/3] slab: avoid __initdata warning (may be a bogus one)

[LARTC] Router dropping packets? - SOLVED
 2007-03-30 23:09 UTC  (2+ messages)

[PATCH] Rename warn() to warning() to fix symbol conflicts on BSD and Mac OS
 2007-03-30 23:07 UTC 

[PATCH] fix page leak during core dump
 2007-03-30 23:06 UTC  (5+ messages)

[PATCH 2.6.21-rc5 0/3] iop13xx msi support and a couple msi cleanups
 2007-03-30 23:06 UTC  (4+ messages)
` [PATCH 2.6.21-rc5 1/3] msi: introduce ARCH_SUPPORTS_MSI Kconfig option (rev2)
` [PATCH 2.6.21-rc5 2/3] msi: fix ARM compile
` [PATCH 2.6.21-rc5 3/3] iop13xx: msi support (rev6)

- fix-firmware-sample-code.patch removed from -mm tree
 2007-03-30 23:01 UTC 

[LARTC] Please Help: applying multiple different delays with netem
 2007-03-30 22:57 UTC  (2+ messages)

[patch] remove artificial software max_loop limit
 2007-03-30 22:50 UTC  (9+ messages)

[PATCH 1/5] RT kernel: force detect HPET from PCI space
 2007-03-30 22:38 UTC  (2+ messages)

2.6.21-rc5-mm2 -- ACPI problems (lid switch broken, always shows running from AC, plugging in AC hangs machine)
 2007-03-30 22:30 UTC  (5+ messages)

[Bluez-users] Logitech diNovo Desktop: keyboard keys and Mouse buttons
 2007-03-30 22:17 UTC 

Why is arch/s390/crypto/Kconfig sourced when building for another arch ?
 2007-03-30 22:15 UTC  (5+ messages)

tcp crash in net-2.6 tree
 2007-03-30 22:15 UTC  (7+ messages)

[patch] BTE error timer fix
 2007-03-30 22:13 UTC 

[Bluez-devel] Question on Plugz SCO Kernel Patch
 2007-03-30 22:13 UTC 

[PATCH][RFC] Emulating real mode with x86_emulate
 2007-03-30 22:11 UTC  (17+ messages)

[PATCH 2/2] UML - Speed up exec
 2007-03-30 22:10 UTC  (3+ messages)
` [uml-devel] "

unaligned access in ipt_ULOG
 2007-03-30 22:05 UTC  (3+ messages)

TC Protocols was RE: [LARTC] RE: IFB setup was no subject
 2007-03-30 21:56 UTC  (2+ messages)

Powerpc build unhappy in 2.6.20.4?
 2007-03-30 21:53 UTC 

2.6.21-rc5-mm3: fix e1000 compilation
 2007-03-30 21:20 UTC  (4+ messages)

- remove-artificial-software-max_loop-limit.patch removed from -mm tree
 2007-03-30 21:44 UTC 

raid5 write performance
 2007-03-30 21:44 UTC  (5+ messages)

[LARTC] Re: wondershaper and dmzs
 2007-03-30 21:35 UTC  (2+ messages)

Band limit without squid
 2007-03-30 21:34 UTC  (4+ messages)

[PATCH] git-mailinfo fixes for patch munging
 2007-03-30 21:32 UTC  (3+ messages)

Odd log message associated with NFS
 2007-03-30 20:51 UTC  (6+ messages)

[Adeos-main] Porting to Intel IXP425
 2007-03-30 21:29 UTC  (3+ messages)
  ` [Adeos-main] "

+ pata_platform-for-arm-riscpc.patch added to -mm tree
 2007-03-30 21:18 UTC 

[uml-devel] Odpowiedz automatyczna
 2007-03-30 21:25 UTC 

+ git-wireless-debug-build-fixes.patch added to -mm tree
 2007-03-30 21:23 UTC 

+ provide-dummy-devm_ioport_-if-has_ioport.patch added to -mm tree
 2007-03-30 21:16 UTC 

mcdx -- do_request(): non-read command to cd!!
 2007-03-30 21:21 UTC 

+ make-dev-port-conditional-on-config-symbol.patch added to -mm tree
 2007-03-30 21:21 UTC 

+ uml-fix-umid-in-xterm-titles.patch added to -mm tree
 2007-03-30 21:21 UTC 

+ uml-speed-up-exec.patch added to -mm tree
 2007-03-30 21:21 UTC 


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.