The Linux Kernel Mailing List
 help / color / mirror / Atom feed
 messages from 2008-06-26 05:33:34 to 2008-06-26 12:43:58 UTC [more...]

[PATCH 00/50] KVM patches review for the 2.6.27 merge window
 2008-06-26 12:28 UTC  (42+ messages)
` [PATCH 01/50] KVM: remove long -> void *user -> long cast
` [PATCH 02/50] KVM: add statics were possible, function definition in lapic.h
` [PATCH 03/50] KVM: VMX: move APIC_ACCESS trace entry to generic code
` [PATCH 04/50] KVM: SVM: implement dedicated NMI exit handler
` [PATCH 07/50] KVM: SVM: add missing kvmtrace markers
` [PATCH 08/50] KVM: SVM: add tracing support for TDP page faults
` [PATCH 09/50] KVM: Handle vma regions with no backing page
` [PATCH 12/50] KVM: VMX: Trivial vmcs_write64() code simplification
` [PATCH 14/50] KVM: Handle virtualization instruction #UD faults during reboot
` [PATCH 15/50] KVM: VMX: Add list of potentially locally cached vcpus
` [PATCH 20/50] KVM: Order segment register constants in the same way as cpu operand encoding
` [PATCH 21/50] KVM: MTRR support
` [PATCH 22/50] KVM: Prefixes segment functions that will be exported with "kvm_"
` [PATCH 23/50] KVM: x86 emulator: Update c->dst.bytes in decode instruction
` [PATCH 24/50] KVM: x86 emulator: add support for jmp far 0xea
` [PATCH 25/50] KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instruction
` [PATCH 26/50] KVM: x86 emulator: Add support for mov seg, r (0x8e) instruction
` [PATCH 27/50] KVM: x86 emulator: Add support for mov r, sreg (0x8c) instruction
` [PATCH 28/50] KVM: MMU: Optimize prefetch_page()
` [PATCH 29/50] KVM: x86 emulator: simplify push imm8 emulation
` [PATCH 30/50] KVM: x86 emulator: implement 'push imm' (opcode 0x68)
` [PATCH 31/50] KVM: MMU: Move nonpaging_prefetch_page()
` [PATCH 32/50] KVM: MMU: Avoid page prefetch on SVM
` [PATCH 33/50] KVM: kvm_io_device: extend in_range() to manage len and write attribute
` [PATCH 34/50] KVM: Add coalesced MMIO support (common part)
` [PATCH 35/50] KVM: Add coalesced MMIO support (x86 part)
` [PATCH 36/50] KVM: Add coalesced MMIO support (powerpc part)
` [PATCH 37/50] KVM: Add coalesced MMIO support (ia64 part)
` [PATCH 38/50] KVM: only abort guest entry if timer count goes from 0->1
` [PATCH 39/50] KVM: Do not calculate linear rip in emulation failure report
` [PATCH 40/50] KVM: Support mixed endian machines
` [PATCH 41/50] KVM: Use printk_rlimit() instead of reporting emulation failures just once
` [PATCH 42/50] KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)
` [PATCH 43/50] KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain cases
` [PATCH 44/50] KVM: x86 emulator: simplify sib decoding
` [PATCH 45/50] KVM: x86 emulator: simplify r/m decoding
` [PATCH 46/50] KVM: x86 emulator: simplify rip relative decoding
` [PATCH 47/50] KVM: x86 emulator: avoid segment base adjust for lea
` [PATCH 48/50] KVM: x86 emulator: lazily evaluate segment registers
` [PATCH 49/50] KVM: MMU: When debug is enabled, make it a run-time parameter
` [PATCH 50/50] KVM: MMU: Fix printk format

What's in linux-2.6-block.git for 2.6.27
 2008-06-26 12:26 UTC  (3+ messages)

[PATCH 0/6] Remove most users of semaphores from XFS
 2008-06-26 12:21 UTC  (12+ messages)
` [PATCH 1/6] Extend completions to provide XFS object flush requirements
` [PATCH 4/6] Replace the XFS buf iodone semaphore with a completion
` [PATCH 6/6] Clean up stale references to semaphores

