messages from 2006-11-27 11:10:13 to 2006-11-27 14:51:41 UTC [more...]
[PATCH] IDE: typo in ide-io.c leads to faulty assignment
2006-11-27 14:51 UTC
[RFC][PATCH] spidernet: enable fiber autonegotiation
2006-11-27 14:47 UTC
[PATCH 8/8] [NET]: Add documentation for TFRC structures
2006-11-27 14:46 UTC
How ACPI is actually implemented?
2006-11-27 14:46 UTC (7+ messages)
[PATCH 7/8] [DCCP] ccid3: Resolve small FIXME
2006-11-27 14:46 UTC
[PATCH 6/8] [DCCP] ccid3: Remove redundant statements in ccid3_hc_tx_packet_sent
2006-11-27 14:46 UTC
[PATCH 5/8] [DCCP] ccid3: Avoid congestion control on zero-sized data packets
2006-11-27 14:46 UTC
[PATCH 4/8] [DCCP] ccid3: Simplify control flow of ccid3_hc_tx_send_packet
2006-11-27 14:45 UTC
[PATCH 3/8] [DCCP] ccid3: Fix calculation of t_ipi time of scheduled transmission
2006-11-27 14:45 UTC
Bug#398962: [2.6.18] Platform devices incorrectly provide $MODALIAS?
2006-11-27 14:45 UTC (2+ messages)
` Bug#398962: [2.6.18] Platform devices incorrectly provide
[PATCH 2/8] [DCCP] ccid3: Simplify control flow in the calculation of t_ipi
2006-11-27 14:45 UTC
[PATCH 1/8] [DCCP] ccid3: Fix bug in calculation of first t_nom and first t_ipi
2006-11-27 14:44 UTC
[PATCHES 0/8][DCCP] ccid3: request for merge
2006-11-27 14:43 UTC
machine check support in HVM guests
2006-11-27 14:42 UTC (7+ messages)
Information required on TRACE_VMEXIT working
2006-11-27 14:41 UTC (3+ messages)
2.6.19-rc6-git10 new perfmon code base + libpfm + pfmon
2006-11-27 14:37 UTC (2+ messages)
freeze with swap on dm-crypt on smp system (v2.6.18-g23541d2)
2006-11-27 14:35 UTC (2+ messages)
Incorrect behavior of timer_settime() for absolute dates in the past
2006-11-27 14:32 UTC (2+ messages)
wrong ECC byte order with ndfc causes fatal consequences
2006-11-27 14:26 UTC
[RFC] Thunar filesystem manager policy
2006-11-27 14:27 UTC (2+ messages)
git: how to produce context diffs?
2006-11-27 14:27 UTC (2+ messages)
tty line discipline driver advice sought, to do a 1-byte header and 2-byte CRC checksum on GSM data
2006-11-27 14:23 UTC (2+ messages)
Intel 82559 NIC corrupted EEPROM
2006-11-27 14:17 UTC (10+ messages)
Errors on XFS partition - ask for diagnose
2006-11-27 13:46 UTC (2+ messages)
[PATCH] Add debugging aid for memory initialisation problems
2006-11-27 14:14 UTC (2+ messages)
VM deadlock avoidance
2006-11-27 14:06 UTC
[Buildroot] Buildroot for jffs2 Filesystem fails with zlib.h not found
2006-11-27 14:12 UTC
failed 'ljmp' in linear addressing mode
2006-11-27 13:58 UTC (2+ messages)
[PATCH 2/6]: Simplify control flow in the calculation of t_ipi
2006-11-27 13:56 UTC (5+ messages)
[patch] PM: suspend/resume debugging should depend on SOFTWARE_SUSPEND
2006-11-27 13:51 UTC (4+ messages)
[PATCH] fix "prev->state: 2 != TASK_RUNNING??" problem on SD/MMC card removal
2006-11-27 13:47 UTC (4+ messages)
[PATCH 0/38] KVM: Decouple Intel VT implementation from base kvm
2006-11-27 13:46 UTC (83+ messages)
` [PATCH 1/38] KVM: Create kvm-intel.ko module
` [PATCH 2/38] KVM: Make /dev/registration happen when the arch specific module is loaded
` [PATCH 3/38] KV: Make hardware detection an arch operation
` [PATCH 4/38] KVM: Make the per-cpu enable/disable functions arch operations
` [PATCH 5/38] KVM: Make the hardware setup operations (non-percpu) "
` [PATCH 6/38] KVM: Make the guest debugger an arch operation
` [PATCH 7/38] KVM: Make msr accessors arch operations
` [PATCH 8/38] KVM: Make the segment "
` [PATCH 9/38] KVM: Cache guest cr4 in vcpu structure
` [PATCH 10/38] KVM: Cache guest cr0 "
` [PATCH 11/38] KVM: Add get_segment_base() arch accessor
` [PATCH 12/38] KVM: Add idt and gdt descriptor accessors
` [PATCH 13/38] KVM: Make syncing the register file to the vcpu structure an arch operation
` [PATCH 14/38] KVM: Make the vcpu execution loop "
` [PATCH 15/38] KVM: Move the vmx exit handlers to vmx.c
` [PATCH 16/38] KVM: Make vcpu_setup() an arch operation
` [PATCH 17/38] KVM: Make __set_cr0() (and dependencies) arch operations
` [PATCH 18/38] KVM: Make __set_cr4() an arch operation
` [PATCH 19/38] KVM: Make __set_efer() "
` [PATCH 20/38] KVM: Make set_cr3() and tlb flushing arch operations
` [PATCH 21/38] KVM: Make inject_page_fault() an arch operation
` [PATCH 22/38] KVM: Make inject_gp() "
` [PATCH 23/38] KVM: Use the idt and gdt accessors in realmode emulation
` [PATCH 24/38] KVM: Use the general purpose register accessors rather than direct access
` [PATCH 25/38] KVM: Move the vmx tsc accessors to vmx.c
` [PATCH 26/38] KVM: Access rflags through an arch operation
` [PATCH 27/38] KVM: Move the vmx segment field definitions to vmx.c
` [PATCH 28/38] KVM: Add an arch accessor for cs d/b and l bits
` [PATCH 29/38] KVM: Add a set_cr0_no_modeswitch() arch accessor
` [PATCH 30/38] KVM: Make vcpu_load() and vcpu_put() arch operations
` [PATCH 31/38] KVM: Make vcpu creation and destruction "
` [PATCH 32/38] KVM: Move vmcs static variables to vmx.c
` [PATCH 33/38] KVM: Make is_long_mode() an arch operation
` [PATCH 34/38] KVM: Use the tlb flush arch operation instead of an inline
` [PATCH 35/38] KVM: Remove guest_cpl()
` [PATCH 36/38] KVM: Move vmcs accessors to vmx.c
` [PATCH 37/38] KVM: Move vmx helper inlines "
` [PATCH 38/38] KVM: Remove vmx includes from arch independent code
[patch 3/5] [RFC] Add MMC Password Protection (lock/unlock) support V7: mmc_lock_unlock.diff
2006-11-27 13:45 UTC (3+ messages)
[patch 5/5] [RFC] Add MMC Password Protection (lock/unlock) support V7: mmc_omap_dma.diff
2006-11-27 13:43 UTC (3+ messages)
[PATCH -mm 0/4][AIO] - AIO completion signal notification v2
2006-11-27 13:39 UTC (3+ messages)
` [PATCH -mm 4/4][AIO] - Listio support
More small fixes to policycoreutils
2006-11-27 13:39 UTC (5+ messages)
[PATCH] Fix 32-bit sector number overflow in blktap userspace
2006-11-27 13:35 UTC
[PATCH 0/10] [RFC]: CCID 3 updates
2006-11-27 13:35 UTC (4+ messages)
[PATCHv2 8/10] [UPDATE]: Larger initial windows
2006-11-27 13:33 UTC (2+ messages)
netback crash with xen3.0.3
2006-11-27 13:27 UTC (5+ messages)
possible bug in ide-disk.c (2.6.18.2 but also older)
2006-11-27 13:30 UTC (10+ messages)
` hpa-problem in ide-disk.c - new insights
[Cluster-devel] [GFS2] Fix Kconfig wrt CRC32 [8/9]
2006-11-27 13:24 UTC (4+ messages)
` [Cluster-devel] "
` "
[Buildroot] [Fwd: Re: SDL_image, SDL_ttf & Co (libpng12.So bug)]
2006-11-27 13:22 UTC
[Patch1/4]: fake numa for x86_64 patch
2006-11-27 13:18 UTC (2+ messages)
mhs files + xparameters<xxx>.h
2006-11-27 13:15 UTC
[U-Boot-Users] U-boot-1.1.4 on MPC8540
2006-11-27 13:17 UTC (3+ messages)
kernel: Please report the result to linux-kernel to fix this permanently
2006-11-27 13:16 UTC (3+ messages)
[Patch] udev: new dasd_id tool
2006-11-27 13:15 UTC
[Buildroot] Gdb & gdbserver segmentation fault
2006-11-27 13:14 UTC
[PATCH 10/10]: Simplify dccp_rcv_state_process
2006-11-27 13:05 UTC (2+ messages)
Pathetic write performance from Areca PCIe cards
2006-11-27 13:05 UTC (3+ messages)
git-PS1 bash prompt setting
2006-11-27 12:56 UTC (4+ messages)
[PATCH] mini-os: New makefile structure for different architectures
2006-11-27 12:56 UTC
[2.6 patch] arch/i386/kernel/: remove remaining pc98 code
2006-11-27 12:52 UTC (2+ messages)
[PATCH] (and bad attr2 bug) - pack xfs_sb_t for 64-bit arches
2006-11-27 12:50 UTC (12+ messages)
File-locking problems with RHEL4 kernel (2.6.9-42.0.3.ELsmp) under high load
2006-11-27 12:45 UTC
Problem with 2.6.18: memory leak(?)
2006-11-27 12:44 UTC
[PATCH] [MTD] NAND: fix ifdef option in nand_ecc.c
2006-11-27 12:35 UTC
mm/fremap.c(104): remark #593: variable "pte_val" was set but never used
2006-11-27 12:35 UTC
[Bridge] Passing vlan tagged packets through linux bridge
2006-11-27 12:31 UTC (2+ messages)
Bug? Needed to use pci=assign-busses
2006-11-27 12:18 UTC
This is possible?
2006-11-27 12:16 UTC
[Xenomai-core] [PATCH] Adeos support for 2.6.18 merged PowerPC architecture
2006-11-27 12:11 UTC (7+ messages)
[PATCH 00/04] Kexec / Kdump: Release 20061122 (xen-unstable-12502)
2006-11-27 12:09 UTC (4+ messages)
[NFS] "mount: File exists" when trying to mount a second krb5 volume!
2006-11-27 11:58 UTC (4+ messages)
` "
[PATCHv2 4/10]: Consolidate timer resets
2006-11-27 11:58 UTC
Some tips for doing a CVS importer
2006-11-27 11:51 UTC (11+ messages)
[Patch 3/7] driver core fixes: device_register() retval check in platform.c
2006-11-27 11:48 UTC (3+ messages)
[PATCH 2/2] M-Audio USB Documentation
2006-11-27 11:47 UTC (3+ messages)
` RE : "
FOSDEM'07
2006-11-27 11:46 UTC (10+ messages)
[LARTC] ipsec and ifb device
2006-11-27 11:46 UTC (2+ messages)
Linux 2.6.16.33
2006-11-27 11:45 UTC (2+ messages)
suspend broken in 2.6.18
2006-11-27 11:35 UTC (4+ messages)
` suspend broken in 2.6.18.1
[PATCH][NET_SCHED] sch_htb: turn intermediate classes into leaves
2006-11-27 11:38 UTC (3+ messages)
[patch 4/5] [RFC] Add MMC Password Protection (lock/unlock) support V7: mmc_sysfs.diff
2006-11-27 11:31 UTC (3+ messages)
Process logger?
2006-11-27 11:31 UTC (2+ messages)
[Buildroot] SDL_image, SDL_ttf & Co (libpng12.So bug)
2006-11-27 11:29 UTC
[RFC: 2.6 patch] remove the broken HISAX_AMD7930 option
2006-11-27 11:28 UTC (3+ messages)
[2.6 patch] kill net/rxrpc/rxrpc_syms.c
2006-11-27 11:21 UTC (2+ messages)
[PATCH 1/2] M-Audio USB
2006-11-27 11:18 UTC (3+ messages)
NAK Re: [PATCH 4/10]: Consolidate timer resets
2006-11-27 11:17 UTC (2+ messages)
[RFC: 2.6 patch] i386: always enable regparm
2006-11-27 11:14 UTC (2+ messages)
2.6.19-rc6-mm1
2006-11-27 11:13 UTC (3+ messages)
` [PATCH] paravirt reorder functions to avoid unspecified behaviour
Weird wasting of time between ioctl() and ioctl dispatcher
2006-11-27 11:10 UTC (2+ messages)
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.