messages from 2007-12-30 01:22:29 to 2007-12-30 10:23:32 UTC [more...]
[PATCH WIP] sha1-lookup: more memory efficient search in sorted list of SHA-1
2007-12-30 10:22 UTC
[PATCH] Option to disable AMD C1E (allows dynticks to work)
2007-12-30 10:17 UTC (6+ messages)
[PATCH] include/asm-alpha/core_cia.h, kernel 2.6.23.12
2007-12-30 10:18 UTC (2+ messages)
Idle loadavg of ~1, maybe MD related
2007-12-30 10:06 UTC
[Qemu-devel] [PATCH] Make relative path correct in bdrv_create
2007-12-30 10:01 UTC
[PATCH/RFC] [v2] TCP: use non-delayed ACK for congestion control RTT
2007-12-30 9:43 UTC (11+ messages)
` [PATCH/RFC] [v3] "
[RFC] Remove BKL from fs/locks.c
2007-12-30 9:36 UTC (2+ messages)
[PATCH] x86: provide a DMI based port 0x80 I/O delay override
2007-12-30 9:30 UTC (2+ messages)
[PATCH 0/3] UDP memory accounting and limitation (take 12)
2007-12-30 9:28 UTC (5+ messages)
` [PATCH 1/3] [UDP]: add udp_mem, udp_rmem_min and udp_wmem_min
` [PATCH 2/3] [UDP]: memory accounting in IPv4
` [PATCH 3/3] [UDP]: memory accounting in IPv6
[Cluster-devel] cluster/cman/daemon ais.c
2007-12-30 9:30 UTC
[lm-sensors] abituguru3 does not work with Abit IX38
2007-12-30 9:29 UTC (2+ messages)
[PATCH 0/8 v3] mac80211/iwlwifi: integrate IEEE802.11n A-MPDU Rx MLME
2007-12-30 9:02 UTC (4+ messages)
` [PATCH 3/8 v3] mac80211: A-MPDU Rx adding basic functionality
[PATCH 0/4] New interface for memory accounting (take 1)
2007-12-30 8:54 UTC (5+ messages)
` [PATCH 1/4] [CORE]: introducing new memory accounting interface
` [PATCH 2/4] [CORE]: adding memory accounting points
` [PATCH 3/4] [TCP]: using new interface
` [PATCH 4/4] [SCTP]: "
rc80211_pid fails to remove debugfs files
2007-12-30 8:53 UTC (2+ messages)
[Qemu-devel] qemu networking help
2007-12-30 8:40 UTC
[PATCH] x86: Introduce REX prefix helper for kprobes
2007-12-30 8:31 UTC (5+ messages)
[PATCH - RFC] x86: unify arch/x86/kernel/Makefile(s)
2007-12-30 8:29 UTC
[Cluster-devel] cluster/rgmanager ChangeLog include/resgroup.h
2007-12-30 8:27 UTC
[Cluster-devel] cluster/gfs/gfs_fsck pass5.c
2007-12-30 8:11 UTC
[PATCH] x86: kprobes change kprobe_handler flow
2007-12-30 8:07 UTC (2+ messages)
[Qemu-devel] MIPS COP1X (and related) instructions
2007-12-30 7:54 UTC (5+ messages)
[BUG] 2.6.21-rc1,2,3 regressions on my system that I found so far
2007-12-30 7:50 UTC (5+ messages)
why do we call clear_active_flags in shrink_inactive_list ?
2007-12-30 7:32 UTC (2+ messages)
[PATCH 00/52] KVM patch queue review for 2.6.25 merge window (part III)
2007-12-30 7:10 UTC (105+ messages)
` [PATCH 11/52] KVM: Portability: MMU initialization and teardown split
` [PATCH 01/52] KVM: Remove ptr comparisons to 0
` [PATCH 02/52] KVM: Remove __init attributes for kvm_init_debug and kvm_init_msr_list
` [PATCH 03/52] KVM: Portability: Add two hooks to handle kvm_create and destroy vm
` [PATCH 04/52] KVM: Replace 'light_exits' stat with 'host_state_reload'
` [PATCH 05/52] KVM: Add fpu_reload counter
` [PATCH 06/52] KVM: Add instruction emulation statistics
` [PATCH 07/52] KVM: Extend stats support for VM stats
` [PATCH 08/52] KVM: MMU: Add some mmu statistics
` [PATCH 09/52] KVM: Make unloading of FPU state when putting vcpu arch-independent
` [PATCH 10/52] KVM: Portability: Move kvm_vcpu_ioctl_get_dirty_log to arch-specific file
` [PATCH 12/52] KVM: Portability: Move some macro definitions from kvm.h to x86.h
` [PATCH 13/52] KVM: Portability: Move struct kvm_x86_ops definition "
` [PATCH 14/52] KVM: Portability: Move vcpu regs enumeration "
` [PATCH 15/52] KVM: Move some static inline functions out from kvm.h into x86.h
` [PATCH 16/52] KVM: Portability: Move some function declarations to x86.h
` [PATCH 17/52] KVM: VMX: Force seg.base == (seg.sel << 4) in real mode
` [PATCH 18/52] KVM: MMU: Change guest pte access to kvm_{read, write}_guest()
` [PATCH 18/52] KVM: MMU: Change guest pte access to kvm_{read,write}_guest()
` [PATCH 19/52] KVM: Simplify kvm_clear_guest_page()
` [PATCH 20/52] KVM: Add missing #include <asm/pgtable.h>
` [PATCH 21/52] KVM: MMU: Remove unused variable
` [PATCH 22/52] KVM: Remove unused "rmap_overflow" variable
` [PATCH 23/52] KVM: Correct consistent typo: "destory" -> "destroy"
` [PATCH 24/52] KVM: Move misplaced comment
` [PATCH 25/52] KVM: Portability: Move kvm_memory_alias to asm/kvm.h
` [PATCH 26/52] KVM: Portability: Move x86 pic strutctures
` [PATCH 27/52] KVM: Portability: Move kvm_regs to <asm/kvm.h>
` [PATCH 28/52] KVM: Portability: Move structure lapic_state "
` [PATCH 29/52] KVM: Portability: Move kvm_segment & kvm_dtable structure "
` [PATCH 30/52] KVM: Portability: Move kvm_sregs and msr structures "
` [PATCH 31/52] KVM: Portability: Move cpuid "
` [PATCH 32/52] KVM: Export include/asm-x86/kvm.h
` [PATCH 33/52] KVM: MMU: Fix potential memory leak with smp real-mode
` [PATCH 34/52] KVM: MMU: Selectively set PageDirty when releasing guest memory
` [PATCH 35/52] KVM: x86 emulator: retire ->write_std()
` [PATCH 36/52] KVM: x86 emulator: prefetch up to 15 bytes of the instruction executed
` [PATCH 37/52] KVM: Recalculate mmu pages needed for every memory region change
` [PATCH 38/52] KVM: Portability: Split kvm_set_memory_region() to have an arch callout
` [PATCH 39/52] KVM: Split vcpu creation to avoid vcpu_load() before preemption setup
` [PATCH 40/52] KVM: MMU: Implement guest page fault bypass for nonpae
` [PATCH 41/52] KVM: Add statistic for remote tlb flushes
` [PATCH 42/52] KVM: MMU: Avoid unnecessary remote tlb flushes when guest updates a pte
` [PATCH 43/52] KVM: Don't bother the mmu if cr3 load doesn't change cr3
` [PATCH 44/52] KVM: MMU: Code cleanup
` [PATCH 45/52] KVM: MMU: Introduce and use gpte_to_gfn()
` [PATCH 46/52] KVM: MMU: Move pse36 handling to the guest walker
` [PATCH 47/52] KVM: MMU: Remove extra gaddr parameter from set_pte_common()
` [PATCH 48/52] KVM: MMU: Remove set_pde()
` [PATCH 49/52] KVM: MMU: Merge set_pte() and set_pte_common()
` [PATCH 50/52] KVM: MMU: Adjust page_header_update_slot() to accept a gfn instead of a gpa
` [PATCH 51/52] KVM: MMU: Introduce gfn_to_gpa()
` [PATCH 52/52] KVM: MMU: Simplify nonpaging_map()
Fill rectangle is not filling the screen with the COLOR(ALways filling the screen with Black color)
2007-12-30 7:00 UTC (2+ messages)
` [directfb-users] "
[PATCH 01/12] Use mutex instead of semaphore in driver core
2007-12-30 6:42 UTC (2+ messages)
[PATCH] x86: kprobes remove fix_riprel #ifdef
2007-12-30 6:37 UTC (2+ messages)
booting XP
2007-12-30 6:29 UTC (2+ messages)
TOMOYO Linux Security Goal
2007-12-30 6:28 UTC (7+ messages)
[PATCH 0/2] Add GCM/GMAC support to cryptoapi
2007-12-30 6:18 UTC (5+ messages)
` [PATCH 1/2] "
[PATCH] libsas: add host SMP processing
2007-12-30 6:07 UTC (4+ messages)
[U-Boot-Users] [PATCH 4/4] PPC4xx: Remove sdram.h from board/lwmon5
2007-12-30 6:01 UTC
[U-Boot-Users] [PATCH 3/4] PPC4xx: Use common code for LWMON5 board SDRAM support
2007-12-30 6:01 UTC
[U-Boot-Users] [PATCH 2/4] PPC4xx: Remove sdram.h from board/amcc/sequoia
2007-12-30 6:01 UTC
[U-Boot-Users] [PATCH 1/4] PPC4xx: Use common code for Sequoia board SDRAM support
2007-12-30 6:00 UTC
[U-Boot-Users] [PATCH 0/4] PPC4xx: Use common code for PPC440EPx SDRAM support
2007-12-30 6:00 UTC
[RFC/PATCH] e100 driver didn't support any MII-less PHYs
2007-12-30 5:54 UTC (3+ messages)
2.6.24-rc6-mm1
2007-12-30 5:41 UTC (10+ messages)
` 2.6.24-rc6-mm1 - crash in tick_sched_timer/update_process_times
SATA buffered read VERY slow (not raid, Promise TX300 card); 2.6.23.1(vanilla)
2007-12-30 5:06 UTC
[PATCH] security: remove security_sb_post_mountroot hook
2007-12-30 5:07 UTC (2+ messages)
acpi_cpufreq and atiixp (ALSA) issues
2007-12-30 5:02 UTC
[RFC] USB driver for talking to the Microchip PIC18 boot loader
2007-12-30 4:52 UTC (7+ messages)
RFC: permit link(2) to work across --bind mounts ?
2007-12-30 3:55 UTC (12+ messages)
[PATCH] x86_64: clear IO_APIC before enabing apic error vector. v2
2007-12-30 3:52 UTC
[U-Boot-Users] [PATCH] Fine grained per property /chosen updating
2007-12-30 3:48 UTC
frontend not being notified about packets received?
2007-12-30 3:36 UTC (2+ messages)
[PATCH] net: santize headers for iproute2
2007-12-30 3:22 UTC (4+ messages)
[BUG][PATCH] bluetooth: put_device before device_del fix
2007-12-30 3:18 UTC (2+ messages)
[ROSE] [AX25] possible circular locking
2007-12-30 3:14 UTC (3+ messages)
` [PATCH][ROSE][AX25] af_ax25: "
[DREAMCAST] : Buildfailure
2007-12-30 3:06 UTC (2+ messages)
[Bugme-new] [Bug 9661] New: Booting from nfsroot fails
2007-12-30 3:05 UTC (2+ messages)
[patch 2.6.24-rc5-git] add i2c_new_dummy() utility
2007-12-30 3:05 UTC
[PATCH] Fix broken ip= parsing
2007-12-30 2:59 UTC (2+ messages)
NFS root failing
2007-12-30 2:56 UTC (3+ messages)
conntrack accounting
2007-12-30 2:39 UTC
Fw: [Bugme-new] [Bug 9663] New: in 2.6.24-rc6 function keys on my notebook doesn`t work
2007-12-30 2:36 UTC
[U-Boot-Users] [PATCH] fix various comments
2007-12-30 2:30 UTC
[U-Boot-Users] [PATCH] fix comments with new drivers organization
2007-12-30 2:30 UTC
eMMC and MMC plus card supports
2007-12-30 2:03 UTC (2+ messages)
[PATCH] x86: unify x86 Makefile(s)
2007-12-30 2:00 UTC (4+ messages)
Linux RAID Partition Offset 63 cylinders / 30% performance hit?
2007-12-30 1:33 UTC (6+ messages)
xdialog launcher and vmach build scripts gpl2
2007-12-30 1:22 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.