messages from 2007-12-03 13:58:45 to 2007-12-03 16:46:04 UTC [more...]
[patch 0/2] x86, ptrace: support for branch trace store(BTS)
2007-12-03 16:45 UTC (11+ messages)
ACPI patches for rc3 - part 2
2007-12-03 17:03 UTC (4+ messages)
` [PATCH 1/2] HWMON: coretemp, suspend fix
` [PATCH 2/2] Freezer: Fix JFFS2 garbage collector freezing issue
[Bugme-new] [Bug 9482] New: kernel GPF in 2.6.24 (g09f345da)
2007-12-03 16:21 UTC (2+ messages)
Restoring permissions on existing nodes
2007-12-03 16:44 UTC (2+ messages)
[RFC,PATCH 00/38] SVC Transport Switch
2007-12-03 16:44 UTC (3+ messages)
` [RFC,PATCH 34/38] svc: Add /proc/sys/sunrpc/transport files
linux-pm Digest, Vol 39, Issue 4
2007-12-03 16:43 UTC (2+ messages)
` "
[Cluster-devel] cluster/gfs-kernel/src/dlm lock_dlm.h plock.c
2007-12-03 16:40 UTC
[PATCH 0/2] fix the long standing exec vs kill race
2007-12-03 16:37 UTC (2+ messages)
[git pull] x86 fixes
2007-12-03 16:38 UTC (3+ messages)
DS1337 RTC on I2C broken
2007-12-03 16:38 UTC (10+ messages)
` [rtc-linux] "
` solved: "
[feature] automatically detect hung TASK_UNINTERRUPTIBLE tasks
2007-12-03 16:36 UTC (31+ messages)
Problem with address forwarding
2007-12-03 16:35 UTC (8+ messages)
[PATCH][CFI] Wrong cache invalidation bug fix
2007-12-03 16:34 UTC
[Bluez-devel] [patch] Use buttons in notification popups
2007-12-03 16:32 UTC (3+ messages)
PS3: trouble with SPARSEMEM_VMEMMAP and kexec
2007-12-03 15:53 UTC (2+ messages)
[PATCH] Documentation/BUG-HUNTING whitespace cleanup
2007-12-03 16:31 UTC (2+ messages)
[patch] ext4 i_version: make the flag visible on /proc/mounts
2007-12-03 16:26 UTC
[Bluez-devel] "hci_scodata_packet: hci0 SCO packet for unknown connection handle 92" for 1131:1001 (issc usb dongle)
2007-12-03 16:31 UTC (2+ messages)
[U-Boot-Users] MPC85xx: Question about Local Bus initialization
2007-12-03 16:30 UTC (3+ messages)
[Bluez-users] GetRemoteCompany(string address)
2007-12-03 16:29 UTC (2+ messages)
Kernel Development & Objective-C
2007-12-03 16:28 UTC (2+ messages)
[Bluez-users] Support for multicasting in bluetooth
2007-12-03 16:28 UTC (2+ messages)
[PATCH]
2007-12-03 15:54 UTC
[Bluez-devel] [PATCH] [RESEND] make bluez GNOME UIs singletons
2007-12-03 16:25 UTC (2+ messages)
[REGRESSION ?] git-remote "--mirror" option is not integrated in 1.5.3.7
2007-12-03 16:23 UTC (2+ messages)
nfsd bug: create file with specific uid/gid
2007-12-03 16:17 UTC (5+ messages)
` [NFS] "
[PATCH 0/6] MN10300: Add the MN10300 architecture to Linux kernel [try #5]
2007-12-03 16:17 UTC (6+ messages)
` [PATCH 1/6] Suppress A.OUT library support if !CONFIG_BINFMT_AOUT "
[patch 00/38][IPV6] ipv6 per network namespace
2007-12-03 16:17 UTC (39+ messages)
` [patch 01/38][IPV6] net-2.6.25 - make netns cleanup to run in a separate queue
` [patch 02/38][IPV6] Makefile - Activate netns configuration when sysctl is off
` [patch 03/38][IPV6] inet6_addr - isolate inet6 addresses from proc file
` [patch 04/38][IPV6] inet6_addr - check ipv6 address per namespace
` [patch 05/38][IPV6] inet6_addr - make use of the new ipv6_chk_addr function
` [patch 06/38][IPV6] inet6_addr - ipv6_chk_same_addr namespace aware
` [patch 07/38][IPV6] inet6_addr - ipv6_get_ifaddr "
` [patch 08/38][IPV6] inet6_addr - remove ipv6_get_ifaddr wrapper
` [patch 09/38][IPV6] inet6_addr - make ipv6_chk_home_addr namespace aware
` [patch 10/38][IPV6] ip6_fib - make mindless changes
` [patch 11/38][IPV6] ip6_fib - dynamically allocate fib tables
` [patch 12/38][IPV6] ip6_fib - move the fib table to the network namespace
` [patch 13/38][IPV6] ip6_fib - make the fib table per "
` [patch 14/38][IPV6] ip6_fib - make fib6_clean_all per namespace
` [patch 15/38][IPV6] ip6_fib - pass the network namespace parameter to timer callback
` [patch 16/38][IPV6] ip6_fib - make ip6 fib gc timer mindless changes
` [patch 17/38][IPV6] ip6_fib - dynamically allocate the ip6 fib gc timer
` [patch 18/38][IPV6] ip6_fib - move the ip6 fib gc timer to the network namespace
` [patch 19/38][IPV6] ip6_fib - make the ip6 fib gc timer handle several network namespaces
` [patch 20/38][IPV6] fib6_rules - make fib_rules per network namespace
` [patch 21/38][IPV6] rt6_stats - make mindless changes for rt6_stats
` [patch 22/38][IPV6] rt6_stats - dynamically allocate the rt6_stats
` [patch 23/38][IPV6] rt6_stats - make the rt6_stats relative to the namespace
` [patch 24/38][IPV6] rt6_stats - make rt6_stats per namespace
` [patch 25/38][IPV6] route6 - create route6 proc files for the namespace
` [patch 26/38][IPV6] route6 - Pass the network namespace parameter to rt6_lookup
` [patch 27/38][IPV6] route6 - Make proc entry /proc/net/rt6_stats per namespace
` [patch 28/38][IPV6] route6 - Pass network namespace to rt6_add_route_info and rt6_get_route_info
` [patch 29/38][IPV6] route6 - Pass the network namespace parameter to rt6_purge_dflt_routers
` [patch 30/38][IPV6] route6 - make route6 per namespace
` [patch 31/38][IPV6] rt6_info - make rt6_info accessed as a pointer
` [patch 32/38][IPV6] rt6_info - dynamically allocate rt6_info
` [patch 33/38][IPV6] rt6_info - move rt6_info structure inside the namespace
` [patch 34/38][IPV6] addrconf - Pass the proper network namespace parameters to addrconf
` [patch 35/38][IPV6] addrconf - Add a network namespace parameter to addrconf_forward_change
` [patch 36/38][IPV6] addrconf - make addrconf per namespace
` [patch 37/38][IPV6] ndisc - dynamically allocate default neigh_parms for ndisc
` [patch 38/38][IPV6] ndisc - make ndisc handle multiple network namespaces
OOPS at mm/rmap.c:628
2007-12-03 16:12 UTC (2+ messages)
[PATCH] Open external merge tool with original file extensions in all three files
2007-12-03 15:31 UTC
[PATCH] Documentation about unaligned memory access
2007-12-03 16:11 UTC
aic94xx or libsas crash on X7DB3 supermicro with enclosure and sata drives
2007-12-03 16:09 UTC (4+ messages)
[PATCH] isapnp driver semaphore to mutex
2007-12-03 15:57 UTC (4+ messages)
[Qemu-devel] feature request: changing boot device in the monitor
2007-12-03 16:03 UTC (2+ messages)
SDRAM failures on MPC5200B
2007-12-03 16:01 UTC (4+ messages)
committing only selected diff's of a file
2007-12-03 16:00 UTC (3+ messages)
kernel 2.6.23.8: KERNEL: assertion in net/ipv4/tcp_input.c
2007-12-03 15:56 UTC (3+ messages)
[PATCH 26/28] blk_end_request: changing ide-cd (take 3)
2007-12-03 15:55 UTC (3+ messages)
[Qemu-devel] [PATCH 2/2 v2] Direct IDE I/O
2007-12-03 15:54 UTC (6+ messages)
[U-Boot-Users] Fallback kernel
2007-12-03 15:54 UTC (2+ messages)
[PATCH] ext4: Check for the correct error return from ext4_ext_get_blocks
2007-12-03 15:37 UTC (2+ messages)
PATCH: peersid capability support
2007-12-03 15:53 UTC (4+ messages)
[PATCH] Declare PNP option parsing functions as __init
2007-12-03 15:52 UTC (4+ messages)
2.6.24-rc2 XFS nfsd hang
2007-12-03 15:11 UTC (6+ messages)
` [PATCH] xfs: revert to double-buffering readdir
May be typos in the current ALSA?
2007-12-03 15:43 UTC (3+ messages)
` Fix typo in the ALC883 initial code
xenstore-ls -f for find(1)-like output
2007-12-03 15:45 UTC (2+ messages)
[RFC][PATCHES 0/7]: Reorganization of RX history patches
2007-12-03 15:44 UTC (8+ messages)
[PATCH] Scheduling groups, credit scheduler support
2007-12-03 15:37 UTC (3+ messages)
xenstore: deprecating but \-quoting binary data
2007-12-03 15:37 UTC
[PATCH 0/10] sysfs network namespace support
2007-12-03 15:34 UTC (7+ messages)
` namespace support requires network modules to say "GPL"
[2.6.24 BUG] 100% iowait on host while UML is running
2007-12-03 15:32 UTC (2+ messages)
` [uml-devel] "
missing rules in newrole domain (RHEL5.1)
2007-12-03 15:32 UTC (4+ messages)
Realtek ALC883 support on Albatron KI690-AM2 motherboard
2007-12-03 15:31 UTC (2+ messages)
Maximum ioremap size for ppc arch?
2007-12-03 15:30 UTC (2+ messages)
VM Snapshots ?
2007-12-03 15:28 UTC (4+ messages)
[PATCH] MTD: fix s3c2410 error correction
2007-12-03 15:20 UTC (3+ messages)
[PATCH 3/3] drivers/serial/uartlite.c: Add missing of_node_put
2007-12-03 15:18 UTC (2+ messages)
RFC: Add ipkg to minimal image
2007-12-03 15:21 UTC (4+ messages)
` [Angstrom-devel] "
[PATCH] sata_mv: Fix broken Marvell 7042 support
2007-12-03 14:56 UTC (4+ messages)
BUG fs/dcache.c:595 in 2.4.24rc3-git3 during NFS umount
2007-12-03 15:23 UTC
[B.A.T.M.A.N.] batmand in debian
2007-12-03 15:23 UTC (4+ messages)
Machine restart doesn't work - Intel 965G, 2.6.19-rc2
2007-12-03 15:20 UTC (12+ messages)
` Machine restart doesn't work - Intel 965G, 2.6.19-rc2 / e1000?
` e1000 driver problems
cgit for kernel.org
2007-12-03 15:19 UTC (4+ messages)
[Xenomai-help] rt_queue_write strange behaviour ++
2007-12-03 15:16 UTC (2+ messages)
` [Xenomai-help] rt_queue_write strange behaviour ++ testcase !!
for-2.6.25 branch created in powerpc.git
2007-12-03 15:14 UTC (5+ messages)
[PPC BOOT] Create otheros.bld next to specified output file, not in $object directory
2007-12-03 15:13 UTC (4+ messages)
` [PPC BOOT] Find device-tree source file in default directory
[rfc] using xor in mark targets
2007-12-03 15:09 UTC (4+ messages)
Need lockdep help
2007-12-03 15:08 UTC (3+ messages)
2.6.24-rc3-mm2 - add-64-bit-capability-support-to-the-kernel
2007-12-03 15:03 UTC (2+ messages)
NF [PATCH 1/4] xt_owner
2007-12-03 14:23 UTC (12+ messages)
` NF [PATCH 4/4] xt_gateway
[PATCH] Avoid overflows in kernel/time.c
2007-12-03 14:53 UTC (6+ messages)
Next steps with pv_ops for Xen
2007-12-03 14:51 UTC (5+ messages)
` "
[PATCH] [1/5] Update configure file to support ia64
2007-12-03 14:50 UTC
[PATCH][4/5] kvm: libkvm: Moving set and get shadow pages functions to arch x86
2007-12-03 14:50 UTC
[PATCH][5/5] Placing the declaration of kvm_set&get_cr8 declaration to x86 specific area
2007-12-03 14:50 UTC
[PATCH][3/5] kvm:libkvm: Add kvm-ia64.h
2007-12-03 14:50 UTC
[PATCH][2/5] Add libkvm-ia64.c
2007-12-03 14:50 UTC
[PATCH][0/5] kvm:libkvm : KVM/IA64 libkvmfor ia64
2007-12-03 14:50 UTC
[PATCH 1/2] namespaces: introduce sys_hijack (v10)
2007-12-03 14:50 UTC (9+ messages)
` [PATCH 2/2] hijack: update task_alloc_security
[PATCH net-2.6.25 2/2][INET] Eliminate difference in actions of sysctl and proc handler for conf.all.forwarding
2007-12-03 14:40 UTC
Massive problems with 'PCI-DMA: Out of SW-IOMMU space for XXX bytes [..]' with 3Ware controller
2007-12-03 14:40 UTC (4+ messages)
` "
` "
[PATCH] Tokyo Electron SDIO controller (Ellen) support
2007-12-03 14:39 UTC (4+ messages)
RFC: Inclusion of bootloader utilities in task-base
2007-12-03 14:33 UTC (7+ messages)
[Xenomai-core] Xenomai on Xscale (Linux 2.6.20)
2007-12-03 14:36 UTC (2+ messages)
[U-Boot-Users] PPC440EPx: Make Sequoia boot vxWorks
2007-12-03 14:32 UTC (2+ messages)
subscribe linux-kernel
2007-12-03 14:28 UTC
Rename Sibyte duart devices?
2007-12-03 14:30 UTC (3+ messages)
[PATCH net-2.6.25 1/2][INET] Merge sys.net.ipv4.ip_forward and sys.net.ipv4.conf.all.forwarding
2007-12-03 14:29 UTC
[RFC][for -mm] memory controller enhancements for reclaiming take2 [0/8] introduction
2007-12-03 14:24 UTC (4+ messages)
` [RFC][for -mm] memory controller enhancements for reclaiming take2 [5/8] throttling simultaneous callers of try_to_free_mem_cgroup_pages
[PATCH] ahci: add the Device IDs of MCP79 AHCI controller to ahci.c
2007-12-03 14:20 UTC
Rename Sibyte duart devices?
2007-12-03 14:18 UTC (2+ messages)
[2.6 patch] scsi/qla2xxx/qla_os.c section fix
2007-12-03 14:18 UTC (2+ messages)
libsepol.expand_terule_helper: duplicate TE rule
2007-12-03 14:17 UTC (4+ messages)
[U-Boot-Users] hi what is this -MQ option for?
2007-12-03 14:14 UTC (2+ messages)
Unable to run windows HVM guests with xen 3.1.1
2007-12-03 14:14 UTC (3+ messages)
hibernation issue with kernel 2.6.23-gentoo-r3 at T41
2007-12-03 14:12 UTC (3+ messages)
[LARTC] Route optimization
2007-12-03 14:11 UTC
[lm-sensors] Oops in ipmisensors
2007-12-03 14:11 UTC
[Announce]: Test tree up{dated,loaded}
2007-12-03 14:08 UTC (2+ messages)
[PATCH] Add EXPORT_SYMBOL(ksize);
2007-12-03 14:07 UTC (7+ messages)
[Adeos-main] FW: Latest version of patch
2007-12-03 14:05 UTC (2+ messages)
[PATCH] Do check_repository_format() early
2007-12-03 14:04 UTC (10+ messages)
rme multiface I=>pccard error -12
2007-12-03 14:00 UTC (2+ messages)
Reminder: Last day for submissions to the Storage and Filesystem Workshop
2007-12-03 14:00 UTC (2+ messages)
[U-Boot-Users] [PATCH] Add support for MS7720RP02 board
2007-12-03 13:58 UTC
[U-Boot-Users] [PATCH] serial_sh: Add support for SH7720
2007-12-03 13:58 UTC
[U-Boot-Users] [PATCH] sh: Add support SH3 and SH7720
2007-12-03 13:58 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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.