[BUG] While changing the cpufreq governor, kernel hits a bug in workqueue.c
 2008-06-26 12:18 UTC  (5+ messages)

[PATCH] kernel parameter vmalloc size fix
 2008-06-26 12:14 UTC  (4+ messages)

[PATCH] x86: more header fixes
 2008-06-26 12:02 UTC  (4+ messages)

[PATCH] modules: Take a shortcut for checking if an address is in a module
 2008-06-26 11:48 UTC  (5+ messages)

[PATCH] 2.6.26-rc: x86: pci-dma.c: use __GFP_NO_OOM instead of __GFP_NORETRY
 2008-06-26 11:38 UTC  (4+ messages)

[PATCH] reiserfs: Add missing unlock to an error path in reiserfs_quota_write()
 2008-06-26 11:24 UTC 

[PATCH] ext3: Add missing unlock to error path in ext3_quota_write()
 2008-06-26 11:19 UTC  (2+ messages)
` [PATCH] ext4: Add missing unlock to an error path in ext4_quota_write()

[PATCH 1/3] mmc: Export internal host state through debugfs
 2008-06-26 11:09 UTC  (3+ messages)
` [PATCH 2/3] mmc: Export ios settings for a host "
  ` [PATCH 3/3] mmc: Add per-card debugfs support

A question about group CFS scheduling
 2008-06-26 11:08 UTC  (5+ messages)

[PATCH] aio: remove unused function aio_run_iocbs()
 2008-06-26 11:10 UTC 

[PATCH] aio: use cmpxchg in aio_read_evt() instead of aio_ring_info->ring_lock
 2008-06-26  4:02 UTC 

[PATCH] aio: aio_complete() will never be called in interrupt context
 2008-06-26  4:00 UTC 

[PATCH] aio: avoid using queue_delayed_work in aio_kick_handler to schedule itself
 2008-06-26  3:57 UTC 

hrtimers: simplify lockdep handling
 2008-06-26 11:06 UTC  (2+ messages)

[PATCH 00/16] x86: merge setup_32/64.c
 2008-06-26 11:01 UTC  (5+ messages)

[PATCH 00 of 36] x86/paravirt: groundwork for 64-bit Xen support
 2008-06-26 10:58 UTC  (6+ messages)

[GIT PATCH] UDF updates for 2.6.26-rc7
 2008-06-26 10:58 UTC 

linux-next: Tree for June 25
 2008-06-26 10:49 UTC  (7+ messages)

[patch 05/19] perfmon2 minimal v2: X86 generic code
 2008-06-26 10:40 UTC  (3+ messages)

[PATCH] /dev/mem gcc weak function workaround
 2008-06-26 10:37 UTC  (7+ messages)
    ` huge gcc 4.1.{0,1} __weak problem
          ` [2.6.26 patch] #error for gcc 4.1.{0,1}

kmap_atomic_pfn for PCI BAR access?
 2008-06-26 10:36 UTC  (11+ messages)

[PATCH] input: driver for USB VoIP phones with CM109 chipset
 2008-06-26 10:31 UTC  (4+ messages)

PHP購物車資料庫網站專案
 2008-06-26 10:21 UTC 

LZMA compression algorithm in Kernel - any chance to allow it?
 2008-06-26  7:56 UTC 

[PATCH] x86: numa 32 using apicid_2_node to get node for logical_apicid
 2008-06-26 10:04 UTC  (5+ messages)
` [PATCH] x86: remove end_pfn in 64bit

[RFC][PATCH] CPUSets: Move most calls to rebuild_sched_domains() to the workqueue
 2008-06-26  9:50 UTC  (3+ messages)

FIO: kjournald blocked for more than 120 seconds
 2008-06-26  9:49 UTC  (8+ messages)

[PATCH 1/2] x86 boot: add E820_RESVD_KERN
 2008-06-26  9:47 UTC  (4+ messages)

[PATCH 2/2] x86 boot: early_res_to_e820
 2008-06-26  9:43 UTC  (6+ messages)

[PATCH 1/4] ide-pmac: media-bay support fixes
 2008-06-26  9:40 UTC  (6+ messages)

[PATCH] x86: update mptable fix with no ioapic
 2008-06-26  9:31 UTC  (12+ messages)
  ` [PATCH] x86: update mptable fix with no ioapic v2
    ` [PATCH] x86: let MPS support selectable
  ` [PATCH] x86: fix compiling when CONFIG_X86_MPPARSE is not set
    ` [PATCH] x86: check command line "

[0/5] memrlimit fixes
 2008-06-26  9:29 UTC  (6+ messages)
` [1/5] memrlimit improve error handling
` [2/5] memrlimit handle attach_task() failure, add can_attach() callback
` [3/5] memrlimit fix sleep inside sleeplock in mm_update_next_owner()
` [4/5] memrlimit improve fork and error handling
` [5/5] memrlimit correct mremap and move_vma accounting

Building a kernel for SiS55-based system
 2008-06-26  9:16 UTC  (2+ messages)

[WATCHDOG] Orion: add hardware watchdog support
 2008-06-26  8:47 UTC 

Spinlocks waiting with interrupts disabled / preempt disabled
 2008-06-26  9:17 UTC  (13+ messages)
      ` Spinlocks: Factor our GENERIC_LOCKBREAK in order to avoid spin with irqs disable

x86: Add /sys/firmware/memmap
 2008-06-26  9:11 UTC  (7+ messages)
` [PATCH 1/2] "

[PATCH] Fix copy_user on x86_64
 2008-06-26  9:13 UTC  (2+ messages)

[PATCH] Remove CONFIG_EXPERIMENTAL from kdump
 2008-06-26  9:11 UTC  (7+ messages)

[10 PATCHES] inline functions to avoid stack overflow
 2008-06-26  9:06 UTC  (5+ messages)

v2.6.26-rc7: BUG: unable to handle kernel NULL pointer dereference
 2008-06-26  9:00 UTC  (8+ messages)

[PATCH] x86 ACPI: normalize segment descriptor register on resume
 2008-06-26  8:56 UTC  (10+ messages)

[PATCH 1/2] Support for the at91sam9g20 : Atmel 400Mhz ARM 926ej-s SOC
 2008-06-26  8:52 UTC  (2+ messages)

[PATCH 4/4] security: filesystem capabilities no longer experimental
 2008-06-26  8:50 UTC 

[PATCH 3/4] security: filesystem capabilities refactor kernel code
 2008-06-26  8:49 UTC 

[PATCH 2/4] security: filesystem capabilities bugfix2
 2008-06-26  8:48 UTC 

[PATCH 1/4] security: filesystem capabilities bugfix1
 2008-06-26  8:47 UTC 

[PATCH] capabilities: refactor kernel code + bugfix
 2008-06-26  8:46 UTC  (3+ messages)
  ` [PATCH 0/4]: security: filesystem capabilities (was Re: [PATCH] capabilities: refactor kernel code + bugfix)

panic on blackfin, serial driver bug or hardware glitch?
 2008-06-26  8:44 UTC 

linux-next: Tree for June 13
 2008-06-26  8:37 UTC  (6+ messages)
` linux-next: Tree for June 13: IO APIC breakage on HP nx6325

Introduce userspace interface for Firmware-provided memory map
 2008-06-26  8:21 UTC  (4+ messages)
` [PATCH 2/3] Use /proc/firmware_mem for x86 (e820)

[RFC PATCH] x86:Use cpu_khz for loops_per_jiffy calculation
 2008-06-24 17:57 UTC  (8+ messages)

