messages from 2007-09-17 08:43:21 to 2007-09-17 15:32:41 UTC [more...]
EDD still failing on some systems with 2.6.23-rc6-git2
2007-09-17 15:32 UTC (4+ messages)
[PATCH 00/10] x86: Reduce Memory Usage and Inter-Node message traffic (v3)
2007-09-17 15:22 UTC (4+ messages)
` [PATCH 09/10] ppc64: Convert cpu_sibling_map to a per_cpu data array (v3)
[RFC -mm 1/2] i386/x86_64 boot: setup data
2007-09-17 15:30 UTC (2+ messages)
[RFC -mm 2/2] i386/x86_64 boot: document for 32 bit boot protocol
2007-09-17 15:29 UTC (2+ messages)
Credentials test patch
2007-09-17 15:27 UTC (5+ messages)
Wasting our Freedom
2007-09-17 15:25 UTC (38+ messages)
[PATCH v2] iw_cxgb3: Support "iwarp-only" interfaces to avoid 4-tuple conflicts
2007-09-17 15:25 UTC (5+ messages)
[PATCH] [WORKAROUND] CONFIG_PREEMPT_RT and ib_umad_close() issue
2007-09-17 15:22 UTC
[PATCH] Wake up mandatory locks waiter on chmod
2007-09-17 14:59 UTC (4+ messages)
crashme fault
2007-09-17 14:53 UTC (16+ messages)
[PATCH 3/5][9PFS] Cleanup explicit check for mandatory locks
2007-09-17 14:51 UTC (2+ messages)
VM/VFS bug with large amount of memory and file systems?
2007-09-17 14:32 UTC (7+ messages)
sata & scsi suggestion for make menuconfig
2007-09-17 14:46 UTC (14+ messages)
` [PATCH] SCSI: update Kconfig help text to indicate SCSI core's widespread usage
` [RFC PATCH] SCSI: split Kconfig menu into two
Wasting our Freedom
2007-09-17 14:44 UTC (5+ messages)
x86_64: vsyscall vs vdso
2007-09-17 14:35 UTC (4+ messages)
2.6.23-rc4-mm1
2007-09-17 14:32 UTC (6+ messages)
[PATCH]PCI:disable resource decode in PCI BAR detection
2007-09-17 14:30 UTC (11+ messages)
[RFC -mm 0/2] i386/x86_64 boot: 32-bit boot protocol
2007-09-17 14:30 UTC (4+ messages)
[PATCH] Wake up mandatory locks waiter on chmod (v2)
2007-09-17 14:16 UTC (3+ messages)
Floating point computations in kernel modules
2007-09-17 14:17 UTC (3+ messages)
Scheduler benchmarks - a follow-up
2007-09-17 14:12 UTC (7+ messages)
` [ck] "
2.6.23-rc4-mm1
2007-09-17 14:07 UTC (9+ messages)
` 2.6.23-rc4-mm1 OOPS in forcedeth?
[PATCH -rt] Preemption problem in kernel RT Patch
2007-09-17 13:59 UTC (3+ messages)
2.6.22.6: kernel BUG at fs/locks.c:171
2007-09-17 13:43 UTC (5+ messages)
[PATCH 000/104] KVM patch queue for the 2.6.24 merge window
2007-09-17 9:18 UTC (78+ messages)
` [PATCH 001/104] KVM: Fix *nopage() in kvm_main.c
` [PATCH 008/104] KVM: Trivial: Comment spelling may escape grep
` [PATCH 011/104] KVM: Use standard CR3 flags, tighten checking
` [PATCH 012/104] KVM: Use standard CR4 "
` [PATCH 014/104] KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized
` [PATCH 015/104] KVM: Use standard CR8 flags, and fix TPR definition
` [PATCH 016/104] KVM: x86 emulator: fix cmov for writeback changes
` [PATCH 018/104] KVM: Return if the pdptrs are invalid when the guest turns on PAE
` [PATCH 021/104] KVM: VMX: Import some constants of vmcs from IA32 SDM
` [PATCH 023/104] KVM: load_pdptrs() cleanups
` [PATCH 024/104] KVM: Remove arch specific components from the general code
` [PATCH 026/104] KVM: VMX: Improve the method of writing vmcs control
` [PATCH 028/104] KVM: Use the scheduler preemption notifiers to make kvm preemptible
` [PATCH 029/104] KVM: Convert vm lock to a mutex
` [PATCH 031/104] KVM: VMX: pass vcpu_vmx internally
` [PATCH 034/104] KVM: SVM: internal function name cleanup
` [PATCH 035/104] KVM: Change the emulator_{read,write,cmpxchg}_* functions to take a vcpu
` [PATCH 036/104] KVM: Remove kvm_{read,write}_guest()
` [PATCH 043/104] KVM: SVM: Make set_msr_interception more reliable
` [PATCH 044/104] KVM: Remove redundant alloc_vmcs_cpu declaration
` [PATCH 046/104] KVM: Remove stat_set from debugfs
` [PATCH 050/104] KVM: VMX: Remove a duplicated ia32e mode vm entry control
` [PATCH 052/104] KVM: Cleanup string I/O instruction emulation
` [PATCH 053/104] KVM: Clean up kvm_setup_pio()
` [PATCH 055/104] KVM: Communicate cr8 changes to userspace
` [PATCH 056/104] KVM: x86 emulator: implement 'and $imm, %{al|ax|eax}'
` [PATCH 057/104] KVM: x86 emulator: implement 'jmp rel' instruction (opcode 0xe9)
` [PATCH 058/104] KVM: x86 emulator: Implement 'jmp rel short' instruction (opcode 0xeb)
` [PATCH 059/104] KVM: x86 emulator: implement 'push reg' (opcodes 0x50-0x57)
` [PATCH 060/104] KVM: VMX: allow rmode_tss_base() to work with >2G of guest memory
` [PATCH 061/104] KVM: Support more memory slots
` [PATCH 062/104] KVM: X86 emulator: fix 'push reg' writeback
` [PATCH 063/104] KVM: VMX: Split segments reload in vmx_load_host_state()
` [PATCH 064/104] KVM: Add support for in-kernel PIC emulation
` [PATCH 065/104] KVM: Define and use cr8 access functions
` [PATCH 066/104] KVM: Emulate local APIC in kernel
` [PATCH 067/104] KVM: In-kernel I/O APIC model
` [PATCH 068/104] KVM: Emulate hlt in the kernel
` [PATCH 069/104] KVM: Protect in-kernel pio using kvm->lock
` [PATCH 070/104] KVM: Add get/set irqchip ioctls for in-kernel PIC live migration support
` [PATCH 071/104] KVM: Bypass irq_pending get/set when using in kernel irqchip
` [PATCH 072/104] KVM: in-kernel IOAPIC save and restore support
` [PATCH 073/104] KVM: in-kernel LAPIC "
` [PATCH 074/104] KVM: pending irq save/restore
` [PATCH 075/104] KVM: VMX: Use shadow TPR/cr8 for 64-bits guests
` [PATCH 076/104] KVM: Keep track of missed timer irq injections
` [PATCH 077/104] KVM: Migrate lapic hrtimer when vcpu moves to another cpu
` [PATCH 078/104] KVM: disable tpr/cr8 sync when in-kernel APIC is used
` [PATCH 079/104] KVM: deliver PIC interrupt only to vcpu0
` [PATCH 080/104] KVM: round robin for APIC lowest priority delivery mode
` [PATCH 081/104] KVM: enable in-kernel APIC INIT/SIPI handling
` [PATCH 082/104] KVM: Set the ET flag in CR0 after initializing FX
` [PATCH 083/104] KVM: Remove the unused invlpg member of struct kvm_arch_ops
` [PATCH 084/104] KVM: Clean up unloved invlpg emulation
` [PATCH 085/104] KVM: Keep control regs in sync
` [PATCH 086/104] KVM: Hoist SVM's get_cs_db_l_bits into core code
` [PATCH 087/104] KVM: Simplify memory allocation
` [PATCH 088/104] KVM: Rename kvm_arch_ops to kvm_x86_ops
` [PATCH 089/104] KVM: MMU: Don't do GFP_NOWAIT allocations
` [PATCH 090/104] KVM: VMX: Move vm entry failure handling to the exit handler
` [PATCH 091/104] KVM: Move main vcpu loop into subarch independent code
` [PATCH 092/104] KVM: VMX: Fix exit qualification width on i386
` [PATCH 093/104] KVM: x86 emulator: push imm8
` [PATCH 094/104] KVM: x86 emulator: call near
` [PATCH 095/104] KVM: x86 emulator: pushf
` [PATCH 096/104] KVM: Improve emulation failure reporting
` [PATCH 097/104] KVM: x86 emulator: sort opcodes into ascending order
` [PATCH 098/104] KVM: x86 emulator: imlpement jump conditional relative
` [PATCH 099/104] KVM: X86 emulator: jump conditional short
` [PATCH 100/104] KVM: x86 emulator: lea
` [PATCH 101/104] KVM: x86 emulator: jmp abs
` [PATCH 102/104] KVM: x86 emulator: fix src, dst value initialization
` [PATCH 103/104] KVM: x86 emulator: popf
[00/41] Large Blocksize Support V7 (adds memmap support)
2007-09-17 11:10 UTC (42+ messages)
[PATCH] KEYS: Make request_key() and co fundamentally asynchronous
2007-09-17 13:17 UTC
2.6.22.1: Enabling IO-APIC = APIC error on CPU0: 40(40)
2007-09-17 13:16 UTC (4+ messages)
[PATCH 2/7] NFS: if ATTR_KILL_S*ID bits are set, then skip mode change
2007-09-17 13:10 UTC (9+ messages)
` [NFS] "
[PATCH] alpha: convert to generic sys_ptrace
2007-09-17 13:08 UTC (5+ messages)
[2.6.23-rc4-mm1][Bug] kernel BUG at include/linux/netdevice.h:339!
2007-09-17 12:16 UTC
rtl8187 driver in 2.6.23-rc6-git5: kernel panic if not used as a module. Works as a module
2007-09-17 11:44 UTC (8+ messages)
CFS: some bad numbers with Java/database threading
2007-09-17 12:17 UTC (6+ messages)
ata_piix, laptop cdrom, ICH7: EH, limiting speed to PIO
2007-09-17 12:05 UTC (10+ messages)
[PATCH 1/1] pata_it821x: fix lost interrupt with atapi devices
2007-09-17 11:46 UTC (6+ messages)
[PATCH 2/7] knfsd: only set ATTR_KILL_S*ID if ATTR_MODE isn't being explicitly set
2007-09-17 11:29 UTC
[PATCH 7/7] CIFS: ignore mode change if it's just for clearing setuid/setgid bits
2007-09-17 11:29 UTC
[PATCH 5/7] VFS: make notify_change pass ATTR_KILL_S*ID to setattr operations
2007-09-17 11:29 UTC
[PATCH 6/7] NFS: if ATTR_KILL_S*ID bits are set, then skip mode change
2007-09-17 11:29 UTC
[PATCH 3/7] reiserfs: turn of ATTR_KILL_S*ID at beginning of reiserfs_setattr
2007-09-17 11:29 UTC
[PATCH 4/7] unionfs: fix unionfs_create and unionfs_setattr to handle ATTR_KILL_S*ID
2007-09-17 11:29 UTC
[PATCH 1/7] ecryptfs: allow lower fs to interpret ATTR_KILL_S*ID
2007-09-17 11:29 UTC
[PATCH 0/7] fix setuid/setgid clearing in networked filesystems (take 6)
2007-09-17 11:29 UTC
2.6.23-rc3-mm1
2007-09-17 11:09 UTC (11+ messages)
` X freezes kernel during exit [Re: 2.6.23-rc3-mm1]
[git patches] IDE fixes
2007-09-17 10:38 UTC
[PATCH] KEYS: Make request_key() and co fundamentally asynchronous
2007-09-17 11:03 UTC (4+ messages)
[PATCH]PCI:disable resource decode in PCI BAR detection
2007-09-17 10:22 UTC (8+ messages)
iunique() fails to return ino_t (after commit 866b04fccbf125cd)
2007-09-17 10:05 UTC (4+ messages)
[PATCH] add consts where appropriate in sound/pci/hda/*
2007-09-17 10:01 UTC (2+ messages)
kernel thread id
2007-09-17 9:59 UTC
cpuset trouble after hibernate
2007-09-09 11:18 UTC (2+ messages)
[PATCH] kexec: reenable HPET before kexec
2007-09-17 9:47 UTC (11+ messages)
Radeonfb Xpress 200M RC410 support patch
2007-09-17 9:31 UTC
[PATCH -rc] KVM: Fix virtualization menu help text
2007-09-17 9:10 UTC
RFC: incorrect results from RTC reading method
2007-09-17 9:10 UTC (2+ messages)
[PATCH] x86: constify stacktrace_ops
2007-09-17 8:58 UTC (3+ messages)
increase AT_VECTOR_SIZE to terminate saved_auxv properly
2007-09-17 8:54 UTC (3+ messages)
[PATCH] tristate choices with mixed tristate and boolean values
2007-09-17 8:49 UTC (3+ messages)
[linux-dvb] [PATCH] Userspace tuner
2007-09-17 8:46 UTC (11+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox