messages from 2009-08-26 09:35:30 to 2009-08-26 15:42:17 UTC [more...]
kill-the-BKL/vt: Prevent holding the BKL on return to userspace
2009-08-26 15:31 UTC
RFC: THE OFFLINE SCHEDULER
2009-08-26 15:41 UTC (21+ messages)
MD/RAID: what's wrong with sector 1953519935?
2009-08-26 15:39 UTC (12+ messages)
[PATCH] REGULATOR Handle positive returncode from enable
2009-08-26 15:22 UTC (3+ messages)
v2.6.31-rc6 inotify not reporting deleted files
2009-08-26 15:11 UTC (3+ messages)
Starting a grad project that may change kernel VFS. Early research Re: Starting a grad project that may change kernel VFS. Early research
2009-08-26 15:09 UTC (7+ messages)
2.6.31-rc7-git2: Reported regressions from 2.6.30
2009-08-26 15:08 UTC (14+ messages)
` [Bug #13836] suspend script fails, related to stdout?
` [Bug #14011] Kernel paging request failed in kmem_cache_alloc
` [Bug #14016] mm/ipw2200 regression
PROBLEM: Epoll frequently fails to notify connects at connect bursts
2009-08-26 15:04 UTC (6+ messages)
2.6.31-rc7-git2: Reported regressions 2.6.29 -> 2.6.30
2009-08-26 14:53 UTC (5+ messages)
` [Bug #14059] DomU crashes during xenfb initialization
[PATCH 1/1] perf top: Show RIP only in verbose mode
2009-08-26 14:51 UTC
[PATCH] dm snapshot: implement .iterate_devices
2009-08-26 14:50 UTC (2+ messages)
` [dm-devel] "
[patch] document flash/RAID dangers
2009-08-26 14:45 UTC (30+ messages)
[RFC][PATCH -rt] sched: fully ignore RT tasks for CFS load-balancing
2009-08-26 14:44 UTC
[PATCH 08/12] add trace events for each syscall entry/exit
2009-08-26 14:44 UTC (22+ messages)
system gets stuck in a lock during boot
2009-08-26 14:42 UTC (12+ messages)
[PATCH 0/4] use NR_syscalls instead of FTRACE_SYSCALL_MAX
2009-08-26 14:39 UTC (9+ messages)
` [PATCH 2/4] Add NR_syscalls for x86_64
[PATCH] tracing/profile: Fix profile_disable vs module_unload
2009-08-26 14:37 UTC (18+ messages)
[PATCH mmotm] mm: introduce page_lru_base_type fix
2009-08-26 14:36 UTC (4+ messages)
[PATCH 00/47] KVM updates for 2.6.32 merge window (4/4)
2009-08-26 14:33 UTC (50+ messages)
` [PATCH 01/47] KVM: remove superfluous NULL pointer check in kvm_inject_pit_timer_irqs()
` [PATCH 02/47] KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
` [PATCH 03/47] KVM: MMU: fix bogus alloc_mmu_pages assignment
` [PATCH 04/47] KVM: x86: Disallow hypercalls for guest callers in rings > 0
` [PATCH 05/47] KVM: VMX: Optimize vmx_get_cpl()
` [PATCH 06/47] KVM: ignore reads to perfctr msrs
` [PATCH 07/47] KVM: fix EFER read buffer overflow
` [PATCH 08/47] KVM: Call kvm_vcpu_kick() inside pic spinlock
` [PATCH 09/47] KVM: Call ack notifiers from PIC when guest OS acks an IRQ
` [PATCH 10/47] KVM: Replace pic_lock()/pic_unlock() with direct call to spinlock functions
` [PATCH 11/47] x86: Export kmap_atomic_to_page()
` [PATCH 12/47] KVM: SVM: add helper functions for global interrupt flag
` [PATCH 13/47] KVM: SVM: optimize nested #vmexit
` [PATCH 14/47] KVM: SVM: optimize nested vmrun
` [PATCH 15/47] KVM: SVM: copy only necessary parts of the control area on vmrun/vmexit
` [PATCH 16/47] KVM: SVM: complete interrupts after handling nested exits
` [PATCH 17/47] KVM: SVM: move nested svm state into seperate struct
` [PATCH 18/47] KVM: SVM: cache nested intercepts
` [PATCH 19/47] KVM: SVM: consolidate nested_svm_exit_handled
` [PATCH 20/47] KVM: SVM: do nested vmexit in nested_svm_exit_handled
` [PATCH 21/47] KVM: SVM: simplify nested_svm_check_exception
` [PATCH 22/47] KVM: SVM: get rid of nested_svm_vmexit_real
` [PATCH 23/47] KVM: SVM: clean up nested_svm_exit_handled_msr
` [PATCH 24/47] KVM: SVM: clean up nestec vmload/vmsave paths
` [PATCH 25/47] KVM: SVM: clean up nested vmrun path
` [PATCH 26/47] KVM: SVM: remove nested_svm_do and helper functions
` [PATCH 27/47] KVM: SVM: handle errors in vmrun emulation path appropriatly
` [PATCH 28/47] KVM: SVM: move special nested exit handling to separate function
` [PATCH 29/47] KVM: SVM: remove unnecessary is_nested check from svm_cpu_run
` [PATCH 30/47] KVM: SVM: move nested_svm_intr main logic out of if-clause
` [PATCH 31/47] KVM: SVM: check for nested VINTR flag in svm_interrupt_allowed
` [PATCH 32/47] KVM: SVM: enable nested svm by default
` [PATCH 33/47] KVM: Update cr8 intercept when APIC TPR is changed by userspace
` [PATCH 34/47] KVM: SVM: Drop tlb flush workaround in npt
` [PATCH 35/47] KVM: Move #endif KVM_CAP_IRQ_ROUTING to correct place
` [PATCH 36/47] KVM: VMX: Adjust rflags if in real mode emulation
` [PATCH 37/47] KVM: When switching to a vm8086 task, load segments as 16-bit
` [PATCH 38/47] KVM: Rename x86_emulate.c to emulate.c
` [PATCH 39/47] Documentation: Update KVM list email address
` [PATCH 40/47] KVM: export kvm_para.h
` [PATCH 41/47] KVM: Add __KERNEL__ guards to exported headers
` [PATCH 42/47] KVM: Add missing #include
` [PATCH 43/47] KVM: x86 emulator: Add adc and sbb missing decoder flags
` [PATCH 44/47] KVM: Use kvm_{read,write}_guest_virt() to read and write segment descriptors
` [PATCH 45/47] KVM: VMX: Fix EPT with WP bit change during paging
` [PATCH 46/47] KVM: Protect update_cr8_intercept() when running without an apic
` [PATCH 47/47] KVM: Document KVM_CAP_IRQCHIP
SoftDog: reboot message missed
2009-08-26 14:31 UTC (2+ messages)
PPC driver - generic bus width
2009-08-26 14:22 UTC (2+ messages)
BUG: scheduling while atomic in acpi_ps_complete_op
2009-08-26 14:13 UTC (9+ messages)
INFO: possible circular locking dependency - kacpid acpi_os_wait_events_complete
2009-08-26 14:12 UTC (4+ messages)
[PATCH 1/2] trace_evetns: fix napi's tracepoint
2009-08-26 14:01 UTC (5+ messages)
` [PATCH 1/2] trace_events: "
[PATCHv4 2/2] vhost_net: a kernel-level virtio server
2009-08-26 13:58 UTC (4+ messages)
[PATCH 2.6.30-rc4] r8169: avoid losing MSI interrupts
2009-08-26 13:59 UTC (14+ messages)
` [PATCH] r8169: Reduce looping in the interrupt handler
United Nations
2009-08-26 13:52 UTC
sk_stream_wait_memory: Query
2009-08-26 13:44 UTC
Kernel 2.6.30.4 XFS(..?) regression (happened again)
2009-08-26 13:50 UTC (13+ messages)
` Kernel 2.6.30.4 XFS(..?) regression (& with/2.6.31-rc6)
[patch] ext2/3: document conditions when reliable operation is possible
2009-08-26 13:43 UTC (23+ messages)
[patch] ext2/3: document conditions when reliable operation is possible
2009-08-26 13:37 UTC (19+ messages)
[RFC][PATCH 0/7] PM: Asynchronous suspend and resume (updated)
2009-08-26 13:20 UTC (3+ messages)
[PATCH] perf tools: do not complain if root is owning perf.data
2009-08-26 13:05 UTC
Greetings!!!
2009-08-26 12:49 UTC
[PATCH] 8 bytes kernel memory disclosure in AppleTalk getsockname
2009-08-26 12:39 UTC (5+ messages)
linux-next: uwb tree build failure
2009-08-26 12:34 UTC (3+ messages)
[PATCH 1/2] module: fix BUG_ON() for powerpc (and other function descriptor archs)
2009-08-26 12:34 UTC (2+ messages)
` [PATCH 2/2] module: workaround duplicate section names
[PATCH] virtio-blk: set QUEUE_ORDERED_DRAIN by default
2009-08-26 12:28 UTC (5+ messages)
Gcov and lcov
2009-08-26 12:27 UTC (2+ messages)
kernel segv with 2.6.31-rc6 ?
2009-08-26 12:20 UTC (3+ messages)
Page allocation failures in guest
2009-08-26 12:18 UTC (4+ messages)
[PATCH] allow disabling IMA at runtime
2009-08-26 12:17 UTC (3+ messages)
[bisected] 2.6.31 regression: fails to boot as xen guest
2009-08-26 12:00 UTC (9+ messages)
VM issue causing high CPU loads
2009-08-26 11:55 UTC (5+ messages)
[Patch 0/1] HW-BKPT: Allow per-cpu kernel-space Hardware Breakpoint requests
2009-08-26 11:49 UTC (8+ messages)
[v2 PATCH 0/2]: cpuidle: Introducing cpuidle infrastructure to POWER
2009-08-26 11:37 UTC (6+ messages)
` [v2 PATCH 1/2]: pseries: Enable cpuidle for pSeries
` [v2 PATCH 2/2]: pseries: Implement Pseries Processor Idle idle module
[PATCH] IB/ehca: Construct MAD redirect replies from request MAD
2009-08-26 11:37 UTC
IO controller Mini-Summit 2009
2009-08-26 11:32 UTC
WARNING: kmemcheck: Caught 32-bit read from uninitialized memory (f6f6e1a4), by kmemleak's scan_block()
2009-08-26 11:17 UTC (12+ messages)
[PATCH] mm: make munlock fast when mlock is canceled by sigkill
2009-08-26 11:11 UTC (7+ messages)
ARM Git Tree (at91sam9g45 patches)
2009-08-26 10:32 UTC (5+ messages)
[PATCH 0/2] eventfd: new EFD_STATE flag
2009-08-26 10:41 UTC (12+ messages)
[PATCH] VLYNQ: includecheck fix: drivers/vlynq/vlynq.c
2009-08-26 10:22 UTC
AlacrityVM benchmark numbers updated
2009-08-26 10:16 UTC (2+ messages)
[PATCH] documentation: update the ioctl numbers list
2009-08-26 10:17 UTC
Linux 2.6.31-rc7
2009-08-26 10:09 UTC (9+ messages)
[PATCH 0/3]HTLB mapping for drivers (take 2)
2009-08-26 10:05 UTC (10+ messages)
[RFC][PATCH 0/15] sched: Fix scheduling for multi-node processors
2009-08-26 10:01 UTC (3+ messages)
` [PATCH 9/15] sched: Check sched_mn_power_savings when setting flags for CPU and MN domains
[tip:timers/core] timekeeping: Increase granularity of read_persistent_clock()
2009-08-26 9:44 UTC (12+ messages)
BUG: 2.6.30.1 pv_ops kernel boot failure - bisected
2009-08-26 9:42 UTC (4+ messages)
[mmotm][PATCH 0/4] per-process OOM kill v3
2009-08-26 9:37 UTC (4+ messages)
` [mmotm][PATCH 2/4] oom: make oom_score to per-process value
` [mmotm][PATCH 3/4] oom: oom_kill doesn't kill vfork parent(or child)
` [mmotm][PATCH 4/4] oom: fix oom_adjust_write() input sanity check
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