mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
[patch] ext2/3: document conditions when reliable operation is possible
 2009-08-26 12:28 UTC  (21+ messages)

Gcov and lcov
 2009-08-26 12:27 UTC  (2+ messages)

PROBLEM: Epoll frequently fails to notify connects at connect bursts
 2009-08-26 12:26 UTC  (5+ messages)

[patch] ext2/3: document conditions when reliable operation is possible
 2009-08-26 12:23 UTC  (16+ messages)

kernel segv with 2.6.31-rc6 ?
 2009-08-26 12:20 UTC  (3+ messages)

BUG: scheduling while atomic in acpi_ps_complete_op
 2009-08-26 12:20 UTC  (8+ messages)

Page allocation failures in guest
 2009-08-26 12:18 UTC  (4+ 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 12:18 UTC  (4+ messages)

[PATCH] allow disabling IMA at runtime
 2009-08-26 12:17 UTC  (3+ messages)

[PATCH] virtio-blk: set QUEUE_ORDERED_DRAIN by default
 2009-08-26 12:06 UTC  (4+ messages)

[PATCH] REGULATOR Handle positive returncode from enable
 2009-08-26 12:01 UTC  (2+ messages)

[PATCH] 8 bytes kernel memory disclosure in AppleTalk getsockname
 2009-08-26 12:01 UTC  (2+ messages)

[bisected] 2.6.31 regression: fails to boot as xen guest
 2009-08-26 12:00 UTC  (9+ messages)

[patch] document flash/RAID dangers
 2009-08-26 11:58 UTC  (22+ messages)

VM issue causing high CPU loads
 2009-08-26 11:55 UTC  (5+ messages)

linux-next: uwb tree build failure
 2009-08-26 11:51 UTC  (2+ messages)

[Patch 0/1] HW-BKPT: Allow per-cpu kernel-space Hardware Breakpoint requests
 2009-08-26 11:49 UTC  (8+ messages)

[PATCH] IB/ehca: Construct MAD redirect replies from request MAD
 2009-08-26 11:37 UTC 

[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

IO controller Mini-Summit 2009
 2009-08-26 11:32 UTC 

v2.6.31-rc6 inotify not reporting deleted files
 2009-08-26 11:25 UTC  (2+ messages)

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)

2.6.31-rc7-git2: Reported regressions from 2.6.30
 2009-08-26 11:10 UTC  (8+ messages)
` [Bug #13836] suspend script fails, related to stdout?
` [Bug #14016] mm/ipw2200 regression

Subject:[ PATCH 001:003] OFFSCHED CORE
 2009-08-26 10:51 UTC  (3+ messages)

[PATCH 0/2] eventfd: new EFD_STATE flag
 2009-08-26 10:41 UTC  (12+ messages)

MD/RAID: what's wrong with sector 1953519935?
 2009-08-26 10:34 UTC  (9+ messages)

[PATCH mmotm] mm: introduce page_lru_base_type fix
 2009-08-26 10:33 UTC  (3+ messages)

ARM Git Tree (at91sam9g45 patches)
 2009-08-26 10:32 UTC  (9+ messages)

[PATCH 00/47] KVM updates for 2.6.32 merge window (4/4)
 2009-08-26 10:30 UTC  (48+ 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

RFC: THE OFFLINE SCHEDULER
 2009-08-26 10:29 UTC  (15+ messages)

[PATCH] VLYNQ: includecheck fix: drivers/vlynq/vlynq.c
 2009-08-26 10:22 UTC 

[PATCH] documentation: update the ioctl numbers list
 2009-08-26 10:17 UTC 

AlacrityVM benchmark numbers updated
 2009-08-26 10:16 UTC  (2+ messages)

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  (5+ messages)
` [PATCH 8/15] sched: Add parameter sched_mn_power_savings to control MN domain sched policy
` [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  (5+ messages)
` [mmotm][PATCH 1/4] oom: move oom_adj value from task_struct to signal_struct
` [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

2.6.31-rc7-git2: Reported regressions 2.6.29 -> 2.6.30
 2009-08-26  9:29 UTC  (4+ messages)
` [Bug #13389] Warning 'Invalid throttling state, reset' gets displayed when it should not be

Latest Linus tree oopses on Nehalem box
 2009-08-26  9:25 UTC  (5+ messages)
` [tip:sched/core] sched: Avoid division by zero

PROBLEM: oops
 2009-08-26  9:21 UTC  (11+ messages)

[PATCH -tip] x86, mce: CE in last bank prevents panic by unknown MCE
 2009-08-26  9:14 UTC  (2+ messages)

[GIT PULL] tracing/syscall for 2.6.32
 2009-08-26  8:56 UTC  (3+ messages)

[PATCH -tip] Remove lockdep annotations from RCU's _notrace() API members
 2009-08-26  8:49 UTC  (3+ messages)
` [tip:core/rcu] rcu: "

[kmemcheck] WARNING: kmemcheck: Caught 32-bit read from uninitialized memory, in sock_init_data()
 2009-08-26  8:47 UTC  (6+ messages)

[patch] x86: 2.6.31-rc7 crash due to buggy flat_phys_pkg_id
 2009-08-26  8:15 UTC  (12+ messages)
                ` [PATCH] x86: fix vsmp booting with phys_pkg_id changing
                  ` [tip:x86/urgent] x86: Fix vSMP boot crash

[PATCH 2.6.30-rc4] r8169: avoid losing MSI interrupts
 2009-08-26  7:58 UTC  (12+ messages)
                    ` [PATCH] r8169: Reduce looping in the interrupt handler

[PATCH 00/12] add syscall tracepoints V3
 2009-08-26  7:47 UTC  (6+ messages)
` [PATCH 08/12] add trace events for each syscall entry/exit

[PATCH] tracing/profile: Fix profile_disable vs module_unload
 2009-08-26  7:44 UTC  (22+ messages)

[PATCH 08/12] add trace events for each syscall entry/exit
 2009-08-26  7:38 UTC  (15+ messages)

system gets stuck in a lock during boot
 2009-08-26  7:33 UTC  (11+ messages)

[PATCH] irq: make sure irq_desc for legacy irq get correct node setting
 2009-08-26  7:31 UTC  (5+ messages)
` [PATCH] irq: add irq_node
  ` [PATCH] pci/intr_remapping: allocate irq_iommu on node -v3

[PATCH 2/2] trace_events: fix the include file dependencies
 2009-08-26  7:23 UTC  (2+ messages)
` [tip:tracing/core] tracing/events: "

[PATCH 1/3] ftrace: Move setting of clock-source out of options
 2009-08-26  7:23 UTC  (2+ messages)
` [tip:tracing/core] "

linux-next: Tree for August 26
 2009-08-26  7:23 UTC 

[PATCH v2 3/3] tracing/filters: Support filtering for char * strings
 2009-08-26  7:23 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH v2 2/3] tracing/filters: Add __field_ext() to TRACE_EVENT
 2009-08-26  7:23 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH v2 1/3] tracing/filters: Add filter_type to struct ftrace_event_field
 2009-08-26  7:23 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH] ftrace: Add vim script to enable folding for function_graph traces
 2009-08-26  7:22 UTC  (2+ messages)
` [tip:tracing/core] tracing: "

[PATCH v4 4/4] tracing: Create generic syscall TRACE_EVENTs
 2009-08-26  7:22 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH v4 3/4] tracing: Move tracepoint callbacks into DEFINE
 2009-08-26  7:22 UTC  (2+ messages)
` [tip:tracing/core] tracing: Move tracepoint callbacks from declaration to definition

[PATCH v4 2/4] tracing: Make syscall tracepoints conditional
 2009-08-26  7:21 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH v4 1/4] tracing: Rename FTRACE_SYSCALLS for tracepoints
 2009-08-26  7:21 UTC  (2+ messages)
` [tip:tracing/core] "

[PATCH 1/4] SOUND: atiixp, use uninitialized_var(chip)
 2009-08-26  7:12 UTC  (2+ messages)

[Patch 0/8] V4 Implement crashkernel=auto
 2009-08-26  6:59 UTC  (6+ messages)
` [Patch 6/8] powerpc: add CONFIG_KEXEC_AUTO_RESERVE

mmotm 2009-08-24-16-24 uploaded
 2009-08-26  6:54 UTC  (4+ messages)

[RFC v6][PATCH 2/4] intel_txt: Intel(R) TXT reboot/halt shutdown support
 2009-08-26  6:51 UTC  (12+ messages)
      ` [PATCH] txt: fix the build errors on non-X86 platforms
          ` [PATCH] intel_txt: fix the build errors of intel_txt patch "

[PATCH 1/1] usb: remove unused variable
 2009-08-26  6:49 UTC  (3+ messages)

expresscard hotplug not working
 2009-08-26  6:45 UTC  (2+ messages)

Subject: [PATCH 33/33] score: add maintainers for score architecture
 2009-08-26  6:39 UTC 

Subject: [PATCH 32/33] score: create mm/ files extable.c fault.c
 2009-08-26  6:38 UTC 

Subject: [PATCH 31/33] score: create mm/ files init.c cache.c
 2009-08-26  6:37 UTC 

Subject: [PATCH 30/33] score: create mm/ files Makefile pgtable.c and tlb files
 2009-08-26  6:37 UTC 

Subject: [PATCH 29/33] score: create lib/ files ashrdi3.c ashldi3.c lshrdi3.c checksum.S checksum_copy.c
 2009-08-26  6:35 UTC 

Subject: [PATCH 28/33] score: create lib/ files Makefile libgcc.h cmpdi2.c ucmpdi2.c string.S
 2009-08-26  6:34 UTC 

Subject: [PATCH 27/33] score: create kernel/ files ptrace.c signal.c
 2009-08-26  6:33 UTC 

Subject: [PATCH 26/33] score: create kernel/ files module.c process.c
 2009-08-26  6:33 UTC 

Subject: [PATCH 25/33] score: create kernel/ files irq.c time.c traps.c
 2009-08-26  6:31 UTC 

Subject: [PATCH 24/33] score: create kernel/ files sys_call_table.c sys_score.c
 2009-08-26  6:30 UTC 

Subject: [PATCH 23/33] score: create kernel/ files asm-offsets.c init_task.c setup.c
 2009-08-26  6:29 UTC 

Subject: [PATCH 09/33] score: create head files fcntl.h poll.h stat.h statfs.h termbits.h termios.h
 2009-08-26  6:14 UTC 

Subject: [PATCH 08/33] score: create head files cputime.h delay.h timex.h
 2009-08-26  6:13 UTC 

Subject: [PATCH 07/33] score: create head files cache.h cacheflush.h tlb.h tlbflush.h
 2009-08-26  6:12 UTC 

Subject: [PATCH 06/33] score: create head files emergency-restart.h kdebug.h kmap_types.h posix_types.h swab.h types.h
 2009-08-26  6:11 UTC 

Subject: [PATCH 05/33] score: create head files atomic.h auxvec.h bitops.h bitsperlong.h byteorder.h div64.h elf.h
 2009-08-26  6:11 UTC 

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®