"r/o bind mounts" patch in 2.6.26-rc6 changes (breaks?) error behaviour
 2008-06-24 18:21 UTC  (2+ messages)

linux-next: Tree for June 24
 2008-06-26  8:17 UTC  (6+ messages)
` linux-next: Tree for June 24 (XFS x2)
  ` [xfs-masters] "

x86: Add /sys/firmware/memmap
 2008-06-26  8:14 UTC  (3+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Use FIRMWARE_MEMMAP on x86/E820

[-mm][PATCH 10/10] putback_lru_page()/unevictable page handling rework v4
 2008-06-26  8:08 UTC  (3+ messages)

[RFC][PATCH] prevent incorrect oom under split_lru
 2008-06-26  8:05 UTC  (11+ messages)

Time drifting after multiple sleep/wakeup in timekeeping
 2008-06-26  8:00 UTC  (3+ messages)

[PATCH] Fix and clean top .gitignore
 2008-06-26  7:54 UTC 

stuck tcp connections 2.6.26-rc7
 2008-06-26  7:54 UTC  (6+ messages)

[PATCH] UTC timestamp option for FAT filesystems
 2008-06-26  7:32 UTC  (5+ messages)

[PATCH] Make rcutorture more vicious: add stutter feature
 2008-06-26  7:22 UTC  (5+ messages)
` [PATCH] Make rcutorture more vicious: reinstate boot-time testing
  ` [PATCH -tip-rcu] Make rcutorture more vicious: make quiescent rcutorture less power-hungry
    ` [PATCH -tip-rcu] Make rcutorture more vicious: invoke RCU readers from irq handlers (timers)

[patch 00/21] s390 printk message cleanup
 2008-06-26  7:26 UTC  (4+ messages)
` [patch 07/21] Cleanup sclp printk messages

v2.6.26-rc7/cgroups: circular locking dependency
 2008-06-26  7:25 UTC  (5+ messages)

[2.6 patch] remove the dead ATARI_SCC{,_DMA} options
 2008-06-26  7:19 UTC  (4+ messages)

weird bug on r8169 with usb
 2008-06-26  7:18 UTC  (3+ messages)

[2.6 patch] remove the unused ADB_KEYBOARD option
 2008-06-26  7:16 UTC  (2+ messages)

[PATCH] Speed up "make headers_*"
 2008-06-26  7:11 UTC  (2+ messages)

Compilation warnings: 2.6.24.8->2.6.25.9
 2008-06-26  7:12 UTC 

[PATCH 1/2] Avoid bio_endio recursion
 2008-06-26  7:07 UTC  (6+ messages)

Scatter-gather list constraints
 2008-06-26  6:58 UTC  (6+ messages)

[REGRESSION] 2.6.24/25: random lockups when accessing external USB harddrive
 2008-06-26  6:31 UTC  (2+ messages)

[PATCH 2.6.25.3 1/5] atl1e: Atheros L1E Gigabit Ethernet driver
 2008-06-26  6:25 UTC  (5+ messages)

[ANNOUNCE] GIT 1.5.6
 2008-06-26  6:21 UTC  (2+ messages)
` [ANNOUNCE] GIT 1.5.6.1

[PATCH 2.6.25.3 5/5] atl1e: Atheros L1E Gigabit Ethernet driver
 2008-06-26  5:46 UTC  (2+ messages)

2.6.26-rc2 WARNING from usb-serial, and then my gps is dead
 2008-06-26  5:39 UTC  (5+ messages)

[PATCH 2.6.25.3 4/5] atl1e: Atheros L1E Gigabit Ethernet driver
 2008-06-26  5:38 UTC 

[PATCH 2.6.25.3 3/5] atl1e: Atheros L1E Gigabit Ethernet driver
 2008-06-26  5:38 UTC 

[PATCH 2.6.25.3 2/5] atl1e: Atheros L1E Gigabit Ethernet driver
 2008-06-26  5:37 UTC 


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